txtHit is a simple but versatile hit counter that stores its data in a plain text file, so doesn`t need a database. It is easy to install on multiple pages. It can track all or just unique hits, and can ignore hits from certain IP addresses. It also includes a simple report page....
A Free PHP web page Counter Script That tracks page names and views. [Ver 1.0 Aug 22 2002]
Features fully automated page counting through the php.ini auto prepend or by an include call.
Features easy Installation, Implementation, Administration page
Requires PHP and Mysql... Tags:
fxcounter is a free flat file php hit counter. Includes 4 separate functions (one for updating file, one for displaying total/unique number of hits (depending on what mode you pick), one for generating a more detailed page, and one for resetting the counter) for an easy plugin into your site, and is fully template driven (just edit template.php)....
My Hits 2 is a PHP hit counter that tracks unique visitors by their IP address. Simply upload two files and add one line of code into your existing PHP page to install. Uses a text file for saving IP`s. The actual script is only about 20 lines of code!
This is an excellent way to prevent people from running up your hit counter unintentionally....
PHP Multipage Counter is a multi page hit counter written in PHP. One copy of the tag will allow you to put a counter anywhere on your server, and will create a counter fill initialized to the number you specify. Uses small text files instead of database for easier configuration.... Tags:
ccCounter is a text counter that can count hits on multiple pages, and uses a mySQL database. Features include show/hide counters, IP logging, web based Admin and more....
Records hits to a web page. The hit count is stored in a single text file. The total number of hits is displayed on the web page but can be disabled if desired....
A very simple, easy to install webpage hit counter. The font and colour of the counter are both customisable. There are only 2 files to upload to your web server. Recently added is the ability to seperate the thousands....
The easiest way to count visits on your web page. By just adding a couple of code lines to each page you wish to monitor, this script will generate reports of visits for each day, month or page. This script is email enabled also, so you receive reports when the number of visitors has reached the quantity specified by you. It uses CSS standards to display and makes use of MySQL to store its data. It is very easy to install also....
This script will allow virtually any owner of a website to add a simplistic text counter to any page they desire. Installation is simple and requires only a few modifications. SSI and/or PHP is required. No mySQL backend or any other database is required....
Simple Hit Counter is a text-based hit counter. You can use it on as many pages as you want. Call it via PHP include statements or SSI exec statements. The script will create a small file (a few bytes) for each page it keeps track of....
The function UpdateHitCount gets the global variable $pageHitCount, increments it, and actually writes the new value back into $filename, as the first line of PHP code. By storing the page`s hits in itself, you can eliminate the need for another external file, or a database, containing just page hits....
This is a very simple website counter script written in PHP3. It uses
MySQL to store the count data and can keep a unique count for each page it
is used on, or it can use the same counter for all pages, or a combination
of both....
This is a very simple counter written in PHP. This counter can give you the count of visitors to your site. As databases are not used, it is very simple to configure and use....