How do they do this???

CaldwellYSR

Member
I found this today http://www.replacementgoogle.com/ and I am really curious as to how they did it. I mean obviously it's a php file that redirects to a random google search but does anyone know how that's done? The only thing I can come up with is doing a bunch of random searches and taking the urls. Pasting them into a big array and then pulling a random one out of the array to redirect into. Does anyone know a better way to do it?
 
Top