Recommend this page to a friend! |
Classes of streamloaders | > | online_users_pro | > | users_online.sql | > | 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; |