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.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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?