AdultNex |
08-11-2003 05:37 PM |
How does this SEO redirection work?
Go to the following URL: http://www.036.us/ (btw, the .us and .info Google spammer owns a bunch of these related 036 domains)
The website is obviously using a hahahahahahahahahaha redirection script to fool the SE and the user. If you press Escape real quickly before the Fastwebcounter.com website loads up, you get the following script written above the <html> tag:
Quote:
hahahahahahahaha language="hahahahahahahahahaha1.2" src="stats.js"></hahahahahahahaha
<hahahahahahahahaGoToOtherBox();</hahahahahahahaha
|
And the stats.js file reads:
Quote:
function GoToOtherBox () {
document.location = "http://fastwebcounter.com"
}
|
The problem is, I tried implementing this script on a test HTML file on my server, but it wouldn't work. Any help please?
|