语言选择
English 简体中文 繁体中文 UTF-8
系统导航
本站新闻 : XOOPS 登录注册图形验证v1.2
作者 D.J. 于 2005年01月09日 22:40:44 (1543 次阅读) 该作者发布的其他新闻

A security check for xoops register and login by using visual confirmation.

How to user it:
1 File Install
For login, overwrite your files with the folder 'securitycheck_for_login'
For register, overwrite your files with the folder 'securitycheck_for_register'
For both login and register, overwrite your files with the folder 'securitycheck'
2 Module update
If you install for login, once uploading the files, go to Administration Area and update the system module
3 Make it work
3.1 To enable the security check, go to xoopsroot/include/common.php
Set:
define('ENABLE_SECURITYCHECK_REGISTER', 1);
define('ENABLE_SECURITYCHECK_LOGIN', 1);
3.2 Set other parameters in xoopsroot/include/common.php
if(!defined('STORE_IN_DB')) define('STORE_IN_DB', 0);
if(!defined('SECURITYCHECK_TABLE')) define('SECURITYCHECK_TABLE', "security");
if(!defined('MAX_ATTEMPTS')) define('MAX_ATTEMPTS', 10);
3.3 If you set define('STORE_IN_DB', 1), you will need create a table !

评分: 5.00 (1 票) - 评分 -
上一篇 - 下一篇 打印模式 转发给朋友 生成该文件的PDF


其他文章
2005年10月25日 02:10:00 - XOOPS 2.22 简体中文 正式版
2005年10月20日 20:48:59 - XOOPS主站被黑公告
2005年10月19日 22:00:00 - CBB 2.30 for Xoops 2.2+ RC2 测试第二版
2005年10月19日 21:52:44 - 《当代金融家》
2005年10月15日 21:55:30 - XOOPS 2.22 简体中文 PHP 5.1/4.4 测试版

网友个人意见,不代表本站立场。有问题请与作者联系。