iFrame Help Needed

theblackhat

Regular Member
Joined
Feb 24, 2008
Messages
257
Reaction score
39
is it possible to bring a small part of another site in iframe??
for ex: i need the porn pictures and videos from another site.. is it possible to bring that part alone in iframe?
P.S. sry if the question was too stupid.
 
@ minute80
can you pls direct me to the coding from where i can learn and make use of it?
 
I have done it with scrollto command in Javascript. Below you can find a more complete answer:

Code:
http://www.willmaster.com/library/javascript/specifying-iframed-page-display-area.php

However, be aware that it works differently from broswer to browser. I think that it is easier for you to scrap the web page with curl or wget and simply steal the content (since there are always ways to break out of your iframe and steal your traffic, not to mention it will happen soon enough, once they see your page in refer).
 
though i couldn't get exactly what you were talking..
i just googled and found this
Code:
http://www.oooff.com/php-scripts/basic-php-scraped-data-parsing/basic-php-data-parsing.php
is this what you were telling about curl?
 
If you need more explanation tell me what you would like to know. In particular, I was talking about scrapping the web page with wget or curl "offline". Wget (my favourite) has a nice synthax (I guess curl also) which can be used just to extract jpegs from the page (I guess this is your goal). Then you parse through the file sizes (to remove thumbnails) and then just publish it to your own site. Curl can be used from php at any serious hosting provider, and because of that is more flexible (I use dedicated hosting or virtual at minimum, so I can chose my own tools). This is a good start:

Code:
http://www.php.net/curl

The good thing about this approach is that you can fake your web client, and yet leech sites content a little longer.
 
Or you could always use cakeslice:

Code:
http://www.blackhatworld.com/blackhat-seo/member-downloads/70001-get-cakeslice-standalone.html
 
is it possible to bring a small part of another site in iframe??
for ex: i need the porn pictures and videos from another site.. is it possible to bring that part alone in iframe?
P.S. sry if the question was too stupid.

Do you need the referrer to be blanked or faked or anything? If not it is a simple code and you can use the cakeslice standalone.
 
Back
Top