Re: [PHP] protect source code

2001-06-21 Thread Jason See

I have similar question as well, is there any example given for the below 
explanation?

At 08:22 AM 6/21/2001 +0200, [EMAIL PROTECTED] wrote:
> > An alternative is to put some of your critical code into a PHP extension
> > that you distribute as a shared library with your application.  Compiled C
> > code in the form of a .so is rather difficult to reverse engineer.
>
>how to do this?
>can you give an example?
>
>thanks
>michi
>
>--
>GMX - Die Kommunikationsplattform im Internet.
>http://www.gmx.net
>
>--
>GMX Tipp:
>
>Machen Sie Ihr Hobby zu Geld bei unserem Partner 1&1!
>http://profiseller.de/info/index.php3?ac=OM.PS.PS003K00596T0409a

Best Regards,
Jason See
Mobile : 65-97990008


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] protect source code

2001-06-20 Thread Jason See

To Any Kind Soul,

I am on a project and the issue that struck me is how to protect my source 
codes which is in human readable form. There isn't any way for me to 
protect my database and the only way that I had found out is to use the PHP 
encoder provided by Zend.com to encode the source code. However, the 
price of a commercial license for each machine (since it use host ID or 
hostname as the key) is too costy and I am trying to find an alternative or 
a cheaper packages available. Please help.

Best Regards,
Jason See


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]