Text Captcha
开发者 |
troyvit
|
更新时间 |
2011年5月13日 23:14 |
PHP版本: |
3.0 及以上 |
WordPress版本: |
3.1 |
详情介绍:
It doesn't take much to prove that computers are idiots, but most captchas go too far. Captchas based on graphics don't work with blind people yet they dominate comment forums. This is a logical captcha that uses math and simple riddles to weed out the machines. This plugin comes with 10 predefined questions and the ability to add more. The math part isn't too hard and can be disabled if you're dealing with people who don't like math. This plugin relies on php sessions to store information.
安装:
- Upload the
text_captcha/
folder to your /wp-content/plugins/
directory.
- Make sure wordpress can write to captcha_config.json.
- Activate the plugin through the 'Plugins' menu in WordPress.
- Click
Text CAPTCHA Plugin
to configure the plugin (if you like) to toggle which captcha methods you wish to use and modify the questions.
更新日志:
0.9
- Initial import.
- multiplication, addition and riddle modules.
0.9.1
- Hack to make it work in explorer.
0.9.2
0.9.3
- Added ids to some of the form elements for easier styling