Scholieren.com forum

Scholieren.com forum (https://forum.scholieren.com/index.php)
-   Software & Hardware (https://forum.scholieren.com/forumdisplay.php?f=20)
-   -   php stats, hoe laat ik dit script tellen ? (https://forum.scholieren.com/showthread.php?t=134296)

klootzak2001 20-06-2002 19:39

php stats, hoe laat ik dit script tellen ?
 
Hoi,

ik heb les visiteurs geinstalleerd, so far
werkt het perfect..

maar hij telt niet..

ik moet een lijn ergens toevoegen maar dat volg ik niet, stukje van de uitleg:

REGISTRER THE VISITORS
----------------------
On each entry page of your web site where you want to record your visitors, place
the following code:

$lvc_include_dir = 'path_to/include-dir/';
include($lvc_include_dir.'new-visitor.inc.php3');

$lvc_include_dir indicates the path to the 'include' directory of The Visitors
from the file calling the script 'new-visitor.inc.php3'.

If you have installed The Visitors in your site's root, in the directory
'apps/visiteurs', and if you wish to register The Visitors from your frontpage
index.php3 which is in the root, place in the script header:

$lvc_include_dir = 'apps/visiteurs/include/';
include($lvc_include_dir.'new-visitor.inc.php3');

WATCH OUT, teach right the variable '$lvc_include_dir' since it is used after by
'new-visitor.inc.php3' to load the configuration file.



Waar hij nu geinstalleerd is:

site van die stats (les visiteurs)

Didowoman 21-06-2002 14:12

Die regel moet je dus toevoegen in de PHP pagina's waarin geteld moet worden.


Alle tijden zijn GMT +1. Het is nu 18:14.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.