iGuest 3 Report post Posted February 25, 2005 Anyone know where I can get a cool stats thing that shows hits, uneque hits, hits today, etc...in php would be fine! Share this post Link to post Share on other sites
iGuest 3 Report post Posted March 4, 2005 Ofcorse you can get them http://www.netstat.com/http://forums.xisto.com/no_longer_exists/ <- I don't like this one ...Or just make your own ...// This in every file:// I just made this in a few seconds ... I don't know if it works:// But this is only just per view of a site<?$handler = file("stats.php");$getstats = $handler(0);$handle = fopen("stats.php","w");fwrite($handle, $handler(0)+1);fclose($handle);?> Share this post Link to post Share on other sites
iGuest 3 Report post Posted March 5, 2005 On http://forums.xisto.com/no_longer_exists/ you have one script dziweb stats Share this post Link to post Share on other sites
iGuest 3 Report post Posted March 5, 2005 Just use one of the stat couters in your CPanel Share this post Link to post Share on other sites