Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > Miscellaneous > Lounge

Notices

Reply
 
Thread Tools Search this Thread
Old 06-27-2004, 09:17 AM   #91
alexstapleton
Enthusiast
alexstapleton doesn't litteralexstapleton doesn't litter
 
Posts: 49
Karma: 123
Join Date: Jun 2004
ahhh its doctorow spamming SEO forums
alexstapleton is offline   Reply With Quote
Old 06-27-2004, 09:22 AM   #92
doctorow
Guru
doctorow ought to be getting tired of karma fortunes by now.doctorow ought to be getting tired of karma fortunes by now.doctorow ought to be getting tired of karma fortunes by now.doctorow ought to be getting tired of karma fortunes by now.doctorow ought to be getting tired of karma fortunes by now.doctorow ought to be getting tired of karma fortunes by now.doctorow ought to be getting tired of karma fortunes by now.doctorow ought to be getting tired of karma fortunes by now.doctorow ought to be getting tired of karma fortunes by now.doctorow ought to be getting tired of karma fortunes by now.doctorow ought to be getting tired of karma fortunes by now.
 
doctorow's Avatar
 
Posts: 914
Karma: 3410461
Join Date: May 2004
Device: Kindle Touch
alex dude, why would you suspect me?

doctorow is offline   Reply With Quote
Advert
Old 06-27-2004, 10:01 AM   #93
UnknownZ
Junior Member
UnknownZ began at the beginning.
 
Posts: 6
Karma: 22
Join Date: Jun 2004
Thank you for the code, it's working. Thanks man. You are all really great.
UnknownZ is offline   Reply With Quote
Old 06-27-2004, 10:03 AM   #94
cyberax
Member
cyberax has learned how to buy an e-book online
 
cyberax's Avatar
 
Posts: 22
Karma: 87
Join Date: Jun 2004
Location: India
Wow!!!

I did'nt knew that I had such a big secret in my wallet Thanks to Gemini who told me abt the same.

Cheers
cyberax is offline   Reply With Quote
Old 06-27-2004, 11:27 AM   #95
rayg
Nameless Being
 
Question not portable?

the c code works for me, but the php code is returning different results. for 'http://www.example.com/' i get 62147418112 on my powerbook (big endian) and 62920760850 on x86 linux (little endian).
  Reply With Quote
Advert
Old 06-27-2004, 11:29 AM   #96
alexstapleton
Enthusiast
alexstapleton doesn't litteralexstapleton doesn't litter
 
Posts: 49
Karma: 123
Join Date: Jun 2004
only works on little endian machines obviously. there is a big endian version of the hash function i believe. i will look into big endian compatibility.
alexstapleton is offline   Reply With Quote
Old 06-27-2004, 11:55 AM   #97
rayg
Nameless Being
 
doh! i forgot to prepend 'info:' so my results were also wrong for little endian. sorry, my bad.
  Reply With Quote
Old 06-27-2004, 01:10 PM   #98
alexstapleton
Enthusiast
alexstapleton doesn't litteralexstapleton doesn't litter
 
Posts: 49
Karma: 123
Join Date: Jun 2004
actually your result was right for little endian.
you can use http://alex.vort-x.net/google/ the form there to verify ch values if you want.
alexstapleton is offline   Reply With Quote
Old 06-27-2004, 01:11 PM   #99
alexstapleton
Enthusiast
alexstapleton doesn't litteralexstapleton doesn't litter
 
Posts: 49
Karma: 123
Join Date: Jun 2004
erm what am i talking about. yes it was wrong. lol :S
http://www.example.com = 6540747202
alexstapleton is offline   Reply With Quote
Old 06-27-2004, 05:15 PM   #100
Unregistered
Nameless Being
 
I just developed a complete all-in-one function in PHP that using The Google Checksum Calculator, by Alex Stapleton, Andy Doctorow, Vijay "Cyberax" Bhatter, and a few others, (https://www.mobileread.com/forums/sho...9&postcount=87) and XMLize.php by Hans Anderson (http://www.hansanderson.com/php/xml/) automatically calculates the PageRank for a page. Try it at:
http://zenitram.th4y.com/pagerank
And the source code is at:
http://zenitram.th4y.com/pagerank/source.txt
Hope you like it
  Reply With Quote
Old 06-27-2004, 06:51 PM   #101
Unregistered
Nameless Being
 
Quote:
Originally Posted by alexstapleton
actually your result was right for little endian.
you can use http://alex.vort-x.net/google/ the form there to verify ch values if you want.
Is that url supposed to be working? It doesnt for me anyway. Or do I have to put http:// infront of the url? Or maybe "link:"???

(tested it all, even urlencoded, still doesnt give correct ch)
  Reply With Quote
Old 06-27-2004, 09:04 PM   #102
UnknownZ
Junior Member
UnknownZ began at the beginning.
 
Posts: 6
Karma: 22
Join Date: Jun 2004
You need to put http://
for example if your website is www.unregistered.com , just put in http://www.unregistered.com ...it will give you correct checksum.

And thanks also to zenitram for the code.

Last edited by UnknownZ; 06-27-2004 at 09:09 PM.
UnknownZ is offline   Reply With Quote
Old 06-27-2004, 09:20 PM   #103
cyberax
Member
cyberax has learned how to buy an e-book online
 
cyberax's Avatar
 
Posts: 22
Karma: 87
Join Date: Jun 2004
Location: India
Good Work from Zenitram :cool. But you guys really do not know how much loss you have made for the guys who are charging money for this piece of code

- Cyberax
cyberax is offline   Reply With Quote
Old 06-27-2004, 09:29 PM   #104
UnknownZ
Junior Member
UnknownZ began at the beginning.
 
Posts: 6
Karma: 22
Join Date: Jun 2004
They have earned a lot already.
UnknownZ is offline   Reply With Quote
Old 06-28-2004, 02:23 AM   #105
Unregistered
Nameless Being
 
Ok, I found the bugg why your page is giving wrong ch for me...

When I look at your url after it has been submitted, the value for "url" is like this:
Code:
http%3A%2F%2Fwww.example.com
BUT for me the toolbar priduces this:
Code:
http%3A%2F%2Fwww.example.com%2
For every request it puts %2 after the call... why? Is this an client thing? I got WinXP and running IE6.0, all patched and done.

=(
  Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Seriously thoughtful Dekker's Algorithm help. Catire Lounge 13 03-19-2010 10:03 AM
Bulk Pagerank Checker Script? SNaRe Lounge 2 10-22-2006 04:36 PM
Google Toolbar Pagerank Checksum Revealed! Alexander Turcic Lounge 5 02-17-2006 08:09 AM
Google Checksum CH calculator cyberax Lounge 2 08-17-2004 09:37 PM


All times are GMT -4. The time now is 04:51 PM.


MobileRead.com is a privately owned, operated and funded community.