(time() - $this->min_time))
$this->error_flood();
else {
$this->set_flood();
return;
}
}
function error_flood () {
die ('Could not reload the page because of the anti-flooding script, please try again after a few seconds');
}
}
// example
$fl = new flood;
$fl->is_flood();
?>