=== Plugin Name === Contributors: leo108 Donate link: http://leo108.com/ Tags: fancy-captcha, captcha , fancy , spam , anti-spam , verify code , verify Requires at least: 2.0 Tested up to: 3.3 Stable tag: 1.0 Fancy Captcha is a jQuery plugin that helps you protect your web pages from bots and spammers. 通过拖动解锁来实现评论验证。 == Description == Ajax Fancy Captcha is a jQuery plugin that helps you protect your web pages from bots and spammers. We are introducing you to a new, intuitive way of completing “verify humanity” tasks. In order to do that you are asked to drag and drop specified item into a circle. But the plugin only support Chinese , if you are not a Chinese blog , PLEASE see FAQ. 通过拖动解锁来实现评论验证。能够有效防止垃圾评论、机器人评论。 == Installation == 1. Upload all files to your Wordpress plugins directory, usually `wp-content/plugins/` . 2. Activate the plugin through the 'Plugins' menu in WordPress. 3. Done. == Screenshots == 1. The fancy-captcha. fancy-captcha界面。 2. You shuold put "scissors" into the circle , thus you can make a commet. 将剪刀拖入圆圈就可以正常发表评论了。 == Frequently Asked Questions == = My blog isn't Chinese = You should modify 2 files : fancy-captcha/captcha.php and fancy-captcha/captcha/jquery.captcha.js fancy-captcha/captcha.php: 1.replace "下面是评论验证码,请用鼠标<br />将 <span>scissors</span> 拖进右边的圆框中即可!" with your own notice , for example "Verify that you are a human,<br />drag <span>scissors</span> into the circle." 2.replace '您输入的验证码错误,请点击后退按钮返回并拖动相应图标到圆内。<input onclick="javascript:history.go(-1)" type="button" value="返回" />' with your own error message , for example 'You put the wrong thing in the circle , please try again . <input onclick="javascript:history.go(-1)" type="button" value="Back" />' 3.replace 您必须启用 javascript 才能在这儿看到验证码! with your own notice , for example You must enable javascript to see captcha here! fancy-captcha/captcha/jquery.captcha.js: replace Array("铅笔","剪刀","时钟","红心","音符") with your own language , for example Array("pencil","scissors","clock","heart","note") = Other Questions = [Leave your FAQ](http://leo108.com/pid-1220.asp) == Changelog == Nothing == Upgrade Notice == Nothing