Free web statistics?

downhiller80

Platinum Member
Apr 13, 2000
2,353
0
0
Any recommendations?

I'd like something with IP range blocking so I'm not part of the stats.

cheers,

- seb
 

downhiller80

Platinum Member
Apr 13, 2000
2,353
0
0
And /i made my own IP blocker too :)

<?php
if(!substr($REMOTE_ADDR,0,7)=="123.456") require("webstats.php4");
?>

- seb