abdfahim Posted June 19, 2008 Share Posted June 19, 2008 I wonder is there any possibility to preserve php codes? foor example, i made a huge project and now i want to sell it. But I don't want them to change or view my codes. Like in VB or some other language, once you make the exe, you can distribute it and no one can alter your code. So is there any kind of such lock/encryption possible in PHP build project so that I can distribute my project but no one can view the source code? Quote Link to comment Share on other sites More sharing options...
DarkWater Posted June 19, 2008 Share Posted June 19, 2008 Read up on the Zend Optimizer. Every PHP installation has it now I think. It obfuscates your code. But open source PHP projects are usually the best. It allows a community to arise and make modifications and patches to create a better application. Quote Link to comment Share on other sites More sharing options...
hitman6003 Posted June 20, 2008 Share Posted June 20, 2008 Read up on the Zend Optimizer I think you mean Zend Guard. Quote Link to comment Share on other sites More sharing options...
DarkWater Posted June 20, 2008 Share Posted June 20, 2008 Yes, yes I did. But Zend Optimizer is what converts it back...I was close. There are links to Zend Guard on the Zend Optimizer page anyway. Thanks for the correction though. xD Quote Link to comment Share on other sites More sharing options...
hitman6003 Posted June 20, 2008 Share Posted June 20, 2008 I'm not disagreeing that ZO is necessary (the server's got to know how to read the "guarded" code), but ZG isn't free like ZO is...to some people that's a big deal. Quote Link to comment Share on other sites More sharing options...
abdfahim Posted June 20, 2008 Author Share Posted June 20, 2008 thanks guys. I'll study it. Quote Link to comment Share on other sites More sharing options...
om Posted December 2, 2008 Share Posted December 2, 2008 I wonder is there any possibility to preserve php codes? foor example, i made a huge project and now i want to sell it. But I don't want them to change or view my codes. Like in VB or some other language, once you make the exe, you can distribute it and no one can alter your code. So is there any kind of such lock/encryption possible in PHP build project so that I can distribute my project but no one can view the source code? VIEW PHTML ENCODER AT WWW.rssoftlab.com Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.