Text file hit counter ver 1.0

  Text file hit counter
  Category : Php Scripts-programs Counters Text based  
  Platform : Unix  
  Price :  
  Developer:  
  Version : 1.0  
  HomePage Address :  
  Demo URL :  
  Date added :  
  Download Link : Click to Download  
Script Description:
 

  

Records hits to a web page. The hit count is stored in a single text file. The total number of hits is displayed on the web page but can be disabled if desired.

 

more Tag: counter, file hit, text file, counter text file,

Also see ...


PHP Multipage Counter 1)    PHP Multipage Counter
 PHP Multipage Counter is a multi page hit counter written in PHP. One copy of the tag will allow you to put a counter anywhere on your server, and will create a counter fill initialized to the number you specify. Uses small text files instead of database for easier configuration....

Simple Text Counter 2)    Simple Text Counter
 This is just a plain and simple text page access counter written in PHP which writes to a file....

Daily Counter 3)    Daily Counter
 This Counter shows the current date and your daily hits. Every day the counter starts again. PHP and SSI versions available....

Access Text Counter 4)    Access Text Counter
 This is a simple PHP script that allows you to display a text-based access counter on your Web page. It uses a flat text file for data storing....

Cookies Text Counter 5)    Cookies Text Counter
 This is a simple PHP script that allows you to display a text counter using cookies on your Web page....

Embedded Hit Counter 6)    Embedded Hit Counter
 The function UpdateHitCount gets the global variable $pageHitCount, increments it, and actually writes the new value back into $filename, as the first line of PHP code. By storing the page`s hits in itself, you can eliminate the need for another external file, or a database, containing just page hits....

PHP3 Text Counter 7)    PHP3 Text Counter
 This is a very simple website counter script written in PHP3. It uses MySQL to store the count data and can keep a unique count for each page it is used on, or it can use the same counter for all pages, or a combination of both....

Bala`s Simple PHP Counter 8)    Bala`s Simple PHP Counter
 This is a very simple counter written in PHP. This counter can give you the count of visitors to your site. As databases are not used, it is very simple to configure and use....

PHP Counter + mail notice 9)    PHP Counter + mail notice
 It`s a PHP3 counter with a particularity: it can send you an email every X hits, easily configurable in the script. It can be a useful script to log your site via email, if you don`t need a tracker or a free service with banner ads....

Users Online Counter 1)    Users Online Counter
 Add automatic Users Online Counter to your website. All you have to do is copy/paste the code anywhere on your webpage and you can display the number of unique visitors online! Easy to install, platform independent and 100% free....

GraphiCookie Counter 2)    GraphiCookie Counter
 GraphiCookie Counter is a graphical counter written in PHP. It uses a cookie to identify your visitors not to count them twice. You can use your own images and define the cookie lifetime. v1.2: optimized for PHP 4.2.X v1.3: new setup section....

On The Fly Counter 3)    On The Fly Counter
 A simple PHP script that generates a counter on the fly using the GD library. No actual images are used....

Simple HIT Counter (explained code) 4)    Simple HIT Counter (explained code)
 A simple Image based hit counter code done in only two pages of php scripts.. with a detailed logic and database documentation. Easy to setup. and free to modify. Find src code to create your own free hit counter service on the web. or, simply register for a free counter at http://www.floresense.com /FC.php...

iCounter.Biz - Free Stat Counter (Hits & Unique Visitor) 5)    iCounter.Biz - Free Stat Counter (Hits & Unique Visitor)
 You can include this on all of your websites if you like, its 100% accurate! Easy to install, download it today & read the simply instructions....

Users Online 6)    Users Online
 This Script uses a MySQL to store IP addresses and then counts unique users online deleting those who have not been on in a set time period....

AGTC PHP - Simple Hits Counter 7)    AGTC PHP - Simple Hits Counter
 Well its a very simple hits counter that only logs individual hits, in other words one hit per person per visit. Its work simply by checking the visitors Remote Address and logs it as a SESSION. Once the visitor enters your site the session is then logged with their Remote Address and the hits counter logs one hit. For as long as there on your site they will not add anymore hits to the counter until they re-visit in a new session. The idea of this script came to me from some of the poor or la...

Flat File Hit Counter 8)    Flat File Hit Counter
 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....

phpCounter 9)    phpCounter
 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....