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?

Link to comment
Share on other sites

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
Share on other sites

  • 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

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.