View Single Post
      08-23-2010, 08:49 AM   #6
radix
you know he kills little girls like you
radix's Avatar
No_Country
388
Rep
892
Posts

Drives: -
Join Date: Feb 2008
Location: -

iTrader: (0)

Googling:

Code:
"Off-Topic Discussions Board" "you've had your six" site:e90post.com
About 3,750 results

I'm sure you get the idea. It might be better to generate a completely random string, put it in your custom user title, and then google that string, like this:


Code:
$ perl -le '$a = [map { chr } 48..57, 65..90, 97..122]; $b .= $a->[int(rand(62))] for 1..24; print $b'
QlJQwvxn3f5V4yu9zJvIcZlG
I don't know if that will work with google or not. It might only try to search for words and filter out gibberish. It also might take a while for Google's spider to update it's cache. TBH, these are just wild shots in the dark in lieu of a proper answer from the admins/mods.
Appreciate 0