文件名称:audistat_v1_3
介绍说明--下载内容来自于网络,使用问题请自行百度
是一个基于PHP+MySQL开发的,轻量级的,占用服务器很少资源的网站流量统计系统。 它能够统计点击量,涉及的页面,访问者国家,访问者域名,访问者所用的浏览器(1) prerequisites: mysql db and php4
2) create a stats directory in the web root and uncompress files in it
3) Add at the end of all your PHP pages :
<?php require($REDIRECT_HOMEDIR . "stats/stats.php"); ?>
4) configure config.php and according to your config change:
$sql_host = "localhost";
$sql_login = "root";
$sql_passe = "";
$sql_dbase = "the_dbase";
The db table will be created automatically at the first access.
// AudiStat v1.3 by Alexandre Dubus
// May 2003
// http://adubus.free.fr/audistat/
//
// If you like AudiStat or choose it for your web site,
// don't hesitate to contact me
// my email is adubus at free dot fr)
2) create a stats directory in the web root and uncompress files in it
3) Add at the end of all your PHP pages :
<?php require($REDIRECT_HOMEDIR . "stats/stats.php"); ?>
4) configure config.php and according to your config change:
$sql_host = "localhost";
$sql_login = "root";
$sql_passe = "";
$sql_dbase = "the_dbase";
The db table will be created automatically at the first access.
// AudiStat v1.3 by Alexandre Dubus
// May 2003
// http://adubus.free.fr/audistat/
//
// If you like AudiStat or choose it for your web site,
// don't hesitate to contact me
// my email is adubus at free dot fr)
相关搜索: 统计
(系统自动生成,下载前可以参看下载内容)
下载文件列表
get.php
config.php
images\bleu.png
images\closed.gif
images\open.gif
images\orange.gif
images
index.php
INSTALL.txt
lang.php
php.css
stats.php
config.php
images\bleu.png
images\closed.gif
images\open.gif
images\orange.gif
images
index.php
INSTALL.txt
lang.php
php.css
stats.php
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.