[wordpress插件] Botnet Blocker僵尸网络拦截器

wordpress 插件 文章 2020-03-09 18:20 478 0 全屏看文

AI助手支持GPT4.0

评分
100
描述

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.

此插件提供了一个全局对象,该对象将针对一个或多个DNSBL以及内部白名单和黑名单来验证传入的IP地址。

Uses .xbl.spamhaus.org by default.

默认情况下使用.xbl.spamhaus.org。

This is based on a slightly modified version of the public DNSBL class, and was inspired by the spam-ip-blocker plugin by znaeff.

这是基于对公共DNSBL类的稍加修改的版本,并受到znaeff的spam-ip-blocker插件的启发。

="nofollow">Official page of DNSBL class on PHPClasses.org

=“ nofollow”> PHPClasses.org上的DNSBL类的官方页面

安装步骤

    1. Install folder botnet-blocker to the /wp-content/plugins/ directory
    2. 将文件夹 botnet-blocker 安装到 / wp-content / plugins / 目录

    3. Activate the plugin through the ‘Plugins’ menu in WordPress
    4. 通过WordPress中的“插件”菜单激活插件

    5. In your template, theme, or plugin, do something similar to the following:

      在您的模板,主题或插件中,执行以下操作:

      is_botnet() ) {
            

      is_botnet()){
            

      /* bot detected, do something */
          

      / *检测到bot,执行某项操作* /
          

      }
        

      }
        

      }

      }

      ?>

    6. ?>

下载地址
https://downloads.wordpress.org/plugin/botnet-blocker.1.2.5.zip
-EOF-

AI助手支持GPT4.0