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
Azure 2.0.200 Permissions_ranks
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="FastHabbo" data-source="post: 360128" data-attributes="member: 5937"><p>I'm getting this issue too, any fixes?</p><p>ive tried importing permission ranks from another db </p><p>I just get this error anyone know why?</p><p></p><p>Source Server : Hotle</p><p>Source Server Version : 50545</p><p>Source Host : localhost:3306</p><p>Source Database : r63b</p><p></p><p>Target Server Type : MYSQL</p><p>Target Server Version : 50545</p><p>File Encoding : 65001</p><p></p><p>Date: 2015-12-08 21:51:22</p><p>*/</p><p></p><p>SET FOREIGN_KEY_CHECKS=0;</p><p></p><p>-- ----------------------------</p><p>-- Table structure for permissions_ranks_copy</p><p>-- ----------------------------</p><p>DROP TABLE IF EXISTS `permissions_ranks_copy`;</p><p>CREATE TABLE `permissions_ranks_copy` (</p><p> `rank` int(1) unsigned NOT NULL,</p><p> `floodtime` int(2) NOT NULL DEFAULT '30',</p><p> `support_tool` enum('0','1') NOT NULL DEFAULT '0',</p><p> `ambassadeur` enum('0','1') NOT NULL DEFAULT '0',</p><p> `moderator` enum('0','1') NOT NULL DEFAULT '0',</p><p> `manager` enum('0','1') NOT NULL DEFAULT '0',</p><p> `admin` enum('0','1') CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0',</p><p> `staff_chat` enum('0','1') NOT NULL DEFAULT '0',</p><p> `user_is_staff` enum('0','1') NOT NULL DEFAULT '0',</p><p> `user_not_kickable` enum('0','1') NOT NULL DEFAULT '0',</p><p> `user_can_change_name` enum('0','1') NOT NULL DEFAULT '0',</p><p> `user_enter_full_rooms` enum('0','1') NOT NULL DEFAULT '0',</p><p> `user_enter_any_room` enum('0','1') NOT NULL DEFAULT '0',</p><p> `user_can_read_whisper` enum('0','1') NOT NULL DEFAULT '0',</p><p> `user_room_staff_pick` enum('0','1') NOT NULL DEFAULT '0',</p><p> `cmd_global_refresh_permissions` enum('0','1') NOT NULL DEFAULT '0',</p><p> `cmd_user_can_give_currency` enum('0','1') NOT NULL DEFAULT '0',</p><p> `modtool_can_read_chatlog` enum('0','1') NOT NULL DEFAULT '0',</p><p> `modtool_can_send_alert` enum('0','1') NOT NULL DEFAULT '0',</p><p> `modtool_can_ban_user` enum('0','1') NOT NULL DEFAULT '0',</p><p> `modtool_can_kick_user` enum('0','1') NOT NULL DEFAULT '0',</p><p> `user_control_any_room` enum('0','1') NOT NULL DEFAULT '0',</p><p> PRIMARY KEY (`rank`),</p><p> UNIQUE KEY `rank` (`rank`)</p><p>) ENGINE=InnoDB DEFAULT CHARSET=utf8;</p><p></p><p>-- ----------------------------</p><p>-- Records of permissions_ranks_copy</p><p>-- ----------------------------</p><p>INSERT INTO `permissions_ranks_copy` VALUES ('1', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');</p><p>INSERT INTO `permissions_ranks_copy` VALUES ('2', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');</p><p>INSERT INTO `permissions_ranks_copy` VALUES ('3', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');</p><p>INSERT INTO `permissions_ranks_copy` VALUES ('4', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');</p><p>INSERT INTO `permissions_ranks_copy` VALUES ('5', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');</p><p>INSERT INTO `permissions_ranks_copy` VALUES ('6', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');</p><p>INSERT INTO `permissions_ranks_copy` VALUES ('7', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');</p><p>INSERT INTO `permissions_ranks_copy` VALUES ('8', '30', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0');</p><p>[Msg] Finished - Unsuccessfully</p></blockquote><p></p>
[QUOTE="FastHabbo, post: 360128, member: 5937"] I'm getting this issue too, any fixes? ive tried importing permission ranks from another db I just get this error anyone know why? Source Server : Hotle Source Server Version : 50545 Source Host : localhost:3306 Source Database : r63b Target Server Type : MYSQL Target Server Version : 50545 File Encoding : 65001 Date: 2015-12-08 21:51:22 */ SET FOREIGN_KEY_CHECKS=0; -- ---------------------------- -- Table structure for permissions_ranks_copy -- ---------------------------- DROP TABLE IF EXISTS `permissions_ranks_copy`; CREATE TABLE `permissions_ranks_copy` ( `rank` int(1) unsigned NOT NULL, `floodtime` int(2) NOT NULL DEFAULT '30', `support_tool` enum('0','1') NOT NULL DEFAULT '0', `ambassadeur` enum('0','1') NOT NULL DEFAULT '0', `moderator` enum('0','1') NOT NULL DEFAULT '0', `manager` enum('0','1') NOT NULL DEFAULT '0', `admin` enum('0','1') CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0', `staff_chat` enum('0','1') NOT NULL DEFAULT '0', `user_is_staff` enum('0','1') NOT NULL DEFAULT '0', `user_not_kickable` enum('0','1') NOT NULL DEFAULT '0', `user_can_change_name` enum('0','1') NOT NULL DEFAULT '0', `user_enter_full_rooms` enum('0','1') NOT NULL DEFAULT '0', `user_enter_any_room` enum('0','1') NOT NULL DEFAULT '0', `user_can_read_whisper` enum('0','1') NOT NULL DEFAULT '0', `user_room_staff_pick` enum('0','1') NOT NULL DEFAULT '0', `cmd_global_refresh_permissions` enum('0','1') NOT NULL DEFAULT '0', `cmd_user_can_give_currency` enum('0','1') NOT NULL DEFAULT '0', `modtool_can_read_chatlog` enum('0','1') NOT NULL DEFAULT '0', `modtool_can_send_alert` enum('0','1') NOT NULL DEFAULT '0', `modtool_can_ban_user` enum('0','1') NOT NULL DEFAULT '0', `modtool_can_kick_user` enum('0','1') NOT NULL DEFAULT '0', `user_control_any_room` enum('0','1') NOT NULL DEFAULT '0', PRIMARY KEY (`rank`), UNIQUE KEY `rank` (`rank`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of permissions_ranks_copy -- ---------------------------- INSERT INTO `permissions_ranks_copy` VALUES ('1', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `permissions_ranks_copy` VALUES ('2', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `permissions_ranks_copy` VALUES ('3', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `permissions_ranks_copy` VALUES ('4', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `permissions_ranks_copy` VALUES ('5', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `permissions_ranks_copy` VALUES ('6', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `permissions_ranks_copy` VALUES ('7', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `permissions_ranks_copy` VALUES ('8', '30', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0'); [Msg] Finished - Unsuccessfully [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Azure 2.0.200 Permissions_ranks
Top