Counters
Results 1 - 20 of 38
Flat File Counter
OK guys, 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...
(show more)
PHP Click Tracker
This is a fully working script that'll let you create a list of links then record and display the number of clicks each one gets, though it's very basic but each section is explained and perhaps you can turn it into something useful.
PHP Simple Visitators Counter
An essential way to see how popular is your website, a page and even some complicated webscript that does not have this kind of feature.
This is an small code, php counter that can give you precise information about how many times a page was visited....
(show more)
Simple Active Users Counter
The service includes two code pages: the first one allows to register the last visit of users to the website, and the second one allows data registration and showing number of active/online visitors in a period of time defined by the webmaster. No...
(show more)
Simple Counter using MySQL
Learn how to make a PHP/MySQL visitor counter that counts both unique and returning visitor's based of a users IP address.
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...
(show more)
Flatfile Users Online
This flatfile-based script counts the number of users on each page of your website. After you include it in all your pages, you can use an array to get the number on that particular page or on the entire site.
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. Were going to save the amount of hits in a .dat file, so you...
(show more)
Php counter with cookies
Learn how to make php counter using mysql database and cookies.
Simple PHP powered 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...
(show more)
Simple ip counter based on PHP & mysql
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.
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...
Create a simple hit counter using PHP and MySQL
In this article I describe how to use PHP and MySQL to produce a simple counter that can be placed on a web page. PHP and MySQL work very well together, and this article shows, hopefully, how easy they are to use to produce a useful little utility.
Php Hit Counter
This tutorial is a fairly straightforward introduction to using MySQL with PHP. We're going to build you a hit counter for your site. The coding is extremely simple, with a few variables, some if statements, perhaps a loop or two, and a few of PHP's...
(show more)
Making a hit counter in PHP
About as straightforward as a counter can get - counts up! adds one every time someone loads the page!
Visitor Info
This tutorial will taught you about getting your visitors info like Refferer,Ip Address,Browser and other kind of info.
Simple Counter Tutorial
This is just a Simple Counter, Try this counter first and hope you will make some professional ones after it by trying some other good Counter tutorials.
Creating Image Counter
PHP Magix presents a complete guide on creating a counter, from simple text counter to graphical counter a la Bravenet. All explained.
Simple Text Based Hit Counter
This script enables you to add a simple text based hit counter to you webpages, which displays the total number of hits to your webpages. It can also be made so that it is invisible.
