raminpapo / seostats

Automatically exported from code.google.com/p/seostats
0 stars 0 forks source link

Page Rank function not working for all urls #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The PR function is calculating a wrong checkhash for some urls, for example:
http://hratv.shrm.org/webmodules/webarticlesnet/templates/?a=133&z=2

SEOstats tries to get the PR from this URL:
http://toolbarqueries.google.com/search?client=navclient-auto&ch=723359408384&fe
atures=Rank&q=info:http://hratv.shrm.org/webmodules/webarticlesnet/templates/%3F
a%3D133%26z%3D2&num=100&filter=0

And it's returning an error. The right one should be:

http://toolbarqueries.google.com/search?client=navclient-auto&ch=6897281525&feat
ures=Rank&q=info:http://hratv.shrm.org/webmodules/webarticlesnet/templates/%3Fa%
3D133%26z%3D2&num=100&filter=0

Original issue reported on code.google.com by Knav...@gmail.com on 18 Dec 2010 at 8:27

GoogleCodeExporter commented 9 years ago
Thanks for reporting!

Checked and verified. Will update that - should be ready today.

Original comment by eyecatchup@gmail.com on 18 Dec 2010 at 2:24

GoogleCodeExporter commented 9 years ago
The PageRank function have been updated with the 1.2.3 release.
The updated PageRank function will work on the majority of servers.

However on some servers, the function will not work!
Possibly due to the fact that the server cannot properly calculate the hash 
what could be the result of some 32-bit/64-bit issues.

More info in the download archive: ./PageRank-info-readme.txt

PS: The URL you provided returned a PR of 2. ;-)

Original comment by eyecatchup@gmail.com on 18 Dec 2010 at 4:29