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? Link to comment https://forums.phpfreaks.com/topic/111003-preserving-php-code-how-not-to-make-it-open-source/ 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. Link to comment https://forums.phpfreaks.com/topic/111003-preserving-php-code-how-not-to-make-it-open-source/#findComment-569559 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. Link to comment https://forums.phpfreaks.com/topic/111003-preserving-php-code-how-not-to-make-it-open-source/#findComment-569776 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 Link to comment https://forums.phpfreaks.com/topic/111003-preserving-php-code-how-not-to-make-it-open-source/#findComment-569778 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. Link to comment https://forums.phpfreaks.com/topic/111003-preserving-php-code-how-not-to-make-it-open-source/#findComment-569782 Share on other sites More sharing options...
abdfahim Posted June 20, 2008 Author Share Posted June 20, 2008 thanks guys. I'll study it. Link to comment https://forums.phpfreaks.com/topic/111003-preserving-php-code-how-not-to-make-it-open-source/#findComment-570030 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 Link to comment https://forums.phpfreaks.com/topic/111003-preserving-php-code-how-not-to-make-it-open-source/#findComment-703704 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.