This script will allow you to track the number of (non-unique) visitors to your site. It keeps track of the number of hits to each page separately and displays the hit counts in order of popularity....
Source of trivial php web-counter which collects stats and outputs number of page views(hits) and visitors(in fact, unique hosts) since midnight as XML file. There is also our special AeCounter Apple Dashboard Widget (and it`s sources) which receive these xml-statistics (with the help of XmlHttpRequest object) and displays numbers on a little nice panel.... Tags:
This is a Super Simple Pageview Counter. It is the easiest to use counter available. It just shows you how many times a page has been loaded.
Very useful, very fast, and very simple.
You can get support from my website - http://www.php-coder-for- hire.com/...
A basic visitor counter. Uses cookies to track visitors (not hits) and displays the total on your website.
Visit count is stored in an ASCII text file so no database is needed....
This scripts logs out your visitators ip, and place it in a .txt file. In your website it will show the number of unique visitators, it is very simple to use, just place a piece of code into the page and it will show the unque visits from the .txt file.
Download, unzip the file, upload it into your web server * the zip contains 5 files + 1 ReadMe.txt file *, chmod 777 count.txt, read on the ReadMe.txt how to insert the piece of code into the page. After that the script will show the unique visits placed on count.txt.
The script doesen`t requires a database only chmod 777 that text file and the scripts works.... Tags:
I began searching for simple scripts that are not available widely but are needed by webmasters. Well, there are hit counters available out there but most of them require databases. This one doesn`t. It also supports display of hits with 5 or more/less like 00001 instead of just 1....
v1.0 - I wanted to put a download counter on the scripts page to display the downlaoads so I wouldn`t have to open my cPanel all the time to check the downloads. It took me two whole days to write this script. Had to rewrite it from scratch four times before I managed to make it work. There are many bugs, for example to display more than 1 count on a page. I shall neaten, update and fix bugs in v2. That might take some time. Still lots to do to perfection this script.
v2.0 - Supports many download counters in a page. Also acts as a very basic download mask.
v2.1 - Fixed a couple of bugs. It finally works well and the storage is much more organised. Download masking upgraded....
This script is designed to be as lightweight as possible whilst also maintaining power and functionality. It can be effectively used with 3 lines of code and can report a variety of user details including IP Address, browser info, last visit time etc.
Perhaps the most useful feature is that it can provide UNIQUE HITS and also page refreshes for each user. This script requires NO MySQL databases as it uses a flat XML file for storing information.... Tags:
EZ-Download Counter by BuzNet.info is a small, easy to set up and understand yet powerful download counter powered by PHP and MySql database...
Self installing set up file make it easy for just about anyone to setup.....
A text based counter, that counts the page visits of the whole site. You can include this counter anywhere in the footer of the page and the footer can be included in every page. It requires MYSQL and is fast. It can be used to display the page visits today, yesterday and overall.
* Easy to implement script
* Can be easily modified
* Shows the total page visits
* Can be used as Site visits counter
* Displays yesterday hits
* Displays today hits
* Displays overall hits
* Same database table can be used to track multiple page visits independently...
Its a simple yet complex non-graphic counter, It keeps a daily count, and resets by itself per day.. As well as keeps an over all count from the time installed to the time uninstalled. As well as it records time, date, and IP of all counted hits (without the use of SQL).. It also has a greet function so to speak, based on the time of day one hits the site.. If you choose to have it displayed.. Greeting the viewer with Time(Standard, or Military), Date, and a message of choice i.e. Good After Noon!...
DRBCounter is a simple PHP hit counter script that doesn`t require a database. It allows you to put a text-based hit counter on virtually any page on your web site. You may customize the colors and fonts using standard CSS styles. Data is stored in flat files, therefore no database is required. Cookies are used to prevent duplicate hits. This script does not use any JavaScript code. Counters on multiple pages can utilize the same instance of the script. Includes an example page demonstrating how to add a counter to virtually any page on your website....
This is a counter developed by Howie at awarescripts.com, The counter is easy to install and set up on any Linux based server. Simply follow the directions included in the package....
The script is placed on your page wherever you would like the hit count to show (usually on a home page). Every time that page is accessed, the script checks a log file for the users IP address. If it finds a match, the count is not advanced. If it does not find a match, the count is incremented by one and the new IP is appended to the log file. The count is displayed on screen....
This IP Logger does not have a fancy admin panel but is has quality features. It logs the ip, date, time, and lists the database IP record. It uses MySql & PHP 4 and up. It also has multi-admin feature. (Hopefully more features to come!)...
This is a very simple text based hit counter.It uses only 4 lines of PHP code.This script will count the number of times a page is called and store this number into a simple text file(e.g. hits.txt)....
A very simple counter script. Can be MySQL Database driven or through a text file and supports a text or verbose (hidden) output. Shows total hits and unique hits (based on cookies)....
MyCounter is a free script that stores hits and visits in one flat file. Script is fully customizable, You can choose the output style and the delay between two visits. It also uses a cookie to know the difference between visit and hit. You can choose to have only hits displayed, or to have only visits... or both....