Re: [EMAIL PROTECTED] php & security per page per user

2005-12-28 Thread Gerry Danen
I have learned a lot from looking at scripts from hotscripts.com and from phpBB. You may want to start there. Check out http://www.hotscripts.com/ but be aware that not every submission is a solid and secure program. Gerry On 12/28/05, JC <[EMAIL PROTECTED]> wrote: > Hi everyone, > > I'm trying

RE: [EMAIL PROTECTED] php & security per page per user

2005-12-28 Thread Yanbin Ma
Try this: AuthType Basic AuthName "admins only" AuthUserFile /your_path/your_user_pass_file.pass Require user mini_me Order Allow,Deny Allow from 10.0.10.7 Yanbin Ma -Original Message- From: JC [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 28, 2005 4:39 PM To: