1 gloin Jul 31, 2005 07:08
3 edb Jul 31, 2005 18:43
Edit admin/b2antispam.php to allow 4 letter items.
// Check if the string is too short,
// it has to be a minimum of 4 characters to avoid being too generic
if( strlen($keyword) < 4 ) {
echo '<div class="panelinfo">';
printf( '<p>'.T_('The keyword [%s] is too short, it has to be a minimum of 4 characters!').'</p>', $keyword);
echo '</div>';
break;
}
4 gloin Jul 31, 2005 18:47
Many thanks to you both... ;)
An easy to do, brute force way to blacklist all the .biz referrers and so would be to add:
a.biz
b.biz
c.biz
...
z.biz
0.biz
...
9.biz[/list:u]