最模板 - 外贸网站建设,外贸网站模板

最模板

当前位置: 首页 > 建站教程 > CMS教程 > ECShop教程 >

访问网站时如何设置用户登录后再跳转到首页面

时间:2014-06-10 11:03来源: 作者: 点击:
1 、我们打开 index.php 文件 找到 require(dirname(__FILE__) . '/includes/init.php'); 的下面加上一条判断, if($_SESSION['user_id']1){Header("Location:user.php");} 首页就可以实现如果没登录先登录,否则注册。
(责任编辑:admin)

1、我们打开index.php文件

找到 require(dirname(__FILE__) . '/includes/init.php'); 的下面加上一条判断,

if($_SESSION['user_id']<1){Header("Location: user.php");}

首页就可以实现如果没登录先登录,否则注册。

2、然后打开user.php,修改第300

 show_message($_LANG['login_success'] . $ucdata , array($_LANG['back_up_page'], $_LANG['profile_lnk']), array($back_act,'user.php'), 'info');

 show_message($_LANG['login_success'] . $ucdata , array('返回网站首页', $_LANG['profile_lnk']), array('index.php','user.php'), 'info');

 这样就可以了。

 


------分隔线----------------------------
栏目列表
推荐内容