Considering selling my script. Encoding

Discussion in 'PHP' started by x0x, Apr 12, 2011.

  1. #1
    I don't think I've seen a php script that can't be decoded...

    So I'm thinking about selling my script, but I want to prevent it from being modified by anyone except me. What are my options?
     
    Last edited: Apr 12, 2011
    x0x, Apr 12, 2011 IP
  2. Sepehr

    Sepehr Peon

    Messages:
    568
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You have a few options but the most famous I believe is the Zend Guard.
     
    Sepehr, Apr 12, 2011 IP
  3. Bohra

    Bohra Prominent Member

    Messages:
    12,573
    Likes Received:
    537
    Best Answers:
    0
    Trophy Points:
    310
    #3
    You can just use some encoder as u said nothing is safe but Zend is close and ioncube also
     
    Bohra, Apr 12, 2011 IP
  4. srisen2

    srisen2 Peon

    Messages:
    359
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    yes you use this encoder and then your code cannot be modified zend guard and ioncube are the most popular
     
    srisen2, Apr 12, 2011 IP
  5. Extension103

    Extension103 Guest

    Messages:
    29
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    the above mentioned solutions are the best, but dont be fooled into thinking these cannot be broken, they can and if someone really wants to access it they will.

    is it purley so noone can edit it? or so noone steals the code?

    I sell plugins and toyed with encoding the code but in the end it adds another task and can cause issues in the code.

    if you really want to protect the script the only real way is to make the script reference scripts/functions on your own server.

    then noone can get at the code.

    but this has obvious downfalls (bandwidth, sets your server as a hacking target, etc)
     
    Extension103, Apr 15, 2011 IP