News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

Displaying stats on per category basis...

Started by DefenceTalk.com, October 02, 2003, 04:46:21 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

DefenceTalk.com

Hi,

I want to display stats on per category basis...

And if I could do it through ssi.php(gaugau's script displaying pics on other pages) that would be great and I could add it to front page(www.defencetalk.com go down see how its displayed currently).


Thanks
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fwww.defencetalk.com%2Fpictures%2Fsignature_cpg.php&hash=c0098ed5314d39beb9e8799c7c8787a9a0353b45)

Joachim Müller

hm, thanks for the credits and all, but ssi.php is crap - it doesn't care about permissions and has to be redone. We're planning on advanced stats - if not in the next version, then in some version.
Stats by cat is a little problem: you'll have to do more queries, because the actual hits are stored in the pictures table, together with the album the pic belongs to, so you'd have to look up first what albums belong to the cat you're doing the stats for.

GauGau