RE: [PHP] Re: Simple PHP Encoder

2004-02-10 Thread Adrian Teasdale
There are various: www.sourceguardian.com www.zend.com www.ioncube.com The turck-mmcache one is good too and it also comes with (or the main purpose is) an accelerator Ade -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Simple PHP Encoder

2004-02-10 Thread Nadim Attari
http://turck-mmcache.sourceforge.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re[4]: [PHP] Re: Simple PHP Encoder

2004-02-10 Thread Richard Davey
Hello Philip, Wednesday, February 11, 2004, 12:19:07 AM, you wrote: PJN> I never saw any of the other messages, but why not just PJN> place an index file with nothing in it into PJN> the dir you don't want people to view. Thats what i do. PJN> (if i got the right end of the stick). Wrong end o

Re[2]: [PHP] Re: Simple PHP Encoder

2004-02-10 Thread Richard Davey
Hello =d0Mi=, Tuesday, February 10, 2004, 10:08:06 PM, you wrote: d> 4) If you think that "the person" could be someone else than root d>move your pages to another webspace provider I disagree; you'd be surprised just how many hosts configure public level access to files inside of web di

Re: [PHP] Re: Simple PHP Encoder

2004-02-10 Thread =d0Mi=
| From: "Ben Ramsey" <[EMAIL PROTECTED]> | | There's the Zend Encoder, which is fairly expensive. However, I suppose | you could use the base64_encode function to do what you want: | http://us2.php.net/manual/en/function.base64-encode.php. My idea is | that you could create a script that woul

[PHP] Re: Simple PHP Encoder

2004-02-10 Thread Ben Ramsey
There's the Zend Encoder, which is fairly expensive. However, I suppose you could use the base64_encode function to do what you want: http://us2.php.net/manual/en/function.base64-encode.php. My idea is that you could create a script that would read in your PHP scripts using the filesystem fun