HighDots Forums  

Google PageRank Checksum Algorithm Unmasked

Search Engine Optimization Discussion about SEO/Search Engine Optimization (alt.internet.search-engines)


Discuss Google PageRank Checksum Algorithm Unmasked in the Search Engine Optimization forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Will Spencer
 
Posts: n/a

Default Google PageRank Checksum Algorithm Unmasked - 07-06-2004 , 10:11 AM






Google PageRank Checksum Algorithm Unmasked

http://www.mobileread.com/forums/sho...?threadid=1670


For those (like me) who have been curious about that darned ch parameter.


--
Will
Webmaster: http://www.internet-search-engines-faq.com


Reply With Quote
  #2  
Old   
Jan Harders
 
Posts: n/a

Default Re: Google PageRank Checksum Algorithm Unmasked - 07-07-2004 , 03:34 AM






Will Spencer <will.spencer (AT) internet-search-engines-faq (DOT) com> typed:
Quote:
Google PageRank Checksum Algorithm Unmasked

http://www.mobileread.com/forums/sho...?threadid=1670


For those (like me) who have been curious about that darned ch
parameter.
Yeah, pretty cool info, thanks alot.
I have been working on a perl-version of the code, but ran into problems.
Will publish the resulting code here once I got it ready.




Reply With Quote
  #3  
Old   
Will Spencer
 
Posts: n/a

Default Re: Google PageRank Checksum Algorithm Unmasked - 07-07-2004 , 11:56 AM



On Wed, 07 Jul 2004 09:34:45 +0200, Jan Harders wrote:

Quote:
Yeah, pretty cool info, thanks alot.
I have been working on a perl-version of the code, but ran into problems.
Will publish the resulting code here once I got it ready.
When you do, send me an e-mail and I'll link you from here:
http://www.internet-search-engines-f...age-rank.shtml


--
Will
Webmaster: http://www.internet-search-engines-faq.com



Reply With Quote
  #4  
Old   
Jan Harders
 
Posts: n/a

Default Re: Google PageRank Checksum Algorithm Unmasked - 07-08-2004 , 04:23 AM



Will Spencer <will.spencer (AT) internet-search-engines-faq (DOT) com> typed:
Quote:
On Wed, 07 Jul 2004 09:34:45 +0200, Jan Harders wrote:

Yeah, pretty cool info, thanks alot.
I have been working on a perl-version of the code, but ran into
problems. Will publish the resulting code here once I got it ready.

When you do, send me an e-mail and I'll link you from here:
http://www.internet-search-engines-f...age-rank.shtml
I am still working on it, but still didn't solve all the problems. If anyone
here wants to help, I'd be very happy.
Problem is that perl treats big integers in another way then php does when
using bitwise operations. It's, that's what I got so far, that perl does not
overflow the 32bit-buffer, but fills it and then shifts with a full
32bit-integer. Discussion of the behaviour (in german):
<http://board.perl-community.de/cgi-b...i?act=ST;f=14;
st=0;t=280;#idx15>.
Now, I got the idea to simply rewrite bitwise-operations into functions that
manipulate the integers before operating on them to reach compatibilty to
php (and bash and probably lots of other languages). Gotta admit here, I did
never really get cosy with bitshifting and all that basic stuff :/
anyway: my code-try is available at http://www.delinquent.de/ch.txt - please
drop me a line if you have any ideas!

Greets,

Jan




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.