在这留个名
: 乐兔淘购物分享系统2.0高级版,已完美开源,


兔淘购物分享系统2.0高级版,已完美开源,可完美整合Discuz,已无任何域名和功能限 [
兔淘购物分享系统2.0高级版,已完美开源,可完美整合Discuz,已无任何域名和功能限 [
试试 能不能玩呢个用
看看不能不能下载
不知道这个有事嘛
·································
$email = trim($_POST['email']);
$pwd = trim($_POST['pwd']);
$cktime = $_POST['cktime'];
if($email=='' || $pwd=='') qiMsg("所有输入项都不能为空^_^");
$countAdmin = $db->once_fetch_assoc("select count(*) from ".dbprefix."user where `email`='$email'");
if($countAdmin['count(*)'] == 0) qiMsg('用户Email不存在!');
$strAdmin = $db->once_fetch_assoc("select * from ".dbprefix."user where `email`='$email'");
if(md5($strAdmin['salt'].$pwd)!==$strAdmin['pwd']) tsNotice('用户密码错误!');
$strAdminInfo = $db->once_fetch_assoc("select userid,username,isadmin from ".dbprefix."user_info where email='$email'");
if($strAdminInfo['isadmin'] != 1) qiMsg("你无权登录后台管理!");
$_SESSION['tsadmin'] = $strAdminInfo;
header("Location: ".SITE_URL."index.php?app=system");
$pwd = trim($_POST['pwd']);
$cktime = $_POST['cktime'];
if($email=='' || $pwd=='') qiMsg("所有输入项都不能为空^_^");
$countAdmin = $db->once_fetch_assoc("select count(*) from ".dbprefix."user where `email`='$email'");
if($countAdmin['count(*)'] == 0) qiMsg('用户Email不存在!');
$strAdmin = $db->once_fetch_assoc("select * from ".dbprefix."user where `email`='$email'");
if(md5($strAdmin['salt'].$pwd)!==$strAdmin['pwd']) tsNotice('用户密码错误!');
$strAdminInfo = $db->once_fetch_assoc("select userid,username,isadmin from ".dbprefix."user_info where email='$email'");
if($strAdminInfo['isadmin'] != 1) qiMsg("你无权登录后台管理!");
$_SESSION['tsadmin'] = $strAdminInfo;
header("Location: ".SITE_URL."index.php?app=system");
学习什么的可以吧
!!!!!!!!!!



下来看看 怎么样!
看看这是什么!