Quote:
Originally Posted by mastershady
thanks for your response the property allow_url_fopen is on ... what will be other issues which prevents this hack from working ...
how i can catch the error exactly since every thing seems ok but still it is not working ...
is it becuase i used the latest version of the hack 1.0.5 ...
any support please ...
|
What's about the firewall?
If you create a test.php with:
PHP Code:
<?php
$content = file_get_contents('http://www.google.com/');
echo $content;
die;
does it show you something? (You should see the google page at least to some extent)