tongji.php

来自「仿榕树下文章系统春节版 1. 将makpass.php文件的root_pass修」· PHP 代码 · 共 136 行

PHP
136
字号
<?
include ("admin_log.php");
include ("xqfunc.php");
        ?>
<HTML>
<HEAD>
<META http-equiv='Content-Type' content='text/html; charset=gb2312'>
<TITLE>HOMEPAGE BUILDER ADMIN CENTER</TITLE>
</HEAD>
<STYLE>
<!--
A:link {text-decoration:none}
A:visited {text-decoration:none}
A:hover {  text-decoration:underline;  color:brown;}
p,br,body,td,table,tr {color:black; font-size:9pt;}
-->
</STYLE>
<BODY BGCOLOR='EFEFEF'>



<table width=100% cellpadding=4 cellspacing=0 border=0>
  <tr>
    <td bgcolor=#8FB373 colspan=3><font color=#FFFFFF> <b>文章统计</b></font>
    </td>
  </tr><tr><td>

       <br><b> 

<!------------------------------------------------------------------------------------------->		  
1、从新统计文章列表(此功能用于文章在空间上存在,但列表丢失的情况)</b><br>
    <TABLE bgColor=#c0c0c0 border=0 cellPadding=1 cellSpacing=1 width="100%">
    <form action="tongji_1.php" method=POST>
    <tr>
    <TD bgColor=#c0c0c0   colspan=4>
    <font face=verdana>选好分类,然后选择操作。
    </td>
    </tr>
    <TR >
    <td bgcolor=efefef align=center width=8%>分类</td>
    <td  bgcolor=white width=34%>&nbsp;
          <select name="forum">
          <option value="all">-=选择专题=-</option>
                <?
make_onlytype()
?>
              </select>
     </td>
    <td bgcolor=efefef align=center width=8%>操作</td>
    <td bgcolor=white width=50%>
             &nbsp;从新统计文章列表
    <input type=hidden name="action" value="list">
    <input type=submit value="提 交"  style="font-family: 新细明体, 宋体, Arial; font-size: 9pt; height:20px;background-color:#f3f3f3;border:1 solid black" onMouseOver ="this.style.backgroundColor='#a6a7d9'" onMouseOut ="this.style.backgroundColor='#f3f3f3'">
    </td>
       </tr>
       </form>
       </table>

      <br><b>
<!------------------------------------------------------------------------------------------->	  
2.从新统计分类热门文章和最新文章(此功能用于分类热门文章或最新文章丢失或出错)</b></b>

     <TABLE bgColor=#c0c0c0 border=0 cellPadding=1 cellSpacing=1 width="100%">
    <form action="tongji_1.php" method=POST>
    <tr>
    <TD bgColor=#c0c0c0   colspan=4>
    <font face=verdana>选好分类,然后选择操作。
    </td>
    </tr>
    <TR >
    <td bgcolor=efefef align=center width=8%>分类</td>
    <td  bgcolor=white width=34%>&nbsp;
          <select name="forum">
          <option value="all">-=选择专题=-</option>
                <?
make_onlytype()
?>
              </select>
     </td>
    <td bgcolor=efefef align=center width=8%>操作</td>
    <td bgcolor=white width=50%>
             &nbsp;<input type=radio checked name="work" value="new">
              最新
             &nbsp;<input type=radio name="work" value="hot">
              最热
    <input type=hidden name="action" value="tj_forum">
    <input type=submit value="提 交"  style="font-family: 新细明体, 宋体, Arial; font-size: 9pt; height:20px;background-color:#f3f3f3;border:1 solid black" onMouseOver ="this.style.backgroundColor='#a6a7d9'" onMouseOut ="this.style.backgroundColor='#f3f3f3'">
    </td>
       </tr>
       </form>
       </table>

<br><b>

<!------------------------------------------------------------------------------------------->	
3、从新统计总的热门文章和最新文章(此功能用于首页最新和最热文章出错)</b>
      <TABLE bgColor=#c0c0c0 border=0 cellPadding=1 cellSpacing=1 width="100%">
       <form action="tongji_1.php" method=POST><input type=hidden name="act" value="delmod">
      <tr >
      <TD bgColor=#c0c0c0  colspan=4>
      <font face=verdana>请您直接选择操作<br>
      </td></tr>
      <TR><td bgcolor=efefef align=center width=8%>
              首页
          </td>
          <td bgcolor=white>&nbsp;
          <select name="forum">
          <option value="all">-=文章首页=-</option>
              </select>
              </td>
              <td bgcolor=efefef align=center width=8%>
             操作:
              </td>
              <td bgcolor=white width=50%>
               &nbsp;<input type=radio checked name="work" value="new">
              最新
             &nbsp;<input type=radio name="work" value="hot"><input type=hidden name="forum" value="index">
              最热
    <input type=hidden name="action" value="tj_index">
			                <input type=submit value="提 交"  style="font-family: 新细明体, 宋体, Arial; font-size: 9pt; height:20px;background-color:#f3f3f3;border:1 solid black" onMouseOver ="this.style.backgroundColor='#a6a7d9'" onMouseOut ="this.style.backgroundColor='#f3f3f3'">
</td></tr>
 </form> </table>
        </center>
<br>

<table width=100% cellpadding=6 cellspacing=0 border=0>
  <tr>
        <td bgcolor=#8FB373 colspan=3> <p><font color=#FFFFFF><b>程式美化:魔力闪客~~Ten 
            发布网站:奇迹数码</b></font><font color=#FFFFFF> </font></p>
  </td>
  </tr>
  </table>

</BODY>
</HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?