coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: eyen on February 16, 2004, 04:47:12 PM

Title: how do i know the total visits to my gallery?
Post by: eyen on February 16, 2004, 04:47:12 PM
how do i keep track of the total visits?
Title: how do i know the total visits to my gallery?
Post by: MaThIbUs on February 16, 2004, 08:09:40 PM
Use a script like this (http://x-istence.com/forums/index.php?showtopic=292) and place the include in anycontent.php.
Title: how do i know the total visits to my gallery?
Post by: eyen on February 17, 2004, 04:28:54 AM
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?
Title: e
Post by: bit bit spears on February 17, 2004, 06:59:29 AM
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
Title: how do i know the total visits to my gallery?
Post by: eyen on February 17, 2004, 12:47:49 PM
i got these errors when i tried :

http://www.reallybites.net/gallery/visits.php

http://www.reallybites.net/gallery/counter.php
Title: how do i know the total visits to my gallery?
Post by: Joachim Müller on February 18, 2004, 06:37:26 AM
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
Title: how do i know the total visits to my gallery?
Post by: eyen on February 18, 2004, 01:16:27 PM
no other ways to keep track of the total visit?