Author |
Topic |
|
Giumer
Junior Member
Italy
163 Posts |
Posted - 14 May 2009 : 13:41:29
|
-- Struttura della tabella `FORUM_ONLINE` --
CREATE TABLE IF NOT EXISTS `FORUM_ONLINE` ( `USERID` varchar(100) collate latin1_bin NOT NULL default '', `USERIP` varchar(40) collate latin1_bin default NULL, `LASTCHECKEDIN` varchar(100) collate latin1_bin NOT NULL default '', `DATECREATED` varchar(100) collate latin1_bin default NULL, `CHECKEDIN` varchar(100) collate latin1_bin default NULL, `M_BROWSE` text collate latin1_bin, `VISITS` int(11) default '1', `INSFORUMID` int(11) default '0', `INSTOPICID` int(11) default '0', PRIMARY KEY (`LASTCHECKEDIN`), KEY `VISITS` (`VISITS`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_bin;
plz mate this table is corret ?? |
======================= http://www.Giumer.it/forum
======================= |
|
AnonJr
Moderator
United States
5768 Posts |
Posted - 14 May 2009 : 15:00:06
|
Are you trying to add a MOD? - If so, which one? - If not, what are you trying to do? |
|
|
Giumer
Junior Member
Italy
163 Posts |
Posted - 14 May 2009 : 15:03:52
|
this mod and old man and to see both the consumers and the guests in the forum I don't remember the name of this mod |
======================= http://www.Giumer.it/forum
======================= |
|
|
Giumer
Junior Member
Italy
163 Posts |
|
|
Topic |
|