1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

How do you protect a PHP script from the average user?

Discussion in 'PHP' started by ForumJoiner, Aug 24, 2008.

  1. Dman91

    Dman91 Peon

    Messages:
    46
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #21
    Me too, i would be interested in removing all the protections
     
    Dman91, Aug 27, 2008 IP
  2. ghprod

    ghprod Active Member

    Messages:
    1,010
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    78
    #22
    Hi Dman .. are u from Maxwcoders.com?

    So u want to removing all protecting script?

    Why?

    Bcoz i think this thread title is about protected script :)

    Thnx
     
    ghprod, Aug 29, 2008 IP
  3. Ilyes

    Ilyes Banned

    Messages:
    129
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #23
    I'm not sure, you maybe enable your buyers to use your script like that

    <?php

    include("yoursite.com/yourscript.php?parameter1=..&parameter2=..");
    ?>

    And add your script to yourscript.php with some parameters from &_GET and at the end of the script an echo() .

    you may then add restriction that only some websites can get the result.

    I'm not sure, you may test it.
     
    Ilyes, Aug 29, 2008 IP
  4. SGBoise

    SGBoise Peon

    Messages:
    647
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #24
    I am in the same situation. I am going to create a trial version for my media script and I want to have any be able to download it and test it out before they buy. What I plan on doing is removing majority of the code for my trial so the script will just play media and the code for uploading media, user registration, etc will be deleted.

    I will probably encode it but may not need to. I will also have a full access demo on my server. So people can login into the admin panel be able to change the settings and do whatever they want. Then every hour or so I will restore the database along with all the files.
     
    SGBoise, Aug 29, 2008 IP
  5. JAY6390

    JAY6390 Peon

    Messages:
    918
    Likes Received:
    31
    Best Answers:
    0
    Trophy Points:
    0
    #25
    Like everyone has previously said, if there is a way to encode it, theres a way to decode it. if you want to give trial scripts, you should simply have a demo area on your own website where users can test how it works, giving plenty of variations of how the script can be implemented if required

    Jay
     
    JAY6390, Aug 29, 2008 IP