Re: [PHP] How Do You Protect Individual Files

2002-08-21 Thread Justin French
on 22/08/02 1:10 PM, Roger Lewis ([EMAIL PROTECTED]) wrote: > Justin, > > Thanks again. I've been doing some more research on .htaccess. The problem > I see is that it is high maintenance, i.e. I've already got a MySQL table of > users with username and password. To use .htaccess, you have to

RE: [PHP] How Do You Protect Individual Files

2002-08-21 Thread Roger Lewis
Justin, Thanks again. I've been doing some more research on .htaccess. The problem I see is that it is high maintenance, i.e. I've already got a MySQL table of users with username and password. To use .htaccess, you have to have a htpasswd file containing duplicate usernames and passwords, and

Re: [PHP] How Do You Protect Individual Files

2002-08-21 Thread Justin French
on 22/08/02 2:15 AM, Roger Lewis ([EMAIL PROTECTED]) wrote: > Well, I originally searched for "protect file downloads". I also searched > "protect individual files", "protect files", "authenticate files", and on > and on. There are thousands of messages, but very few with relevant titles > or c

RE: [PHP] How Do You Protect Individual Files

2002-08-21 Thread Roger Lewis
On Wednesday 21 August 2002 10:54, Roger Lewis wrote: > I did, but like I said, I couldn't find much. Maybe I wasn't using the > correct key words. There is a lot about protecting php and html files but > not much on other, non-php files in external directories. There is some > discussion abo

Re: [PHP] How Do You Protect Individual Files

2002-08-20 Thread Justin French
On Wednesday 21 August 2002 10:54, Roger Lewis wrote: > I did, but like I said, I couldn't find much. Maybe I wasn't using the > correct key words. There is a lot about protecting php and html files but > not much on other, non-php files in external directories. There is some > discussion abou

Re: [PHP] How Do You Protect Individual Files

2002-08-20 Thread Jason Wong
On Wednesday 21 August 2002 10:54, Roger Lewis wrote: > I did, but like I said, I couldn't find much. Maybe I wasn't using the > correct key words. There is a lot about protecting php and html files but > not much on other, non-php files in external directories. There is some > discussion abou

RE: [PHP] How Do You Protect Individual Files

2002-08-20 Thread Roger Lewis
On Wednesday 21 August 2002 08:59, Roger Lewis wrote: > I haven't been able to find much on this subject in the archives. > > Using sessions I have been able to have the server validate the user's > access level before serving him a page. I put include files on each page > that I want authenti

Re: [PHP] How Do You Protect Individual Files

2002-08-20 Thread Jason Wong
On Wednesday 21 August 2002 08:59, Roger Lewis wrote: > I haven't been able to find much on this subject in the archives. > > Using sessions I have been able to have the server validate the user's > access level before serving him a page. I put include files on each page > that I want authentica