[Help] Contatore Utenti online

Only PHP & MySQL.

Moderator: DaD

[Help] Contatore Utenti online

Postby Alex91 on Thu Nov 22, 2007 12:29 am

Salve volevo chiedere un vostro aiuto su una guida di uno script php che nn ho capito come farlo funzionare la guida è questa :

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...
Alex91
Newbies
 
Posts: 2
Joined: Thu Nov 22, 2007 12:17 am

[Help] Contatore Utenti online

Sponsor

Sponsor


Postby k8 on Thu Nov 22, 2007 4:05 pm

Big-Bug cerca collaboratori.
Scrivete senza abbreviazioni e senza k, grazie.
k8
Admin
 
Posts: 2127
Joined: Tue Jun 06, 2006 4:00 pm


Return to PHP & MySQL

Who is online

Users browsing this forum: No registered users and 1 guest

cron