Current Path : /www/users/H10079900/sysadm/
Url:
Current File : /www/users/H10079900/sysadm/right.php

<?  
	include "inc/config.php";
	include "../inc/inc.php";
?>
<HTML>
<HEAD>
<TITLE>桌面</TITLE>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
<link href="css/main.css" rel="stylesheet" type="text/css">
<!-- jinhaobi.com Baidu tongji analytics -->
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?a9f67843137ac498d8fea7cdfbab9eaa";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</HEAD>
<BODY class=iframe-right-body>
<TABLE class=table-width cellSpacing=0 cellPadding=6 align=center border=0>
  <TBODY>
  <TR>
    <TD class=h-dashed>当前位置:桌面</TD>
  </TR></TBODY></TABLE><BR>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
  <TBODY>
  <TR>
    <TD height=150 valign="top" class=mainbox-body-normal>
      <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
        <TBODY>
        <TR>
          <TD class=title1>网站内部公告</TD>
          <TD align=right><A 
            href="announce/ListAnnounce.php">更多... 
            </A></TD>
        </TR></TBODY></TABLE>
      <DIV class=lt1>
      <UL>
	  	<?
	 	 $result=mysql_query("select * from websitemessage Order by id desc limit 6;");
		 while($date=mysql_fetch_array($result))
	     {
	    ?>
	  <LI style="line-height:16px;"><A href="announce/AnnounceDetail.php?id=<?=$date['id']?>"><?=$date['title']?></A></LI>
		<?
		}
		?>
		</UL>
      </DIV></TD>
    <TD class=mainbox-right-bg vAlign=top><IMG height=8 alt="" 
      src="images/mainbox-topr-corner.gif" width=8 name=Image2></TD>
  </TR>
  <TR>
    <TD vAlign=top colSpan=2>
<DIV class=mainbox-bottom-bg><IMG height=1 alt="" src="桌面.files/space.gif" 
      width=1 name=Image2></DIV></TD></TR></TBODY></TABLE><BR>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
  <TBODY>
  <TR>
    <TD class=mainbox-body-normal height=150><table width="100%" align="center" cellpadding="0" cellspacing="0">

      <tr>
        <th height="24" colspan="2" align="left" valign="top" class="title1">服务器信息</th>
      </tr>
      <tr>
        <td width="29%" height="20">服务器时间:</td>
        <td width="71%" height="22"><?=gmdate("Y年n月j日 H:i:s",time()+8*3600)?></td>
      </tr>
      <tr>
        <td height="20">服务器域名/IP地址:</td>
        <td height="22"><?=$_SERVER['SERVER_NAME']."(".@gethostbyname($_SERVER['SERVER_NAME']).")"?></td>
      </tr>
      <tr>
        <td height="20">服务器解译引擎:</td>
        <td height="22"><?=$_SERVER['SERVER_SOFTWARE']?></td>
      </tr>
      <tr>
        <td height="20">WEB服务端口:</td>
        <td height="22"><?=$_SERVER['SERVER_PORT']?></td>
      </tr>
      <tr>
        <td height="20">网站文档目录:</td>
        <td height="22"><?=$_SERVER["DOCUMENT_ROOT"]?></td>
      </tr>
      <tr>
        <td height="20">脚本超时限制(秒):</td>
        <td height="22"><?=get_cfg_var("max_execution_time")?></td>
      </tr>
    </table></TD>
    <TD class=mainbox-right-bg vAlign=top><IMG height=8 alt="" 
      src="images/mainbox-topr-corner.gif" width=8 name=Image2></TD>
  </TR>
  <TR>
    <TD vAlign=top colSpan=2>
      <DIV class=mainbox-bottom-bg></DIV></TD></TR></TBODY></TABLE>
	  
</BODY></HTML>