Sedattelli – Bulk Delete Comments & Users with IP Ban

描述

Comment and User Cleanup – By Sedat Telli is a security and maintenance plugin designed to simplify WordPress administration.

Features

  • Bulk Comment Management – Filter spam, approved or pending comments and bulk delete them.
  • Bulk User Management – List unwanted users and delete them with one click.
  • Automatic IP Banning – IP addresses of deleted comments or users are automatically added to the blacklist.
  • Blacklist Management – Manually add or remove IP addresses from the blacklist.
  • Comment Blocking – New comment attempts from banned IPs are blocked instantly.
  • Registration Blocking – New account creation from banned IPs is prevented.
  • Real-time Status Indicator – Each row in the comment list shows whether the IP is banned.
  • Multi-language Support – English, Turkish, German, French, Spanish, Arabic, Russian.

Security

All form actions are protected with WordPress nonces. Database queries use $wpdb->prepare() to prevent SQL injection. All output is sanitized with esc_html() and esc_attr().

安装

  1. Download the plugin ZIP file.
  2. In your WordPress admin panel, go to Plugins Add New Upload Plugin.
  3. Select the ZIP file, upload it and click Activate.
  4. Use the Comment and User Cleanup menu item in the left sidebar.

Alternatively:

  1. Upload the plugin folder to wp-content/plugins/.
  2. Activate the plugin from the WordPress admin panel.

常见问题

How does IP banning work?

When a comment or user is deleted, their IP address is automatically added to the blacklist in the database. New comment and registration attempts from that IP are blocked.

Can I add IPs manually?

Yes. Go to the Blacklist page and enter an IP address with an optional reason to add it manually. You can also remove banned IPs from the same page.

Can an Administrator account be deleted?

No. The account with ID 1 and the currently logged-in account can never be deleted.

Which IP formats are supported?

Valid IPv4 (e.g. 185.234.218.110) and IPv6 addresses are supported. Local addresses (127.0.0.1, ::1) cannot be banned for security reasons.

Does the plugin bulk-ban IPs from existing comments?

No. Only the IP of a comment is added when you delete it. To bulk-ban existing IPs, select all comments on the Comments page and delete them.

Is WordPress Multisite supported?

The plugin has been tested on single-site installations only.

评价

此插件暂无评价。

贡献者及开发者

「Sedattelli – Bulk Delete Comments & Users with IP Ban」是开源软件。 以下人员对此插件做出了贡献。

贡献者

「Sedattelli – Bulk Delete Comments & Users with IP Ban」插件已被翻译至 1 种本地化语言。 感谢所有译者为本插件所做的贡献。

帮助将「Sedattelli – Bulk Delete Comments & Users with IP Ban」翻译成简体中文。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

2.3

  • Plugin renamed for WordPress.org compliance
  • All database queries use $wpdb->prepare() with proper escaping
  • Inline JavaScript replaced with wp_add_inline_script()
  • All outputs properly escaped with esc_html(), esc_attr(), absint()
  • Ban table now created automatically when plugin loads
  • Fixed manual IP add form submit button
  • User roles now display correctly
  • Code refactored to meet WordPress security guidelines

2.2

  • Initial public release
  • Bulk comment and user deletion
  • Automatic IP banning
  • Blacklist management page