Proven methods of protecting your scripts!

Discussion in 'PHP' started by iamsgf, Sep 18, 2007.

  1. #1
    Hi,

    I am in the process of creating a script that will be availble to the public. I am going to have a free version and a paid version.

    For the free version, i am going to encrypt the files, which is easy enough. However for the paid version, what is the best way to project me script from it being nulled or distributed without a licence?

    I know this is a challenge that everyone faces, can anyone give me some advise please.

    Thanks
     
    iamsgf, Sep 18, 2007 IP
  2. omgitsfletch

    omgitsfletch Well-Known Member

    Messages:
    1,222
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    145
    #2
    Go with some existing products, like Zend Guard or PHP Audit. They basically give you an entire system to manage license keys and for example, you can kill license keys if the user doesn't pay a monthly fee (if your program runs on that type of pricing).
     
    omgitsfletch, Sep 18, 2007 IP
  3. crazyryan

    crazyryan Well-Known Member

    Messages:
    3,087
    Likes Received:
    165
    Best Answers:
    0
    Trophy Points:
    175
    #3
    I'm running PHPAudit right now, it looks pretty good (I haven't had a chance to set it up with my product yet) for $10/mo.
     
    crazyryan, Sep 18, 2007 IP