[wordpress插件] Beon Comment ProtectionBeon评论保护

wordpress 插件 文章 2020-03-03 05:40 462 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

This plugin’s function is to check the IP address of the comment sender, gravatar, comment content.

此插件的功能是检查评论发件人的IP地址,图形和评论内容。

How this plugin works : 1. Getting IP blacklist from stopforumspam.org This step determines the IP is a spammer or not by checking the IP on http://api.stopforumspam.org/api?ip=(the IP sender

此插件的工作原理:1.从stopforumspam.org获取IP黑名单此步骤通过检查http://api.stopforumspam.org/api?ip=(IP发送者)上的IP,确定IP是否为垃圾邮件发送者。

) using curl.

)使用卷发。

The result will be appear on the form of .txt Non spammer IP will be marked by “no”

结果将以.txt的形式显示。非垃圾邮件发送者IP标记为“否”

    1. Validating the gravatar Access https://secure.gravatar.com/avatar/(encoded email) Later,you can get the data of the registered email by using curl.

      验证Gravatar访问https://secure.gravatar.com/avatar/(编码的电子邮件)以后,您可以使用curl获取注册电子邮件的数据。

    2. Validating the comment content Create hook on 'wp_blacklist_check' to check if the content of the comment contains the word listed on the Comment Blacklist on wp-admin Comment Blacklist is stored on Beon Intermedia's server that is copied on the user's wp-admin

      验证评论内容在'wp_blacklist_check'上创建钩子,以检查评论内容是否包含wp-admin上的Comment Blacklist上列出的单词评论黑名单存储在Beon Intermedia的服务器上,该服务器已复制到用户的wp-admin上

      .

      User can add and delete the keyword listed on Comment Blacklist from wp-admin.

      用户可以从wp-admin添加和删除在“评论黑名单”中列出的关键字。

      Meanwhile, user can see only the keyword of Comment Blacklist on http://db1.andhikamw.com/ The updated Comment Blacklist keyword is shown on the column ‘update_secure_discussion’ of wp-option table

      同时,用户只能在http://db1.andhikamw.com/上看到Comment Blacklist关键字。更新的Comment Blacklist关键字显示在wp-option表的“ update_secure_discussion”列中

    After the comment is submitted, the plugin will determine whether the comment is a spammer or not from its IP , gravatar and comment content.

    提交评论后,插件将通过其IP,gravatar和评论内容确定评论是否为垃圾邮件。

    Next, this plugin will change automatically the status into approve, moderation, or spam.

    接下来,此插件将自动将状态更改为批准,审核或垃圾邮件。

    However, the user can change the default status by himself on wp-admin (sub menu 'Beon Comment Option') as shown on Screenshot_2.png At the end, the plugin will force the default status (generated by the plugin) into the same

    但是,用户可以自己在wp-admin(子菜单“ Beon Comment Option”)上更改默认状态,如Screenshot_2.png所示。最后,插件会将默认状态(由插件生成)强制设置为相同状态

    setting of the wp-admin (managed by user) by using hook 'pre_comment_approved'

    通过使用钩子'pre_comment_approved'设置wp-admin(由用户管理)

安装步骤

Simply upload all files and folders on the plugin folder

只需上传插件文件夹中的所有文件和文件夹

下载地址
https://downloads.wordpress.org/plugin/beon-blocking-comment.zip
-EOF-

AI助手支持GPT4.0