And the perl question is???
My first inclination is to just say 'yes' and leave it at that but I'll be good...

Well to make it a perl issue you could keep the user name and passwords in a 
file/database
Then have a perl script that could add/remove them to the htpasswd file.

Then run that script via cron or by hand on Feb 11, 2003 at 7:15 to add them to it, 
then run it again at 8:00 to remove them.
At 7:15 do this
user # ./tempusers.pl -a 

At 8:00 do this
user # ./tempusers.pl -r

Or do it with cron

> Hi,
> 
> is it possible to create accounts, and say those people can 
> only access the website from 7:15 to 8:00 on tuesday february 
> 11 2003 ?
> 
> Regards
> anthony
> 
> 
> 
> -- 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to