|
||||||||||
|
|||||||
| GoogleCommunity Sponsor |
Use coupon "forum" for 50% Off! |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) | |
|
Noogle
![]() Join Date: Jul 2005
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
![]() |
Google Page Rank Program Problems
Hi
When using the Google Page Rank Program from http://www.googlecommunity.com/scrip...e-pagerank.php I end up getting the following error: Quote:
Thanks |
|
|
|
|
|
Sponsored Links
|
|
|
|
#3 (permalink) |
|
Noogle
![]() Join Date: Jul 2005
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
![]() |
Oh that's really helpful. I realize this works for many people but I'm getting an error.
Please don't reply with rediculuous posts like "it works for me" as doing so makes it look like the issue was addressed by someone and there is resolution. Instead leave the task of answering to other people that might actually this or another problem similar to this or to those that have a solution. |
|
|
|
|
|
#5 (permalink) |
|
Noogle
![]() Join Date: Aug 2005
Location: New York City
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
![]() |
the flag "allow_url_fopen" must be set to "1" (both without the quotes) in php.ini
Note that you cannot set this in .htaccess (as you can do for many php settings), so if you're on a shared/reseller hosting account, you must ask your host to set it for you (which they may not be willing to do for security reasons). If you have your own dedicated server or VPS account, you can set this yourself in your php.ini You can check the value of the setting by running phpinfo() and searching for the value in the returned data: Code:
<?
phpinfo();
?>
|
|
|
|
|
|
#8 (permalink) |
|
Elite Googler
![]() Join Date: Nov 2004
Location: Kansas City, Missouri
Posts: 1,065
Thanks: 0
Thanked 0 Times in 0 Posts
![]() |
Lets try an experiment shall we?
Copy the URL it spat out in the error message, paste it to your Address bar in the browser, click go. And oh, what's this, a 403 error, just like what it says in the error message. |
|
|
|
|
|
#9 (permalink) | |
|
Noogle
![]() Join Date: Aug 2005
Location: New York City
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
![]() |
Quote:
|
|
|
|
|
|
|
#10 (permalink) |
|
Noogle
![]() Join Date: Oct 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
![]() |
The problem is due to different versions of PHP and the way PHP handles bitwise operations.
I've had a few different issues on different machines. I've successfully ported the php script to a machine running FC4-64bit, and PHP 5.x. It required making custom shl and shr functions. For some reason, SHRs were adding a 1 to the LSB. Yeah, sounds weird, but it was.. anyhow it's fixed. However, I'm having one hell of a time attempting to port it to a i386 machine running FC3 and PHP 4.3.11. The problem occurs when PHP attempts to "sliently" convert integers into floating point numbers when the integer becomes to large to be held in an integer placeholder. That's all fine, but what happens when you attempt to perform an XOR on the floating point number? Well, all hell breaks lose in certain versions of PHP it seems. I'm not sure if there is a setting somewhere, or if it's just due to the different versions of PHP and the way they handle the convertions between integer and float, but I intend to put a finger on it. Anyone else have anything to add? Bitlord |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Page Rank Index page Vs sub url in existing domain. | morelans | All About Google | 2 | 05-17-2007 10:40 AM |
| Page Rank vs. Alexa Rank | 600GLE | All About Google | 18 | 04-02-2007 01:41 AM |
| Google Page Rank for website | khan11 | Web Design, Coding & Programming Forum | 1 | 07-17-2006 08:49 PM |
| Google Page Rank | jackson | All About Google | 12 | 03-08-2006 12:06 PM |
| Page Rank calculation problems | Mutatos | All About Google | 0 | 10-09-2005 02:18 AM |