[PHP] Recommendation on PHP encoder please

2004-02-04 Thread Harry Sufehmi
Hi, my company's looking to buy a PHP encoder to secure the source code. The encoded scripts should be able to run on Solaris platform (Apache webserver), and should only require minimum changes to the server. I looked on Zend Encoder and was ready to suggest it when I realise that the US$ 960

Re: [PHP] Recommendation on PHP encoder please

2004-02-05 Thread Harry Sufehmi
On 04/02/2004 at 09:35 Chris W wrote: Hi, my company's looking to buy a PHP encoder to secure the source code. The encoded scripts should be able to run on Solaris platform (Apache webserver), and should only require minimum changes to the server. I'm sorry I can't help you but I am curious as to

RE: [PHP] Recommendation on PHP encoder please

2004-02-05 Thread Harry Sufehmi
info etc) It can be used to encode .inc files as well. Their site states compatability with Solaris. Have fun. Larry -Original Message- From: Harry Sufehmi [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 04, 2004 9:11 AM To: [EMAIL PROTECTED] Subject: [PHP] Recommendation on PHP encoder

RE: [PHP] Recommendation on PHP encoder please

2004-02-05 Thread Harry Sufehmi
On 05/02/2004 at 11:48 Ford, Mike [LSS] wrote: On 05 February 2004 11:30, Harry Sufehmi wrote: As you can see, the content will be secured, but the script is now becoming the weak point since it'll store the encryption key needed to decrypt the content. I hope you don't mean

Re: [PHP] Recommendation on PHP encoder please

2004-02-05 Thread Harry Sufehmi
On 05/02/2004 at 14:07 Andrei Reinus wrote: So double-encoding it (using a PHP encoder) will make life finally very hard for said cracker. No its not ... if I would badly need to get this encrypted page and have access to files ... So there's a reasonably easy way to decrypt those encoded files

RE: [PHP] Recommendation on PHP encoder please

2004-02-05 Thread Harry Sufehmi
On 05/02/2004 at 13:17 Ford, Mike [LSS] wrote: On 05 February 2004 13:10, Harry Sufehmi wrote: On 05/02/2004 at 11:48 Ford, Mike [LSS] wrote: On 05 February 2004 11:30, Harry Sufehmi wrote: As you can see, the content will be secured, but the script is now

Re: [PHP] Recommendation on PHP encoder please

2004-02-05 Thread Harry Sufehmi
On 05/02/2004 at 10:46 Adam Bregenzer wrote: On Thu, 2004-02-05 at 08:13, Harry Sufehmi wrote: So there's a reasonably easy way to decrypt those encoded files then ? (despite those vendors' claim...) There isn't a program to revert encoded files to their original state

Re: [PHP] Novell and PHP

2004-02-09 Thread Harry Sufehmi
On 06/02/2004 at 14:09 [EMAIL PROTECTED] wrote: Can someone explain what this all means then http://forge.novell.com/modules/xfmod/project/?php Are they supporting php or are they planning to take over something that is impossible ? I'm guessing that they're tailoring PHP to their (Novell's)

Re: [PHP] Running Apache in one machine and php in another

2004-02-09 Thread Harry Sufehmi
On 06/02/2004 at 11:55 Mrs. Geeta Thanu wrote: This is in addition to my previous mail. I feel the PHP script and the C program should be in one machine and apache in another. When a user click the link the php script should upload a form get the input and show the result. So apache should support

Re: [PHP] Running Apache in one machine and php in another

2004-02-12 Thread Harry Sufehmi
On 06/02/2004 at 11:55 Mrs. Geeta Thanu wrote: This is in addition to my previous mail. I feel the PHP script and the C program should be in one machine and apache in another. When a user click the link the php script should upload a form get the input and show the result. So apache should support

[PHP] PHP + Oracle and UK locale

2004-02-16 Thread Harry Sufehmi
(Redirected by Harry Sufehmi [EMAIL PROTECTED]) First sorry if this email was already received by you, I sent this originally on the weekend but didn't seem to be showing up in the list, so trying to repost again today. I've setup phpBB in my company using Oracle as its backend. Everyone's

[PHP] Changes in php.ini have no effect

2004-03-16 Thread Harry Sufehmi
(sorry if this post is a double for you, but I didn't get it and it doesn't exist in the archive - so I assume it was never posted before) The following is a question that seems obvious, but somehow manages to elude me until today ... :-} hopefully someone here could point out my stupidity in

RE: [PHP] Changes in php.ini have no effect

2004-03-16 Thread Harry Sufehmi
On 16/03/2004 at 18:18 Ford, Mike [LSS] wrote: On 16 March 2004 15:10, Harry Sufehmi wrote: Problem: Changes made in c:\winnt\php.ini doesn't have any effect even after restarting Apache. PHP version: 4.3.3 phpinfo() output - http://www.harrysufehmi.com/inf.php If you at the output

[PHP] Changing environment variables ? (stupid question)

2004-05-27 Thread Harry Sufehmi
I'm having problems getting PHP to talk to Oracle, and I think it's caused by some environment variables. Using phpinfo(), it's clear that I've managed to change (for example) the _SERVER[ORACLE_HOME] (server variable?) by using SetEnv statement in httpd.conf. But, _ENV[ORACLE_HOME]

Re: [PHP] Re: Changing environment variables ? (stupid question)

2004-05-28 Thread Harry Sufehmi
On 27/05/2004 at 12:55 Jason Barnett wrote: Oooh, wish you'd said Windows, I coulda given you a walkthru there. The environment variable that you want to set cannot (AFAIK) be changed by Apache. You'll need to change the variable in Solaris itself. So sayeth google: