Web Hosting Talk







View Full Version : Php --------> Close Source


Neo3Net
03-16-2002, 10:24 PM
Whats the best way to close a php script?

Like make it so no one can read the source. I have had a few ways but am looking for more.

The Prohacker
03-16-2002, 11:01 PM
Well you could use Zend Encoder (http://www.zend.com/store/products/zend-encoder.php)

Or an opensource type of the script thats not totally finished yet: PBC (http://pbc.sourceforge.net/)

(SH)Saeed
03-16-2002, 11:02 PM
*Deleted*

Prohacker posted about Zend Encoder before I did..

Neo3Net
03-17-2002, 03:25 PM
I have heard of it but I am not sure I want to use it. Are there any other options?