Jump to content

preserving php code : How not to make it open source


abdfahim

Recommended Posts

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?

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.

  • 5 months later...

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.