Linux 软件免费装

Botnet Blocker

开发者 achbed
znaeff
更新时间 2017年2月10日 21:24
PHP版本: 4.0.0 及以上
WordPress版本: 4.3.1
版权: GPLv2

标签

comments spam free blocking spamcop DNSBL spamhaus

下载

0.2.0 1.0.0 1.0.1 1.1.0 1.2.0 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5

详情介绍:

This plugin provides a global object that will validate an incoming IP address against one or several DNSBLs, as well as internal white and black lists. Uses .xbl.spamhaus.org by default. This is based on a slightly modified version of the public DNSBL class, and was inspired by the spam-ip-blocker plugin by znaeff. Official page of DNSBL class on PHPClasses.org

安装:

  1. Install folder botnet-blocker to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. In your template, theme, or plugin, do something similar to the following:
<?php global $wp_plugin_bnblocker; if ( method_exists( $wp_plugin_bnblocker, 'is_botnet' ) ) { if ( $wp_plugin_bnblocker->is_botnet() ) { /* bot detected, do something */ } } ?>

屏幕截图:

  • The admin interface.

升级注意事项:

1.2.3 No longer throws extra warnings; fixes error when using Block on Page Load 1.2.2 Added commenting in lists, now respects the Block on Page Load setting 1.2.1 Fixed preg_match errors in DNS matching 1.2.0 Allows ignoring all RBLs 1.1.0 Adds DNS-based lists and an early-load blocking option

常见问题:

Why do I need one more anti-botnet plugin?

Because I haven't found any decent free plugins that uses spam blocking lists that present a decent API. This plugin is designed to give you a quick and easy way to check the spam lists and do something creative without locking you into a "block all" scheme. It's there if you want it, but it's not required.

更新日志:

1.2.3 1.2.2 1.2.1 1.2.0 1.1.0 1.0.1 1.0.0 0.2.0 0.1.1 0.1.0