Doteasy Tutorial - Scripting - Counters
IS Simple count: version V1
This is a very simple to install functional counter. It records ip, date, time and who referred them. It displays date, time, ip address and total hits.


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/


CHOMD webstats.txt to 777

To change file permissions using your FTP client, select the file by clicking on it once on the remote system side and then right-click on the file to bring up the option menu and select CHMOD.


Now you just need to add the following line of code anywhere in your php webpage.
<?php include("counter.php"); ?>


Congratulations, the installation of IS Simple Count is now complete.


This is a simple counter script which records ip data and referer information. It is very useful if you do not wish to use a statistics script.


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

Back to Tutorial  Top