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

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

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?