Page 1 of 1

Best way to Secure a PHP code before selling

Posted: Fri Nov 18, 2011 1:07 pm
by iFlex
Hello, I haven't been here for a while, but I pose a question now,

I am working on a PHP based content management system that I plan to sell, with a license based system.

My question is, what is the best way to secure my PHP code before I sell it? I have tried some code obfuscation but this could easily be bypassed.

Any help is appreciated.

Re: Best way to Secure a PHP code before selling

Posted: Fri Nov 18, 2011 1:26 pm
by Celauran

Re: Best way to Secure a PHP code before selling

Posted: Fri Nov 18, 2011 3:44 pm
by Eric!
You could also sell it as a complied script. I've read server loads can be dropped 35% to 50% running a complied PHP version and the code would have to be decompiled from byte code to rebuild.
http://en.wikipedia.org/wiki/PHP#Compilers
http://en.wikipedia.org/wiki/HipHop_for_PHP