
02-22-2010, 01:11 AM
|
|
|
Join Date: Jun 2009
Posts: 535
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by djbaxter
Try this:
Find in includes/functions_vbsfs.php:
PHP Code:
// todo handle the null error results.
$result = checkSFSSpam($username, 'username');
if ($result !== VBSFS_NO_TEST) {
sfsActions('username', $username, $username, $email,$ip, $result);
}
Comment out those lines, i.e., change to:
PHP Code:
// todo handle the null error results.
// $result = checkSFSSpam($username, 'username');
// if ($result !== VBSFS_NO_TEST) {
// sfsActions('username', $username, $username, $email,$ip, $result);
// }
|
I'm trying this. But, I'll put it back if people start slipping through the cracks. But, like you mentioned different names are used.
Someone mentioned earlier in this thread that something has changed since vb3 with this "name" stuff.
|