⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 manage.php

📁 多用户PHP统计系统 1.统计系统支持多用户申请 2.两种统计模式:1.页面浏览统计 2.独立IP统计 3.两种统计图样:1.统计小图标显示 2.数字样式,共几十种数字样式,还可以自己增加 4
💻 PHP
字号:
<?
session_start();
?>

<?
@include("conn.php");
@include("chkstr.php");
@include("myfunction.php");
?>

<?

if ($_SESSION["cfstatuser"]=="")
{
 $cfstatusercookie=chkstr($_COOKIE["cfstatusercookie"],1);
 if(empty($cfstatusercookie))
 {
  //usercheckout();
 }
 else
 {
  $sql="select username from cfstat_user where cookies='$cfstatusercookie'";
  $result=mysql_query($sql);
  $rs=mysql_fetch_array($result);
  if($rs["username"]!="")
  {
   $_SESSION["cfstatuser"]=$username;
  }
  else
  {
   //usercheckout();
  }
 }
}


$username=$_SESSION["cfstatuser"];
?>

<?
$action=$_GET["action"];
if($action=="")
{
 $action="lytj";
}

$tmp=httppath(2);
?>

<?
@include("manage_do.php");
?>
<html><head><title><?echo $rsset["title"];?></title>
<meta http-equiv=content-type content="text/html; charset=gb2312">
<?
@include("cf_style.php");
?>
</head>
<body>
<?
@include("top.php");
?>

<table width="98%" border="0" align="center" cellpadding="2" cellspacing="0">
  <tr> 
    <td valign="top"><table width="100%" border="0" cellspacing="1" cellpadding="0">
        <tr> 
          <td width="51%" valign="top"><TABLE align=center border=0 cellPadding=0 cellSpacing=0 
            width="100%">
              <TR> 
                <TD class=td1>&nbsp;</TD>
                <TD class=td2 width="1000px">&nbsp;</TD>
                <TD class=td3></TD>
              </TR>
            </TABLE>
            <TABLE align=center bgColor=#cccccc cellPadding=0 cellSpacing=1 
            style="WORD-BREAK: break-all" width="100%">
              <TR bgColor=#ffffff> 
                <TD colSpan=2 vAlign=top><table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <tr>
                      <td width="150" valign="top"><?
@include("cf_manage_menu.php");
?></td>
                      <td valign="top"><?
@include("cf_manage_2.php");
?></td>
                    </tr>
                  </table></TD>
              </TR>
            </TABLE>
            <TABLE align=center border=0 cellPadding=0 cellSpacing=0 
            width="100%">
              <TR> 
                <TD class=td4></TD>
                <TD class=td5 width="920px"></TD>
                <TD class=td6></TD>
              </TR>
            </TABLE></td>
        </tr>
      </table></td>
  </tr>
</table>

<?
@include("bottom.php");
?>
</body></html>

⌨️ 快捷键说明

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