Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: Database: MySql
 PLz help for tables FORUM_ONLINE
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Giumer
Junior Member

Italy
163 Posts

Posted - 14 May 2009 :  13:41:29  Show Profile  Send Giumer an ICQ Message
-- 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  Show Profile  Visit AnonJr's Homepage


Are you trying to add a MOD?
- If so, which one?
- If not, what are you trying to do?
Go to Top of Page

Giumer
Junior Member

Italy
163 Posts

Posted - 14 May 2009 :  15:03:52  Show Profile  Send Giumer an ICQ Message
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

=======================
Go to Top of Page

Giumer
Junior Member

Italy
163 Posts

Posted - 14 May 2009 :  15:16:43  Show Profile  Send Giumer an ICQ Message
Ess:





=======================
http://www.Giumer.it/forum

=======================
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.13 seconds. Powered By: Snitz Forums 2000 Version 3.4.07