Damn rotten spammers :)
Moderator: Moderators
Damn rotten spammers :)
From being blessed with relatively small amount of spammers the last years they are coming back with a vengeance to this forum now with several new registrations each day. Any suggestions how to address this? We could upgrade to latest phpbb or other forum software provided the upgrade will keep all attached files etc.
- jph_wacheski
- Posts: 1005
- Joined: Sat Feb 16, 2008 8:10 pm
- Location: Canada
- Contact:
Spamming is big business and has created a large infrastructure of sophisticated forum-bots capable of passing all layers of spam-verications, including advanced captchas and similar. I've tried different methods of forum registration tests before but none seems to stop them now. Probably there are human spammers too working from third-world countries getting small amount of payment for every successfull registration. I ban ip-addresses and whole email-domains but there always seems to be new ones available for spammers.
Probably I will soon upgrade to newer phpbb because there are more methods against spammers there.
Probably I will soon upgrade to newer phpbb because there are more methods against spammers there.
- jph_wacheski
- Posts: 1005
- Joined: Sat Feb 16, 2008 8:10 pm
- Location: Canada
- Contact:
It is a Search Engine Optimization technique: generate links to a target site on as many places as possible, forums, blog comments, fake websites etc. The search engine web crawlers will find the links and rank the target site higher in searches because sites with many incoming links are assumed to be more important. So it does not matter if no human ever clicks or even sees the link, as long as the crawlers do.
Would an auto-removel system for inactive accounts work? Could back fire - but I am aware of a few sites that remove accounts after one or two months of inactivity.
After someone has met the criteria of a legitimate user - you can probably make an account safe form removal too.
Managing all this can be time consuming - but I do believe that most of it is an automated - aside from setting the options.
After someone has met the criteria of a legitimate user - you can probably make an account safe form removal too.
Managing all this can be time consuming - but I do believe that most of it is an automated - aside from setting the options.
There is some good information here:
http://webmasters.stackexchange.com/que ... e-anti-bot
My personal experiences - create a set of questions that randomly get cycled when a person is registering. Even though on my forum we had static questions - when we first had it implemented we had 0 spam for awhile. The key here is doing something unique that isn't out of the box. The questions also don't have to be hard - like "What is 5 + 3?"
I'm sure there is a phpBB plugin for this.
Also, instead of using the builtin CAPTCHA - use reCAPTCHA, I personally think that is a lot better security wise. And I'm sure there is a phpBB plugin for this as well.
http://webmasters.stackexchange.com/que ... e-anti-bot
My personal experiences - create a set of questions that randomly get cycled when a person is registering. Even though on my forum we had static questions - when we first had it implemented we had 0 spam for awhile. The key here is doing something unique that isn't out of the box. The questions also don't have to be hard - like "What is 5 + 3?"
I'm sure there is a phpBB plugin for this.
Also, instead of using the builtin CAPTCHA - use reCAPTCHA, I personally think that is a lot better security wise. And I'm sure there is a phpBB plugin for this as well.
Good suggestions. I found a recaptcha for phpbb2 here: http://code.google.com/apis/recaptcha/docs/phpbb.html
Do you have any experience with phpbb and installing mods? I have some mods installed already and I don't want to lose those changes. I'll gladly accept some more help with this because I'm not too comfortable with php
Do you have any experience with phpbb and installing mods? I have some mods installed already and I don't want to lose those changes. I'll gladly accept some more help with this because I'm not too comfortable with php

I have had some experience with phpBB many years ago. I remember it was a very tedious task installing mods, but someone created a "mod" installer called EasyMod: http://easymod.sourceforge.net/readme/VilleK wrote:Good suggestions. I found a recaptcha for phpbb2 here: http://code.google.com/apis/recaptcha/docs/phpbb.html
Do you have any experience with phpbb and installing mods? I have some mods installed already and I don't want to lose those changes. I'll gladly accept some more help with this because I'm not too comfortable with php
Basically you point it towards the mod file with all the instructions and it parses and does the leg work for you. Worked fairly well if you don't have a ton of mods.
Personally I've moved away from phpBB to SMF http://download.simplemachines.org/ it works very well and already has a plugin system built in.