Re: [PHP] How to protect my scripts ???

2001-03-10 Thread Dennis Gearon
Can't the files be put into a directory that Apache has access to and the users don't, and just ask the users to include them? Or put them into a global prepend in a directory same as above? -- Sites by friends of mine:

Re: [PHP] How to protect my scripts ???

2001-03-10 Thread Derek Sivers
Can't the files be put into a directory that Apache has access to and the users don't, and just ask the users to include them? Or put them into a global prepend in a directory same as above? This isn't PERFECT, but I do this: #1 - make a user/group called "www" #2 - Set Apache to run as that

Re: [PHP] How to protect my scripts ???

2001-03-09 Thread Rick St Jean
include them from a directory outside of their access. If they are creative they can use the fp tags to make copies, if you do not lock down your server rights. Rick. At 08:51 PM 3/9/01 -0300, Marco Aurlio wrote: Hello! My case: My users have ftp access to their directories, then if I put

Re: [PHP] How to protect my scripts ???

2001-03-09 Thread Aaron Tuller
use Zend Encoder. -aaron At 8:51 PM -0300 3/9/01, Marco Aurlio wrote: Hello! My case: My users have ftp access to their directories, then if I put my scripts inside it, they will br able to stole! Is possible to use directory alias and forcetype on Apache to protect my scripts or which's