This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

WP-Blacklister

Description

This plugin creates an admin paged called Blacklist under the Settings menu that contains 3 text boxes which are automatically populated with lists of all the IP addresses, urls, and email addresses of comments marked as spam. These lists can also be sorted by instance number, making it easier to identify the worst offenders.

The point is to make it easier to include this data in your comment moderation/blacklist or to export for other uses.

Attributions

Readme Generator

Support

Donations

Donations are graciously accepted to support the continued development and maintenance of this and other plugins. We currently accept Paypal and kind words.

Screenshots

  • The Blacklist admin page under Settings on the Dashboard.
  • IPs, emails, and URLs sorted by instance counts.

Installation

  1. Download the latest zip file and extract the wp-blacklister directory.
  2. Upload this directory inside your /wp-content/plugins/ directory.
  3. Activate ‘WP Blacklister’ on the ‘Plugins’ menu in WordPress.
  4. Navigate to Settings > Blacklist to see the list of IPs, emails, and URLs.

FAQ

How do I get the data out of the text boxes?

It’s just copy and paste for right now. I was considering adding a button to move it all to the moderate/blacklist section under Discussion options, but that could get pretty messy for people with large datasets with lots of redundancies.

I may add an option to automatically add the IP/email/URL of a comment marked as spam to one of the lists and then trash the comment right after it gets marked. That’s really the only way I think that could be implemented without the potential for serious confusion.

Can you add this feature I just thought of?

Can I? Yes. Will I? Yes, if I think it would be a helpful addition. I’m trying to keep things clean and simple, but there’s always room for improvement, so let me know if you think a feature is lacking!

Why does it take so long to load?

If you’ve got a large number of spam comments, it may take awhile to load and parse them all. I recommend using this to extract the useful blocking information from your spam comments then kill them all with fire.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“WP-Blacklister” is open source software. The following people have contributed to this plugin.

Contributors

Translate “WP-Blacklister” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.2.1

  • Updated from depreciated Roles to Capabilities.

1.2.0

  • Added instance counts for offending emails/IPs/urls.

1.1.0

  • First released version.
  • There may still be bugs, but I can’t find any.