语言选择
English 简体中文 繁体中文 UTF-8
系统导航
本站新闻 : Xoops 登录注册图形验证v1.1
作者 XoopsChina 于 2004年09月17日 07:12:02 (959 次阅读) 该作者发布的其他新闻

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

This is a quick bug-fix and feature-add release. Acturally both v1.0 and v1.1 released on Eastern Time, 2004/09/16. However I would take the Beijing Time for the v1.1 release.

Change log:
1 It's glad to find the author of the wonderful image-creation scripts, Society, which was stated as "Dennis Paulisch" in v1.0.
He made the first plug-in for xoops register security check (Thanks Predator for providing the scripts).
The story can be found: http://www.xoops.org/modules/news/article.php?storyid=1715&com_id=9837&com_rootid=9837&#comment9837
2 Add login check to closed-site login.
3 Check if its associated code-file exists before returning a confirm id.

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 !

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


其他文章
2005年12月19日 00:10:00 - Xoops China/广东
2005年12月18日 20:17:13 - 上海地区XOOPS用户聚会
2005年12月17日 21:08:02 - Xoops 简体中文版 2.25
2005年12月17日 20:57:41 - Xoops 2.2系列简体中文主要模块合集
2005年12月17日 12:54:40 - Xoops China北京地区成员首聚小记

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

 Re: Xoops 登录注册图形验证v1.1

发表于: 09月18日 02:45  更新: 09月18日 02:45

XoopsChina

网站管理员
注册于: 06月24日
来自:
发表数: 542
在北京时间 2004-09-18 2:30 am 之前下载过这个代码的请重新下载,修正了一个严重的bug