hidden hit counter

Skel

Diamond Member
Apr 11, 2001
6,218
679
136
I want to track how many people are hitting a site I'm working on, but I don't want to have a hit counter sitting on the page, is there any way to do that might just update a file that I can download and look at when I want to??
 

Skel

Diamond Member
Apr 11, 2001
6,218
679
136
I'm not sure what server it's running on, it's hosted with Dixsys, and I've been using frontpage2002 to do up the uploading and editing..
 

royaldank

Diamond Member
Apr 19, 2001
5,440
0
0
If you can use perl, you can write a real simple scripts that updates a file everytime it's hit. Then, you can just open that .txt file and see what number you're on. If you need help on the perl script, I could probably lend a hand. Real short, just open the file with a lock, update the count, and close and unlock.
 

notfred

Lifer
Feb 12, 2001
38,241
4
0
Dont use hit counters, they suck. If you want to see how much traffic your site is getting, get a good apache log analyzer.