this is a stats program i am using with indexu you can check it out at http://hudsonnights.com/mods
this is just a phpstats program that i added to my site so i can get more info on what people are using.
like:
Hits
Browser Type
Javascript
Color Depth
Screen Resalution
Operating System
Country
References
Remember to change the file rights in the directory "data/*.*" (666).
just add this code to the bottum of the footer.html
dont forget to change the <img> tags with your site name
<!-- stat code -->
<script language="JavaScript">
var ref=""+escape(top.document.referrer); var colord = window.screen.colorDepth;
var res = window.screen.width + "x" + window.screen.height;
document.write("<img src='http://www.yoursite.com/stats/stat.php?referer=" + ref + "&js=yes&color=" + colord + "&res=" + res + "' border=0>");
</script><noscript><img src="http://www.yoursite.com/stats/stat.php" border="0"></noscript>
<!-- stat code -->
login to the indexu admin section and click on the second link from top that says Advanced Stats.
Setup is done from the web - Go to "Settings" and press "PHPstat Setup".
! Username and Password are initially set to "user" / "abc123"
http://www.yourdomain.com/stats/setup.php


