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.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

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?