Search results

  1. sicelx10

    [PHP] imagecreatefromjpeg(), getimagesize() and file_get_contents() NOT WORKING!

    I resolved the problem in file_get_contents(), i replaced with include and used an internal path. BUT THE PROBLEM with imagecreatefromjpeg() and getimagesize() still persist :(
  2. sicelx10

    [PHP] imagecreatefromjpeg(), getimagesize() and file_get_contents() NOT WORKING!

    When i use internal paths the page or image doesnt show properly :(, but when i use the external path of my own page sometimes works and sometimes doesnt work, that means that the problem is not with me.
  3. sicelx10

    [PHP] imagecreatefromjpeg(), getimagesize() and file_get_contents() NOT WORKING!

    Im getting this error when i want to resize an image: Warning: getimagesize(http://******/manipularimg/imagenes/cielomorado.jpg): failed to open stream: HTTP request failed! HTTP/1.1 400 Bad Request in/home/*******/public_html/manipularimg/recortar.php on line 17 Warning...
  4. sicelx10

    Vox has run out of disk space!

    Same problem here: Sorry for the inconvenience! The filesystem mounted at / on this server is running out of disk space. cPanel operations have been temporarily suspended to prevent something bad from happening. Please ask your system admin to remove any files not in use on that partition.
  5. sicelx10

    [URGENT] My website is being hacked

    Hmm, it seems that all that files and folders got deleted from my public_html folder, thanks so much for fixing it :)
  6. sicelx10

    [URGENT] My website is being hacked

    Also i didnt upload this: http://xxxxxxx/.smileys My website doesnt use smileys, what's hapenning?!
  7. sicelx10

    [URGENT] My website is being hacked

    UPDATE: Now its fixed
  8. sicelx10

    [AGAIN ._.] Vox is blocking file_get_contents() and curl in PHP

    Hello, Now Im having this error again :banghead:
  9. sicelx10

    [AGAIN ._.] Vox is blocking file_get_contents() and curl in PHP

    This is from the error_log file: [14-Dec-2013 20:45:43 America/Chicago] PHP Warning: file_get_contents(http://********/evaluacion411.php): failed to open stream: HTTP request failed! in /home/********/public_html/evaluacion.php on line 321 Edit: Its werid, now its working great, but im pretty...
  10. sicelx10

    [AGAIN ._.] Vox is blocking file_get_contents() and curl in PHP

    Bryon, did you remember this post? https://community.x10hosting.com/threads/vox-is-blocking-file_get_contents-and-curl-in-php.191535/ Well, its happening again :(,could you please fix it, thanks ;)
  11. sicelx10

    Vox is blocking file_get_contents and curl in PHP

    Now it works :D Thanks so much i appreciate your help :) you are the best ;)
  12. sicelx10

    Vox is blocking file_get_contents and curl in PHP

    Yesterday the file_get_contents() was working fine, but now the vox is blocking that functions, for example, when i use the file_get_contents to an external page, it works fine, but when i use that function to an internal server (my webpage), i receive an error like this: Warning...
  13. sicelx10

    Server problem with file_get_contents()

    Not working :( : $pagexa="http://sicel.x10.mx/evaluacion411.php"; $c = curl_init('$pagexa'); curl_setopt($c, CURLOPT_RETURNTRANSFER, true); $page = curl_exec($c); curl_close($c); echo $page;
  14. sicelx10

    Server problem with file_get_contents()

    So, that means that the coders have to fix that problem? Edit: Is there an alternative of file_get_contents?
  15. sicelx10

    Server problem with file_get_contents()

    Now, like every 20 times i refresh that page, only 1 time i can get the page, Whats happening?!
  16. sicelx10

    Server problem with file_get_contents()

    Yesterday i was able to use the file_get_contents() function, but now im receiving this error: warning file_get_contents(*my page*) function.file-get-contents failed to open stream http request failed in What can i do to solve this?
  17. sicelx10

    SMTP server issues...

    Yeah im in vox server, i cant send mails to gmail or outlook :/
  18. sicelx10

    Mail service not working :/

    But the problem still persists for me .What can i do? Could you please make a test to Outlook?
  19. sicelx10

    SMTP server issues...

    Im having issues with SMTP too, i cant send mails anymore, my register form was working perfeclty since last week, but now isnt working again .-.
  20. sicelx10

    Mail service not working :/

    I have a webpage made in PHP with a contact form, this worked perfectly last week. But now im not receiving mails anymore ( Im trying to send mails to Outlook and Gmail through php mail() function)), i made a conditional that if the mail was sent, there would appear a message saying "Message...
Top