Linux 软件免费装

EMAILProtect

开发者 hallis
更新时间 2010年6月23日 03:52
捐献地址: 去捐款
PHP版本: 2.8.5 及以上
WordPress版本: 3.0

标签

email spam protect spiders emailprotect crawlers

下载

详情介绍:

EMAILProtect hides a normal e-mail string (e.g. "info@domain.com") by editing the HTML code. This does not effect the outcome as the normal user sees it, but it make's it impossible for web crawlers to locate the e-mail address. Most crawlers these days are "non-javascript crawlers" (to speed up the crawling process) which means that almost no crawlers can see the re-written e-mail addresses - even though it looks just the same for the regular user. If you look in the source code of you Wordpress page, with this plugin activated, you will see a JavaScript (e.g. <script type='text/javascript'>plug_emp('3;4;1;6#cominfo1domain');</script>) where it's supposed to be an e-mail address.

安装:

The plugin works by it self. The files ('EMAILProtect.php' and 'EMAILProtect.js') should be placed within the folder emailprotect - this is essential for the PHP-file to locate the JavaScript file.
  1. Upload EMAILProtect.php and EMAILProtect.js to: /wp-content/plugins/emailprotect/
  2. Activate the plugin through the 'Plugins' menu in Wordpress
By version 1.5 you're able to decide if you want to re-write all e-mail addresses or just the once surrounded already set to be a clickable link. You do this by changing row 33 EMAILProtect.php to: $allClickable = 0;

升级注意事项:

1.5
  • On line 33 in EMAILProtect.php there's a variable ($allClickable) which by default is set to 1. If this would be changed to 0 only link tags (e.g. something@something.com) will be rewritten to links, but regular e-mail strings will still be rewritten.
  • For link tags to work with this version the link text must be the e-mail address.

更新日志:

1.5.8 1.5.7 1.5.3 1.5.2 1.5 1.4