PHP app protection

Discussion in 'PHP' started by DzCoder, Mar 2, 2014.

  1. #1
    Hello everybody;

    we're traying to finich our first commercial app php, and we are looking how to protect them when u install this app php and xampp in other machine ( machine of costumer ).

    I would like to protect our application, in the case where u install at costumer

    Chees.
     
    DzCoder, Mar 2, 2014 IP
  2. competent123

    competent123 Notable Member

    Messages:
    1,750
    Likes Received:
    71
    Best Answers:
    6
    Trophy Points:
    255
    #2
    you can't

    anything and everything that is at customer servers, can be cracked

    only protection that works reliably i know of, is the one, that is sold as a service, i.e google - SAAS
     
    competent123, Mar 2, 2014 IP
  3. progammer

    progammer Greenhorn

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #3
    You can use IonCube or http://www.phpencode.org/ or http://www.zend.com/en/products/guard/ there are more of these encoding services, you can google it.
     
    progammer, Mar 3, 2014 IP
  4. RobinInTexas

    RobinInTexas Active Member

    Messages:
    217
    Likes Received:
    14
    Best Answers:
    2
    Trophy Points:
    65
    #4
    You can't protect PHP, you can just make it difficult to copy. Also there are many people who will refuse to use protected code.
     
    RobinInTexas, Mar 3, 2014 IP
  5. loop

    loop Active Member

    Messages:
    519
    Likes Received:
    4
    Best Answers:
    1
    Trophy Points:
    90
    #5
    I use PHPLockIt and own licensing method, it's cheapest solution, and will keep away most of my customers away from using my script on different domain.
     
    loop, Mar 4, 2014 IP
  6. Northize

    Northize Greenhorn

    Messages:
    27
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #6
    Same here. I have my own licensing method to prevent illegal use of the software.
     
    Northize, Mar 5, 2014 IP
  7. YoGem

    YoGem Active Member

    Messages:
    676
    Likes Received:
    8
    Best Answers:
    2
    Trophy Points:
    90
    #7
    Oh yes you can compile your own PHP code and providing just binaries. How to compile? Google is your friend but you may give a try to bcompiler.
     
    YoGem, Mar 10, 2014 IP
  8. NetStar

    NetStar Notable Member

    Messages:
    2,471
    Likes Received:
    541
    Best Answers:
    21
    Trophy Points:
    245
    #8
    Personally I wouldn't purchase a commercial script that obfuscated the code. Developers who purchase scripts DO feel the need to customize them to make them work within their web site.
     
    NetStar, Mar 16, 2014 IP
  9. deathshadow

    deathshadow Acclaimed Member

    Messages:
    9,732
    Likes Received:
    1,999
    Best Answers:
    253
    Trophy Points:
    515
    #9
    Ditto on that. Especially since PHP obfuscation crap usually impacts performance and is far too easy to slap aside if need be... and if one actually worked, it leaves you at the mercy of the original developer which can often be a bad thing; particularly if after choosing that software the originator goes belly up.

    Generally that type of BS on a PHP application is more a warning sign of it being a giant scam, or that the developer simply chose the wrong language from the very start of their project.
     
    deathshadow, Mar 16, 2014 IP