网站首页  汉语字词  英语词汇  考试资料  写作素材  旧版资料

请输入您要查询的考试资料:

 

标题 dedecms登陆后台直接转跳到首页解决办法
内容
    关键字描述:解决 办法 首页 直接 登陆 后台   " gourl 登录
    这个功能类似于侠客站长站,登录会员后台,跳转到 http://www.jb51.net/member/ ,而不是跳转到会员管理中心面板。
    用Dreamweaver8或者EditPlus打开/member/index_do.php
    行码
    388 if(empty($gourl)||eregi("action|_do",$gourl)){
    389 ShowMsg("成功登录,5秒钟后进入管理中心...","control.php",0,2000);
    390 }else{
    400 ShowMsg("成功登录,转到进入页面...",$gourl,0,2000);
    修改为:
    行码
    388 if(empty($gourl)||eregi("action|_do",$gourl)){
    389 ShowMsg("成功登录,5秒钟后进入首页...","../../",0,2000);
    390 }else{
    400 ShowMsg("成功登录,转到进入页面...",$gourl,0,2000);
随便看

 

在线学习网考试资料包含高考、自考、专升本考试、人事考试、公务员考试、大学生村官考试、特岗教师招聘考试、事业单位招聘考试、企业人才招聘、银行招聘、教师招聘、农村信用社招聘、各类资格证书考试等各类考试资料。

 

Copyright © 2002-2024 cuapp.net All Rights Reserved
更新时间:2025/5/16 3:12:58