[PHP] Infomation wanted

2001-11-26 Thread De Necker Henri

I want to know where can i find a script that will allow a user to login
every certain time period! 
I just cant get it right!

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Infomation wanted

2001-11-26 Thread Michael Hall


If you want to stop people logging on more than every, say, 24 hours, you
could record the most recent log-on time in a database and then check that
24hrs has passed before another log-on is allowed.

I don't know where you can find a script that does this exactly, but it
wouldn't be hard to hack one up.

Michael

On Mon, 26 Nov 2001, De Necker Henri wrote:

 I want to know where can i find a script that will allow a user to login
 every certain time period! 
 I just cant get it right!
 
 

-- 

Michael Hall
[EMAIL PROTECTED]
[EMAIL PROTECTED]
http://openlearningcommuntiy.org



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Infomation wanted

2001-11-26 Thread B. van Ouwerkerk


I want to know where can i find a script that will allow a user to login
every certain time period!
I just cant get it right!

Check www.hotscripts.com
Dunno if something exists but you could build one yourself or modify an 
existing script..

Bye,



B.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]