Quote:
Originally Posted by valdet
How can we tweak so it bans them for few minutes and to display the message that they are banned for xx minutes..
|
I tried to spell out where the number comes from.... If you want to do:
days = leave as is at 86400
hours = 3600
minutes = 60
Just change the bolded number depending on what you want.
Code:
$liftdate = TIMENOW + (3600 * $days);