Hello, Is it possible to hide the fact that you're showing a site through an Iframe? How can the referrer be hidden? Thanks for your help. Luke
You could scrape the site (cURL or file_get_contents in php) and display it on your site locally. At this point you can just point the iframe to your site instead of the other one.
I am sure thats not what he is looking for! I am not if it works, but you may try using javascript to document.write the iframe. You may also try to fetch the iframe content using XMLHTTP in javascript and write it. This must work, but again you need to test. Here is an example: http://jmaguire.com/downloads/source_code/javascript/client_side_include/
Hello, Thanks for your replies. I'm already scraping from the sites, but the page does not look good, so it may be better to show the page in an iframe. Alemcherry, with that method, is your site hidden as the referrer?