Hi, go to explain what i need: Im have a website: www.mimp3.net, in mimp3 i offer the service of megaupload premium generator. But the script of the premium generator i have in other server, because use a lot of resources. Now im have the script in a iframe in www.mimp3.net/mu but the user if see the code see the URL of the script, so i want, what the script dont matter in what server it is, what only be accesible by www.mimp3.net Please sendme a PM with the cost, and details.
Let me get this right - what the URL in the address bar to read the same irrespective of the page that the person visits on? Yes? If so - PM Me for price.
This might help if you put it in the header of whatever script you're trying to protect. <?php if (!strstr($_SERVER['HTTP_REFERER'],"mimp3.net")) { echo 'You do not have access to this script'; exit; } ?> PHP: Note: Not all user agents will set this, and some provide the ability to modify HTTP_REFERER as a feature. In short, it cannot really be trusted.
Im use the code of phprightnow, in www.mimp3.net/mu the page must see, but in http://gator893.hostgator.com/~antromet/vndownload must say you dont have acces, please can see if is correct?