Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
Classes of streamloaders | > | online_users_pro | > | users_online.sql | > | Download | ||
|
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; |