Hi Folks
I'm having a very strange issue with a script that can be found at:
In a nutshell, this script merely returns a Google Page Rank for any given domain.
Line 109 is:
$data = file($file);
I've tested this on other servers and it is not a problem. I was told that this problem could be caused by not having allow_url_fopen enabled. In my case, it is enabled.
I was also told that the problem could be caused by upstream proxies, but my host assures me there are none present.
I'm using PHP 4.4.0 and from what I can see, my settings are the same as other servers where this script works.
Does anyone have any ideas on what could be causing this problem.
Thanks!
I'm having a very strange issue with a script that can be found at:
In a nutshell, this script merely returns a Google Page Rank for any given domain.
Warning: file( failed to open stream: HTTP request failed! HTTP/1.0 403 Forbidden in /public_html/pr.php on line 109
PageRank:
provided by Google Community.com
Line 109 is:
$data = file($file);
I've tested this on other servers and it is not a problem. I was told that this problem could be caused by not having allow_url_fopen enabled. In my case, it is enabled.
I was also told that the problem could be caused by upstream proxies, but my host assures me there are none present.
I'm using PHP 4.4.0 and from what I can see, my settings are the same as other servers where this script works.
Does anyone have any ideas on what could be causing this problem.
Thanks!