Linux 软件免费装
Banner图

BetterAntiSpamBot

开发者 noneevr2
更新时间 2013年7月7日 06:17
捐献地址: 去捐款
PHP版本: 3.0.1 及以上
WordPress版本: 3.5.1
版权: GPLv2 or later
版权网址: 版权信息

标签

email mail robots bot editor protect anti-spam TinyMCE e-mail bots protection antispam spammer spambot antispambot crawler encrypt encryption harvester harvesting obfuscate obfuscation obfuscator shortcode spam

下载

1.0.0 1.0.1

详情介绍:

BetterAntiSpamBot encrypts your email addresses with a dynamically generated JavaScript function. 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.
  2. Then click the "@" button in the editor's toolbar.
  3. Finally, type your email address. Alternatively, you may use the shortcode [bspam email="nospam@protected.com"]Email me[/bspam].
Dynamically generated When encrypted email addresses are present on a page, BetterAntiSpamBot automatically adds a single, uniquely generated JavaScript function to the footer. 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. The code finally gets compressed and reduced to one line. That's why BetterAntiSpamBot makes automated email harvesting very hard for spammers. Developer friendly BetterAntiSpamBot is a standalone php class with a WordPress framework. In php, use the global variable $betterantispambot like this: [...]href="<?php echo $betterantispambot->setmail('email@addr.com'); ?>"[...]

安装:

You can download and install BetterAntiSpamBot using the built in WordPress plugin installer. If you download BetterAntiSpamBot manually, make sure it is uploaded to "/wp-content/plugins/betterantispam/". Activate BetterAntiSpamBot in the "Plugins" admin panel using the "Activate" link.

屏幕截图:

  • Usage in TinyMCE Editor
  • Usage in PHP code

常见问题:

Spammers can't reverse the decryption. Really?

No. No encryption is 100% safe, everything is crackable. But the randomness, especially in variable names and order, makes it almost impossible to create automation for it.

I made a script to crack your encryption!

PM me the source. I'll fix that.

What is compatibility mode for?

It removes certain characters from the list, so that the obfuscated variables get accepted by very old JS engines.

I have a suggestion! / I found a bug! / Can I help?

PM me about it, I greatly appreciate all constructive feedback and input.

更新日志:

1.0.1 1.0.0