What webpage counter do you use?

BurnItDwn

Lifer
Oct 10, 1999
26,072
1,553
126
Heres the source code for my counter.php

<?php
$count_my_page = ("hitcounter.txt");
$hits = file($count_my_page);
$hits[0] ++;
$fp = fopen($count_my_page , "w");
fputs($fp , "$hits[0]");
fclose($fp);
echo $hits[0];
?>
 

LeetViet

Platinum Member
Mar 6, 2003
2,412
0
0
Any sites with counters are usually looked upon as unprofessional.

Track traffic with your host.