Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
recaptcha
Rajio
✭
so recaptcha doesn't seem to be stopping spam accounts from being registered. i'm getting about 20 a week signing up (neverposting though) by defeating recaptcha. the only sollutions i'm finding are setting my forum to approval-based (i only get 2 spam accounts attempting to sign up a week if i do this) or invitation based.
what can be done about this? I'd like to keep open registration.
Even a better way of dealing with teh spam users (easier bulk deletion?) would be good.
what can be done about this? I'd like to keep open registration.
Even a better way of dealing with teh spam users (easier bulk deletion?) would be good.
0
Comments
We'll be addressing spam more and more in upcoming versions, including the features you are asking for.
One thing I'd suggest is email confirmation which is new in 2.0.18. The spam bots can register, but they will probably never enter their email addresses. We'll have bulk user selection/deletion in an upcoming version or you can delete users that have registered but not confirmed in phpMyAdmin or something like that.
Of course, when I updated to 2.0.17.9, that custom code (just a few lines) got replaced, and I never got around to re-adding the code, so the bots have been registering again.
More on StopForumSpam here: http://stopforumspam.com/apis
@Shmizzle interesting, I'll look into it. thanks.
https://github.com/vanillaforums/Addons/tree/master/plugins/StopForumSpam
This needs 2.0.18b+.
Suggestion: it'd be cool if you could configure what gets sent StopForumSpam. i.e., only e-mail addresses, or IP addresses and usernames, etc.
My current dev version has the attempts grouping by ip so it should be nicer.
I don't send usernames. It seems as though everyone has a username that is blacklisted in the StopForumSpam db.
This is a huge asset for blocking spam bots, I've been utilizing the service on my other websites. Could you allow us to customize the threshold of email/IP reports required to block?
Shouldn't be too hard to create a settings page for this.