How to protect scripts?

Discussion in 'Programming' started by ZharkD, Feb 22, 2011.

  1. #1
    Hello,

    I'm doing some scripts that I want to sell, but I want to protect them before release.
    Is there any way to protect scripts?
    For example, how to block them if the "license key/code" is not-valid.

    Thank you in advance.
     
    ZharkD, Feb 22, 2011 IP
  2. leva86

    leva86 Peon

    Messages:
    24
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You can use a code obfuscator if isn't compiled. If the script is in php you can use github.com/facebook/hiphop-php/wiki/ but it generate c++ code that you can compile(fro example with gcc).
     
    leva86, Feb 23, 2011 IP
  3. ZharkD

    ZharkD Peon

    Messages:
    202
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Hello,

    I's a php script, I want to sell it and have it protected to avoid nulled versions, I know it's impossible to protect completely but I want to protect it most possible.
     
    ZharkD, Feb 23, 2011 IP
  4. leva86

    leva86 Peon

    Messages:
    24
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    the simpliest way is an obfuscator search on google for PHP CODE OBFUSCATOR
     
    leva86, Feb 23, 2011 IP
  5. ZharkD

    ZharkD Peon

    Messages:
    202
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Obfuscator just "hide" the code right?
    Do you know something to protect with activation key/code?
     
    ZharkD, Feb 23, 2011 IP
  6. leva86

    leva86 Peon

    Messages:
    24
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Yes, the obfuscator "hide" the code. I think is impossible use an activation key.
     
    leva86, Feb 23, 2011 IP
  7. HELMI4EVER

    HELMI4EVER Well-Known Member

    Messages:
    103
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    101
    #7
    you can use javascript languge to add your protect code for the copyright
     
    HELMI4EVER, Feb 23, 2011 IP
  8. Vooler

    Vooler Well-Known Member

    Messages:
    1,146
    Likes Received:
    64
    Best Answers:
    4
    Trophy Points:
    150
    #8
    Vooler, Feb 23, 2011 IP
  9. Aff_Fan

    Aff_Fan Member

    Messages:
    147
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    35
    #9
    ioncube.com - the best solution to protect php code.
     
    Aff_Fan, Feb 25, 2011 IP
  10. prptl709

    prptl709 Guest

    Messages:
    83
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Please explain it briefly I didn't get the answer.
     
    prptl709, Feb 25, 2011 IP