MyBB Community Forums

Full Version: Check IP with DNSBLs
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This is somewhat the same as StopForumSpam, but it checks DNSBLs instead. If an IP is in any of the blacklists that you have with this plugin, it will deny their registration and give them a detailed error message.

The plugin is extendable to what it is by default, for more information read the README on GitHub

Source: GitHub


Download the latest version: https://github.com/dequeues/MyBB-Registe...master.zip
Mods site: http://community.mybb.com/mods.php?action=view&pid=629

Bugs/Suggestions?
Post them at the following link so I can keep a track of everything: https://github.com/dequeues/MyBB-Registe...SBL/issues
Added required mods site link and approved.
(2015-12-15, 09:54 AM)Destroy666 Wrote: [ -> ]Added required mods site link and approved.

Thank you. :-)
Great idea, but you may want to block such traffic at the firewall instead (if possible). For example, I use Ubuntu. I have a cron job which hits a few sites with lists of black-listed IPs and updates an ipset. This code is specific to each site.
(2015-12-16, 04:30 PM)laie_techie Wrote: [ -> ]Great idea, but you may want to block such traffic at the firewall instead (if possible). For example, I use Ubuntu. I have a cron job which hits a few sites with lists of black-listed IPs and updates an ipset. This code is specific to each site.

That could probably work, however I only created this to help with ban evaders or just spam bots who aren't in the SFS database (if you have it enabled, of course).