• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

hidden hit counter

Skel

Diamond Member
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??
 
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..
 
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.
 
Dont use hit counters, they suck. If you want to see how much traffic your site is getting, get a good apache log analyzer.
 
Back
Top