installation:
1. create a database-table:
- Code: Select all
CREATE TABLE useronline (
zeit int(15) NOT NULL,
ip varchar(15) NOT NULL,
file varchar(50) NOT NULL,
PRIMARY KEY (zeit),
KEY ip (ip),
KEY file (file) );
2. upload the files to your server
3. edit all the parameters in the file /include/dbconf.php3
every setting is explained in this file!
4. include the file userin.php3 to the documents you
would like to be counted by user-online. plaese change
the path of the include file, if necessary.
5. include the file useronline.php3 to the documents you
would like to show the user-online-table. plaese change
the path of the include file, if necessary. in files with
useronline.php3 in it, it is not necessary to include
userin.php3 too!!!
purUseronlinetroppo non ho capito di più il primo passagio potreste aiutarmi grazie...

