Home > The Newbie Zone > Questions and Answers

How to get pictures in ripped landers (5)


10-12-2017 01:05 AM #1 blakeg24 (Member)
How to get pictures in ripped landers

I'm new to landers and got linked to this thread. Can anyone tell me how to download the pictures and change the CSS path. I cant even tell you how much time ive wasted trying to learn landers and html. For some reason it wont let me paste the picture of the error message but its the first comment in the thread


Open up Chrome dev tools console and refresh the saved page, this is what you're looking for:


You need to download those manually from the source website, and change the image path in the CSS accordingly.
Half the time you'll find someone has ripped it off someone else and didn't bother to check either so they're not there - so you may have to come up with images yourself (or delete them if everything looks fine)


10-12-2017 08:09 AM #2 platinum (Veteran Member)

You are on the right path following Amy's guide linked above.

So if you're ripping landers from Adplexity, you already have images included in the zip file. If you are doing it manually, then you have to go on each and every <img> tag you find in your lander and download them manually by opening images on another window/tab using the src link inside the tag. Same thing goes with CSS files, copy the CSS link path, download and link to your lander accordingly.

I believe that's quite a complicated way of ripping landers as you'll end up wasting quite a lot of time doing that. Save yourself the trouble and benefit from things that are ready to use, check out this link where you can find landers ready to use


10-12-2017 02:44 PM #3 blakeg24 (Member)

Quote Originally Posted by platinum View Post
You are on the right path following Amy's guide linked above.

So if you're ripping landers from Adplexity, you already have images included in the zip file.

Thanks, Platinum! its embarrassing to say but I was making it way harder on myself. So I changed out the offer link in the line of code that says href=. And when i followed it to make sure it worked I found that the offer link lead to a random offer that had nothing to do with my sweeps(iphones). I then checked every offer Ih ad from Mobidea and they all did the same. Am i doing something wrong?


10-12-2017 03:32 PM #4 platinum (Veteran Member)

Well we always tend to choose the hard way on new stuff trying to learn more and prevent possible bottlenecks.

Anyway, your above setup is not correct.

Please keep present that the traffic will flow like this:
Traffic source -> Tracker -> Affiliate network -> Offer

In the traffic source we enter our tracker generated campaign link. The tracker link besides tracking, also manages Lander and offer rotation. In order to reach out to that specific offer in our funnel, we add our Click link (found in our tracker) in the call-to-action button (or href=http://clicklink). And finally since the tracker knows that traffic is coming from a specific campaign, routes the visitor to the configured offer.

As you may see, offer links on affiliate networks tend to be pretty much the same domain that specifies the offer using url tokens. These links serve as forwarding links and in case you landed to a random offer when testing there’s nothing to worry about. These are called fallback redirects, where the affiliate networks add replacing offers in case specific targeting conditions are not met.


10-12-2017 06:08 PM #5 blakeg24 (Member)

Quote Originally Posted by platinum View Post


In the traffic source we enter our tracker generated campaign link. The tracker link besides tracking, also manages Lander and offer rotation. In order to reach out to that specific offer in our funnel, we add our Click link (found in our tracker) in the call-to-action button (or href=http://clicklink). And finally since the tracker knows that traffic is coming from a specific campaign, routes the visitor to the configured offer.
Thanks so much that really clears up click links! I also found a link to his website later on in the code after this line <a class="button-next ccontinue" href=". It leads to his LP which is confusing because i thought thats what i was making. I guess the Pop Ads aren’t actually the LP.




After I edit the code and click on the html file chrome file it comes up with a website that has missing pictures. Whenever i click Continue it comes up with the LP with pictures included. I don’t really get where the ad is coming from as it doesn’t show it in AdPlexity.


Home > The Newbie Zone > Questions and Answers