Iframe?

thisisacoolname

Junior Member
Joined
Aug 6, 2010
Messages
192
Reaction score
71
Hey guys,

What do you use to slice a certain area of a webpage and insert it in an iframe?

I saw this thread right here but the download is already gone (since it's an old thread)

Code:
http://www.blackhatworld.com/blackhat-seo/making-money/113780-guide-how-iframe-cpa-offers-while-blanking-referrer.html

Any help would be very appreciated.

I've been searching for days now. Having a hard time coz I'm not a coder :(
 
You do it manually.

Code:
<div style="width:500px; height:400px; position:relative; overflow:hidden;"> 
<iframe style="left:-500px; top:-400px; position:absolute; " src="http://www.*******.com"></iframe>
</div>

width/height on wrapper div controls clipping size, while negative left/top on iframe controls where exactly in the offer's page is your target input.

keep in mind this is a low-life blackhat method. I don't recall seeing anyone here making $1000 / week doing this.
 
Back
Top