how do i know the total visits to my gallery? how do i know the total visits to my gallery?
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

how do i know the total visits to my gallery?

Started by eyen, February 16, 2004, 04:47:12 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

eyen


MaThIbUs

Use a script like this and place the include in anycontent.php.

eyen

what do you mean by place the include?
which is the include?

and anycontent.php...where should i put it?
in the galllery's folder...
or the gallery's sub folder?

bit bit spears

Save that number of visits code to a file called counter.php and then put this code into anycontent.php.

<?PHP
include("counter.php");
?>


by include, i think he means add this code to your anycontent.php


Joachim Müller

take a look into the faq - see the topic "common php errors"...
The files you introduced have syntax errors, nothing we could do about it :?

GauGau

eyen

no other ways to keep track of the total visit?