forum.coppermine-gallery.net

No Support => Feature requests => Topic started by: athlonkmf on January 11, 2004, 12:27:43 pm

Title: Other statistics? referrers, type of OS and such
Post by: athlonkmf on January 11, 2004, 12:27:43 pm
Besides the other feature that has been requested a lot (stats per cat) I'd really like to see other statistics.

Like
Referrers (how did they get to my page)
The country they came from
The type of OS they use.
The type of browser they use.
The screen resolution they use.
Who were the last visitors (members)
Who are the most active members.
And of course: total pageview per day/week/month

etc.

It'd really help to see what the best configuration should be for the gallery.
Title: Other statistics? referrers, type of OS and such
Post by: ina on January 20, 2004, 05:44:07 pm
i altso want to see statistic for my gallery! is it possible?
Title: Other statistics? referrers, type of OS and such
Post by: Joachim Müller on January 20, 2004, 05:56:23 pm
there are a lot of scripts out there that provide such stats, you can simply include them into coppermine (usually one or two lines of code).
Take a look at these scripts:
http://www.hotscripts.com/PHP/Scripts_and_Programs/Counters/index.html ,
http://sourceforge.net/projects/awstats/ , http://php.resourceindex.com/Complete_Scripts/Logging_Accesses_and_Statistics/ and a million of others.

GauGau
Title: Adding my own Stats
Post by: smiling_ojibwe on March 02, 2004, 04:59:25 am
Ok I have created an account through http://my.statcounter.com, now I'm wondering how can I add the code provided without messing up my site (I had tried adding it to the footer section of the main index file... but it messed up my gallery somehow).

Where and how do I add the stats code?... and does it require specific installation?
Title: Other statistics? referrers, type of OS and such
Post by: Joachim Müller on March 02, 2004, 08:16:26 am
Counters that require you to add a "static" element (like a web bug image, an linline frame etc.) should be added to your template file (/themes/yourtheme.template.html). Those that require a php include should be put into the theme file (/themes/yourtheme/theme.php). For details, search the board and faq for "custom footer" or "include".

GauGau
Title: Other statistics? referrers, type of OS and such
Post by: smiling_ojibwe on March 02, 2004, 08:21:38 am
THANK YOU!