无为清净楼资源网 Design By www.qnjia.com
直接用下面的代码,覆盖dede中的login.php即可
复制代码 代码如下:
<?
require_once(dirname(__FILE__)."/../include/config_base.php");
require_once(dirname(__FILE__)."/../include/inc_userlogin.php");
if(empty($dopost)) $dopost="";
//--------------------------------
//登录检测
//--------------------------------
if($dopost=="login")
{
if(empty($validate)) $validate=="";
else $validate = strtolower($validate);
if( empty($_SESSION["s_validate"]) ) $svali = "";
else $svali = $_SESSION["s_validate"];
$cuserLogin = new userLogin();
if(!empty($userid)&&!empty($pwd))
{
$res = $cuserLogin->checkUser($userid,$pwd);
//成功登录
if($res==1){
$cuserLogin->keepUser();
if(!empty($gotopage)){
//header("location:$gotopage");
ShowMsg("成功登录,正在转向管理管理主页!",$gotopage);
exit();
}
else{
ShowMsg("成功登录,正在转向管理管理主页!","index.php");
//header("location:index.php");
exit();
}
}
else if($res==-1){
ShowMsg("你的用户名不存在!","");
}
else{
ShowMsg("你的密码错误!","");
}
}//<-密码不为空
else{
ShowMsg("用户和密码没填写完整!","");
}
//<-验证用户
}
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>管理系统</title>
<link href="base.css" rel="stylesheet" type="text/css">
</head>
<body style='MARGIN: 0px' bgColor='#ffffff' leftMargin='0' topMargin='0' scroll='no'>
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" bordercolor="#111111" style="BORDER-COLLAPSE: collapse">
<tr>
<td width="100%" height="64" background="img/indextitlebg.gif"><img src="/UploadFiles/2021-04-02/indextitle.gif"> </td>
</tr>
<tr>
<td width="100%" height="20"> </td>
</tr>
<tr>
<td width="100%" height="20" valign="bottom">
<table width="540" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="right" style="FONT-SIZE: 2pt"> </td>
</tr>
<tr>
<td><IMG height=14 src="/UploadFiles/2021-04-02/book1.gif"> </tr>
</table></td>
</tr>
<tr>
<td width="100%" height="1" background="img/sp_bg.gif"></td>
</tr>
<tr>
<td width="100%" height="2"></td>
</tr>
<tr>
<td width="100%" height="136" valign="top">
<form name="form1" method="post" action="login.php">
<input type="hidden" name="gotopage" value="<?if(!empty($gotopage)) echo $gotopage;?>">
<input type="hidden" name="dopost" value="login">
<table width="540" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2" height="4"></td>
</tr>
<tr>
<td width="156" height="30" align="center"> 用户名:</td>
<td width="384"> <input type="text" name="userid" style="width:150;height:20">
</td>
</tr>
<tr>
<td height="30" align="center"> 密 码: </td>
<td> <input type="password" name="pwd" style="width:150;height:20">
</td>
</tr>
<tr>
<td height="50" colspan="2" align="center"> <input type="button" name="sm1" value="登录" style="background-color:#BAE171;border:1px solid #666666" onClick="this.form.submit();">
<input type="button" name="sm2" value="Power by DedeCms" onClick="window.open('https://www.jb51.net');" style="background-color:#FFFFFF;border:1px solid #DDDDDD;color:#DDDDDD">
</td>
</tr>
</table>
</form></td>
</tr>
<tr>
<td width="100%" height="2" valign="top"></td>
</tr>
</table>
</body>
</html>
复制代码 代码如下:
<?
require_once(dirname(__FILE__)."/../include/config_base.php");
require_once(dirname(__FILE__)."/../include/inc_userlogin.php");
if(empty($dopost)) $dopost="";
//--------------------------------
//登录检测
//--------------------------------
if($dopost=="login")
{
if(empty($validate)) $validate=="";
else $validate = strtolower($validate);
if( empty($_SESSION["s_validate"]) ) $svali = "";
else $svali = $_SESSION["s_validate"];
$cuserLogin = new userLogin();
if(!empty($userid)&&!empty($pwd))
{
$res = $cuserLogin->checkUser($userid,$pwd);
//成功登录
if($res==1){
$cuserLogin->keepUser();
if(!empty($gotopage)){
//header("location:$gotopage");
ShowMsg("成功登录,正在转向管理管理主页!",$gotopage);
exit();
}
else{
ShowMsg("成功登录,正在转向管理管理主页!","index.php");
//header("location:index.php");
exit();
}
}
else if($res==-1){
ShowMsg("你的用户名不存在!","");
}
else{
ShowMsg("你的密码错误!","");
}
}//<-密码不为空
else{
ShowMsg("用户和密码没填写完整!","");
}
//<-验证用户
}
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>管理系统</title>
<link href="base.css" rel="stylesheet" type="text/css">
</head>
<body style='MARGIN: 0px' bgColor='#ffffff' leftMargin='0' topMargin='0' scroll='no'>
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" bordercolor="#111111" style="BORDER-COLLAPSE: collapse">
<tr>
<td width="100%" height="64" background="img/indextitlebg.gif"><img src="/UploadFiles/2021-04-02/indextitle.gif"> </td>
</tr>
<tr>
<td width="100%" height="20"> </td>
</tr>
<tr>
<td width="100%" height="20" valign="bottom">
<table width="540" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="right" style="FONT-SIZE: 2pt"> </td>
</tr>
<tr>
<td><IMG height=14 src="/UploadFiles/2021-04-02/book1.gif"> </tr>
</table></td>
</tr>
<tr>
<td width="100%" height="1" background="img/sp_bg.gif"></td>
</tr>
<tr>
<td width="100%" height="2"></td>
</tr>
<tr>
<td width="100%" height="136" valign="top">
<form name="form1" method="post" action="login.php">
<input type="hidden" name="gotopage" value="<?if(!empty($gotopage)) echo $gotopage;?>">
<input type="hidden" name="dopost" value="login">
<table width="540" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2" height="4"></td>
</tr>
<tr>
<td width="156" height="30" align="center"> 用户名:</td>
<td width="384"> <input type="text" name="userid" style="width:150;height:20">
</td>
</tr>
<tr>
<td height="30" align="center"> 密 码: </td>
<td> <input type="password" name="pwd" style="width:150;height:20">
</td>
</tr>
<tr>
<td height="50" colspan="2" align="center"> <input type="button" name="sm1" value="登录" style="background-color:#BAE171;border:1px solid #666666" onClick="this.form.submit();">
<input type="button" name="sm2" value="Power by DedeCms" onClick="window.open('https://www.jb51.net');" style="background-color:#FFFFFF;border:1px solid #DDDDDD;color:#DDDDDD">
</td>
</tr>
</table>
</form></td>
</tr>
<tr>
<td width="100%" height="2" valign="top"></td>
</tr>
</table>
</body>
</html>
无为清净楼资源网 Design By www.qnjia.com
广告合作:本站广告合作请联系QQ:858582 申请时备注:广告合作(否则不回)
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
无为清净楼资源网 Design By www.qnjia.com
暂无评论...
更新日志
2024年11月15日
2024年11月15日
- 群星.1994-浓情蜜意情歌精丫华纳】【WAV+CUE】
- 邓丽君.1983-淡淡幽情(2022环球MQA-UHQCD限量版)【环球】【WAV+CUE】
- 试音天碟《专业测试第一天碟》经典天碟精选[WAV分轨][1G]
- 试音典范 《情惹发烧情HQCD》人声发烧极品 [WAV+CUE][1G]
- 世界顶级汽车音响试音王《幸福在路上》[低速原抓WAV+CUE][1.1G]
- 老头杯第二届什么时候开始 英雄联盟第二届老头杯开赛时间介绍
- 老头杯第二届什么时候结束 英雄联盟第二届老头杯结束时间介绍
- 老头杯第二届规则是什么 英雄联盟老头杯第二届规则介绍
- 王崴-爵士听堂.蓝色波萨(HQCD)[WAV+CUE]
- 群星《欧美动听情歌·柔情第5季》2CD【DTS-WAV分轨】
- [极品珍藏]德意志进行曲集卡拉扬SACD[WAV+CUE]
- 前暴雪制作人呼吁反击DEI 玩家:夺回文化!
- 腾讯证实子公司Sharkmob大规模裁员:整个市场很低迷
- 荣耀加冕 问鼎冠军 中国代表队获第四届东亚电竞锦标赛团体总冠军
- 污甩乐队.2024-Let.the.dirt.left【摩登天空】【FLAC分轨】