ok, this is how I auto ban them. I set mine to 5 seconds
In the Is Bot plugin at register_addmember_process, right before
Quote:
eval(standard_error(fetch_error('noregister')));
|
Put
PHP Code:
$db->query_write("UPDATE " . TABLE_PREFIX . "setting SET value = IF(value <> '', CONCAT(value, ' ', $isbot_ipaddy) WHERE varname ='banip'");
$db->query_write("UPDATE " . TABLE_PREFIX . "datastore SET data = IF(data <> '', CONCAT(data, ' ', $isbot_email) WHERE title ='banemail'");
And let them try again with a longer time frame :-)