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