|
stuff
|
linkdump of Friday, July 23, 2004
i know youre tired of it
but john clearly shows what dead dog did:
Basically, it loads the sites in the variables randomly as an image. This will count as 1 referrer hit, even though each visitor of his site doesnt realise they are doing this. And worst of all, the sites get nothing out of this, except for wasted bandwidth.
var img1 = "http://www.americanevil.com/"
var img2 = "http://www.fatwillie.net/"
var img3 = "http://www.thechump.com/"
var img4 = "http://www.fatwillie.net/"
var img5 = "http://www.thechump.com/"
var img6 = "http://www.americanevil.com/"
var img7 = "http://www.fatwillie.net/"
var img8 = "http://www.thechump.com/"
var randomize = Math.round(Math.random()*
if (randomize == 1){
newimg = img1
}else if (randomize == 2){
newimg = img2
}else if (randomize ==3){
newimg = img3
}else if (randomize ==4){
newimg = img4
}else if (randomize ==5){
newimg = img5
}else if (randomize ==6){
newimg = img6
}else if (randomize ==7){
newimg = img7
}else{
newimg = img8
}
document.write('')
document.write(unescape("%3Cimg%20src%3D%22http%3A//www.titbit.nl/%22%3E"));
q.e.d.
thank you john!!!
|
|
|
|
|
links and friends
|