dede後臺忘記密碼了怎麼辦?…

博主辛苦了。

織夢後臺忘記密碼了怎麼辦?不用着急,請看

如果你安裝的是gbk。就複製一下代碼,保存爲php的格式,命名爲radminpass.php上傳的你的根目錄,然後再地址輸入你的域名+radminpass.php修改。

<?php


//error_reporting(E_ALL || ~E_NOTICE);
require_once(dirname(__FILE__)."/include/common.inc.php");
if(empty($step))
{
 $step = 1;
}
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>密碼重設工具_GBK</title>
<style type="text/css">
<!--
body {
 font-family: "MS Serif", "New York", serif;
 font-size: 12px;
 color: #000;
}
table {
 border-top-width: 1px;
 border-right-width: 1px;
 border-left-width: 1px;
 border-top-style: dotted;
 border-right-style: dotted;
 border-left-style: dotted;
 border-top-color: #CCC;
 border-right-color: #CCC;
 border-left-color: #CCC;
}
td {
 border-bottom-width: 1px;
 border-bottom-style: dotted;
 border-bottom-color: #CCC;
}
-->
</style>
</head>
<body>
<?php
if($step==1)
{
 $dsql->SetQuery("Select * From `#@__admin` where usertype='10'");
 $dsql->Execute("ut");
?>
<table width="98%" border="0" align="center" cellpadding="3" cellspacing="1">
  <tr>
    <td height="19" bgcolor="#E7E7E7"><table width="96%" border="0" cellspacing="1" cellpadding="1">
      <tr>
        <td width="24%"><b><strong>第一步:選擇管理員賬號</strong></b></td>
        <td width="76%" align="right">&nbsp;</td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td height="215" align="center" valign="top" bgcolor="#FFFFFF"><form action="radminpass.php" method="post" name="form1" id="form1">
      <input type="hidden" name="step" value="2" />
      <table width="98%" border="0" cellspacing="1" cellpadding="1">
<tr>
          <td height="60" colspan="2" align="left">本工具是用於新人忘記管理員密碼重設所製作,只需要將radminpass.php文件拷貝到根目錄,運行&ldquo;http://yousite/radminpass.php(yousite爲網站域名)&rdquo;,按照操作執行就可以。<font color="#FF0000">恢復完成後請及時刪除這個文件!</font></td>
          </tr>
        <tr>
          <td width="16%" height="30" align="left">選擇超級管理員ID:</td>
          <td width="84%" align="left">
            <select name='id' style='width:150px'>
              <?php
      while($myrow = $dsql->GetObject("ut"))
      {
       echo "<option value='".$myrow->id."'>".$myrow->userid."</option>rn";
      }
      ?>
              </select>
           
            </td>
        </tr>
        <tr>
          <td height="60" align="left">&nbsp;</td>
          <td align="left"><input type="submit" name="Submit" value="下一步&gt;" class="coolbg np" /></td>
        </tr>
      </table>
    </form></td>
  </tr>
</table>
<?php
}elseif($step==2){
 $row = $dsql->GetOne("Select * From `#@__admin` where id='$id'");
?>
<table width="98%" border="0" align="center" cellpadding="3" cellspacing="1">
  <tr>
    <td height="19" bgcolor="#E7E7E7"><table width="96%" border="0" cellspacing="1" cellpadding="1">
      <tr>

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章