Hello. My forum has a user that keeps making new accounts and spamming my site. I banned their user accounts and blocked their ips. It still isn't enough. Is there a way that i can self verify a accounts before they are created. Like this person makes names like this ndffmdfkonsbnsd I would like to review the name of a person requesting an account first to weed out thoughs kind of silly spammy accounts. Is there a way? Thanks
Announcement
Collapse
No announcement yet.
Problem with spam accounts
Collapse
X
-
Set AdminCP->User Registration Options->Moderate New Members to Yes. Subjects user's posts to a moderators review before appearing on your forum.
Set AdminCP->User Registration Options->Allow Multiple Registrations Per User to No. Makes it more difficult for a single user to establish multiple accounts.
Set AdminCP->User Registration Options->Verify Email Addresses in Registration to Yes. Spammers often use bogus email addresses. This option will prevent them from posting.
Set AdminCP->User Registration Options->Require Unique Email Address to Yes. Makes it more difficult to establish multiple accounts.
Periodically review the list of Users Awaiting Moderation and Users Awaiting Email confirmation and delete suspicious accounts.
Last edited by OrganForum; Wed 7 Oct '20, 7:29am.VB 5.6.4
PHP 7.4
MySQL 5.7.24
-
You should also probably implement Recaptcha under Settings -> Human Verification Manager. You will need to get a key from Google to use this.
Looking under Settings -> Spam Management can help as well. The two services here need authentication keys as well but I believe they are free for a certain amount of usage.Translations provided by Google.
Wayne Luke
The Rabid Badger - a vBulletin Cloud demonstration site.
vBulletin 5 API
Comment
-
Nice all done. Thanks a lot. I have one more question that relates to my previous. The IP addresses that were spamming me have a suffix on them that is rev.ponytelecom.eu. There is regularly a large list of these domain often all of them on my who is online page. It may not be a vbulletin issue, but Could this be a form of attack in progress if so are there any vBulletin plugins that can identify attacks or attack patterns. For example I know some bots will load a site over and over again to crack them?Last edited by johnboyman; Thu 8 Oct '20, 6:46am.
Comment
-
vBulletin is a poor place to track IP addresses or how many times it is hitting your server. Even if the application can block them, it will use resources to access the database and display an error page. Tracking and Blocking IP Addresses should be done at the server level. You would probably want to talk to your hosting provider about this. They may be able to implement mod_evasive on the server. It may already be enabled.Translations provided by Google.
Wayne Luke
The Rabid Badger - a vBulletin Cloud demonstration site.
vBulletin 5 API
Comment
Related Topics
Collapse
-
by sudbury8Is there anything I can do to stop the spammers from getting on my forum ??
Thanks Terry-
Channel: vBulletin 5 Connect Feedback
Sat 14 Jul '18, 3:57pm -
-
by Nt_loaderI get 10-20 new accounts that get created on my site everyday, the weird thing is these accounts get created within milliseconds of one another so it has to be a script of some sort. I enabled human...
-
Channel: Support Issues & Questions
Sun 12 Mar '17, 7:11pm -
Comment