Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
12
返回列表 发新帖

[已答复] UCHome注册跳转的“漏网之鱼”!!

[复制链接]
玻璃屋女孩 发表于 2009-10-27 16:06:02 | 显示全部楼层
你站点地址是多少?
回复

使用道具 举报

 楼主| pencester 发表于 2009-10-27 17:03:24 | 显示全部楼层
你站点地址是多少?
玻璃屋女孩 发表于 2009-10-27 16:06



    http://www.snshappy.cn/home/do.php?ac=40730dfc43ee939f3d8a52ece54d47aa
你就这么直接输入地址好了,应该会有注册界面的,其他该改的注册路径我都改掉了,这个还是无意间发现的呢,呵呵,给你添麻烦咯
回复

使用道具 举报

 楼主| pencester 发表于 2009-10-27 17:06:20 | 显示全部楼层
简单来说,只要有人注册过,并且知道自己类似40730dfc43ee939f3d8a52ece54d47aa这样的字符串后,就可以靠这个链接来避开跳转直接注册了,能明白我的意思吗??:)
回复

使用道具 举报

云天一 发表于 2009-10-27 17:10:38 | 显示全部楼层
简单来说,只要有人注册过,并且知道自己类似40730dfc43ee939f3d8a52ece54d47aa这样的字符串后,就可以靠这 ...
pencester 发表于 2009-10-27 17:06



后台 防灌水设置 自定义注册识别名  里修改  你的这串字符串就变了
或者可以把
http://www.snshappy.cn/home/source/do_register.php
这个页面和谐了
回复

使用道具 举报

yawei74 发表于 2009-10-27 21:40:52 | 显示全部楼层
only need to add 4 lines code in do.php

//允许的方法

$acs = array('login', 'register', 'lostpasswd', 'swfupload', 'inputpwd',

        'ajax', 'seccode', 'sendmail', 'stat', 'emailcheck');

if(empty($ac) || !in_array($ac, $acs)) {

        showmessage('enter_the_space', 'index.php', 0);

}
if($ac == 'register'){
        header('Location: http://bbs.powermew.com/register.php');
        exit;
}
回复

使用道具 举报

 楼主| pencester 发表于 2009-10-28 01:25:57 | 显示全部楼层
only need to add 4 lines code in do.php

//允许的方法

$acs = array('login', 'register', 'lostpa ...
yawei74 发表于 2009-10-27 21:40



    这个方法很强大,哈哈
回复

使用道具 举报

 楼主| pencester 发表于 2009-10-28 01:30:31 | 显示全部楼层
only need to add 4 lines code in do.php

//允许的方法

$acs = array('login', 'register', 'lostpa ...
yawei74 发表于 2009-10-27 21:40



    我点过“报告”中的“推荐”了,希望更多人能看到
回复

使用道具 举报

雪忧 发表于 2009-10-28 09:21:33 | 显示全部楼层
我的是论坛跳到UCH来注册,但注册完了,论坛却要激活,怎么改?
回复

使用道具 举报

xjzjch 发表于 2009-11-3 21:57:37 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-17 00:22 , Processed in 0.026037 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表