So... someone ripped my lander...

Mar 11, 2010
110
6
0
... and left the Prosper tracking code in it because I'm getting tons and tons of hits on Spy View from various obscure sites with banner ads (looks like a media buy).

Sadly this motherfucker is taking up all my server resources and bandwidth and fucking up all my other campaigns due to load speed issues. I'm not particularly bothered about them ripping the lander as it's an old campaign but how can I stop them hitting my Prosper, taking up all my server load? And is there any way that I can somehow get some revenge? :angryfire:
 


is the prosper tracking code javascript? if so you could just jack their traffic and redirect it to your landing page.
 
Move your prosper to a different domain, set up javascript to redirect the current domain to make monies online... Or write a javascript to rewrite the html of his current page onload. Make it look exactly the same, except replace the ad with your own. You can do rand to make it happen every other time, will make him think why his conversions dropped while you profit.
 

This is awesome but do I need to know HIS lander URL to be able to do it because I don't right now. Like here's the code to edit:

if (document.URL == "http://www.IAmCopying.com")
{
window.location = "http://www.YourLander.com";
}

I don't have his lander URL I only have the referrers showing up in my Prosper Spy View so I dont know what to make the first URL in the code. Prosper just says that it's hitting MY lander. Any ideas?
 
it doesn't show what page they are hitting in your spy?

If it doesn't, check your server logs and see where he is pulling the code from
 
No it just looks like this and The Online Business is my landing page.

Do I need to dig into server logs and where exactly do I look?