DEDECMS Background Verification Code General error resolution _php Tutorial

Source: Internet
Author: User
Use the following code directly, overwriting the login.php in Dede
Copy CodeThe code is as follows:
Require_once (DirName (__file__). " /.. /include/config_base.php ");
Require_once (DirName (__file__). " /.. /include/inc_userlogin.php ");
if (empty ($dopost)) $dopost = "";
//--------------------------------
Login detection
//--------------------------------
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);
Successful Login
if ($res ==1) {
$cuserLogin->keepuser ();
if (!empty ($gotopage)) {
Header ("Location: $gotopage");
ShowMsg ("Successful login, is turning to admin admin homepage!") ", $gotopage);
Exit ();
}
else{
ShowMsg ("Successful login, is turning to admin admin homepage!") "," index.php ");
Header ("location:index.php");
Exit ();
}
}
else if ($res ==-1) {
ShowMsg ("Your user name does not exist!", "");
}
else{
ShowMsg ("Your password is wrong!", "");
}
}//<-Password is not empty
else{
ShowMsg ("User and password not filled in complete!", "");
}

<-Verifying users
}

?>



<title>Management system</title>


























 








User Login





http://www.bkjia.com/PHPjc/318265.html www.bkjia.com true http://www.bkjia.com/PHPjc/318265.html techarticle directly using the following code, overwrite the login.php in Dede to copy the code as follows:? require_once (DirName (__file__). " /.. /include/config_base.php "); Require_once (DirName (__file__). " ...

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.