Recent content by pabella

  1. P

    mySQL database export

    Is it possible, for the free hosting accounts, to add in the control panel an option to backup the mySQL databases to a file on the server, or modify the phpMyAdmin export procedure in order to add an option to save the exported database as a file in the server, in order to download it later...
  2. P

    cURL error 56 connection reset by peer

    Sorry for that. I was not my intention. But I thing there is somebody else causing that attacks: the "Failed to connect to 69.175.6.102: Network is unreachable" message only appears if I omit the domain in the cURL call (I have done it only to test). Ex.: instead of forming the URL as...
  3. P

    cURL error 56 connection reset by peer

    I continue testing the script, and the error description gives this message: "Failed to connect to 69.175.6.102: Network is unreachable" When I try to check that address, it points to: placeholder.x10hosting.com Maybe thats the problem. placeholder.x10hosting.com is not my domain, soo my script...
  4. P

    cURL error 56 connection reset by peer

    OK. I made a little test in order to check again why the calls to the same server where the calling script is did not work. Here is my script (both located on the roor directory of my free hosting account): <?php // hello_world.php echo "Hello World<br>"; ?> This script should call using...
  5. P

    cURL error 56 connection reset by peer

    #descalzo: Hi, just to check: have you use the same script as me to test the cURL call, or doo you wote another script? I make that cuestion because #leafypiggy says the firewall is not to blame an the problem could be on the script, but as I see, the script is OK!
  6. P

    cURL error 56 connection reset by peer

    So, any clue about the firewall setup that prevents calls to the same server?
  7. P

    cURL error 56 connection reset by peer

    Well, my site is located on ABSOLUT, and 'cause I'm inChile, I can not create another site to test. I don't know sites on other hosts to make some tests, but it would be fine if some administrator o anybody who knows about the firewall configuration could add some information. best regards, hope...
  8. P

    cURL error 56 connection reset by peer

    Could be, I also have that as 1 of the causes, but how can I check it to be sure?
  9. P

    cURL error 56 connection reset by peer

    Since a while, I'm getting the following error "connection reset by peer" on any cURL connection that try to connect to its same domain. Because the execution time limit of PHP, I separate the code into a numer of php scripts, and I call them secuentially semaphores implemented using a common...
  10. P

    Unable to connect to mySQl database using PDO on STOLI server

    Thanks for the fast answer. Did you have any idea of how long will it take to solve the problem? Is there any way to access the mySQL databases using any other code (ODBC, mySQl direct, etc) that can be used during this period?
  11. P

    Unable to connect to mySQl database using PDO on STOLI server

    I have a script to query a mySQL database using PHP + PDO. Since a while, the connection gives a strange error. I have changed NOTHING on the database, usernames, scripts or variables, but it is impossible to acces it. (It loocks as all my code is getting useless) The error I get when I try to...
  12. P

    cPanel backup option

    Sorry for the inconvenience... I found the problem. It was on the Gzip compressor: The file I was trying to upload was corrupted. Thanks to all!
  13. P

    cPanel backup option

    Thanks for your support, but I still having problems when I try to restore a table in my database. If I use the Import feature of phpMyAdmin, it gives me an error: The spanish message is "No se recibieron datos para importar. O no se envió el nombre del archivo, o el tamaño del archivo excedió...
  14. P

    cPanel backup option

    For a while, during the migration & update of stoli server, a backup utility was available on the cPanel. That option is now not available. Is it possible to activate again the backup option in cPanel?? Is ther some way to backup/restore the whiole site/database? I whould appreciate any help...
  15. P

    unable to connec to to stoli server control panel

    Thanks to all of you. I found that i'm behind some firewall, not mine, but some firewall should exist on my ISP provider installations, because when I try to view my page through an anonimizer web surfer (www.anonimizer.com), it works fine. As hint: in order to be sure about any firewall, a...
Top