Web Hosting Talk







View Full Version : PHP encoding & FreeBSD


lusid
09-22-2002, 02:47 PM
Hi

Just wanted to ask what you guys were using to encode PHP files on FreeBSD.
Whats the Pros and Cons with that software?
I'm looking for an alternative to Zend since it would ruin me. :-(
I need to be able to lock it to IPnr and expiry time.
Preferably being able to run it w/o installing anything on the client-side.
Cheers 'nd TIA!
Jim.

mind21_98
09-22-2002, 07:51 PM
There's a way to do it with APC (http://apc.communityconnect.com/), but I think it requires APC. The best way to do it is still Zend, unfortunately. :(

The Prohacker
09-22-2002, 08:49 PM
You might look at:
http://www.ioncube.com/encoder/

I've found it works quite well.. And is very easy to install...

lusid
09-23-2002, 05:15 AM
Has any one tried the Phtml encoder for FreeBSD?