Linux 软件免费装

Plugin Name

开发者 oneofone
更新时间 2014年4月15日 01:14
PHP版本: 3.5.1 及以上
WordPress版本: 3.9
版权: Apache v2
版权网址: 版权信息

标签

comments spam bot anti-spam comment antispam spambot

下载

v0.8 v0.4 v0.6 v0.7 v0.7.5 v0.7.7

详情介绍:

This plugin plugin blocks spam in comments automatically, without requiring any end-user input or any javascript. In a way it's similar to webvitaly's Anti-Spam however this doesn't require the user to enter anything at all. The comment gets marked as spam if any of the following rules are true : Once the comment gets flagged as spam, and if the auto delete option isn't set, a json string will be appended to it to show why it was marked, for example : { "is-trackback": 0, "no-session-token": 0, "hidden-field": 1, "number-of-urls": 5, "referer": 0, "too-fast": 1.902538061142 } Translates to :
  1. They changed the hidden input field.
  2. They Had 5 URLs in the comment.
  3. It Took 1.9 seconds to submit the comment since the page was loaded.
Also note that the time calculations are per-form, so there are no false-positives if the user has multiple pages open on the site and commented on 2 of them in a short period of time. Feel free to fork it and submit patches / fixes on github

安装:

  1. Install it from here or git clone https://github.com/OneOfOne/ooo-nospam oneofones-nospam
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Watch /wp-admin/edit-comments.php?comment_status=spam to see it in action.

更新日志:

v0.8 v0.7.7 v0.7.6 v0.7.5 v0.7 v0.6 v0.4