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

源代码在线查看: manage.php

软件大小: 621 K
上传用户: libin2722
关键词: PHP 多用 统计系统 数字
下载地址: 免注册下载 普通下载 VIP

相关代码

								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");
				?>
				
				
								@include("cf_style.php");
				?>
				
				
								@include("top.php");
				?>
				
				
				   
				    
				         
				          				            width="100%">
				               
				                 
				                 
				                
				              
				            
				            				            style="WORD-BREAK: break-all" width="100%">
				               
				                
				                    
				                      				@include("cf_manage_menu.php");
				?>
				                      				@include("cf_manage_2.php");
				?>
				                    
				                  
				              
				            
				            				            width="100%">
				               
				                
				                
				                
				              
				            
				        
				      
				  
				
				
								@include("bottom.php");
				?>
				
				
							

相关资源