| TOTAL: 14 Page: 1 of 1 |
|
Flat File Counter
This script is a simple file based counter. This is meant for sites that do not run a db and instead, use a file and a cookie. It isn't the best I've seen but it's simple. Consider this as a tutorial. Just create a file called counter.txt and put this where you want to display the counter. Remember to set the permissions on counter.txt so that your webserver can write to the file.

| Hits: | 0 | Platforms: | Linux Windows |
| Ratings: | Last Updated: | 2009-11-16 |
PHP Counter script tutorial
Creates your own counter script. Using a basic knowledge of php + mysql script and keeps your visitors number to database for analysis.

| Hits: | 34 | Platforms: | Linux Windows |
| Ratings: | Last Updated: | 2009-08-26 |
Database driven web counter with PHP/mySQL
This simpel script stores page hits on a database file. In every visit, script counts the hits and updates database. To drive this PHP script , you need PHP, mySQL. You may setup script easily, just copy and paste following code into a page.

| Hits: | 23 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2009-07-28 |
Building Counters
This tutorial we will show you how to build a simple counter for your website .

| Hits: | 22 | Platforms: | Linux Windows |
| Ratings: | Last Updated: | 2009-07-28 |
Creating a simple text based hit counter
In this tutorial I will show you a step-by-step guide on how to create a simple hit counter for your website using a text file.

| Hits: | 63 | Platforms: | Windows |
| Ratings: | Last Updated: | 2009-05-15 |
Adding a basic PHP Text Counter to your website
Adding a text counter to your website can do a couple of things, one, show the world how many visitors your website receives or two, show the world how many visitors your website does not receive!

| Hits: | 36 | Platforms: | Windows |
| Ratings: | Last Updated: | 2009-05-11 |
Simple Active Users Counter
The information is stored in files, but uses a different strategy to the one in other counters: when a user visits a page in our website, a file is created within a "counters" folder. The name of the file is the IP address of the user. For each user a new file is created, and the modification date of the file will correspond to the most recent activity of that specific user in the website. In case the visitor is not a new one, the file with that specific IP address will be overwritten, so a new

| Hits: | 37 | Platforms: | Linux Windows |
| Ratings: | Last Updated: | 2009-03-29 |
Simple Counter using MySQL 1.1
Just to learn you the basic's of PHP and MySQL. I'll tell you how to make a simple counter that counts unique and returning visitor's. Its all very simple and basic PHP and should work on any server with PHP and MySQL.

| Hits: | 67 | Platforms: | Linux Windows |
| Ratings: | Last Updated: | 2008-06-29 |
Image based hit counter in PHP to keep track of visitor
Here we are going to design simple image based hit counter to keep track of visitor. We are going to keep record in a text file so we do need any kind of database. We are going to keep whole record in counter.txt file. In the same directory where you putting the PHP file for this counter, create a file 'counter.txt' and CHMOD it to 0777. Initially put 0 in it and save the file. As this counter is image based we are putting our Image in "imgs" folder.

| Hits: | 69 | Platforms: | Linux Windows |
| Ratings: | Last Updated: | 2008-05-19 |
Users Online
This flatfile-based script counts the number of users on each page of your website.

| Hits: | 73 | Platforms: | Linux Windows |
| Ratings: | Last Updated: | 2008-04-21 |
PHP text counter
A counter is an essential part of a site to know how many people are coming to site. Here is an easy way to make a counter. All you need is access to PHP and be able to chmod a directory. We’re going to save the amount of hits in a .dat file, so you don’t even need a mySQL database.

| Hits: | 40 | Platforms: | Linux Windows |
| Ratings: | Last Updated: | 2008-01-29 |
Php counter with cookies
Learn how to make php counter using mysql database and cookies.

| Hits: | 62 | Platforms: | Windows |
| Ratings: | Last Updated: | 2007-11-20 |
Simple PHP powered text counter 1.0
A counter is an essential part of a site to know how many people are coming to site. Here is an easy way to make a counter. All you need is access to PHP and be able to chmod a directory. We're going to save the amount of hits in a .dat file, so you don't even need a mySQL database.

| Hits: | 37 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2007-06-20 |
Simple ip counter based on PHP & mysql 1.0
Learn how to make a simple ip counter for your website using PHP programing language and Mysql database. In this tutorial you will learn how to make the tables on mysql database and how to program with examples the counter script.

| Hits: | 52 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2007-06-01 |
Basic PHP MySql Counter Tutorial
In this tutorial I will be showing you how to make a PHP hit counter using PHP and MySql. This is a basic text counter that will count every time your page is loaded...

| Hits: | 40 | Platforms: | Windows |
| Ratings: | Last Updated: | 2007-05-29 |
Hit Counter
Creates your own counter script. Using a basic knowledge of php + mysql script and keeps your visitors number to database for analysis. Overview In this tutorial create 1 file 1. counter.php

| Hits: | 198 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-10 |
Simple Visits Counter without MySQL
In this tutorial we'll learn how to code a simple and basic visits counter. This counter doesn't need any MySQL database, it runs using a simple txt file to be placed in it's same folder on the server. First of all we have to create a txt file, our is named visits.txt. Open it and type "0" (only zero, without any quotation marks) in it, save and close the file. Move the file on your server, in the same folder where the script will be placed. Now create a new PHP file and save it as simplecoun

| Hits: | 165 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-10 |
Simple hit counter
This tutorial will teach you how to make a simple webcounter which uses a flat file database

| Hits: | 82 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-10 |
Basic hit counter using a flat text file
In this tutorial you'll learn how to create a basic PHP counter using a flat text file to count the visitors that arrive on your site.

| Hits: | 65 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-10 |
Counter
Learn how to make a text counter in PHP. Sponsors - Spoono Host A counter is an essential part of a site to know how many people are coming to site. Here is an easy way to make a counter. All you need is access to PHP and be able to chmod a directory. We're going to save the amount of hits in a .dat file, so you don't even need a mySQL database. First off, you have create a directory and CHMOD it 777 so PHP can write the counter.dat file. Here is what we have to write in English: Use

| Hits: | 67 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-10 |