Archive for May, 2007
first steps to secure a phpbb forum from spammers
This little tidbit from sebflipper.com is really helpful for cutting down on spam that results from the default permissions on new forums in phpbb
This line:
INSERT INTO `phpbb_forums` VALUES (1, 1, ‘Test Forum 1′, ‘This is just a test forum.’, 0, 10, 1, 1, 1, NULL, 0, 0, 0, 0, 0, 1, 1, 3, 3, 1, […]
Posted: May 28th, 2007 under Linux, PhpBB.
Comments: none