Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
*HELP Needed (EMU) *
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Jeffrey" data-source="post: 295188" data-attributes="member: 27898"><p>[CODE]</p><p>-- --------------------------------------------------------</p><p></p><p>--</p><p>-- Table structure for table `moderation_chatlogs`</p><p>--</p><p></p><p>CREATE TABLE IF NOT EXISTS `moderation_chatlogs` (</p><p> `id` int(10) unsigned NOT NULL AUTO_INCREMENT,</p><p> `timestamp` double NOT NULL DEFAULT '0',</p><p> `user_id` int(10) unsigned NOT NULL DEFAULT '0',</p><p> `room_id` int(10) unsigned NOT NULL DEFAULT '0',</p><p> `message` varchar(255) NOT NULL DEFAULT '',</p><p> PRIMARY KEY (`id`)</p><p>) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;</p><p></p><p>--</p><p>-- Dumping data for table `moderation_chatlogs`</p><p>--</p><p>[/CODE]</p><p>try this?</p></blockquote><p></p>
[QUOTE="Jeffrey, post: 295188, member: 27898"] [CODE] -- -------------------------------------------------------- -- -- Table structure for table `moderation_chatlogs` -- CREATE TABLE IF NOT EXISTS `moderation_chatlogs` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `timestamp` double NOT NULL DEFAULT '0', `user_id` int(10) unsigned NOT NULL DEFAULT '0', `room_id` int(10) unsigned NOT NULL DEFAULT '0', `message` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- Dumping data for table `moderation_chatlogs` -- [/CODE] try this? [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
*HELP Needed (EMU) *
Top