当前位置: 首页 > 站长资讯 > 正文页面

帝国整合dz7.1后退出到首页的两种方法

打开论坛的include/global.func.php,约在303行找到下面的函数nul网站目录_网站网址收录与提交入口

if(!preg_match("/(.php|[a-z]+(-d+)+.html)/", $referer) || strpos($referer, 'logging.php')) {nul网站目录_网站网址收录与提交入口

$referer = $default;nul网站目录_网站网址收录与提交入口

}nul网站目录_网站网址收录与提交入口

改为:nul网站目录_网站网址收录与提交入口

if(strpos($referer, 'logging.php')) {nul网站目录_网站网址收录与提交入口

$referer = $default;nul网站目录_网站网址收录与提交入口

}nul网站目录_网站网址收录与提交入口

即可。这种方法可以保证首页退出到首页,论坛退出到论坛.nul网站目录_网站网址收录与提交入口

第二种方法: 修改论坛目录下的login.php文件,找到大约在50行的位置,把nul网站目录_网站网址收录与提交入口

if($discuz_uid) {nul网站目录_网站网址收录与提交入口

$ucsynlogin = '';nul网站目录_网站网址收录与提交入口

showmessage('login_succeed', $indexname);nul网站目录_网站网址收录与提交入口

}nul网站目录_网站网址收录与提交入口

改为nul网站目录_网站网址收录与提交入口

if($discuz_uid) {nul网站目录_网站网址收录与提交入口

$ucsynlogin = '';nul网站目录_网站网址收录与提交入口

showmessage('login_succeed', 'http://xxxxxxx.com');nul网站目录_网站网址收录与提交入口

}nul网站目录_网站网址收录与提交入口

即可全部退出都是到首页,包括论坛退出!nul网站目录_网站网址收录与提交入口

  

此文由 网站目录_网站网址收录与提交入口 编辑,未经允许不得转载!:

相关文章