View Single Post
Old 05-17-2011, 07:50 PM  
Brujah
Beer Money Baron
 
Brujah's Avatar
 
Industry Role:
Join Date: Jan 2001
Location: brujah / gmail
Posts: 22,157
Code:
$result = mysql_query('select count(*) from antiabuse where `ts` > curtime() - interval 1 hour');
$row = mysql_fetch_row($result);
$count = $row[0];

if ($count > 250) {
  die('Sorry, please wait and try again in a few minutes.');
}
__________________
Brujah is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote