Code Monkey home page Code Monkey logo

mybb-register-check-dnsbl's Introduction

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:

  • Enabled? => Check IP addresses on registration against enabled DNSBL(s)?
  • Allow Tor users? => Allow people to register connecting through Tor? For more information on Tor, visit Tor Project
  • DNSBL list => A list of the DNSBLs to check IP addresses against before completing registration (one per line)

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

mybb-register-check-dnsbl's People

Contributors

dequeues avatar

Watchers

 avatar  avatar

mybb-register-check-dnsbl's Issues

TODO

  • Add some settings, including a setting for the DNSBLs
  • Custom error messages to tell the user where they are blacklisted

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.