Ripped lander - pulling from my server

I think the point is that the guy still has to be generating some semblance of profits from the lander he has stole while Navuud siphons a bit off the top.

It's pretty genius and you could do this for a long time if you can figure it out. Keep updating
 


I think the point is that the guy still has to be generating some semblance of profits from the lander he has stole while Navuud siphons a bit off the top.

It's pretty genius and you could do this for a long time if you can figure it out. Keep updating

This.

Don't really get why you guys suggest to dickroll him or put a giant banner on his lander, he'll just notice faster. Just take like 5-20% (depending on volume of traffic) as your commission for the lander.
 
Last edited:
If he's dumb enough to hotlink the entire page, then I don't think he'd figure it out if you took 100%.

Also - is there a way to add some tracking so that you can steal some of his sources?
 
doin a bit of research i could also redirect certain screen resolutions *i know his from him being on my site :D

but I'm still coming across the same looping affect where it wont fully load,

Code:
if ((screen.width>=1280) && (screen.height>=800))
{
 window.location.replace('http://www.mylander.com');
}

Make sure you're not running the same javascript code on the landing page you redirect to - otherwise it'll keep reloading it.
 
my vote is replace any img tag with a nice quick loading penis/boob image. something subtle so maybe he will not even see it. i mean, i know that people steal landers, but COME ON, that shit is blatant, he is using YOUR HOSTING RESOURCES and stealing bandwidth.

this shit literally boils my fucking blood, nothing makes me more angry than this, that is why BEFORE i do anything creative i make sure all my links are cloaked, .hraccess is all nailed down and for anyone who is not doing this ya'll better be collecting "known scumbag/fellow affiliate" IP addresses to add to your "block list"

god this shit pisses me off.
 
my vote is replace any img tag with a nice quick loading penis/boob image. something subtle so maybe he will not even see it. i mean, i know that people steal landers, but COME ON, that shit is blatant, he is using YOUR HOSTING RESOURCES and stealing bandwidth.

this shit literally boils my fucking blood, nothing makes me more angry than this, that is why BEFORE i do anything creative i make sure all my links are cloaked, .hraccess is all nailed down and for anyone who is not doing this ya'll better be collecting "known scumbag/fellow affiliate" IP addresses to add to your "block list"

god this shit pisses me off.

Could you give an example of "cloaking your links"...it means different things, to different people.
 
lol, done this too. You can also make it so whenever he visits the page from his IP, he sees his own page that he ripped, and his links. But everyone else will see your page/links.

Right here, alternate links though and keep it going for awhile and see if you make any dough, otherwise....dickroll for sure.
 
you feel bad about having your landers ripped... about 3 years ago some scammer hijacked my websites. so i started a website about him and how he scams people and he got really mad, so he called my host and pretended to be me and got access to my emails, registrar, websites, etc.

i did recover eventually. i got him into court for cyberstalking charges. he beat me, but karma caught up to him, and he's in prison now for child rape charges.
 
haha,

so I got some script written and put it into one of the .js files, if anyone wants the script you can PM me - I'd post it here but I have to go digging for it.

The script essentially switched all outbound links 1 in 6 times to direct to my aff link.

Made a bit of money off it :D the guy was doing some pretty high volume. Unfortunately though he stopped pulling from my server and didnt need to take the .js file with him.

The next step is to find a way to put this script into a .css file something necessary for anyone who plans on ripping my landers in the future. I'm debating putting it in all my landers for anyone who rips them... but in all honesty I rip landers, others rip mine - it happens its part of the game.

The only real justification i had for taking leads from him was cause he was pulling from my server - call it a fee.

What do you guys think? Should this script be added to all landers? Essentially if anyone rips your future landers they'll never really know you're grabbing leads from them or suspect it unless they go through all the code.
 
you feel bad about having your landers ripped... about 3 years ago some scammer hijacked my websites. so i started a website about him and how he scams people and he got really mad, so he called my host and pretended to be me and got access to my emails, registrar, websites, etc.

i did recover eventually. i got him into court for cyberstalking charges. he beat me, but karma caught up to him, and he's in prison now for child rape charges.
207_not_sure_if_serious.jpg
 
Could you give an example of "cloaking your links"...it means different things, to different people.

just speaking generally. to me its either making a quick php or running through my hosted prosper. basically so when people find your ad and trace it back, they hit your server, rather than your lander, dig?

just an extra precaution, dont think this was necessarily "what you did wrong to make this happen" but nonetheless, my point was: when i first started out in AM, i would make an ad, lander and run traffic to it. NOW, before i do any of that, i make sure that I am protected, including my ad and lander so that if anyone tries to peep my lander, it will send them elsewhere. i have some examples im willing to share if you'd like.
 
1) set your apache to serve css and javascript through the php interpreter (or if you can do the following with apache that is better, but I suck at tinkering with apache mods)
2) collect a list of all ip's that accessed the css/js from his site, and continue serving the existing css/js to those ip's.
3) for any other ip, serve your new files that change a percentage of the afflinks to your links.
 
adult response: I'd trace the IP, find the site and their host and registrar, and file a DMCA takedown request, and if they don't take the shit down, you sue them.

personal feelings response: replace all images with tubgirl and embed a virus in the page

bold part made me lol
 
samething has happened to me.. the person left my prosper202 script in there, can anybody help me in redirecting 1/5 of the traffic to my page?

I am pretty new to coding, so I am going to need pretty specific details,

Thanks!