PHP Classes

File: SQL File

Recommend this page to a friend!
  Classes of streamloaders   online_users_pro   ???   Download  
File: ???
Role: ???
Content type: text/plain
Description: The SQL data you need
Class: online_users_pro
update for the previous class of [email protected]
Author: By
Last change:
Date: 23 years ago
Size: 264 bytes
 

Contents

Class file image Download
# # Tabel structuur voor tabel `users_online` # CREATE TABLE users_online ( id int(10) NOT NULL auto_increment, ip varchar(15) NOT NULL default '', timestamp varchar(15) NOT NULL default '', PRIMARY KEY (id), UNIQUE KEY id (id) ) TYPE=MyISAM;