Dedecms resets the PHP file of the Administrator Admin Password

Source: Internet
Author: User

Dedecms resets the PHP file of the Administrator Admin Password

<? PHP
/*
Purpose: dedecms resets the Administrator admin password to 123456, applicable to dedecms V5
Method: Upload the file to the directory of the Dede system on the server, run the file, and change the password in the background.
Note: Please delete this file immediately after resetting!
Author: itlearner
*/

Require_once (dirname (_ file _). "/include/config_base.php ");
$ Dsql = new dedesql (false );
$ Dsql-> executenonequery ("updat' #@__ admin' set Pwd = 'e10adc3949ba59abbe56e057 'Where userid = 'admin '");
$ Dsql-> close ();
Echo 'password reset successful! The new password is 123456. ';
?>

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.