• 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.

Free website hit counter??

daveman

Golden Member
Looking for a free website hit counter without all the popups and ads attached. Any suggestions.

many thanks
David
 
<?php $fp = fopen("stats.txt","a+"); $count = fread($fp, 10); $count = $count+1; echo "YOUR TEXT HERE", $count ; fclose($fp); $fp = fopen("stats.txt","w+"); fwrite($fp, $count, 10); fclose($fp); ?>
 
Originally posted by: RossMAN
You can get 10x better web host for 5x less the price.

How much do you pay GoDaddy?

paying 3.95 for 50 mg. A friend is running for a school board position and I created it for him. So I'm not paying anything. I installed a free counter on it last week but today theres no way it can be correct. Thats the only reason I'm even looking for a different one.
 
Back
Top