RE: [PHP] hiding php

2002-12-03 Thread Dan Hardiker
>> [Larry Brown] >> Because its better to have someone waste time trying known hacks for a >> platform I don't have than to have the same person not know >> the platform and >> start spending time figuring out what it is right off the bat. > [Mike Ford] > Well, if you *really* wnat to get hem goin

RE: [PHP] hiding php

2002-12-03 Thread Ford, Mike [LSS]
> -Original Message- > From: Larry Brown [mailto:[EMAIL PROTECTED]] > Sent: 03 December 2002 07:02 > > Because its better to have someone waste time trying known hacks for a > platform I don't have than to have the same person not know > the platform and > start spending time figuring out

Re: [PHP] hiding php

2002-12-03 Thread Dan Hardiker
Actually.. You can turn off header responses in both apache and php. Inside the php.ini you will find: [ expose_php = Off ] In the ini-dist its even switched off by default. In the apache httpd.conf file you can set the following: [ ServerSignature On ] I believe you may also find some help in

Re: [PHP] hiding php

2002-12-03 Thread Serge A.
> Because its better to have someone waste time trying known hacks for a > platform I don't have than to have the same person not know the platform and > start spending time figuring out what it is right off the bat. That will not work.. try the following: telnet yourserve 80 and than type GET

Re: [PHP] hiding php

2002-12-02 Thread Jason Wong
On Tuesday 03 December 2002 15:01, Larry Brown wrote: > Because its better to have someone waste time trying known hacks for a > platform I don't have than to have the same person not know the platform > and start spending time figuring out what it is right off the bat. In response to your origina

RE: [PHP] hiding php

2002-12-02 Thread Larry Brown
ssage- From: Justin French [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 03, 2002 12:39 AM To: Larry Brown; PHP List Subject: Re: [PHP] hiding php Why not just make up an extension, like your initials (.lsb) or your business name (.dim or .dni), and set-up apache to pipe all those files throug

Re: [PHP] hiding php

2002-12-02 Thread Justin French
Why not just make up an extension, like your initials (.lsb) or your business name (.dim or .dni), and set-up apache to pipe all those files through PHP...?? That way they'll have no clue at all (if used in conjunction with the "hide PHP" stuff, etc etc). Justin on 03/12/02 4:13 PM, Larry Brown

Re: [PHP] hiding php

2002-12-02 Thread Rasmus Lerdorf
So change your Apache server string to say IIS instead. Why tell them you are using Apache? On Tue, 3 Dec 2002, Larry Brown wrote: > This should bump up my popularity here...can you run asp on apache? The > reason I ask is that I understand you can use a php option to hide the fact > that you a

RE: [PHP] hiding php

2002-12-02 Thread Peter Houchin
yes look around for sum thing like chilli soft from sun microsystems, but it's not free.. i dunno if there is a free one.. > -Original Message- > From: Larry Brown [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, 3 December 2002 4:13 PM > To: PHP List > Subject: [PHP] hiding php > > > This shou

RE: [PHP] Hiding php Code

2001-03-01 Thread Hoover, Josh
If you don't want the admin or web server user to see your code, you may want to consider Zend's Encode product (http://www.zend.com/zend/products.php#encoder) which encodes your PHP code for you. BUT, this can be rather expensive (depending on your use) and you probably still need your Administr

Re: [PHP] Hiding php Code

2001-03-01 Thread Rene Maldonado
That's the problem, I don't want the web server user or administrator to see the code. Rene Kath wrote: > You might be able to limit who the file is readable by to just the web > server user. > > - Original Message - > From: "Rene Maldonado" <[EMAIL PROTECTED]> > To: "Lista PHP" <[EM

Re: [PHP] hiding .php

2001-02-26 Thread MaD dUCK
also sprach Fredrik Arild Takle (on Mon, 26 Feb 2001 10:34:11PM +0100): > did you get answers to your problem? not from the list. but i found two solutions, both of which require modification of httpd.conf, and both of which are ergo apache-specific: http://www.zend.com/tips/tips.php?id=145&sing