[PHP] Protecting Code source.

2003-03-27 Thread Vincent M.
Hello, I'd like to sell an application to 24$ US and I have to protect my source code. But I don't want to make my customer install anything on the server to be able to run my application. So the Zend encoder seems good for me: http://www.zend.com/store/products/zend-encoder.php Or, make it

Re: [PHP] Protecting Code source.

2003-03-27 Thread John Wards
On Thursday 27 Mar 2003 7:31 pm, Vincent M. wrote: The only trouble is the price (960$), it's a little expensive for the student I am :-/ Does anyone know any other less expensive way to protect my source code ? http://www.ioncube.com/ They have a web based version that you do on a per file

Re: [PHP] Protecting Code source.

2003-03-27 Thread Vincent M.
John Wards wrote: On Thursday 27 Mar 2003 7:31 pm, Vincent M. wrote: The only trouble is the price (960$), it's a little expensive for the student I am :-/ Does anyone know any other less expensive way to protect my source code ? http://www.ioncube.com/ They have a web based version that you

Re: [PHP] Protecting Code source.

2003-03-27 Thread Adam Voigt
You don't have to, if you put a folder called ioncube with the webfiles, if it detects the extension isn't loaded, it will do it automatically, on the fly, with no php.ini editing. On Thu, 2003-03-27 at 15:05, Vincent M. wrote: John Wards wrote: On Thursday 27 Mar 2003 7:31 pm, Vincent