Quote:
For one thing, the checkers don't offer or accept a Google cookie. It's true that someone could have Google cookies blocked on Explorer and the toolbar would most likely behave the same way, but it's also true that blocked cookies are relatively rare. That's a clue right there, if Google is looking for clues.
|
Which is why I am waiting for a Perl port. You can use LWP to accept the cookies and create your own user agent, that way it will make it just one more step harder for google to track you. I guess i'll have to learn PHP, ive already made the LWP script, all I need is the checksum calculator. I have done it by having the Perl script run the PHP checksum and then getting the checksum from the PHP script and then getting the PR from google. The only problem is that its terribly slow since to access the PHP script it needs to access it using an HTTP request.