Clown steals LP. Leaves P202 script on it. How to steal his traffic?

ricdes

LIBTARD
Oct 16, 2007
1,702
44
0
Eesti
I remember someone posted a simple JS line that allows me to redirect his traffic back to my page easily. Can't find it anymore.

Anyone?
 


Be smart don't redirect all traffic, redirect a small portion for a long time :)

Do you have some kind of script to add?

Using this but it's redirecting all of it..



if(window.location.hostname == "stolenpage.org") {
window.location = "http://www.blahmypage.com/";
}
 
Bwhaha got it. This will redirect 20% of his traffic to your page.


var randomnumber=Math.floor(Math.random()*4)

if(randomnumber == 3)
{
if(window.location.hostname == "stolenpage.org") {
window.location = "http://www.blahmypage.com/";
}
}
 
what happens if they have an exit pop? It will pop every time you do a redirect. Is there a way to get around this?
 
$areYouReallySure = true;
var randomnumber=Math.floor(Math.random()*4)

if(randomnumber == 3)
{
if(window.location.hostname == "stolenpage.org") {
window.location = "http://www.blahmypage.com/";
}
}
 

Bwhaha got it. This will redirect 20% of his traffic to your page.


var randomnumber=Math.floor(Math.random()*4)

if(randomnumber == 3)
{
if(window.location.hostname == "stolenpage.org") {
window.location = "http://www.blahmypage.com/";
}
}

just set the var to true so it dont exit pop

areYouReallySure = true;

$areYouReallySure = true;
var randomnumber=Math.floor(Math.random()*4)

if(randomnumber == 3)
{
if(window.location.hostname == "stolenpage.org") {
window.location = "http://www.blahmypage.com/";
}
}


+1 to all you guys for helping each other out. It's cute ;)
 
good add hypher, i DEFINITELY will keep this in my arsenol

anyway how DUMB does someone have to be not to comb through the fuckin code, i mean, look for <scripts> and shit like that.

isnt dude gonna eventually going to install 202 on his own system?

I can see it now posting in wafo or some shit "My landing page came preinstalled with a tracking script but no matter what I do I just CANT get it to work. Please help"


lmfao!