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 Releases
CMS Releases
[REL] Habbo Theme MAJOR Edit [REL]
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="KyleVonnie" data-source="post: 126609" data-attributes="member: 8477"><p>Run this SQL in your database.</p><p> </p><p><em><span style="font-family: 'Tahoma'"><span style="color: #333333">-- ----------------------------</span></span></em></p><p><em><span style="font-family: 'Tahoma'"><span style="color: #333333">-- Table structure for `user_of_the_week`</span></span></em></p><p><em><span style="font-family: 'Tahoma'"><span style="color: #333333">-- ----------------------------</span></span></em></p><p><em><span style="font-family: 'Tahoma'"><span style="color: #333333">DROP TABLE IF EXISTS `user_of_the_week`;</span></span></em></p><p><em><span style="font-family: 'Tahoma'"><span style="color: #333333">CREATE TABLE `user_of_the_week` (</span></span></em></p><p><em><span style="font-family: 'Tahoma'"><span style="color: #333333">`id` int(11) NOT NULL AUTO_INCREMENT,</span></span></em></p><p><em><span style="font-family: 'Tahoma'"><span style="color: #333333">`user_id` int(11) NOT NULL DEFAULT '0',</span></span></em></p><p><em><span style="font-family: 'Tahoma'"><span style="color: #333333">PRIMARY KEY (`id`)</span></span></em></p><p><em><span style="font-family: 'Tahoma'"><span style="color: #333333">) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1;</span></span></em></p><p></p><p><em><span style="font-family: 'Tahoma'"><span style="color: #333333">-- ----------------------------</span></span></em></p><p><em><span style="font-family: 'Tahoma'"><span style="color: #333333">-- Records </span></span></em></p><p><em><span style="font-family: 'Tahoma'"><span style="color: #333333">-- ----------------------------</span></span></em></p><p><em><span style="font-family: 'Tahoma'"><span style="color: #333333">INSERT INTO `user_of_the_week` VALUES ('1','2');</span></span></em></p><p> </p><p>Credits to Titch12345 on RZ for user of the week addon.</p></blockquote><p></p>
[QUOTE="KyleVonnie, post: 126609, member: 8477"] Run this SQL in your database. [I][FONT=Tahoma][COLOR=#333333]-- ----------------------------[/COLOR][/FONT][/I] [I][FONT=Tahoma][COLOR=#333333]-- Table structure for `user_of_the_week`[/COLOR][/FONT][/I] [I][FONT=Tahoma][COLOR=#333333]-- ----------------------------[/COLOR][/FONT][/I] [I][FONT=Tahoma][COLOR=#333333]DROP TABLE IF EXISTS `user_of_the_week`;[/COLOR][/FONT][/I] [I][FONT=Tahoma][COLOR=#333333]CREATE TABLE `user_of_the_week` ([/COLOR][/FONT][/I] [I][FONT=Tahoma][COLOR=#333333]`id` int(11) NOT NULL AUTO_INCREMENT,[/COLOR][/FONT][/I] [I][FONT=Tahoma][COLOR=#333333]`user_id` int(11) NOT NULL DEFAULT '0',[/COLOR][/FONT][/I] [I][FONT=Tahoma][COLOR=#333333]PRIMARY KEY (`id`)[/COLOR][/FONT][/I] [I][FONT=Tahoma][COLOR=#333333]) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1;[/COLOR][/FONT][/I] [I][FONT=Tahoma][COLOR=#333333]-- ----------------------------[/COLOR][/FONT][/I] [I][FONT=Tahoma][COLOR=#333333]-- Records [/COLOR][/FONT][/I] [I][FONT=Tahoma][COLOR=#333333]-- ----------------------------[/COLOR][/FONT][/I] [I][FONT=Tahoma][COLOR=#333333]INSERT INTO `user_of_the_week` VALUES ('1','2');[/COLOR][/FONT][/I] Credits to Titch12345 on RZ for user of the week addon. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Releases
CMS Releases
[REL] Habbo Theme MAJOR Edit [REL]
Top