dequeues / MyBB-Register-Check-DNSBL

Check IP upon registration in DNSBLs
GNU General Public License v3.0
0 stars 0 forks source link

Check IP with DNSBLs

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.

Configuration

Once you have uploaded the contents of the Upload folder, you can go ahead and enable the plugin.
Once enabled, settings will be created for the plugin. Currently, there are three settings:

Adding DNSBLs

Add a new line to the DNSBL list setting with the DNSBL you would like to add and save. Now you need to edit the language file.
Edit /inc/languages/english/check_ip_with_dnsbl.lang.php and add a variable respective to what you have added. *You need to replace . with _ in the variable name.
Example variable if I were to add foo.bar as a DNSBL

$l["foo_bar"] = "Your IP seems to be connected from a Tor server. Visit this link for more information: http://foo.bar/?ip={1}";

Development thread on the MyBB community forum

http://community.mybb.com/thread-186968.html

License

GNU v3