RSS
热门关键字:  cms  下载  模版  开源  dedecms
当前位置 :| 主页>站长学院>服务器>

刚做的一个网页计数器大家参考一下

来源:互连网 作者:佚名 时间:2005-10-24 点击:
<?
$counterFile="counter.txt";
$fp=fopen($counterFile,"r+");
$num=fgets($fp,10);
if(!$count){
$second=3600;
setcookie("count",1,time()+$second);
  $num+=1;
rewind($fp);
flock($fp,2);
fwrite($fp,$num);
}
  fclose($fp);
  function echoimg($n){
  $l=strlen($n);
for($i=0;$i<$l;$i++){
$img=substr($n,$i,1);
echo "<img src=\"".$img.".gif\">";
  }
}
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>记数器</title>

</head>

<body>

<div id="Layer1" style="position:absolute; left:158px; top:43px; width:191px; height:60px; z-index:1">你是本页面第<? echoimg($num);?>个访客</div>
</body>
</html>
最新评论共有 0 位网友发表了评论
发表评论
评论内容:不能超过250字,需审核,请自觉遵守互联网相关政策法规。
用户名: 密码:
匿名?
注册
栏目列表