I have a web app that allows members to create custom pages/profiles (think Facebook). I would like each member to be able to see their own analytics. Do you know of a php script or library for storing, and then nicely displaying visitor stats/analytics?
<a href="http://www.openwebanalytics.com/" rel="nofollow">http://www.openwebanalytics.com/</a><p><a href="http://piwik.org/" rel="nofollow">http://piwik.org/</a><p>You will definitely need to do some customization with these. Also whatever you use, consider that most analytics GUIs are written under the assumption that very few people will have access to them. This will affect both security and performance. Your best bet is using one of the above for the backend and making an optimized stats viewing interface for your users.