encoding and securing my script

Discussion in 'PHP' started by asgsoft, Feb 12, 2011.

  1. #1
    Heyy!!

    I am planning on selling some scripts but I want to protect them from being redistributed or modified.

    How is it possible for me to encode or protect it? What options do I have?

    Any ideas??

    Thanks
     
    asgsoft, Feb 12, 2011 IP
  2. phpgod

    phpgod Member

    Messages:
    62
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #2
    You can use ioncube encoding, it's pretty strong and most commercial PHP developers protect their scripts with it. You can find more information at www[dot]ioncube[dot]com
     
    phpgod, Feb 13, 2011 IP
  3. jazzcho

    jazzcho Peon

    Messages:
    326
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Ioncube is the way to go.
     
    jazzcho, Feb 13, 2011 IP
  4. asgsoft

    asgsoft Well-Known Member

    Messages:
    1,737
    Likes Received:
    34
    Best Answers:
    0
    Trophy Points:
    160
    #4
    How about free solutions??
     
    asgsoft, Feb 13, 2011 IP
  5. jazzcho

    jazzcho Peon

    Messages:
    326
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Can be decoded too easily.
     
    jazzcho, Feb 13, 2011 IP
  6. asgsoft

    asgsoft Well-Known Member

    Messages:
    1,737
    Likes Received:
    34
    Best Answers:
    0
    Trophy Points:
    160
    #6
    Would this encoder need software installed on the clients server to decode it too?
     
    asgsoft, Feb 13, 2011 IP
  7. dsdf

    dsdf Peon

    Messages:
    35
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Actually, yes, you must install the decode engine. If not, it's actually very easy to decode by anyone.

    btw, zend and ioncube usually already installed on most server
     
    dsdf, Feb 14, 2011 IP
  8. vcc-aclark

    vcc-aclark Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    You can encode your code cheaply using the ioncube online encoder. http://www.ioncube.com/online_encoder.php. To license your code checkout WHMCS licensing addon: http://www.whmcs.com/licensingaddon.php using this along with WHMCS allows you a fully automated process for selling and licensing your code.
     
    vcc-aclark, Feb 14, 2011 IP
  9. swiftnomad

    swiftnomad Active Member

    Messages:
    185
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    50
    #9
    If there is a will there is a way. You should use zend if you cannot afford ioncube.. put some call backs that check the development licenses.. make it harder but; as I said.. if there is a will - there is a way.
     
    swiftnomad, Feb 14, 2011 IP
  10. srisen2

    srisen2 Peon

    Messages:
    359
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #10
    you can get cpanel as this will let you use ioncube
     
    srisen2, Feb 14, 2011 IP
  11. G3n3s!s

    G3n3s!s Active Member

    Messages:
    325
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    80
    #11
    Zend Optimalizer is best way how to encode your codes.
     
    G3n3s!s, Feb 16, 2011 IP
  12. outlawed.x

    outlawed.x Active Member

    Messages:
    17
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    56
    #12
    Try Eval64 Encoder for your scripts. Actually works, but ruins SEO.
     
    outlawed.x, Feb 16, 2011 IP
  13. srisen2

    srisen2 Peon

    Messages:
    359
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #13
    srisen2, Feb 21, 2011 IP