Dedecms the php file to reset admin admin password _dedecms

Source: Internet
Author: User
Dedecms the PHP file that resets the password for admin admin


<?php
/*
Role: Dedecms Reset admin admin password is 123456, applicable to Dedecms V5
Method: Upload the directory of the server Dede system, run this file, and then go to the background to modify the password
Note: Please delete this file immediately after resetting!
Author: Itlearner
*/

Require_once (DirName (__file__). " /include/config_base.php ");
$dsql = new Dedesql (false);
$dsql->executenonequery ("Update" #@__admin ' Set pwd= ' e10adc3949ba59abbe56e057 ' where userid= ' admin ');
$dsql->close ();
Echo ' Password reset succeeded! 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.