站长百科 | 数字化技能提升教程 数字化时代生存宝典
首页
数字化百科
电子书
建站程序
开发
服务器
办公软件
开发教程
服务器教程
软件使用教程
运营教程
热门电子书
WordPress教程
宝塔面板教程
CSS教程
Shopify教程
导航
程序频道
推广频道
网赚频道
人物频道
网站程序
网页制作
云计算
服务器
CMS
论坛
网店
虚拟主机
cPanel
网址导航
WIKI使用导航
WIKI首页
最新资讯
网站程序
站长人物
页面分类
使用帮助
编辑测试
创建条目
网站地图
站长百科导航
站长百科
主机侦探
IDCtalk云说
跨境电商导航
WordPress啦
站长专题
网站推广
网站程序
网站赚钱
虚拟主机
cPanel
网址导航专题
云计算
微博营销
虚拟主机管理系统
开放平台
WIKI程序与应用
美国十大主机
编辑“
Gallery:Modules:recaptcha
”
人物百科
|
营销百科
|
网赚百科
|
站长工具
|
网站程序
|
域名主机
|
互联网公司
|
分类索引
跳转至:
导航
、
搜索
警告:
您没有登录。如果您做出任意编辑,您的IP地址将会公开可见。如果您
登录
或
创建
一个账户,您的编辑将归属于您的用户名,且将享受其他好处。
反垃圾检查。
不要
加入这个!
=ReCaptcha= Stop Spam, Read Books ==Description== This module is an alternative for the default captcha component. ReCaptcha G2 module uses the [http://recaptcha.net/ reCAPTCHA API for Carnegie Mellon University]. the current v0.4 is a beta ! ==Features== Protect your gallery for spam comment and brute force attack on your login. ==Installation== * Download the module from: http://ilpleut.be/ * Install it by ** creating a directory called "recaptcha" under gallery/modules/ ** unzipping the contents of recaptcha.zip into that directory * Create your [http://recaptcha.net/ ReCAPTCHA key] * Activate the module on your Gallery website under "Site Admin" -> "Plugins" * Configure the module by entering in the public and private key that you obtained when you created your ReCAPTCHA key. * If you have the "Captcha" plugin already installed and activated, deactivate it to avoid having both Captcha and ReCaptcha running at the same time. if your gallery has multiple domain names, activate the plugins through each of them. ==Version== *v0.3, initial release *v0.4, this version can manage a gallery with multiple domain name & bugs fix ==Requested Features for Next Version== ==Other Requests== ==Bugs== v0.4 Version 0.4 contains a couple of minor bugs which results in PHP notices filling the apache error log. The notices look like this : <pre> [Sun Jun 01 17:04:40 2008] [error] [client 192.168.1.100] PHP Notice: Use of undefined constant recaptcha - assumed 'recaptcha' in /var/www/html/gallery/modules/recaptcha/classes/ReCaptchaValidationPlugin.inc on line 75 [Sun Jun 01 17:04:40 2008] [error] [client 192.168.1.100] PHP Notice: Undefined variable: error in /var/www/html/gallery/modules/recaptcha/classes/ReCaptchaValidationPlugin.inc on line 75 </pre> This is caused by an old array syntax which you can read about here : [http://us2.php.net/types.array] and an undefined "$error" array. Here is a patch that fixes these bugs : <pre> 59c59 < #$form[recaptcha-error] = $resp-> error; --- > #$form['recaptcha-error'] = $resp-> error; 68a69 > $error = array(); 75c76 < $form[recaptcha]=recaptcha_get_html($publickey, $error); --- > $form['recaptcha']=recaptcha_get_html($publickey, $error); </pre>
摘要:
请注意,您对站长百科的所有贡献都可能被其他贡献者编辑,修改或删除。如果您不希望您的文字被任意修改和再散布,请不要提交。
您同时也要向我们保证您所提交的内容是您自己所作,或得自一个不受版权保护或相似自由的来源(参阅
Wordpress-mediawiki:版权
的细节)。
未经许可,请勿提交受版权保护的作品!
取消
编辑帮助
(在新窗口中打开)