View Single Post
Old 11-30-2017, 09:26 PM  
plsureking
bored
 
plsureking's Avatar
 
Industry Role:
Join Date: Aug 2003
Location: Metaverse
Posts: 4,675
Quote:
Originally Posted by porn-update View Post
Sorry, maybe I did not understand something... I have tested some URLs, but I always see a white page... I do not understand something?


This is the script I created:
Code:
var mysites = 'site1.com,site2.com,site3.com';
sitehost = window.location.hostname;
sitehost = sitehost.replace('www.', '');
if(mysites.indexOf(sitehost) <= 0){
    window.location = 'http://google.com';
}
yea it seems like they're not using js to load your pages. that js load thing i built will only allow page parts, not headers etc. i could pull in rss feeds no problem. content tables too.

i think maybe they are doing a full iframe type of action or completely ripping the site and hosting elsewhere?

how else can you pull a page into another page?

*edit - file_get_contents maybe?

#porncms
__________________
#
plsureking is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote