Doteasy Tutorial - Scripting - Counters
Simple Graphical Counter
This is a simple, free, graphical, visitor counter written in PHP to use on you web site. It is very easy to use. You only copy 1 line of code into the page where you want the counter.


Installation Procedure 
Quick Tips 



The script can be downloaded from here.


The file that you will download is saved in .zip format; this is a compressed bundle containing the files in the distribution. Unzip this archive in a temporary directory on your computer using decompression software.


Start your FTP software and upload all content to your web server preserving the file structure.

Note: Let's assume you install the contents of the counter to /var/www/html/counter/


Copy the following line of code into the PHP-file, at the place where you want the counter to show: <?php include "counter/counter.php"; ?>

* Assume you install the contents of the counter to /var/www/html/counter/


Congratulations, the installation of Simple Graphical Counter is now complete.


  1. You can go ahead and download your own number images from http://www.counterart.com/ . Just make sure they are GIF-files with names: 0.gif to 9.gif and put them in the "counter\images\" folder.

  2. The "counter" directory should be in the same directory as the PHP-page (that you want to add the counter to).

If you require additional assistance, please feel free to contact our customer service team: https://www.doteasy.com/ContactUs/SMS/

Top