Someone jacked my lander and left my 202 code on there... so my 202 is going crazy with clicks, and my campaigns clicks are being burried.. any ideas?
LMFAO
FUCK YES - GOT IT
<script language="javascript">
var ip = '<!--#echo var="REMOTE_ADDR"-->'
if (ip == 'XXX.XXX.XX.XXX') {
// nothing
}
else {
//redirect to your lander code here
if (document.URL == "http://www.IAmCopying.com")
{
window.location = "http://www.YourLander.com";
}
}
</script>
if(window.location.hostname == "hisdomain.com") {
var ip = '<!--#echo var="REMOTE_ADDR"-->'
if(ip != 'XXX.XXX.XXX.XXX'){
window.location = "http://www.yourdomain.com";
}
}
....Bullet Tooth Tony said:You should never underestimate the predictability of stupidity.
lol, i got 9 sales before they realized they are fuckin retarded.. thx guys
Should I out the motherfuckers who did it? I have their gay design companies url/name... stealing my shit and calling yourself a design/marketing business? lol
lol, i got 9 sales before they realized they are fuckin retarded.. thx guys
Should I out the motherfuckers who did it? I have their gay design companies url/name... stealing my shit and calling yourself a design/marketing business? lol
lol, i got 9 sales before they realized they are fuckin retarded.. thx guys
Should I out the motherfuckers who did it? I have their gay design companies url/name... stealing my shit and calling yourself a design/marketing business? lol
lol nicelol, i got 9 sales before they realized they are fuckin retarded.. thx guys
Should I out the motherfuckers who did it? I have their gay design companies url/name... stealing my shit and calling yourself a design/marketing business? lol
Here is the code above with some mods.
This one just needs to be the domain so if he copies the pages many times you'll get all his traffic.
Code:if(window.location.hostname == "hisdomain.com") { var ip = '<!--#echo var="REMOTE_ADDR"-->' if(ip != 'XXX.XXX.XXX.XXX'){ window.location = "http://www.yourdomain.com"; } }