Non effective ways to prevent spam (bots just tear right through these but they still might help a little bit. Just do NOT rely on these):
– Email activation
– Captchas (the images where you write the numbers/letters that you see in the box)
– Asking for special characters on username/password
– Confirming email address
Effective ways to prevent spam
– Few registration attempts – this gives the bot less times to guess
– Questions – this will pretty much stop all spam. You need to ask questions that the computer will not know. Please not that bots have lists of 1000s of questions so you need to ask questions that are specific to your site only but is easy enough for your user base to answer. 2+2 is not good. But the last name of the author of this blog is ____, would be a good question. I have found these block nearly 100% of my spam. If you do start getting spam that means your questions are too easy.
– Using a service like akismet, which is awesome but doesnt currently have a plugin for phpBB. This works great for wordpress though.
So how do you add those questions in phpBB to prevent spam? There are two way and I encourage you to do both:
Method 1:
in the Admin control panel go to->spambot countermeasures->available plugins->Q&A->configure. From here you would create your questions.
Method 2:
In the admin control panel go to->users and groups->custom profile fields->then you would create a new field. From here make sure you require the question at registration.
For an example of a forum using these methods, check out my surfing forum and try to register: http://www.njsurfingclub.com/messageBoard
]]>