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!] Plus Emulator R2 Catalogue FIX! [HELP!]
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="13rad" data-source="post: 299952" data-attributes="member: 37541"><p>[CODE]</p><p>INSERT INTO `ranks` (`id`, `name`, `badgeid`) VALUES (1, 'User', '');</p><p>INSERT INTO `ranks` (`id`, `name`, `badgeid`) VALUES (2, 'VIP', 'VIP');</p><p>INSERT INTO `ranks` (`id`, `name`, `badgeid`) VALUES (3, 'Super VIP', 'SVIP');</p><p>INSERT INTO `ranks` (`id`, `name`, `badgeid`) VALUES (4, 'Trial Mod', 'MOD');</p><p>INSERT INTO `ranks` (`id`, `name`, `badgeid`) VALUES (5, 'Moderator', 'MOD');</p><p>INSERT INTO `ranks` (`id`, `name`, `badgeid`) VALUES (6, 'Administrator', 'ADM');</p><p>INSERT INTO `ranks` (`id`, `name`, `badgeid`) VALUES (7, 'Manager', 'ADM');</p><p>INSERT INTO `ranks` (`id`, `name`, `badgeid`) VALUES (10, 'Owner', 'ADM');</p><p></p><p>[/CODE]</p><p></p><p>Check your cataloge_pages table first if minranks is already 1 then run this query and it should show.</p></blockquote><p></p>
[QUOTE="13rad, post: 299952, member: 37541"] [CODE] INSERT INTO `ranks` (`id`, `name`, `badgeid`) VALUES (1, 'User', ''); INSERT INTO `ranks` (`id`, `name`, `badgeid`) VALUES (2, 'VIP', 'VIP'); INSERT INTO `ranks` (`id`, `name`, `badgeid`) VALUES (3, 'Super VIP', 'SVIP'); INSERT INTO `ranks` (`id`, `name`, `badgeid`) VALUES (4, 'Trial Mod', 'MOD'); INSERT INTO `ranks` (`id`, `name`, `badgeid`) VALUES (5, 'Moderator', 'MOD'); INSERT INTO `ranks` (`id`, `name`, `badgeid`) VALUES (6, 'Administrator', 'ADM'); INSERT INTO `ranks` (`id`, `name`, `badgeid`) VALUES (7, 'Manager', 'ADM'); INSERT INTO `ranks` (`id`, `name`, `badgeid`) VALUES (10, 'Owner', 'ADM'); [/CODE] Check your cataloge_pages table first if minranks is already 1 then run this query and it should show. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
[HELP!] Plus Emulator R2 Catalogue FIX! [HELP!]
Top