Do linked images count as hits in the gallery? Do linked images count as hits in the gallery?
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Do linked images count as hits in the gallery?

Started by jeremed, December 05, 2003, 07:41:24 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

jeremed

I have used the bbcode mod from the modifications section. The gallery is registering a lot of hits on it's counter. Does this counter represent the images that are being linked on other sites as well or just the ones viewed directly in the gallery?

Joachim Müller

The coppermine counter counts page views, not pic views, as it's based on the mysql table - the table query is being triggered on page load, not pic load (this would be impossible - you'd have to use webserver means for this kind of stats).
HTH

GauGau