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
emu issues
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="Stevee" data-source="post: 137129" data-attributes="member: 2643"><p>alright did that, will I also have to run this? </p><p> </p><p><span style="color: #333333"><span style="font-size: 12px">DROP TABLE IF EXISTS `user_stats`;</span></span></p><p><span style="color: #333333"><span style="font-size: 12px">CREATE TABLE `user_stats` (</span></span></p><p><span style="color: #333333"><span style="font-size: 12px"> `id` int(7) NOT NULL,</span></span></p><p><span style="color: #333333"><span style="font-size: 12px"> `RoomVisits` int(7) NOT NULL DEFAULT '0',</span></span></p><p><span style="color: #333333"><span style="font-size: 12px"> `OnlineTime` int(7) NOT NULL DEFAULT '0',</span></span></p><p><span style="color: #333333"><span style="font-size: 12px"> `Respect` int(6) NOT NULL DEFAULT '0',</span></span></p><p><span style="color: #333333"><span style="font-size: 12px"> `RespectGiven` int(6) NOT NULL DEFAULT '0',</span></span></p><p><span style="color: #333333"><span style="font-size: 12px"> `GiftsGiven` int(6) NOT NULL DEFAULT '0',</span></span></p><p><span style="color: #333333"><span style="font-size: 12px"> `GiftsReceived` int(6) NOT NULL DEFAULT '0',</span></span></p><p><span style="color: #333333"><span style="font-size: 12px"> `DailyRespectPoints` int(1) NOT NULL DEFAULT '3',</span></span></p><p><span style="color: #333333"><span style="font-size: 12px"> `DailyPetRespectPoints` int(1) NOT NULL DEFAULT '3',</span></span></p><p><span style="color: #333333"><span style="font-size: 12px"> `AchievementScore` int(7) NOT NULL DEFAULT '0',</span></span></p><p><span style="color: #333333"><span style="font-size: 12px"> `quest_id` int(10) unsigned NOT NULL DEFAULT '0',</span></span></p><p><span style="color: #333333"><span style="font-size: 12px"> `quest_progress` int(10) NOT NULL DEFAULT '0',</span></span></p><p><span style="color: #333333"><span style="font-size: 12px"> `lev_builder` int(10) NOT NULL DEFAULT '0',</span></span></p><p><span style="color: #333333"><span style="font-size: 12px"> `lev_social` int(10) NOT NULL DEFAULT '0',</span></span></p><p><span style="color: #333333"><span style="font-size: 12px"> `lev_identity` int(10) NOT NULL DEFAULT '0',</span></span></p><p><span style="color: #333333"><span style="font-size: 12px"> `lev_explore` int(10) NOT NULL DEFAULT '0',</span></span></p><p><span style="color: #333333"><span style="font-size: 12px"> `InRoom` int(6) NOT NULL DEFAULT '9',</span></span></p><p><span style="color: #333333"><span style="font-size: 12px"> `InRoomX` int(3) NOT NULL DEFAULT '12',</span></span></p><p><span style="color: #333333"><span style="font-size: 12px"> `InRoomY` int(3) NOT NULL DEFAULT '12',</span></span></p><p><span style="color: #333333"><span style="font-size: 12px"> `CurrentHealth` int(4) NOT NULL DEFAULT '100',</span></span></p><p><span style="color: #333333"><span style="font-size: 12px"> `Level` int(3) NOT NULL DEFAULT '1',</span></span></p><p><span style="color: #333333"><span style="font-size: 12px"> `Experience` int(10) NOT NULL DEFAULT '0',</span></span></p><p><span style="color: #333333"><span style="font-size: 12px"> `MatchID` int(7) NOT NULL DEFAULT '0',</span></span></p><p><span style="color: #333333"><span style="font-size: 12px"> `MatchTeam` int(1) NOT NULL DEFAULT '0',</span></span></p><p><span style="color: #333333"><span style="font-size: 12px"> `mafiapoints` int(7) NOT NULL DEFAULT '0',</span></span></p><p><span style="color: #333333"><span style="font-size: 12px"> `colourpoints` int(7) NOT NULL DEFAULT '0',</span></span></p><p><span style="color: #333333"><span style="font-size: 12px"> `JailTime` int(7) NOT NULL DEFAULT '0',</span></span></p><p><span style="color: #333333"><span style="font-size: 12px"> `gangid` int(7) NOT NULL DEFAULT '0',</span></span></p><p><span style="color: #333333"><span style="font-size: 12px"> `rating` int(7) NOT NULL DEFAULT '0',</span></span></p><p><span style="color: #333333"><span style="font-size: 12px"> `aggression` int(7) NOT NULL DEFAULT '0',</span></span></p><p><span style="color: #333333"><span style="font-size: 12px"> PRIMARY KEY (`id`),</span></span></p><p><span style="color: #333333"><span style="font-size: 12px"> UNIQUE KEY `id` (`id`)</span></span></p><p><span style="color: #333333"><span style="font-size: 12px">) ENGINE=MyISAM DEFAULT CHARSET=latin1;</span></span></p></blockquote><p></p>
[QUOTE="Stevee, post: 137129, member: 2643"] alright did that, will I also have to run this? [COLOR=#333333][SIZE=12px]DROP TABLE IF EXISTS `user_stats`; CREATE TABLE `user_stats` ( `id` int(7) NOT NULL, `RoomVisits` int(7) NOT NULL DEFAULT '0', `OnlineTime` int(7) NOT NULL DEFAULT '0', `Respect` int(6) NOT NULL DEFAULT '0', `RespectGiven` int(6) NOT NULL DEFAULT '0', `GiftsGiven` int(6) NOT NULL DEFAULT '0', `GiftsReceived` int(6) NOT NULL DEFAULT '0', `DailyRespectPoints` int(1) NOT NULL DEFAULT '3', `DailyPetRespectPoints` int(1) NOT NULL DEFAULT '3', `AchievementScore` int(7) NOT NULL DEFAULT '0', `quest_id` int(10) unsigned NOT NULL DEFAULT '0', `quest_progress` int(10) NOT NULL DEFAULT '0', `lev_builder` int(10) NOT NULL DEFAULT '0', `lev_social` int(10) NOT NULL DEFAULT '0', `lev_identity` int(10) NOT NULL DEFAULT '0', `lev_explore` int(10) NOT NULL DEFAULT '0', `InRoom` int(6) NOT NULL DEFAULT '9', `InRoomX` int(3) NOT NULL DEFAULT '12', `InRoomY` int(3) NOT NULL DEFAULT '12', `CurrentHealth` int(4) NOT NULL DEFAULT '100', `Level` int(3) NOT NULL DEFAULT '1', `Experience` int(10) NOT NULL DEFAULT '0', `MatchID` int(7) NOT NULL DEFAULT '0', `MatchTeam` int(1) NOT NULL DEFAULT '0', `mafiapoints` int(7) NOT NULL DEFAULT '0', `colourpoints` int(7) NOT NULL DEFAULT '0', `JailTime` int(7) NOT NULL DEFAULT '0', `gangid` int(7) NOT NULL DEFAULT '0', `rating` int(7) NOT NULL DEFAULT '0', `aggression` int(7) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1;[/SIZE][/COLOR] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
emu issues
Top