Programmer

Discussion in 'Programming' started by johnatan46, Jun 25, 2009.

Thread Status:
Not open for further replies.
  1. #1
    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.
     
    johnatan46, Jun 25, 2009 IP
  2. Wrighty

    Wrighty Peon

    Messages:
    199
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    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.
     
    Wrighty, Jun 25, 2009 IP
  3. phprightnow

    phprightnow Peon

    Messages:
    296
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    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.
     
    phprightnow, Jun 25, 2009 IP
  4. johnatan46

    johnatan46 Banned

    Messages:
    674
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #4
    johnatan46, Jun 25, 2009 IP
Thread Status:
Not open for further replies.