[wordpress插件] BetterAntiSpamBot更好的反垃圾邮件机器人

wordpress 插件 文章 2020-03-04 09:10 721 0 全屏看文

AI助手支持GPT4.0

评分
60
描述

BetterAntiSpamBot encrypts your email addresses with a dynamically generated JavaScript function.

BetterAntiSpamBot使用动态生成的JavaScript函数加密您的电子邮件地址。

We combine simplicity with obfuscation: Simplicity for you and complexity for bots.

我们将简单性与混淆性结合在一起:为您提供简单性和为机器人带来的复杂性。

Simply integrated

简单集成

Protect yourself in just three steps:

只需三个步骤即可保护自己:

1. First, select the text to link with your email address.

1.首先,选择文本以链接到您的电子邮件地址。

2. Then click the “@” button in the editor’s toolbar.

2.然后点击编辑器工具栏中的“ @”按钮。

3. Finally, type your email address.

3.最后,键入您的电子邮件地址。

Alternatively, you may use the shortcode [bspam email="nospam@protected.com"]Email me[/bspam].

另外,您也可以使用简码 [bspam email =“ nospam@protected.com”]给我发电子邮件[/ bspam]

Dynamically generated

动态生成

When encrypted email addresses are present on a page, BetterAntiSpamBot automatically adds a single, uniquely generated JavaScript function to the footer.

当页面上存在加密的电子邮件地址时,BetterAntiSpamBot会自动向页脚添加一个唯一生成的JavaScript函数。

At first, it generates a key and splits it into variables.

首先,它生成一个密钥并将其拆分为变量。

Secondly, it randomly generates all variable-, function- and parameter names using similar UTF-8 characters.

其次,它使用相似的UTF-8字符随机生成所有变量,函数和参数名称。

The code finally gets compressed and reduced to one line.

代码最终被压缩并减少到一行。

That’s why BetterAntiSpamBot makes automated email harvesting very hard for spammers.

因此,BetterAntiSpamBot使得垃圾邮件发送者很难非常自动收集电子邮件。

Developer friendly

对开发人员友好

BetterAntiSpamBot is a standalone php class with a WordPress framework.

BetterAntiSpamBot是带有WordPress框架的独立php类。

In php, use the global variable $betterantispambot like this:
    

在php中,使用全局变量 $ betterantispambot 如下:
    

[…]href=”setmail(’email@addr.com’);

[…] href =” setmail(’email@addr.com’);

?>”[…]

?>” […]

安装步骤

You can download and install BetterAntiSpamBot using the built in WordPress plugin installer.

您可以使用内置的WordPress插件安装程序下载并安装BetterAntiSpamBot。

If you download BetterAntiSpamBot manually, make sure it is uploaded to “/wp-content/plugins/betterantispam/”.

如果您手动下载BetterAntiSpamBot,请确保将其上传到“ / wp-content / plugins / betterantispam /”。

Activate BetterAntiSpamBot in the “Plugins” admin panel using the “Activate” link.

使用“激活”链接在“插件”管理面板中激活BetterAntiSpamBot。

下载地址
https://downloads.wordpress.org/plugin/betterantispam.1.0.1.zip
-EOF-

AI助手支持GPT4.0