這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

BotScout Comment Protection

外掛說明

BotScout is a third-party antispam service. It maintains a database of known spammer bots which can be checked to determine if a given IP or email has been flagged as a spammer according to their service.

This plugin checks the BotScout database every time someone tries to leave a comment. If the IP and/or email are found in BotScout’s database, the comment is flagged as spam. Use this in conjunction with other plugins such as NoSpamNX and Akismet.

Requires BotScout API key which you can acquire here.

Disclaimer: This plugin is not affiliated with or endorsed by BotScout.

Update: we are listed on the BotScout code page!

If you need help with this plugin

If this plugin breaks your site or just flat out does not work, create a thread in the Support forum with a description of the issue. Make sure you are using the latest version of WordPress and the plugin before reporting issues, to be sure that the issue is with the current version and not with an older version where the issue may have already been fixed.

Please do not use the Reviews section to report issues or request new features.

螢幕擷圖

  • Plugin settings page

安裝方式

  1. Upload plugin file through the WordPress interface.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Go to the plugin settings page and enter your BotScout API key. Click here to get one.
  4. Log out of WordPress, go to botscout.com and grab the email of a known bot, and try to post a comment on your own site. Then log in and check your comment spam queue. It will probably be cleared by Akismet but stopped by this plugin.

常見問題集

How does this plugin work?

Every time someone tries to leave a comment, this plugin takes their IP and email address and passes it to the BotScout API. If the API returns a ‘Y’ then the commenter is in the BotScout database. The comment is flagged as spam and put into the comment spam queue. You will have to moderate it.

Note that even though BotScout is able to check name, email and IP address (3 fields), this plugin only checks IP and email (2 fields). Typically, the name field is unreliable as an indicator of a spammer.

How do I use the plugin?

Simply install and activate the plugin, then enter your API key on the plugin settings page. It starts working immediately to protect your comments form.

I activated the plugin but it’s not working.

Make sure you entered your API key. Click here to get one.

Can I use this plugin without an API key?

Technically, you can make 20 API calls per day to the BotScout API without a key, but this plugin requires it anyway. Its just easier than writing code to track the number of API calls, or catching API errors when the limit is exceeded. It’s easy and free to sign up for a key.

Can I submit new spammers to BotScout using this plugin?

At this time there is no way to programmatically submit spambots to BotScout, so no plugin can offer this functionality. You have to manually go to botscout.com and fill out the CAPTCHA form to submit a spammer to their database. Once you do, however, it will be picked up by this plugin after that (assuming the submission is accepted).

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈BotScout Comment Protection〉的開發相關工作。

參與者

將〈BotScout Comment Protection〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

0.0.6

  • confirmed compatibility with WordPress 4.1
  • added uninstall.php

0.0.5

  • updated readme

0.0.4

  • updated .pot file and readme

0.0.3

  • use wp_remote_get instead of cURL, let WP decide
  • check for real IP when using Cloudflare

0.0.2

  • switch to using email and IP instead of email and name
  • added cURL check

0.0.1

  • created