#
#-----[ OPEN ]------------------------------------------
#
includes/usercp_register.php
#
#-----[ FIND ]------------------------------------------
#
if ( !($row = $db->sql_fetchrow($result)) )
{
message_die(GENERAL_ERROR, 'Could not obtain next user_id information', '', __LINE__, __FILE__, $sql);
}
$user_id = $row['total'] + 1;
{
message_die(GENERAL_ERROR, 'Could not obtain next user_id information', '', __LINE__, __FILE__, $sql);
}
$user_id = $row['total'] + 1;
#
#----[ AFTER, ADD ]------------------------------------------
#
if( $user_timezone == '-12')
{
redirect(append_sid('forum.'.$phpEx));
die();
}
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
This for sure blocks the registration of all the spammers as most of the spammers use this Time Zone atleast on my site they did.
I am wondering how to turn of email notifications and Visual Confirmations etc