News , Reviews of Chinese Digital Products
phpbb
bbAntiSpam => antispam mods for phpBB3 ,no more spam registration
May 27th
At the moment, phpBB3 is spam-free. But looking forward, here is a port of Textual Confirmation, one of the most effective antispam mods for phpBB.
MOD Title: Textual Confirmation for phpBB3
MOD Description: While registering or posting, the user must answer a question to prove the user isn’t a spambot.
MOD Version: 1.0.0.beta1
MOD Download: http://bbantispam.com/phpbb3.zip
to add question for bbAntiSpam ,open bbas_config.php
$questions = array(
‘Are you human?’ => array (‘yes’, ‘ja’, ‘oui’),
‘Say “Hello”‘ => array (‘hello’, ‘hi’, ‘hallo’),
‘what is 7 + 4 ?’ => array (’11′),
‘type “jiongtang”‘ => array (‘jiongtang’),
‘type “china”‘ => (‘china’),
‘what is 7*9′ => (’63′),
‘type “bbantispams”‘ => (‘bbantispams’)
);
