Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- Navicat MySQL Data Transfer
- Source Server : MySQL
- Source Server Version : 50168
- Source Host : localhost:3306
- Source Database : plus
- Target Server Type : MYSQL
- Target Server Version : 50168
- File Encoding : 65001
- Date: 2013-05-24 10:24:09
- */
- SET FOREIGN_KEY_CHECKS=0;
- -- ----------------------------
- -- Table structure for `achievements`
- -- ----------------------------
- DROP TABLE IF EXISTS `achievements`;
- CREATE TABLE `achievements` (
- `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
- `group_name` varchar(64) NOT NULL DEFAULT 'ACH_',
- `category` varchar(255) NOT NULL DEFAULT 'identity',
- `level` int(11) NOT NULL DEFAULT '1',
- `reward_pixels` int(11) NOT NULL DEFAULT '100',
- `reward_points` int(11) DEFAULT '10',
- `progress_needed` int(11) NOT NULL DEFAULT '1',
- PRIMARY KEY (`id`)
- ) ENGINE=InnoDB AUTO_INCREMENT=110 DEFAULT CHARSET=utf8;
- -- ----------------------------
- -- Records of achievements
- -- ----------------------------
- INSERT INTO `achievements` VALUES ('1', 'ACH_AvatarTags', 'identity', '1', '5', '5', '5');
- INSERT INTO `achievements` VALUES ('2', 'ACH_AvatarLooks', 'identity', '1', '5', '5', '1');
- INSERT INTO `achievements` VALUES ('3', 'ACH_Motto', 'identity', '1', '10', '10', '1');
- INSERT INTO `achievements` VALUES ('4', 'ACH_EmailVerification', 'identity', '1', '20', '20', '1');
- INSERT INTO `achievements` VALUES ('5', 'ACH_RespectGiven', 'social', '1', '100', '100', '100');
- INSERT INTO `achievements` VALUES ('6', 'ACH_BasicClub', 'identity', '1', '25', '25', '1');
- INSERT INTO `achievements` VALUES ('7', 'ACH_VipClub', 'identity', '1', '50', '50', '1');
- INSERT INTO `achievements` VALUES ('8', 'ACH_BasicClub', 'identity', '2', '100', '100', '3');
- INSERT INTO `achievements` VALUES ('9', 'ACH_BasicClub', 'identity', '3', '250', '250', '6');
- INSERT INTO `achievements` VALUES ('10', 'ACH_BasicClub', 'identity', '4', '350', '350', '9');
- INSERT INTO `achievements` VALUES ('11', 'ACH_BasicClub', 'identity', '5', '500', '500', '12');
- INSERT INTO `achievements` VALUES ('16', 'ACH_RespectEarned', 'social', '1', '5', '5', '1');
- INSERT INTO `achievements` VALUES ('17', 'ACH_RespectEarned', 'social', '2', '20', '20', '10');
- INSERT INTO `achievements` VALUES ('18', 'ACH_RespectEarned', 'social', '3', '40', '40', '20');
- INSERT INTO `achievements` VALUES ('19', 'ACH_RespectEarned', 'social', '4', '100', '100', '50');
- INSERT INTO `achievements` VALUES ('20', 'ACH_RespectEarned', 'social', '5', '200', '200', '100');
- INSERT INTO `achievements` VALUES ('21', 'ACH_RespectEarned', 'social', '6', '500', '500', '250');
- INSERT INTO `achievements` VALUES ('22', 'ACH_RespectEarned', 'social', '7', '1000', '1000', '500');
- INSERT INTO `achievements` VALUES ('23', 'ACH_RespectEarned', 'social', '8', '1300', '1300', '750');
- INSERT INTO `achievements` VALUES ('24', 'ACH_RespectEarned', 'social', '9', '2000', '2000', '1000');
- INSERT INTO `achievements` VALUES ('25', 'ACH_RespectEarned', 'social', '10', '3000', '3000', '1500');
- INSERT INTO `achievements` VALUES ('26', 'ACH_RoomEntry', 'explore', '1', '100', '10', '100');
- INSERT INTO `achievements` VALUES ('27', 'ACH_RoomEntry', 'explore', '2', '400', '10', '200');
- INSERT INTO `achievements` VALUES ('28', 'ACH_RoomEntry', 'explore', '3', '800', '10', '400');
- INSERT INTO `achievements` VALUES ('29', 'ACH_RoomEntry', 'explore', '4', '1600', '10', '800');
- INSERT INTO `achievements` VALUES ('30', 'ACH_RoomEntry', 'explore', '5', '3200', '10', '1600');
- INSERT INTO `achievements` VALUES ('31', 'ACH_PetLover', 'pets', '1', '100', '10', '1');
- INSERT INTO `achievements` VALUES ('32', 'ACH_PetLover', 'pets', '2', '200', '10', '3');
- INSERT INTO `achievements` VALUES ('33', 'ACH_PetLover', 'pets', '3', '300', '10', '9');
- INSERT INTO `achievements` VALUES ('34', 'ACH_PetLover', 'pets', '4', '400', '10', '12');
- INSERT INTO `achievements` VALUES ('35', 'ACH_PetLover', 'pets', '5', '500', '10', '15');
- INSERT INTO `achievements` VALUES ('37', 'ACH_GiftReceiver', 'social', '1', '10', '10', '1');
- INSERT INTO `achievements` VALUES ('38', 'ACH_GiftReceiver', 'social', '2', '50', '15', '5');
- INSERT INTO `achievements` VALUES ('39', 'ACH_GiftReceiver', 'social', '3', '150', '20', '12');
- INSERT INTO `achievements` VALUES ('40', 'ACH_GiftReceiver', 'social', '4', '400', '25', '30');
- INSERT INTO `achievements` VALUES ('41', 'ACH_GiftReceiver', 'social', '5', '700', '30', '75');
- INSERT INTO `achievements` VALUES ('42', 'ACH_GiftReceiver', 'social', '6', '1100', '35', '150');
- INSERT INTO `achievements` VALUES ('43', 'ACH_GiftReceiver', 'social', '7', '1550', '40', '250');
- INSERT INTO `achievements` VALUES ('44', 'ACH_GiftReceiver', 'social', '8', '2000', '45', '500');
- INSERT INTO `achievements` VALUES ('45', 'ACH_GiftReceiver', 'social', '9', '2500', '50', '1000');
- INSERT INTO `achievements` VALUES ('46', 'ACH_GiftReceiver', 'social', '10', '3000', '55', '1500');
- INSERT INTO `achievements` VALUES ('48', 'ACH_GiftGiver', 'social', '1', '10', '10', '1');
- INSERT INTO `achievements` VALUES ('49', 'ACH_GiftGiver', 'social', '2', '50', '15', '5');
- INSERT INTO `achievements` VALUES ('50', 'ACH_GiftGiver', 'social', '3', '150', '20', '12');
- INSERT INTO `achievements` VALUES ('51', 'ACH_GiftGiver', 'social', '4', '400', '25', '30');
- INSERT INTO `achievements` VALUES ('52', 'ACH_GiftGiver', 'social', '5', '700', '30', '75');
- INSERT INTO `achievements` VALUES ('53', 'ACH_GiftGiver', 'social', '6', '1100', '35', '150');
- INSERT INTO `achievements` VALUES ('54', 'ACH_GiftGiver', 'social', '7', '1550', '40', '250');
- INSERT INTO `achievements` VALUES ('55', 'ACH_GiftGiver', 'social', '8', '2000', '45', '500');
- INSERT INTO `achievements` VALUES ('56', 'ACH_GiftGiver', 'social', '9', '2500', '50', '1000');
- INSERT INTO `achievements` VALUES ('57', 'ACH_GiftGiver', 'social', '10', '3000', '55', '1500');
- INSERT INTO `achievements` VALUES ('58', 'ACH_RegistrationDuration', 'identity', '1', '100', '10', '10');
- INSERT INTO `achievements` VALUES ('60', 'ACH_RegistrationDuration', 'identity', '2', '150', '10', '20');
- INSERT INTO `achievements` VALUES ('61', 'ACH_RegistrationDuration', 'identity', '3', '200', '15', '40');
- INSERT INTO `achievements` VALUES ('62', 'ACH_RegistrationDuration', 'identity', '4', '250', '15', '80');
- INSERT INTO `achievements` VALUES ('63', 'ACH_RegistrationDuration', 'identity', '5', '300', '15', '100');
- INSERT INTO `achievements` VALUES ('64', 'ACH_RegistrationDuration', 'identity', '6', '350', '20', '150');
- INSERT INTO `achievements` VALUES ('65', 'ACH_RegistrationDuration', 'identity', '7', '400', '20', '200');
- INSERT INTO `achievements` VALUES ('66', 'ACH_RegistrationDuration', 'identity', '8', '450', '20', '365');
- INSERT INTO `achievements` VALUES ('67', 'ACH_RegistrationDuration', 'identity', '9', '500', '25', '548');
- INSERT INTO `achievements` VALUES ('68', 'ACH_RegistrationDuration', 'identity', '10', '550', '40', '728');
- INSERT INTO `achievements` VALUES ('69', 'ACH_PetRespectGiver', 'pets', '1', '100', '10', '10');
- INSERT INTO `achievements` VALUES ('79', 'ACH_PetLevelUp', 'pets', '1', '100', '10', '0');
- INSERT INTO `achievements` VALUES ('80', 'ACH_AllTimeHotelPresence', 'identity', '1', '100', '10', '120');
- INSERT INTO `achievements` VALUES ('81', 'ACH_AllTimeHotelPresence', 'identity', '2', '200', '15', '180');
- INSERT INTO `achievements` VALUES ('82', 'ACH_AllTimeHotelPresence', 'identity', '3', '250', '20', '240');
- INSERT INTO `achievements` VALUES ('83', 'ACH_AllTimeHotelPresence', 'identity', '4', '400', '25', '300');
- INSERT INTO `achievements` VALUES ('84', 'ACH_AllTimeHotelPresence', 'identity', '5', '500', '30', '600');
- INSERT INTO `achievements` VALUES ('85', 'ACH_AllTimeHotelPresence', 'identity', '6', '650', '35', '1200');
- INSERT INTO `achievements` VALUES ('86', 'ACH_AllTimeHotelPresence', 'identity', '7', '750', '40', '2400');
- INSERT INTO `achievements` VALUES ('87', 'ACH_AllTimeHotelPresence', 'identity', '8', '900', '45', '4800');
- INSERT INTO `achievements` VALUES ('88', 'ACH_AllTimeHotelPresence', 'identity', '9', '1000', '50', '9600');
- INSERT INTO `achievements` VALUES ('89', 'ACH_AllTimeHotelPresence', 'identity', '10', '1500', '55', '19200');
- INSERT INTO `achievements` VALUES ('91', 'ACH_PetRespectGiver', 'pets', '2', '100', '10', '50');
- INSERT INTO `achievements` VALUES ('92', 'ACH_PetRespectGiver', 'pets', '3', '100', '10', '100');
- INSERT INTO `achievements` VALUES ('93', 'ACH_PetRespectGiver', 'pets', '4', '100', '10', '150');
- INSERT INTO `achievements` VALUES ('94', 'ACH_PetRespectGiver', 'pets', '5', '100', '10', '200');
- INSERT INTO `achievements` VALUES ('95', 'ACH_PetRespectGiver', 'pets', '6', '100', '10', '250');
- INSERT INTO `achievements` VALUES ('96', 'ACH_PetRespectGiver', 'pets', '7', '100', '10', '300');
- INSERT INTO `achievements` VALUES ('97', 'ACH_PetRespectGiver', 'pets', '8', '100', '10', '350');
- INSERT INTO `achievements` VALUES ('98', 'ACH_PetRespectGiver', 'pets', '9', '100', '10', '400');
- INSERT INTO `achievements` VALUES ('99', 'ACH_PetRespectGiver', 'pets', '10', '100', '10', '500');
- INSERT INTO `achievements` VALUES ('100', 'ACH_MysteryBox', 'explore', '1', '100', '100', '1');
- INSERT INTO `achievements` VALUES ('101', 'ACH_MysteryBox', 'explore', '2', '100', '100', '2');
- INSERT INTO `achievements` VALUES ('102', 'ACH_MysteryBox', 'explore', '3', '100', '100', '3');
- INSERT INTO `achievements` VALUES ('103', 'ACH_MysteryBox', 'explore', '4', '100', '100', '5');
- INSERT INTO `achievements` VALUES ('104', 'ACH_MysteryBox', 'explore', '5', '100', '100', '7');
- INSERT INTO `achievements` VALUES ('105', 'ACH_MysteryBox', 'explore', '6', '100', '100', '9');
- INSERT INTO `achievements` VALUES ('106', 'ACH_MysteryBox', 'explore', '7', '100', '100', '11');
- INSERT INTO `achievements` VALUES ('107', 'ACH_MysteryBox', 'explore', '8', '100', '100', '15');
- INSERT INTO `achievements` VALUES ('108', 'ACH_MysteryBox', 'explore', '9', '100', '100', '18');
- INSERT INTO `achievements` VALUES ('109', 'ACH_MysteryBox', 'explore', '10', '100', '800', '25');
- -- ----------------------------
- -- Table structure for `achievement_talents`
- -- ----------------------------
- DROP TABLE IF EXISTS `achievement_talents`;
- CREATE TABLE `achievement_talents` (
- `id` int(11) NOT NULL AUTO_INCREMENT,
- `category` int(11) NOT NULL,
- `order` int(11) NOT NULL,
- `ach_id` varchar(255) NOT NULL,
- `ach_level` int(11) NOT NULL,
- PRIMARY KEY (`id`)
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT;
- -- ----------------------------
- -- Records of achievement_talents
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `badges`
- -- ----------------------------
- DROP TABLE IF EXISTS `badges`;
- CREATE TABLE `badges` (
- `id` int(5) unsigned NOT NULL AUTO_INCREMENT,
- `badge` varchar(100) NOT NULL,
- PRIMARY KEY (`id`)
- ) ENGINE=InnoDB AUTO_INCREMENT=3741 DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of badges
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `badge_shop`
- -- ----------------------------
- DROP TABLE IF EXISTS `badge_shop`;
- CREATE TABLE `badge_shop` (
- `badge_id` varchar(12) NOT NULL,
- `cost` int(100) NOT NULL,
- KEY `badge_id` (`badge_id`)
- ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
- -- ----------------------------
- -- Records of badge_shop
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `bans`
- -- ----------------------------
- DROP TABLE IF EXISTS `bans`;
- CREATE TABLE `bans` (
- `id` int(11) NOT NULL AUTO_INCREMENT,
- `bantype` enum('user','ip','machine') NOT NULL DEFAULT 'user',
- `value` varchar(50) NOT NULL,
- `reason` text NOT NULL,
- `expire` double NOT NULL DEFAULT '0',
- `added_by` varchar(50) NOT NULL,
- `added_date` varchar(50) NOT NULL,
- `appeal_state` enum('0','1','2') NOT NULL DEFAULT '1',
- PRIMARY KEY (`id`),
- UNIQUE KEY `value` (`value`),
- KEY `bantype` (`bantype`)
- ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of bans
- -- ----------------------------
- INSERT INTO `bans` VALUES ('1', 'machine', '~86c4f144765f1d43a9093aa10312d7d0', 'adopted fool', '1372017018', 'Ash', 'Thursday, May 23, 2013', '1');
- INSERT INTO `bans` VALUES ('3', 'machine', '~3059c22836ac3a433b34812c45b4e9d0', 'You have been banned! The reason given was:\n', '1372017121', 'Ash', 'Thursday, May 23, 2013', '1');
- INSERT INTO `bans` VALUES ('4', 'machine', '~c818aca4897802b99ba257267e435fa0', 'You have been banned! The reason given was:\n', '1372018352', 'Ash', 'Thursday, May 23, 2013', '1');
- INSERT INTO `bans` VALUES ('5', 'machine', '~2010027239c1fcb5b96fd10794faa92c', 'You have been banned! The reason given was:\n', '1372018603', 'Ash', 'Thursday, May 23, 2013', '1');
- -- ----------------------------
- -- Table structure for `bans_access`
- -- ----------------------------
- DROP TABLE IF EXISTS `bans_access`;
- CREATE TABLE `bans_access` (
- `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
- `user_id` int(11) unsigned NOT NULL,
- `ip` varchar(255) NOT NULL,
- `attempts` int(255) NOT NULL DEFAULT '1',
- PRIMARY KEY (`id`)
- ) ENGINE=InnoDB AUTO_INCREMENT=30 DEFAULT CHARSET=utf8;
- -- ----------------------------
- -- Records of bans_access
- -- ----------------------------
- INSERT INTO `bans_access` VALUES ('29', '3600', '86.155.234.107', '2');
- -- ----------------------------
- -- Table structure for `bots`
- -- ----------------------------
- DROP TABLE IF EXISTS `bots`;
- CREATE TABLE `bots` (
- `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
- `room_id` int(10) unsigned NOT NULL DEFAULT '0',
- `user_id` int(10) unsigned NOT NULL DEFAULT '0',
- `ai_type` enum('generic','guide','pet') NOT NULL DEFAULT 'generic',
- `name` varchar(100) NOT NULL,
- `motto` varchar(120) NOT NULL,
- `look` text NOT NULL,
- `x` int(11) NOT NULL DEFAULT '0',
- `y` int(11) NOT NULL DEFAULT '0',
- `z` int(11) NOT NULL DEFAULT '0',
- `rotation` int(11) NOT NULL DEFAULT '0',
- `walk_mode` enum('stand','freeroam','specified_range') NOT NULL DEFAULT 'stand',
- `min_x` int(11) NOT NULL DEFAULT '0',
- `min_y` int(11) NOT NULL DEFAULT '0',
- `max_x` int(11) NOT NULL DEFAULT '0',
- `max_y` int(11) NOT NULL DEFAULT '0',
- `effect` int(2) NOT NULL DEFAULT '0',
- `gender` varchar(255) NOT NULL DEFAULT '0',
- `dance` int(11) NOT NULL DEFAULT '0',
- PRIMARY KEY (`id`),
- KEY `room_id` (`room_id`),
- KEY `user_id` (`user_id`)
- ) ENGINE=InnoDB AUTO_INCREMENT=1227 DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of bots
- -- ----------------------------
- INSERT INTO `bots` VALUES ('1223', '0', '3593', 'pet', 'Ghost', '', '', '0', '0', '0', '0', 'stand', '0', '0', '0', '0', '0', '0', '0');
- INSERT INTO `bots` VALUES ('1224', '3432', '3604', 'pet', 'King', '', '', '9', '12', '0', '0', 'stand', '0', '0', '0', '0', '0', '0', '0');
- INSERT INTO `bots` VALUES ('1225', '3437', '3618', 'pet', 'aaa', '', '', '0', '0', '0', '0', 'stand', '0', '0', '0', '0', '0', '0', '0');
- INSERT INTO `bots` VALUES ('1226', '0', '3650', 'pet', 'ttest', '', '', '0', '0', '0', '0', 'stand', '0', '0', '0', '0', '0', '0', '0');
- -- ----------------------------
- -- Table structure for `bots_pet_commands`
- -- ----------------------------
- DROP TABLE IF EXISTS `bots_pet_commands`;
- CREATE TABLE `bots_pet_commands` (
- `id` int(11) NOT NULL AUTO_INCREMENT,
- `input_title` varchar(255) NOT NULL,
- `input` text,
- PRIMARY KEY (`id`)
- ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of bots_pet_commands
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `bots_pet_responses`
- -- ----------------------------
- DROP TABLE IF EXISTS `bots_pet_responses`;
- CREATE TABLE `bots_pet_responses` (
- `pet_id` varchar(255) NOT NULL,
- `responses` text NOT NULL,
- PRIMARY KEY (`pet_id`)
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of bots_pet_responses
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `bots_responses`
- -- ----------------------------
- DROP TABLE IF EXISTS `bots_responses`;
- CREATE TABLE `bots_responses` (
- `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
- `bot_id` int(10) unsigned NOT NULL,
- `keywords` text NOT NULL,
- `response_text` varchar(200) NOT NULL,
- `mode` enum('say','shout','whisper') NOT NULL DEFAULT 'say',
- `serve_id` int(11) NOT NULL DEFAULT '0',
- `type` enum('normal','rentable') NOT NULL DEFAULT 'normal',
- PRIMARY KEY (`id`),
- KEY `bot_id` (`bot_id`)
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of bots_responses
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `bots_speech`
- -- ----------------------------
- DROP TABLE IF EXISTS `bots_speech`;
- CREATE TABLE `bots_speech` (
- `bot_id` int(10) unsigned NOT NULL,
- `text` varchar(200) NOT NULL,
- `shout` enum('0','1') NOT NULL DEFAULT '0',
- `type` enum('normal','rentable') NOT NULL DEFAULT 'normal',
- `id` int(11) NOT NULL,
- KEY `bot_id` (`bot_id`)
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of bots_speech
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `catalog_bot_presets`
- -- ----------------------------
- DROP TABLE IF EXISTS `catalog_bot_presets`;
- CREATE TABLE `catalog_bot_presets` (
- `id` int(11) NOT NULL AUTO_INCREMENT,
- `name` varchar(255) NOT NULL,
- `figure` varchar(255) NOT NULL,
- `gender` varchar(255) NOT NULL,
- `motto` varchar(255) NOT NULL,
- PRIMARY KEY (`id`)
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of catalog_bot_presets
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `catalog_items`
- -- ----------------------------
- DROP TABLE IF EXISTS `catalog_items`;
- CREATE TABLE `catalog_items` (
- `id` int(100) unsigned NOT NULL,
- `page_id` int(11) NOT NULL,
- `item_ids` varchar(120) NOT NULL,
- `catalog_name` varchar(100) NOT NULL,
- `cost_credits` int(11) NOT NULL,
- `cost_pixels` int(11) NOT NULL,
- `cost_snow` int(11) NOT NULL DEFAULT '0',
- `amount` int(11) NOT NULL,
- `vip` enum('0','1','2') NOT NULL DEFAULT '0',
- `achievement` int(4) unsigned NOT NULL DEFAULT '0',
- `song_id` int(11) unsigned NOT NULL DEFAULT '0',
- `limited_sells` int(11) NOT NULL DEFAULT '0',
- `limited_stack` int(11) NOT NULL DEFAULT '0',
- `offer_active` enum('0','1') NOT NULL DEFAULT '1',
- `extradata` varchar(255) NOT NULL,
- PRIMARY KEY (`id`)
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of catalog_items
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `catalog_marketplace_data`
- -- ----------------------------
- DROP TABLE IF EXISTS `catalog_marketplace_data`;
- CREATE TABLE `catalog_marketplace_data` (
- `id` int(12) NOT NULL AUTO_INCREMENT,
- `sprite` int(7) NOT NULL,
- `sold` int(7) NOT NULL DEFAULT '0',
- `avgprice` int(9) NOT NULL DEFAULT '0',
- `daysago` int(5) NOT NULL DEFAULT '0',
- PRIMARY KEY (`id`)
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
- -- ----------------------------
- -- Records of catalog_marketplace_data
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `catalog_marketplace_offers`
- -- ----------------------------
- DROP TABLE IF EXISTS `catalog_marketplace_offers`;
- CREATE TABLE `catalog_marketplace_offers` (
- `offer_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
- `item_id` int(10) unsigned NOT NULL,
- `user_id` int(10) unsigned NOT NULL,
- `asking_price` int(11) NOT NULL,
- `total_price` int(11) NOT NULL DEFAULT '0',
- `public_name` text NOT NULL,
- `sprite_id` int(11) NOT NULL,
- `item_type` enum('1','2') NOT NULL DEFAULT '1',
- `timestamp` double NOT NULL,
- `state` enum('1','2') NOT NULL DEFAULT '1',
- `extra_data` text NOT NULL,
- `furni_id` int(10) unsigned NOT NULL,
- PRIMARY KEY (`offer_id`)
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of catalog_marketplace_offers
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `catalog_pages`
- -- ----------------------------
- DROP TABLE IF EXISTS `catalog_pages`;
- CREATE TABLE `catalog_pages` (
- `id` int(11) NOT NULL AUTO_INCREMENT,
- `parent_id` int(11) NOT NULL DEFAULT '-1',
- `caption` varchar(100) NOT NULL,
- `icon_color` int(11) NOT NULL DEFAULT '1',
- `icon_image` int(11) NOT NULL DEFAULT '1',
- `visible` enum('0','1') NOT NULL DEFAULT '1',
- `enabled` enum('0','1') NOT NULL DEFAULT '1',
- `min_rank` int(10) unsigned NOT NULL DEFAULT '1',
- `club_only` enum('0','1') NOT NULL DEFAULT '0',
- `order_num` int(11) NOT NULL,
- `page_layout` enum('default_3x3','frontpage','spaces','recycler','recycler_info','recycler_prizes','trophies','plasto','marketplace','marketplace_own_items','pets','pets2','club_buy','club_gifts','guild_frontpage','spaces_new','guild_custom_furni','bots','petcustomization','roomads') NOT NULL DEFAULT 'default_3x3',
- `page_headline` text NOT NULL,
- `page_teaser` text NOT NULL,
- `page_special` text NOT NULL,
- `page_text1` text NOT NULL,
- `page_text2` text NOT NULL,
- `page_text_details` text NOT NULL,
- `page_text_teaser` text NOT NULL,
- `vip_only` enum('1','0') NOT NULL DEFAULT '0',
- `page_link_description` text NOT NULL,
- `page_link_pagename` text NOT NULL,
- PRIMARY KEY (`id`)
- ) ENGINE=InnoDB AUTO_INCREMENT=9051 DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of catalog_pages
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `chatlogs`
- -- ----------------------------
- DROP TABLE IF EXISTS `chatlogs`;
- CREATE TABLE `chatlogs` (
- `id` int(11) NOT NULL AUTO_INCREMENT,
- `user_id` int(10) unsigned NOT NULL,
- `room_id` int(10) unsigned NOT NULL,
- `timestamp` double NOT NULL,
- `message` text NOT NULL,
- PRIMARY KEY (`id`),
- KEY `user_id` (`user_id`),
- KEY `room_id` (`room_id`)
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=COMPRESSED KEY_BLOCK_SIZE=4;
- -- ----------------------------
- -- Records of chatlogs
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `cmdlogs`
- -- ----------------------------
- DROP TABLE IF EXISTS `cmdlogs`;
- CREATE TABLE `cmdlogs` (
- `id` int(10) NOT NULL AUTO_INCREMENT,
- `user_id` int(10) NOT NULL,
- `user_name` varchar(100) CHARACTER SET utf8 NOT NULL,
- `command` varchar(50) CHARACTER SET utf8 NOT NULL,
- `extra_data` text CHARACTER SET utf8 NOT NULL,
- `timestamp` int(120) NOT NULL,
- PRIMARY KEY (`id`)
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of cmdlogs
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `ecotron_rewards`
- -- ----------------------------
- DROP TABLE IF EXISTS `ecotron_rewards`;
- CREATE TABLE `ecotron_rewards` (
- `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
- `display_id` int(10) unsigned NOT NULL,
- `item_id` int(10) unsigned NOT NULL,
- `reward_level` int(11) unsigned NOT NULL,
- PRIMARY KEY (`id`)
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of ecotron_rewards
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `failed_pins`
- -- ----------------------------
- DROP TABLE IF EXISTS `failed_pins`;
- CREATE TABLE `failed_pins` (
- `user` varchar(50) NOT NULL,
- `pincode` int(4) NOT NULL,
- `destination` varchar(50) NOT NULL,
- `does_differ` enum('1','0') NOT NULL DEFAULT '0',
- `ip_curr` varchar(45) NOT NULL
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of failed_pins
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `flagged_users`
- -- ----------------------------
- DROP TABLE IF EXISTS `flagged_users`;
- CREATE TABLE `flagged_users` (
- `id` int(10) NOT NULL
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of flagged_users
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `fuse_cmds`
- -- ----------------------------
- DROP TABLE IF EXISTS `fuse_cmds`;
- CREATE TABLE `fuse_cmds` (
- `id` int(11) NOT NULL AUTO_INCREMENT,
- `command` varchar(255) NOT NULL,
- `rank` int(11) NOT NULL,
- `params` varchar(255) DEFAULT NULL,
- `description` varchar(255) DEFAULT NULL,
- PRIMARY KEY (`id`)
- ) ENGINE=InnoDB AUTO_INCREMENT=81 DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of fuse_cmds
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `help_subjects`
- -- ----------------------------
- DROP TABLE IF EXISTS `help_subjects`;
- CREATE TABLE `help_subjects` (
- `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
- `caption` varchar(100) NOT NULL,
- PRIMARY KEY (`id`)
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of help_subjects
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `help_topics`
- -- ----------------------------
- DROP TABLE IF EXISTS `help_topics`;
- CREATE TABLE `help_topics` (
- `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
- `subject` int(11) unsigned NOT NULL DEFAULT '1',
- `title` varchar(50) NOT NULL,
- `body` text NOT NULL,
- `known_issue` enum('0','1','2') NOT NULL DEFAULT '0',
- PRIMARY KEY (`id`)
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of help_topics
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `hk_fuses`
- -- ----------------------------
- DROP TABLE IF EXISTS `hk_fuses`;
- CREATE TABLE `hk_fuses` (
- `fuse` varchar(50) NOT NULL,
- `minrank` int(11) NOT NULL DEFAULT '1'
- ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
- -- ----------------------------
- -- Records of hk_fuses
- -- ----------------------------
- INSERT INTO `hk_fuses` VALUES ('login', '9');
- INSERT INTO `hk_fuses` VALUES ('site_manage', '11');
- INSERT INTO `hk_fuses` VALUES ('pornban', '11');
- INSERT INTO `hk_fuses` VALUES ('adv_edit', '11');
- -- ----------------------------
- -- Table structure for `infobus_answers`
- -- ----------------------------
- DROP TABLE IF EXISTS `infobus_answers`;
- CREATE TABLE `infobus_answers` (
- `id` int(11) NOT NULL AUTO_INCREMENT,
- `question_id` int(11) NOT NULL DEFAULT '0',
- `answer_text` text NOT NULL,
- PRIMARY KEY (`id`)
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of infobus_answers
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `infobus_questions`
- -- ----------------------------
- DROP TABLE IF EXISTS `infobus_questions`;
- CREATE TABLE `infobus_questions` (
- `id` int(11) NOT NULL AUTO_INCREMENT,
- `question` text NOT NULL,
- PRIMARY KEY (`id`)
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of infobus_questions
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `infobus_results`
- -- ----------------------------
- DROP TABLE IF EXISTS `infobus_results`;
- CREATE TABLE `infobus_results` (
- `id` int(11) NOT NULL AUTO_INCREMENT,
- `question_id` int(11) NOT NULL,
- `answer_id` int(11) NOT NULL,
- PRIMARY KEY (`id`)
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of infobus_results
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `items`
- -- ----------------------------
- DROP TABLE IF EXISTS `items`;
- CREATE TABLE `items` (
- `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
- `user_id` int(10) NOT NULL,
- `room_id` int(10) unsigned NOT NULL DEFAULT '0',
- `base_item` int(10) unsigned NOT NULL,
- `extra_data` text NOT NULL,
- `x` int(11) NOT NULL DEFAULT '0',
- `y` int(11) NOT NULL DEFAULT '0',
- `z` double NOT NULL DEFAULT '0',
- `rot` int(11) NOT NULL DEFAULT '0',
- `wall_pos` varchar(100) NOT NULL,
- PRIMARY KEY (`id`),
- UNIQUE KEY `id` (`id`) USING BTREE,
- KEY `userid` (`user_id`) USING BTREE,
- KEY `roomid` (`room_id`)
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of items
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `items_groups`
- -- ----------------------------
- DROP TABLE IF EXISTS `items_groups`;
- CREATE TABLE `items_groups` (
- `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
- `group_id` int(11) NOT NULL DEFAULT '0',
- PRIMARY KEY (`id`)
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
- -- ----------------------------
- -- Records of items_groups
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `items_hopper`
- -- ----------------------------
- DROP TABLE IF EXISTS `items_hopper`;
- CREATE TABLE `items_hopper` (
- `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
- `item_id` int(11) NOT NULL DEFAULT '0',
- `hopper_id` int(10) unsigned NOT NULL DEFAULT '0',
- `room_id` int(10) unsigned NOT NULL DEFAULT '0',
- `hopper_type` enum('0','1','2','3','4') NOT NULL DEFAULT '0',
- PRIMARY KEY (`id`)
- ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of items_hopper
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `items_rooms_songs`
- -- ----------------------------
- DROP TABLE IF EXISTS `items_rooms_songs`;
- CREATE TABLE `items_rooms_songs` (
- `itemid` int(10) unsigned NOT NULL,
- `roomid` int(10) unsigned NOT NULL,
- `songid` int(11) NOT NULL,
- PRIMARY KEY (`itemid`,`roomid`),
- KEY `itemid` (`itemid`),
- KEY `roomid` (`roomid`)
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of items_rooms_songs
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `item_tolls`
- -- ----------------------------
- DROP TABLE IF EXISTS `item_tolls`;
- CREATE TABLE `item_tolls` (
- `item_id` int(11) NOT NULL DEFAULT '0',
- `toll_price` int(11) DEFAULT NULL,
- PRIMARY KEY (`item_id`)
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of item_tolls
- -- ----------------------------
- INSERT INTO `item_tolls` VALUES ('469071', '0');
- -- ----------------------------
- -- Table structure for `linkfilter`
- -- ----------------------------
- DROP TABLE IF EXISTS `linkfilter`;
- CREATE TABLE `linkfilter` (
- `externalsite` varchar(80) NOT NULL,
- PRIMARY KEY (`externalsite`),
- KEY `site` (`externalsite`)
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of linkfilter
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `messenger_categories`
- -- ----------------------------
- DROP TABLE IF EXISTS `messenger_categories`;
- CREATE TABLE `messenger_categories` (
- `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
- `user_id` int(11) unsigned NOT NULL,
- `caption` varchar(255) NOT NULL DEFAULT 'NULL',
- PRIMARY KEY (`id`)
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of messenger_categories
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `messenger_friendships`
- -- ----------------------------
- DROP TABLE IF EXISTS `messenger_friendships`;
- CREATE TABLE `messenger_friendships` (
- `user_one_id` int(11) unsigned NOT NULL,
- `user_two_id` int(11) unsigned NOT NULL,
- `category` int(11) NOT NULL DEFAULT '0',
- KEY `user_one_id` (`user_one_id`),
- KEY `user_two_id` (`user_two_id`)
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of messenger_friendships
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `messenger_friendships_new`
- -- ----------------------------
- DROP TABLE IF EXISTS `messenger_friendships_new`;
- CREATE TABLE `messenger_friendships_new` (
- `user_one_id` int(11) unsigned NOT NULL,
- `user_two_id` int(11) unsigned NOT NULL,
- `category` int(11) NOT NULL DEFAULT '0',
- KEY `user_one_id` (`user_one_id`),
- KEY `user_two_id` (`user_two_id`)
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of messenger_friendships_new
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `messenger_offline_messages`
- -- ----------------------------
- DROP TABLE IF EXISTS `messenger_offline_messages`;
- CREATE TABLE `messenger_offline_messages` (
- `id` int(11) NOT NULL AUTO_INCREMENT,
- `to_id` int(11) unsigned NOT NULL DEFAULT '0',
- `from_id` int(11) unsigned NOT NULL DEFAULT '0',
- `message` varchar(255) NOT NULL,
- `timestamp` double NOT NULL DEFAULT '0',
- PRIMARY KEY (`id`)
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
- -- ----------------------------
- -- Records of messenger_offline_messages
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `messenger_requests`
- -- ----------------------------
- DROP TABLE IF EXISTS `messenger_requests`;
- CREATE TABLE `messenger_requests` (
- `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
- `from_id` int(10) unsigned NOT NULL,
- `to_id` int(10) unsigned NOT NULL,
- PRIMARY KEY (`id`),
- UNIQUE KEY `id` (`id`),
- KEY `to_id` (`to_id`),
- KEY `from_id` (`from_id`)
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of messenger_requests
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `moderation_tickets`
- -- ----------------------------
- DROP TABLE IF EXISTS `moderation_tickets`;
- CREATE TABLE `moderation_tickets` (
- `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
- `score` int(11) NOT NULL,
- `type` int(11) NOT NULL,
- `status` enum('open','picked','resolved','abusive','invalid','deleted') NOT NULL DEFAULT 'open',
- `sender_id` int(10) unsigned NOT NULL,
- `reported_id` int(10) unsigned NOT NULL,
- `moderator_id` int(10) unsigned NOT NULL,
- `message` text NOT NULL,
- `room_id` int(10) unsigned NOT NULL,
- `room_name` varchar(100) NOT NULL,
- `timestamp` double NOT NULL,
- PRIMARY KEY (`id`),
- KEY `status` (`status`),
- KEY `sender_id` (`sender_id`),
- KEY `reported_id` (`reported_id`),
- KEY `moderator_id` (`moderator_id`),
- KEY `room_id` (`room_id`)
- ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of moderation_tickets
- -- ----------------------------
- INSERT INTO `moderation_tickets` VALUES ('1', '1', '122', 'open', '3617', '0', '0', 'erfedgdfgdfdsfghdsfhsghggfh', '3438', 'cfgdfgg', '1369339791');
- -- ----------------------------
- -- Table structure for `pets_racesoncatalogue`
- -- ----------------------------
- DROP TABLE IF EXISTS `pets_racesoncatalogue`;
- CREATE TABLE `pets_racesoncatalogue` (
- `raceid` int(255) DEFAULT NULL,
- `color1` int(255) DEFAULT NULL,
- `color2` int(255) DEFAULT NULL,
- `has1color` enum('1','0') DEFAULT NULL,
- `has2color` enum('1','0') DEFAULT NULL
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of pets_racesoncatalogue
- -- ----------------------------
- INSERT INTO `pets_racesoncatalogue` VALUES ('12', '0', '0', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('12', '1', '1', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('12', '2', '2', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('12', '3', '3', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('12', '4', '4', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('12', '5', '5', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('15', '1', '2', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('15', '2', '7', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('15', '3', '8', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('15', '4', '9', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('15', '1', '6', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('15', '2', '3', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('15', '3', '4', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('15', '4', '5', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('17', '0', '0', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('18', '0', '0', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('19', '0', '0', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('20', '0', '0', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('21', '0', '0', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('22', '0', '0', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('0', '0', '0', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('0', '1', '1', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('0', '2', '2', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('0', '3', '3', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('0', '4', '4', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('0', '5', '5', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('0', '6', '6', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('0', '7', '7', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('0', '8', '8', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('0', '9', '9', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('0', '10', '10', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('0', '11', '11', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('0', '12', '12', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('0', '13', '13', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('0', '14', '14', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('0', '15', '15', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('0', '16', '16', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('0', '17', '17', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('0', '18', '18', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('0', '19', '19', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('0', '20', '20', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('0', '21', '21', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('0', '22', '22', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('0', '23', '23', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('0', '24', '24', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('1', '0', '0', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('1', '1', '1', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('1', '2', '2', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('1', '3', '3', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('1', '4', '4', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('1', '5', '5', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('1', '6', '6', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('1', '7', '7', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('1', '8', '8', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('1', '9', '9', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('1', '10', '10', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('1', '11', '11', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('1', '12', '12', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('1', '13', '13', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('1', '14', '14', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('1', '15', '15', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('1', '16', '16', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('1', '17', '17', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('1', '18', '18', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('1', '19', '19', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('1', '20', '20', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('1', '21', '21', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('1', '22', '22', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('1', '23', '23', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('1', '24', '24', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('10', '0', '0', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('9', '0', '0', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('9', '1', '1', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('9', '2', '2', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('9', '3', '3', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('9', '4', '4', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('9', '5', '5', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('9', '6', '6', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('9', '7', '7', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('9', '8', '8', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('11', '1', '1', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('11', '2', '2', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('11', '3', '3', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('11', '4', '4', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('11', '5', '5', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('11', '6', '6', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('11', '8', '8', '0', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('11', '9', '9', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('11', '10', '10', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('11', '11', '11', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('11', '12', '12', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('11', '13', '13', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('11', '15', '15', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('11', '18', '18', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('8', '0', '0', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('8', '1', '1', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('8', '2', '2', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('8', '3', '3', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('8', '4', '4', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('8', '5', '5', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('8', '6', '6', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('8', '7', '7', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('8', '8', '8', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('8', '9', '9', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('8', '10', '10', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('8', '11', '11', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('8', '14', '14', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('7', '0', '0', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('7', '1', '1', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('7', '2', '2', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('7', '3', '3', '0', '1');
- INSERT INTO `pets_racesoncatalogue` VALUES ('7', '4', '4', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('7', '5', '5', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('7', '6', '6', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('7', '7', '7', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('7', '0', '0', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('7', '1', '1', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('7', '2', '2', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('7', '3', '3', '0', '1');
- INSERT INTO `pets_racesoncatalogue` VALUES ('7', '4', '4', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('7', '5', '5', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('7', '6', '6', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('7', '7', '7', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('5', '0', '0', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('5', '1', '1', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('5', '2', '2', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('5', '3', '3', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('5', '5', '5', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('5', '7', '7', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('5', '8', '8', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('3', '0', '0', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('3', '1', '1', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('3', '2', '2', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('3', '3', '3', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('3', '4', '4', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('3', '5', '5', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('3', '6', '6', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('4', '0', '0', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('4', '1', '1', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('4', '2', '2', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('4', '3', '3', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('2', '0', '0', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('2', '1', '1', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('2', '2', '2', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('2', '3', '3', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('2', '4', '4', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('2', '5', '5', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('2', '6', '6', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('2', '7', '7', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('2', '8', '8', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('2', '9', '9', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('2', '10', '10', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('2', '11', '11', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('6', '0', '0', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('6', '1', '1', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('6', '2', '2', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('6', '3', '3', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('6', '4', '4', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('6', '5', '5', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('6', '6', '6', '0', '1');
- INSERT INTO `pets_racesoncatalogue` VALUES ('6', '7', '7', '0', '1');
- INSERT INTO `pets_racesoncatalogue` VALUES ('6', '8', '8', '0', '1');
- INSERT INTO `pets_racesoncatalogue` VALUES ('6', '9', '9', '0', '1');
- INSERT INTO `pets_racesoncatalogue` VALUES ('6', '10', '10', '0', '1');
- INSERT INTO `pets_racesoncatalogue` VALUES ('6', '11', '11', '1', '0');
- INSERT INTO `pets_racesoncatalogue` VALUES ('6', '12', '12', '0', '1');
- -- ----------------------------
- -- Table structure for `profile_wall`
- -- ----------------------------
- DROP TABLE IF EXISTS `profile_wall`;
- CREATE TABLE `profile_wall` (
- `id` int(11) NOT NULL AUTO_INCREMENT,
- `page_id` int(11) NOT NULL,
- `poster_id` int(11) NOT NULL,
- `message` text NOT NULL,
- `likes` int(11) NOT NULL DEFAULT '0',
- `owner_read` enum('0','1') NOT NULL DEFAULT '0',
- PRIMARY KEY (`id`)
- ) ENGINE=MyISAM AUTO_INCREMENT=1354 DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of profile_wall
- -- ----------------------------
- INSERT INTO `profile_wall` VALUES ('1344', '3491', '3493', '<3', '0', '1');
- INSERT INTO `profile_wall` VALUES ('1345', '3490', '3493', '<3', '0', '0');
- INSERT INTO `profile_wall` VALUES ('1346', '3511', '3511', 'I\'m Jacob and i love cocks<3', '0', '1');
- INSERT INTO `profile_wall` VALUES ('1347', '3511', '3511', 'Yh bby up my fucking arss with ur 69 inch dick', '0', '1');
- INSERT INTO `profile_wall` VALUES ('1348', '3511', '3511', 'Dyl is sexy as fk OMG HER TIGHT WET PUSSY', '0', '1');
- INSERT INTO `profile_wall` VALUES ('1349', '3511', '3511', 'I fucked Ash\'s gf he\'s a fat emo', '0', '1');
- INSERT INTO `profile_wall` VALUES ('1350', '3494', '3494', 'Hello, Im Ryan {username} LAWL Ik your name\r\n \r\nFacebook.com/ryanretr0\r\nskype: ryanretr0z\r\nsnog; snog.com/iliketrain99', '0', '1');
- INSERT INTO `profile_wall` VALUES ('1351', '3490', '3541', 'je veux etres staff stp mets moi staff', '0', '0');
- INSERT INTO `profile_wall` VALUES ('1352', '3588', '3588', '\'', '0', '1');
- INSERT INTO `profile_wall` VALUES ('1353', '3491', '3623', 'Add my Fansite!!', '0', '0');
- -- ----------------------------
- -- Table structure for `quests`
- -- ----------------------------
- DROP TABLE IF EXISTS `quests`;
- CREATE TABLE `quests` (
- `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
- `type` varchar(32) NOT NULL DEFAULT '',
- `level_num` int(11) NOT NULL DEFAULT '0',
- `goal_type` int(10) NOT NULL DEFAULT '0',
- `goal_data` int(10) unsigned NOT NULL DEFAULT '0',
- `action` varchar(32) NOT NULL DEFAULT '',
- `pixel_reward` int(11) NOT NULL DEFAULT '10',
- `data_bit` varchar(2) NOT NULL DEFAULT '',
- `reward_type` enum('0','1','2','3','4','5') NOT NULL DEFAULT '0',
- `timestamp_unlock` int(11) NOT NULL DEFAULT '0',
- `timestamp_lock` int(11) NOT NULL,
- PRIMARY KEY (`id`)
- ) ENGINE=InnoDB AUTO_INCREMENT=182 DEFAULT CHARSET=utf8;
- -- ----------------------------
- -- Records of quests
- -- ----------------------------
- INSERT INTO `quests` VALUES ('2', 'identity', '1', '14', '1', 'CHANGEFIGURE', '10', '_2', '0', '0', '0');
- INSERT INTO `quests` VALUES ('3', 'social', '2', '9', '1', 'CHATWITHSOMEONE', '10', '', '0', '0', '0');
- INSERT INTO `quests` VALUES ('6', 'social', '5', '12', '1', 'DANCE', '10', '', '0', '0', '0');
- INSERT INTO `quests` VALUES ('15', 'social', '1', '8', '1', 'ENTEROTHERSROOM', '10', '_2', '0', '0', '0');
- INSERT INTO `quests` VALUES ('17', 'identity', '2', '15', '1', 'CHANGEMOTTO', '10', '', '0', '0', '0');
- INSERT INTO `quests` VALUES ('101', 'room_builder', '1', '0', '3', 'MOVEITEM', '10', '_2', '0', '0', '0');
- INSERT INTO `quests` VALUES ('104', 'explore', '1', '17', '1936', 'FINDLIFEGUARDTOWER', '10', '_2', '0', '0', '0');
- INSERT INTO `quests` VALUES ('105', 'room_builder', '2', '1', '3', 'ROTATEITEM', '10', '', '0', '0', '0');
- INSERT INTO `quests` VALUES ('106', 'room_builder', '3', '2', '1', 'PLACEITEM', '10', '', '0', '0', '0');
- INSERT INTO `quests` VALUES ('107', 'room_builder', '4', '3', '1', 'PICKUPITEM', '10', '', '0', '0', '0');
- INSERT INTO `quests` VALUES ('108', 'room_builder', '5', '4', '2', 'SWITCHSTATE', '10', '', '0', '0', '0');
- INSERT INTO `quests` VALUES ('109', 'room_builder', '6', '5', '1', 'STACKITEM', '10', '', '0', '0', '0');
- INSERT INTO `quests` VALUES ('110', 'room_builder', '7', '6', '1', 'PLACEFLOOR', '10', '', '0', '0', '0');
- INSERT INTO `quests` VALUES ('111', 'room_builder', '8', '7', '1', 'PLACEWALLPAPER', '10', '_1', '0', '0', '0');
- INSERT INTO `quests` VALUES ('113', 'identity', '3', '16', '1', 'WEARBADGE', '10', '', '0', '0', '0');
- INSERT INTO `quests` VALUES ('115', 'social', '3', '10', '1', 'REQUESTFRIEND', '10', '', '0', '0', '0');
- INSERT INTO `quests` VALUES ('116', 'social', '4', '11', '1', 'GIVERESPECT', '10', '', '0', '0', '0');
- INSERT INTO `quests` VALUES ('118', 'social', '6', '13', '1', 'WAVE', '10', '', '0', '0', '0');
- INSERT INTO `quests` VALUES ('119', 'explore', '2', '17', '1948', 'SWIM', '10', '', '0', '0', '0');
- INSERT INTO `quests` VALUES ('120', 'explore', '3', '17', '1969', 'FINDSURFBOARD', '10', '', '0', '0', '0');
- INSERT INTO `quests` VALUES ('121', 'explore', '4', '17', '1956', 'FINDBEETLE', '10', '', '0', '0', '0');
- INSERT INTO `quests` VALUES ('122', 'explore', '5', '17', '1369', 'FINDNEONFLOOR', '10', '', '0', '0', '0');
- INSERT INTO `quests` VALUES ('123', 'explore', '6', '17', '1375', 'FINDDISCOBALL', '10', '', '0', '0', '0');
- INSERT INTO `quests` VALUES ('124', 'explore', '7', '17', '1019', 'FINDJUKEBOX', '10', '', '0', '0', '0');
- INSERT INTO `quests` VALUES ('125', 'explore', '8', '17', '2050', 'FINDBBGATE', '10', '', '0', '0', '0');
- INSERT INTO `quests` VALUES ('126', 'explore', '9', '17', '2040', 'FINDBBTILE', '10', '', '0', '0', '0');
- INSERT INTO `quests` VALUES ('127', 'explore', '10', '17', '2049', 'FINDBBTELEPORT', '10', '', '0', '0', '0');
- INSERT INTO `quests` VALUES ('128', 'explore', '11', '17', '2167', 'FINDFREEZEGATE', '10', '', '0', '0', '0');
- INSERT INTO `quests` VALUES ('129', 'explore', '12', '17', '2172', 'FINDFREEZESCOREBOARD', '10', '', '0', '0', '0');
- INSERT INTO `quests` VALUES ('130', 'explore', '13', '17', '2166', 'FINDFREEZEEXITTILE', '10', '', '0', '0', '0');
- INSERT INTO `quests` VALUES ('131', 'explore', '14', '17', '1413', 'ICESKATE', '10', '', '0', '0', '0');
- INSERT INTO `quests` VALUES ('132', 'explore', '15', '17', '2148', 'FINDTAGPOLE', '10', '', '0', '0', '0');
- INSERT INTO `quests` VALUES ('133', 'explore', '16', '17', '2199', 'ROLLERSKATE', '10', '', '0', '0', '0');
- INSERT INTO `quests` VALUES ('142', 'xmas2012_30', '0', '19', '4', 'add_25_friends', '0', '', '0', '0', '1354514400');
- INSERT INTO `quests` VALUES ('143', 'xmas2012_1', '1', '20', '10', 'wave_10_users', '0', '', '0', '1354514400', '1354600800');
- INSERT INTO `quests` VALUES ('144', 'xmas2012_2', '2', '21', '10', 'blow_kiss', '0', '', '0', '1354600800', '1354687200');
- INSERT INTO `quests` VALUES ('145', 'xmas2012_3', '3', '22', '1', 'wear_hat', '0', '', '0', '1354687200', '1354773600');
- INSERT INTO `quests` VALUES ('146', 'xmas2012_4', '4', '23', '1', 'dance_with_others', '0', '', '0', '1354773600', '1354860000');
- INSERT INTO `quests` VALUES ('147', 'xmas2012_5', '5', '24', '5', 'gift_others', '0', '', '0', '1354860000', '1354946400');
- INSERT INTO `quests` VALUES ('148', 'xmas2012_6', '6', '25', '1378', 'its_snowing', '0', '', '0', '1354946400', '1355032800');
- INSERT INTO `quests` VALUES ('149', 'xmas2012_7', '7', '27', '5', 'pass_coffee', '0', '', '0', '1355032800', '1355032800');
- INSERT INTO `quests` VALUES ('150', 'xmas2012_8', '8', '28', '5', 'wave_reindeer', '0', '', '0', '1355119200', '1355205600');
- INSERT INTO `quests` VALUES ('151', 'xmas2012_9', '9', '23', '1', 'place_tree', '0', '', '0', '1355205600', '1355292000');
- INSERT INTO `quests` VALUES ('152', 'xmas2012_10', '10', '23', '100', 'dance', '0', '', '0', '1355292000', '1356328800');
- INSERT INTO `quests` VALUES ('156', 'xmas2012_11', '11', '0', '0', 'placeholder', '10', '', '0', '0', '0');
- INSERT INTO `quests` VALUES ('157', 'xmas2012_12', '12', '0', '0', 'placeholder', '10', '', '0', '0', '0');
- INSERT INTO `quests` VALUES ('158', 'xmas2012_13', '13', '0', '0', 'placeholder', '10', '', '0', '0', '0');
- INSERT INTO `quests` VALUES ('159', 'xmas2012_14', '14', '0', '0', 'placeholder', '10', '', '0', '0', '0');
- INSERT INTO `quests` VALUES ('160', 'xmas2012_15', '15', '0', '0', 'placeholder', '10', '', '0', '0', '0');
- INSERT INTO `quests` VALUES ('161', 'xmas2012_16', '16', '0', '0', 'placeholder', '10', '', '0', '0', '0');
- INSERT INTO `quests` VALUES ('162', 'xmas2012_17', '17', '0', '0', 'placeholder', '10', '', '0', '0', '0');
- INSERT INTO `quests` VALUES ('163', 'xmas2012_18', '18', '0', '0', 'placeholder', '10', '', '0', '0', '0');
- INSERT INTO `quests` VALUES ('164', 'xmas2012_19', '19', '0', '0', 'placeholder', '10', '', '0', '0', '0');
- INSERT INTO `quests` VALUES ('165', 'xmas2012_20', '20', '0', '0', 'placeholder', '10', '', '0', '0', '0');
- INSERT INTO `quests` VALUES ('166', 'xmas2012_21', '0', '0', '0', '', '10', '', '0', '0', '0');
- INSERT INTO `quests` VALUES ('180', 'xmas2012_22', '22', '17', '45207', 'find_fire', '0', '', '0', '1356328800', '1356328800');
- INSERT INTO `quests` VALUES ('181', 'xmas2012_23', '23', '29', '300', 'party', '0', '', '0', '0', '0');
- -- ----------------------------
- -- Table structure for `ranks`
- -- ----------------------------
- DROP TABLE IF EXISTS `ranks`;
- CREATE TABLE `ranks` (
- `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
- `name` varchar(50) NOT NULL,
- `badgeid` varchar(5) DEFAULT NULL,
- PRIMARY KEY (`id`)
- ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of ranks
- -- ----------------------------
- INSERT INTO `ranks` VALUES ('1', 'User', null);
- INSERT INTO `ranks` VALUES ('2', 'VIP', 'VIP');
- INSERT INTO `ranks` VALUES ('3', 'Trial Moderator', 'NWB');
- INSERT INTO `ranks` VALUES ('4', 'Moderator', 'HS1');
- INSERT INTO `ranks` VALUES ('5', 'Senior Moderator', 'HS1');
- INSERT INTO `ranks` VALUES ('6', 'Administrator', 'ADM');
- INSERT INTO `ranks` VALUES ('7', 'Hotel Manager', 'ADM');
- INSERT INTO `ranks` VALUES ('8', 'Hotel Owner', 'ADM');
- -- ----------------------------
- -- Table structure for `rooms`
- -- ----------------------------
- DROP TABLE IF EXISTS `rooms`;
- CREATE TABLE `rooms` (
- `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
- `roomtype` enum('public','private') NOT NULL DEFAULT 'private',
- `caption` varchar(100) NOT NULL DEFAULT 'Room',
- `owner` varchar(75) NOT NULL DEFAULT '',
- `description` varchar(255) NOT NULL DEFAULT '',
- `category` int(11) NOT NULL DEFAULT '0',
- `state` enum('open','locked','password') NOT NULL DEFAULT 'open',
- `users_now` int(11) NOT NULL DEFAULT '0',
- `users_max` int(11) NOT NULL DEFAULT '25',
- `model_name` varchar(50) NOT NULL,
- `public_ccts` varchar(50) NOT NULL DEFAULT '',
- `score` int(11) NOT NULL DEFAULT '0',
- `tags` varchar(100) NOT NULL DEFAULT '',
- `icon_bg` int(11) NOT NULL DEFAULT '1',
- `icon_fg` int(11) NOT NULL DEFAULT '0',
- `icon_items` varchar(50) NOT NULL DEFAULT '',
- `password` varchar(30) NOT NULL DEFAULT '',
- `wallpaper` varchar(10) NOT NULL DEFAULT '0.0',
- `floor` varchar(10) NOT NULL DEFAULT '0.0',
- `landscape` varchar(10) NOT NULL DEFAULT '0.0',
- `allow_pets` enum('0','1') NOT NULL DEFAULT '1',
- `allow_pets_eat` enum('0','1') NOT NULL DEFAULT '0',
- `allow_walkthrough` enum('0','1') NOT NULL DEFAULT '0',
- `allow_hidewall` enum('0','1') NOT NULL DEFAULT '0',
- `wallthick` int(1) NOT NULL DEFAULT '0',
- `floorthick` int(1) NOT NULL DEFAULT '0',
- `achievement` int(11) NOT NULL DEFAULT '0',
- `group_id` int(11) unsigned NOT NULL DEFAULT '0',
- `game_id` int(11) NOT NULL DEFAULT '0',
- `mute_settings` enum('0','1') NOT NULL DEFAULT '1',
- `ban_settings` enum('0','1') NOT NULL DEFAULT '1',
- `kick_settings` enum('0','1','2') NOT NULL DEFAULT '1',
- PRIMARY KEY (`id`),
- UNIQUE KEY `id` (`id`) USING BTREE,
- KEY `owner` (`owner`) USING BTREE,
- KEY `roomtype` (`roomtype`) USING BTREE,
- KEY `caption` (`caption`) USING BTREE,
- KEY `users_now` (`users_now`) USING BTREE,
- KEY `tags` (`tags`) USING BTREE,
- KEY `category` (`category`) USING BTREE,
- KEY `password` (`password`)
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of rooms
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `room_ads`
- -- ----------------------------
- DROP TABLE IF EXISTS `room_ads`;
- CREATE TABLE `room_ads` (
- `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
- `ad_image` text NOT NULL,
- `ad_image_orig` text NOT NULL,
- `ad_link` text NOT NULL,
- `views` int(11) NOT NULL DEFAULT '0',
- `views_limit` int(11) NOT NULL DEFAULT '0' COMMENT '0 = unlimited',
- `enabled` enum('0','1') NOT NULL DEFAULT '1',
- PRIMARY KEY (`id`)
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of room_ads
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `room_bans`
- -- ----------------------------
- DROP TABLE IF EXISTS `room_bans`;
- CREATE TABLE `room_bans` (
- `user_id` int(11) unsigned NOT NULL DEFAULT '0',
- `room_id` int(11) unsigned NOT NULL DEFAULT '0',
- `expire` int(11) NOT NULL DEFAULT '0',
- PRIMARY KEY (`user_id`,`room_id`)
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
- -- ----------------------------
- -- Records of room_bans
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `room_events`
- -- ----------------------------
- DROP TABLE IF EXISTS `room_events`;
- CREATE TABLE `room_events` (
- `roomid` int(11) unsigned NOT NULL DEFAULT '0',
- `name` varchar(255) NOT NULL,
- `desc` text NOT NULL,
- `expire` int(255) NOT NULL DEFAULT '0',
- PRIMARY KEY (`roomid`)
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
- -- ----------------------------
- -- Records of room_events
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `room_items_moodlight`
- -- ----------------------------
- DROP TABLE IF EXISTS `room_items_moodlight`;
- CREATE TABLE `room_items_moodlight` (
- `item_id` int(10) unsigned NOT NULL,
- `enabled` enum('0','1') NOT NULL DEFAULT '0',
- `current_preset` int(11) NOT NULL,
- `preset_one` text NOT NULL,
- `preset_two` text NOT NULL,
- `preset_three` text NOT NULL,
- KEY `item_id` (`item_id`)
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of room_items_moodlight
- -- ----------------------------
- INSERT INTO `room_items_moodlight` VALUES ('469061', '0', '1', '@color,76,1', '#000000,255,0', '#000000,255,0');
- INSERT INTO `room_items_moodlight` VALUES ('469211', '0', '1', '@color,76,1', '@color,76,1', '#000000,255,0');
- -- ----------------------------
- -- Table structure for `room_items_songs`
- -- ----------------------------
- DROP TABLE IF EXISTS `room_items_songs`;
- CREATE TABLE `room_items_songs` (
- `item_id` int(10) unsigned NOT NULL,
- `room_id` int(10) unsigned NOT NULL,
- `song_id` int(10) unsigned NOT NULL,
- PRIMARY KEY (`item_id`,`room_id`)
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of room_items_songs
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `room_items_toner`
- -- ----------------------------
- DROP TABLE IF EXISTS `room_items_toner`;
- CREATE TABLE `room_items_toner` (
- `id` int(11) unsigned NOT NULL,
- `enabled` enum('0','1') DEFAULT '0',
- `data1` int(11) NOT NULL,
- `data2` int(11) NOT NULL,
- `data3` int(11) NOT NULL
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
- -- ----------------------------
- -- Records of room_items_toner
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `room_models`
- -- ----------------------------
- DROP TABLE IF EXISTS `room_models`;
- CREATE TABLE `room_models` (
- `id` varchar(100) NOT NULL,
- `door_x` int(11) NOT NULL,
- `door_y` int(11) NOT NULL,
- `door_z` double NOT NULL,
- `door_dir` int(4) NOT NULL DEFAULT '2',
- `heightmap` text NOT NULL,
- `public_items` text NOT NULL,
- `club_only` enum('0','1') NOT NULL DEFAULT '0',
- `poolmap` varchar(100) NOT NULL,
- PRIMARY KEY (`id`)
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of room_models
- -- ----------------------------
- INSERT INTO `room_models` VALUES ('cinema_a', '20', '27', '1', '0', 'xxxxxxx1xx11111111xxxxxx\r\nxxx1111111111111111xxxxx\r\nxxx111xxxx1111111111xxxx\r\nxxxx2xxxxxxxxxxxxxxxxxxx\r\nxx3x3x333311xxxxxxxxxx11\r\nxx3333333311111111111111\r\nxx3333333311111111111111\r\nxx3333333311111111122111\r\nxx3333333311x22222222111\r\nxx3333333311x22222222111\r\nxx3333333311xxxxxxxxx111\r\nxx3333333311111111111111\r\nxx3333333311111111111111\r\nxx3333333311111111111111\r\nxx3333333311111xxxx11111\r\nxx3333333311111xxxx11111\r\nxx3333333311111xxxx11111\r\nxx3333333311111xxxx11111\r\nxx3333333311111xxxx11111\r\nxx3333333311111xxxx11111\r\nxx3333333311111xxxx11111\r\n333333332111111xxxx11111\r\n333333332111111111111111\r\n333333332111111111111111\r\n333333332111111111111111\r\nxx3333332111111111111111\r\nxxxxxxxxxxxxxxxxxxx11111\r\nxxxxxxxxxxxxxxxxxxx11111\r\nxxxxxxxxxxxxxxxxxxx11111', 'PUHC42orangeJPAKHHA47loungey_chairSAPAKJHV48loungey_tablebigbPBPAKHHA49loungey_chairQBPAKRAHA52loungey_chairJQAKPAHA57loungey_chairSAQAKJHU58loungey_tablebigaPBQAKHHA59loungey_chairQBQAKRAHB62loungey_tableJRAKHHA72loungey_chairJSAKHHh713theater_chairQCSAIHHh714theater_chairRCSAIHHh715theater_chairSCSAIHHh716theater_chairPDSAIHHh717theater_chairQDSAIHHh718theater_chairRDSAIHHz721stairQESAIHHL89lightpoleQBPBKHHq813pomomaskiQCPBJJHq814pomomaskiRCPBJHHq815pomomaskiSCPBJHHq816pomomaskiPDPBJHHq817pomomaskiQDPBJHHq818pomomaskiRDPBJHHq819pomomaskiSDPBJIHz821stairQEPBIHHC92orangeJQBKHHh913theater_chairQCQBJHHh914theater_chairRCQBJHHh915theater_chairSCQBJHHh916theater_chairPDQBJHHh917theater_chairQDQBJHHh918theater_chairRDQBJHHh919theater_chairSDQBJHHh920theater_chairPEQBJHHz921stairQEQBIHHA102loungey_chairJRBKPAHA109loungey_chairQBRBKPAHB112loungey_tableJSBKHHB119loungey_tableQBSBKHHA122loungey_chairJPCKHHA129loungey_chairQBPCKHHd1217cubicb_chairQDPCIRAHc1219cubico_chairSDPCIJHd1315cubicb_chairSCQCIJHL1319lightpoleSDQCIHHd1320cubicb_chairPEQCIRAHL149lightpoleQBRCKHHA152loungey_chairJSCKPAHd1514cubicb_chairRCSCIPAHc1519cubico_chairSDSCIPAHB162loungey_tableJPDKHHA167loungey_chairSAPDKJHB168loungey_tablePBPDKJHA169loungey_chairQBPDKRAHd1613cubicb_chairQCPDIJHd1614cubicb_chairRCPDIRAHC1619orangeSDPDIHHA172loungey_chairJQDKHHA177loungey_chairSAQDKJHB178loungey_tablePBQDKJHA179loungey_chairQBQDKRAHd1719cubicb_chairSDQDIJHC182orangeJRDKHHd1814cubicb_chairRCRDIPAHK192bardesqueJSDKHHK202bardesqueJPEKIHb203bar_chairKPEKRAHL209lightpoleQBPEKHHd2014cubicb_chairRCPEIHHd2019cubicb_chairSDPEIJHc2020cubico_chairPEPEIRAHK212bardesqueJQEKIHb213bar_chairKQEKRAHd2119cubicb_chairSDQEIHHK222bardesqueJREKIHb223bar_chairKREKRAHL2216lightpolePDREIHHc2218cubico_chairRDREIHHK232bardesqueJSEKIHb233bar_chairKSEKRAHK242bardesqueJPFKIHb243bar_chairKPFKRAHK252bardesqueJQFKJ', '0', '');
- INSERT INTO `room_models` VALUES ('custom_model', '1', '0', '1', '2', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxx0000000000000xxxx\r\nxxxxxxxxxxx000000000000000xxx\r\nxxxxxxxxxx00000000000000000xx\r\nxxxxxxxxxx00000000000000000xx\r\nxxxxxxxxxx00000000000000000xx\r\nxxxxxxxxxx11111111111111111xx\r\nxxxxxxxxxx22222222222222222xx\r\nxxxxxxxxxx22222222222222222xx\r\nxxxxxxxxxx22222222222222222xx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '', '0', '');
- INSERT INTO `room_models` VALUES ('dusty_lounge', '14', '1', '2', '4', 'xxxxxxxxxxxxxx22xxxxxxxxxxxxx\r\nxxxxxxxxxx222x222x2xxxxxxxxxx\r\nxxxxxxx33322222222223xxxxxxx3\r\nxxxxxxx33322222222223xxxxxxx3\r\nxxxxxxx33322222222223x33333x3\r\nxxxxxxx33322222222223x33333x3\r\nxx111xx33322222222223xxxxxxx3\r\nxx111xxx332222222222333333333\r\nxx111xxxx32222222222333333333\r\nxx111xxxxxx222222222333333333\r\nxx111xxxxxxx1111111x333333333\r\nxx111xxxxxxx1111111x222222222\r\nxx111xxxxxx111111111111111111\r\nxx111xxxxxx111111111111111111\r\n11111xxxxxx111111111111111111\r\n11111xxxxxx111111111111111111\r\n11x11xxxxxx111111111111111111\r\n11xxxxxxxxx11111111111111111x\r\nx11xxxxxxxxx1111111x1111111xx\r\nxx11xxxxxxx111111111111111xxx\r\nxxx11xxxxxx11111111111111xxxx\r\nxxxx11111111111111111111xxxxx\r\nxxxxx11111111111111xxxxxxxxxx\r\nxxxxxxxxxxx11111111xxxxxxxxxx\r\nxxxxxxxxxxx11111111xxxxxxxxxx', 'QHHc48greenchair2PBPAKPAHd49greenchair1QBPAKPAHc68greenchair2PBRAKHHd69greenchair1QBRAKHHa620dustylampPERAKJHa628dustylampPGRAKJHc73greenchair2KSAIPAHd74greenchair1PASAIPAHc93greenchair2KQBIHHd94greenchair1PAQBIHHb1021yellowchairQERBKJHb1023yellowchairSERBKRAHb1026yellowchairRFRBKJHb1028yellowchairPGRBKRAHc1211greenchair2SBPCIJHc133greenchair2KQCIPAHd134greenchair1PAQCIPAHd1311greenchair1SBQCIJHa1411dustylampSBRCIJHc153greenchair2KSCIHHd154greenchair1PASCIHHc1511greenchair2SBSCIJHb1524yellowchairPFSCIPAHd1611greenchair1SBPDIJHb1722yellowchairREQDIJHa1724dustylampPFQDIJHb1726yellowchairRFQDIRAHa1911dustylampSBSDIJHb1924yellowchairPFSDIHHc2312greenchair2PCSEIJHc2314greenchair2RCSEIRAHd2412greenchair1PCPFIJHd2414greenchair1RCPFIRA', '0', '');
- INSERT INTO `room_models` VALUES ('model_0', '0', '4', '0', '2', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx00000000xx00000000xx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx00000000xx00000000xx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx00000000xx00000000xx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0000\r\n000000000xx00000000xx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0000\r\nx00000000xx00000000xx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0000\r\nx00000000xx00000000xx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0000\r\nx00000000xx00000000xx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx00000000xx00000000xx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '', '1', '');
- INSERT INTO `room_models` VALUES ('model_a', '3', '5', '0', '2', 'xxxxxxxxxxxx\r\nxxxx00000000\r\nxxxx00000000\r\nxxxx00000000\r\nxxxx00000000\r\nxxxx00000000\r\nxxxx00000000\r\nxxxx00000000\r\nxxxx00000000\r\nxxxx00000000\r\nxxxx00000000\r\nxxxx00000000\r\nxxxx00000000\r\nxxxx00000000\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx', '', '0', '');
- INSERT INTO `room_models` VALUES ('model_b', '0', '5', '0', '2', 'xxxxxxxxxxxx\r\nxxxxx0000000\r\nxxxxx0000000\r\nxxxxx0000000\r\nxxxxx0000000\r\nx00000000000\r\nx00000000000\r\nx00000000000\r\nx00000000000\r\nx00000000000\r\nx00000000000\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx', '', '0', '');
- INSERT INTO `room_models` VALUES ('model_b2g', '0', '0', '0', '2', 'xxxxxxxxxxxxxx\r\nx00000x000000x\r\nx000000000000x\r\nx00000x000000x\r\nx00000x000000x\r\nx00000x000000x\r\nx00000x000000x\r\nxxx0xxx000000x\r\nx000000000000x\r\nx000000000000x\r\nx000000000000x\r\nx000000000000x\r\nx000000000000x\r\nx000000000000x\r\nx000000000000x\r\nx000000000000x\r\nx000000000000x\r\nx00000xx00000x\r\nxxxxxxxxxxxxxx', '', '1', '');
- INSERT INTO `room_models` VALUES ('model_bus', '0', '0', '0', '2', '0000000000\r\n0000000000\r\n0000000000\r\n0000000000\r\n0000000000\r\n0000000000', '', '0', '');
- INSERT INTO `room_models` VALUES ('model_c', '4', '7', '0', '2', 'xxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx', '', '0', '');
- INSERT INTO `room_models` VALUES ('model_d', '4', '7', '0', '2', 'xxxxxxxxxxxx\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxxxxxxxxx', '', '0', '');
- INSERT INTO `room_models` VALUES ('model_dannybig', '0', '0', '0', '0', '00000000000000000000000000000000000000000000000000\r\n00000000000000000000000000000000000000000000000000\r\n00000000000000000000000000000000000000000000000000\r\n00000000000000000000000000000000000000000000000000\r\n00000000000000000000000000000000000000000000000000\r\n00000000000000000000000000000000000000000000000000\r\n00000000000000000000000000000000000000000000000000\r\n00000000000000000000000000000000000000000000000000\r\n00000000000000000000000000000000000000000000000000\r\n00000000000000000000000000000000000000000000000000\r\n00000000000000000000000000000000000000000000000000\r\n00000000000000000000000000000000000000000000000000\r\n00000000000000000000000000000000000000000000000000\r\n00000000000000000000000000000000000000000000000000\r\n00000000000000000000000000000000000000000000000000\r\n00000000000000000000000000000000000000000000000000\r\n00000000000000000000000000000000000000000000000000\r\n00000000000000000000000000000000000000000000000000\r\n00000000000000000000000000000000000000000000000000\r\n00000000000000000000000000000000000000000000000000\r\n00000000000000000000000000000000000000000000000000\r\n00000000000000000000000000000000000000000000000000\r\n00000000000000000000000000000000000000000000000000\r\n00000000000000000000000000000000000000000000000000\r\n00000000000000000000000000000000000000000000000000\r\n00000000000000000000000000000000000000000000000000\r\n00000000000000000000000000000000000000000000000000\r\n00000000000000000000000000000000000000000000000000\r\n00000000000000000000000000000000000000000000000000\r\n00000000000000000000000000000000000000000000000000', '', '0', '');
- INSERT INTO `room_models` VALUES ('model_debenhams', '0', '0', '0', '0', '000000000000000000000000000000\r\n000000000000000000000000000000\r\n000000000000000000000000000000\r\n000000000000000000000000000000\r\n000000000000000000000000000000\r\n000000000000000000000000000000\r\n000000000000000000000000000000\r\n000000000000000000000000000000\r\n000000000000000000000000000000\r\n000000000000000000000000000000\r\n000000000000000000000000000000\r\n000000000000000000000000000000\r\n000000000000000000000000000000\r\n000000000000000000000000000000\r\n000000000000000000000000000000\r\n000000000000000000000000000000\r\n000000000000000000000000000000\r\n000000000000000000000000000000\r\n000000000000000000000000000000\r\n000000000000000000000000000000\r\n000000000000000000000000000000\r\n000000000000000000000000000000\r\n000000000000000000000000000000\r\n000000000000000000000000000000\r\n000000000000000000000000000000\r\n000000000000000000000000000000\r\n000000000000000000000000000000\r\n000000000000000000000000000000\r\n000000000000000000000000000000\r\n000000000000000000000000000000\r\n000000000000000000000000000000\r\n000000000000000000000000000000\r\n000000000000000000000000000000\r\n000000000000000000000000000000\r\n000000000000000000000000000000\r\n000000000000000000000000000000\r\n000000000000000000000000000000\r\n000000000000000000000000000000\r\n000000000000000000000000000000\r\n000000000000000000000000000000', '', '0', '');
- INSERT INTO `room_models` VALUES ('model_e', '1', '5', '0', '2', 'xxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxx0000000000\r\nxx0000000000\r\nxx0000000000\r\nxx0000000000\r\nxx0000000000\r\nxx0000000000\r\nxx0000000000\r\nxx0000000000\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx', '', '0', '');
- INSERT INTO `room_models` VALUES ('model_f', '2', '5', '0', '2', 'xxxxxxxxxxxx\r\nxxxxxxx0000x\r\nxxxxxxx0000x\r\nxxx00000000x\r\nxxx00000000x\r\nxxx00000000x\r\nxxx00000000x\r\nx0000000000x\r\nx0000000000x\r\nx0000000000x\r\nx0000000000x\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx', '', '0', '');
- INSERT INTO `room_models` VALUES ('model_g', '1', '7', '1', '2', 'xxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxx00000\r\nxxxxxxx00000\r\nxxxxxxx00000\r\nxx1111000000\r\nxx1111000000\r\nxx1111000000\r\nxx1111000000\r\nxx1111000000\r\nxxxxxxx00000\r\nxxxxxxx00000\r\nxxxxxxx00000\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx', '', '1', '');
- INSERT INTO `room_models` VALUES ('model_h', '4', '4', '1', '2', 'xxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxx111111x\r\nxxxxx111111x\r\nxxxxx111111x\r\nxxxxx111111x\r\nxxxxx111111x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxx00000000x\r\nxxx00000000x\r\nxxx00000000x\r\nxxx00000000x\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx', '', '1', '');
- INSERT INTO `room_models` VALUES ('model_i', '0', '10', '0', '2', 'xxxxxxxxxxxxxxxxx\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nxxxxxxxxxxxxxxxxx', '', '0', '');
- INSERT INTO `room_models` VALUES ('model_j', '0', '10', '0', '2', 'xxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxx0000000000\r\nxxxxxxxxxxx0000000000\r\nxxxxxxxxxxx0000000000\r\nxxxxxxxxxxx0000000000\r\nxxxxxxxxxxx0000000000\r\nxxxxxxxxxxx0000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx0000000000xxxxxxxxxx\r\nx0000000000xxxxxxxxxx\r\nx0000000000xxxxxxxxxx\r\nx0000000000xxxxxxxxxx\r\nx0000000000xxxxxxxxxx\r\nx0000000000xxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx', '', '0', '');
- INSERT INTO `room_models` VALUES ('model_k', '0', '13', '0', '2', 'xxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxx00000000\r\nxxxxxxxxxxxxxxxxx00000000\r\nxxxxxxxxxxxxxxxxx00000000\r\nxxxxxxxxxxxxxxxxx00000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nx000000000000000000000000\r\nx000000000000000000000000\r\nx000000000000000000000000\r\nx000000000000000000000000\r\nx000000000000000000000000\r\nx000000000000000000000000\r\nx000000000000000000000000\r\nx000000000000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxxxxxxxxxxxxxxxxxx', '', '0', '');
- INSERT INTO `room_models` VALUES ('model_l', '0', '16', '0', '2', 'xxxxxxxxxxxxxxxxxxxxx\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000xxxx00000000\r\nx00000000xxxx00000000\r\nx00000000xxxx00000000\r\nx00000000xxxx00000000\r\nx00000000xxxx00000000\r\nx00000000xxxx00000000\r\nx00000000xxxx00000000\r\nx00000000xxxx00000000\r\nx00000000xxxx00000000\r\nx00000000xxxx00000000\r\nx00000000xxxx00000000\r\nx00000000xxxx00000000\r\nxxxxxxxxxxxxxxxxxxxxx', '', '0', '');
- INSERT INTO `room_models` VALUES ('model_lounge2', '0', '19', '0', '2', '000000000000000000000000000000000000000000000\r\n000000000000000000000000000000000000000000000\r\n000000000000000000000000000000000000000000000\r\n000000000000000000000000000000000000000000000\r\n000000000000000000000000000000000000000000000\r\n000000000000000000000000000000000000000000000\r\n000000000000000000000000000000000000000000000\r\n000000000000000000000000000000000000000000000\r\n000000000000000000000000000000000000000000000\r\n000000000000000000000000000000000000000000000\r\n000000000000000000000000000000000000000000000\r\n000000000000000000000000000000000000000000000\r\n000000000000000000000000000000000000000000000\r\n000000000000000000000000000000000000000000000\r\n000000000000000000000000000000000000000000000\r\n000000000000000000000000000000000000000000000\r\n000000000000000000000000000000000000000000000\r\n000000000000000000000000000000000000000000000\r\n000000000000000000000000000000000000000000000\r\n000000000000000000000000000000000000000000000\r\n000000000000000000000000000000000000000000000\r\n000000000000000000000000000000000000000000000\r\n000000000000000000000000000000000000000000000\r\n000000000000000000000000000000000000000000000\r\n000000000000000000000000000000000000000000000\r\n000000000000000000000000000000000000000000000\r\n000000000000000000000000000000000000000000000\r\n000000000000000000000000000000000000000000000\r\n000000000000000000000000000000000000000000000\r\n000000000000000000000000000000000000000000000\r\n000000000000000000000000000000000000000000000\r\n000000000000000000000000000000000000000000000\r\n000000000000000000000000000000000000000000000\r\n000000000000000000000000000000000000000000000\r\n000000000000000000000000000000000000000000000\r\n000000000000000000000000000000000000000000000\r\n000000000000000000000000000000000000000000000\r\n000000000000000000000000000000000000000000000\r\n000000000000000000000000000000000000000000000\r\n000000000000000000000000000000000000000000000', '', '0', '');
- INSERT INTO `room_models` VALUES ('model_m', '0', '15', '0', '2', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nx0000000000000000000000000000\r\nx0000000000000000000000000000\r\nx0000000000000000000000000000\r\nx0000000000000000000000000000\r\nx0000000000000000000000000000\r\nx0000000000000000000000000000\r\nx0000000000000000000000000000\r\nx0000000000000000000000000000\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '', '0', '');
- INSERT INTO `room_models` VALUES ('model_n', '0', '16', '0', '2', 'xxxxxxxxxxxxxxxxxxxxx\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx000000xxxxxxxx000000\r\nx000000x000000x000000\r\nx000000x000000x000000\r\nx000000x000000x000000\r\nx000000x000000x000000\r\nx000000x000000x000000\r\nx000000x000000x000000\r\nx000000xxxxxxxx000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nxxxxxxxxxxxxxxxxxxxxx', '', '0', '');
- INSERT INTO `room_models` VALUES ('model_o', '0', '18', '1', '2', 'xxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxx11111111xxxx\r\nxxxxxxxxxxxxx11111111xxxx\r\nxxxxxxxxxxxxx11111111xxxx\r\nxxxxxxxxxxxxx11111111xxxx\r\nxxxxxxxxxxxxx11111111xxxx\r\nxxxxxxxxxxxxx11111111xxxx\r\nxxxxxxxxxxxxx11111111xxxx\r\nxxxxxxxxxxxxx00000000xxxx\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nx111111100000000000000000\r\nx111111100000000000000000\r\nx111111100000000000000000\r\nx111111100000000000000000\r\nx111111100000000000000000\r\nx111111100000000000000000\r\nx111111100000000000000000\r\nx111111100000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxxxxxxxxxxxxxxxxxx', '', '1', '');
- INSERT INTO `room_models` VALUES ('model_opening', '0', '23', '2', '2', 'xxxxxxxxxxxxxxxxxxx\r\nxxxxxxx222222222222\r\nxxxxxxx222222222222\r\nxxxxxxx222222222222\r\nxxxxxxx222222222222\r\nxxxxxxx222222222222\r\nxxxxxxx222222222222\r\nxxxxxxx222222222222\r\nxxxxxxx111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx2222xx111111111111\r\nx2222xx000000000000\r\nx2222xx000000000000\r\nx2222xx000000000000\r\nx2222xx000000000000\r\nx2222xx000000000000\r\n22222xx000000000000\r\nx2222xx000000000000\r\nxxxxxxxxxxxxxxxxxxx', '', '1', '');
- INSERT INTO `room_models` VALUES ('model_oscar', '0', '15', '1', '2', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx11111111xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx11111111xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx11111111xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx11111111xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx11111111xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx11111111xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx11111111xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx11111111xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxx11xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx1111111x11111111x00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx1111111x11111111x00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx1111111x11111111x00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx1111111111111111100000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx1111111111111111100000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx1111111x11111111x00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx1111111x11111111x00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx1111111x11111111x00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxx11xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '', '1', '');
- INSERT INTO `room_models` VALUES ('model_p', '0', '23', '2', '2', 'xxxxxxxxxxxxxxxxxxx\r\nxxxxxxx222222222222\r\nxxxxxxx222222222222\r\nxxxxxxx222222222222\r\nxxxxxxx222222222222\r\nxxxxxxx222222222222\r\nxxxxxxx222222222222\r\nxxxxxxx22222222xxxx\r\nxxxxxxx11111111xxxx\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx2222xx11111111xxxx\r\nx2222xx00000000xxxx\r\nx2222xx000000000000\r\nx2222xx000000000000\r\nx2222xx000000000000\r\nx2222xx000000000000\r\n22222xx000000000000\r\nx2222xx000000000000\r\nxxxxxxxxxxxxxxxxxxx', '', '1', '');
- INSERT INTO `room_models` VALUES ('model_q', '10', '4', '2', '2', 'xxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxx22222222\r\nxxxxxxxxxxx22222222\r\nxxxxxxxxxxx22222222\r\nxxxxxxxxxxx22222222\r\nxxxxxxxxxxx22222222\r\nxxxxxxxxxxx22222222\r\nx222222222222222222\r\nx222222222222222222\r\nx222222222222222222\r\nx222222222222222222\r\nx222222222222222222\r\nx222222222222222222\r\nx2222xxxxxxxxxxxxxx\r\nx2222xxxxxxxxxxxxxx\r\nx2222211111xx000000\r\nx222221111110000000\r\nx222221111110000000\r\nx2222211111xx000000\r\nxx22xxx1111xxxxxxxx\r\nxx11xxx1111xxxxxxxx\r\nx1111xx1111xx000000\r\nx1111xx111110000000\r\nx1111xx111110000000\r\nx1111xx1111xx000000\r\nxxxxxxxxxxxxxxxxxxx', '', '1', '');
- INSERT INTO `room_models` VALUES ('model_r', '10', '4', '3', '2', 'xxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxx33333333333333\r\nxxxxxxxxxxx33333333333333\r\nxxxxxxxxxxx33333333333333\r\nxxxxxxxxxx333333333333333\r\nxxxxxxxxxxx33333333333333\r\nxxxxxxxxxxx33333333333333\r\nxxxxxxx333333333333333333\r\nxxxxxxx333333333333333333\r\nxxxxxxx333333333333333333\r\nxxxxxxx333333333333333333\r\nxxxxxxx333333333333333333\r\nxxxxxxx333333333333333333\r\nx4444433333xxxxxxxxxxxxxx\r\nx4444433333xxxxxxxxxxxxxx\r\nx44444333333222xx000000xx\r\nx44444333333222xx000000xx\r\nxxx44xxxxxxxx22xx000000xx\r\nxxx33xxxxxxxx11xx000000xx\r\nxxx33322222211110000000xx\r\nxxx33322222211110000000xx\r\nxxxxxxxxxxxxxxxxx000000xx\r\nxxxxxxxxxxxxxxxxx000000xx\r\nxxxxxxxxxxxxxxxxx000000xx\r\nxxxxxxxxxxxxxxxxx000000xx\r\nxxxxxxxxxxxxxxxxxxxxxxxxx', '', '1', '');
- INSERT INTO `room_models` VALUES ('model_s', '0', '3', '0', '2', 'xxxxxx\r\nx00000\r\nx00000\r\n000000\r\nx00000\r\nx00000\r\nx00000\r\nx00000', '', '0', '');
- INSERT INTO `room_models` VALUES ('model_t', '0', '3', '2', '2', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx222222222222222222222222222x\r\nx222222222222222222222222222x\r\n2222222222222222222222222222x\r\nx222222222222222222222222222x\r\nx2222xxxxxx222222xxxxxxx2222x\r\nx2222xxxxxx111111xxxxxxx2222x\r\nx2222xx111111111111111xx2222x\r\nx2222xx111111111111111xx2222x\r\nx2222xx11xxx1111xxxx11xx2222x\r\nx2222xx11xxx0000xxxx11xx2222x\r\nx22222111x00000000xx11xx2222x\r\nx22222111x00000000xx11xx2222x\r\nx22222111x00000000xx11xx2222x\r\nx22222111x00000000xx11xx2222x\r\nx22222111x00000000xx11xx2222x\r\nx22222111x00000000xx11xx2222x\r\nx2222xx11xxxxxxxxxxx11xx2222x\r\nx2222xx11xxxxxxxxxxx11xx2222x\r\nx2222xx111111111111111xx2222x\r\nx2222xx111111111111111xx2222x\r\nx2222xxxxxxxxxxxxxxxxxxx2222x\r\nx2222xxxxxxxxxxxxxxxxxxx2222x\r\nx222222222222222222222222222x\r\nx222222222222222222222222222x\r\nx222222222222222222222222222x\r\nx222222222222222222222222222x\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '', '1', '');
- INSERT INTO `room_models` VALUES ('model_u', '0', '17', '1', '2', 'xxxxxxxxxxxxxxxxxxxxxxxx\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\n11111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nxxxxxxxxxxxxxxxxxxxxxxxx', '', '0', '');
- INSERT INTO `room_models` VALUES ('model_uu', '0', '17', '1', '2', 'xxxxxxxxxxxxxxxxxxxxxxxx\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\n11111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nxxxxxxxxxxxxxxxxxxxxxxxx', '', '1', '');
- INSERT INTO `room_models` VALUES ('model_v', '0', '3', '2', '2', 'xxxxxxxxxxxxxxxxxxxx\r\nx222221111111111111x\r\nx222221111111111111x\r\n2222221111111111111x\r\nx222221111111111111x\r\nx222221111111111111x\r\nx222221111111111111x\r\nxxxxxxxx1111xxxxxxxx\r\nxxxxxxxx0000xxxxxxxx\r\nx000000x0000x000000x\r\nx000000x0000x000000x\r\nx00000000000x000000x\r\nx00000000000x000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nxxxxxxxx00000000000x\r\nx000000x00000000000x\r\nx000000x0000xxxxxxxx\r\nx00000000000x000000x\r\nx00000000000x000000x\r\nx00000000000x000000x\r\nx00000000000x000000x\r\nxxxxxxxx0000x000000x\r\nx000000x0000x000000x\r\nx000000x0000x000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nxxxxxxxxxxxxxxxxxxxx', '', '1', '');
- INSERT INTO `room_models` VALUES ('model_w', '0', '3', '2', '2', 'xxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx2222xx1111111111xx11111111\r\nx2222xx1111111111xx11111111\r\n222222111111111111111111111\r\nx22222111111111111111111111\r\nx22222111111111111111111111\r\nx22222111111111111111111111\r\nx2222xx1111111111xx11111111\r\nx2222xx1111111111xx11111111\r\nx2222xx1111111111xxxx1111xx\r\nx2222xx1111111111xxxx0000xx\r\nxxxxxxx1111111111xx00000000\r\nxxxxxxx1111111111xx00000000\r\nx22222111111111111000000000\r\nx22222111111111111000000000\r\nx22222111111111111000000000\r\nx22222111111111111000000000\r\nx2222xx1111111111xx00000000\r\nx2222xx1111111111xx00000000\r\nx2222xxxx1111xxxxxxxxxxxxxx\r\nx2222xxxx0000xxxxxxxxxxxxxx\r\nx2222x0000000000xxxxxxxxxxx\r\nx2222x0000000000xxxxxxxxxxx\r\nx2222x0000000000xxxxxxxxxxx\r\nx2222x0000000000xxxxxxxxxxx\r\nx2222x0000000000xxxxxxxxxxx\r\nx2222x0000000000xxxxxxxxxxx', '', '1', '');
- INSERT INTO `room_models` VALUES ('model_x', '0', '12', '0', '2', 'xxxxxxxxxxxxxxxxxxxx\r\nx000000000000000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nxxx00xxx0000xxx00xxx\r\nx000000x0000x000000x\r\nx000000x0000x000000x\r\nx000000x0000x000000x\r\nx000000x0000x000000x\r\n0000000x0000x000000x\r\nx000000x0000x000000x\r\nx000000x0000x000000x\r\nx000000x0000x000000x\r\nx000000x0000x000000x\r\nx000000x0000x000000x\r\nx000000xxxxxx000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nxxxxxxxxxxxxxxxxxxxx', '', '1', '');
- INSERT INTO `room_models` VALUES ('model_y', '0', '3', '0', '2', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx00000000xx0000000000xx0000x\r\nx00000000xx0000000000xx0000x\r\n000000000xx0000000000xx0000x\r\nx00000000xx0000000000xx0000x\r\nx00000000xx0000xx0000xx0000x\r\nx00000000xx0000xx0000xx0000x\r\nx00000000xx0000xx0000000000x\r\nx00000000xx0000xx0000000000x\r\nxxxxx0000xx0000xx0000000000x\r\nxxxxx0000xx0000xx0000000000x\r\nxxxxx0000xx0000xxxxxxxxxxxxx\r\nxxxxx0000xx0000xxxxxxxxxxxxx\r\nx00000000xx0000000000000000x\r\nx00000000xx0000000000000000x\r\nx00000000xx0000000000000000x\r\nx00000000xx0000000000000000x\r\nx0000xxxxxxxxxxxxxxxxxx0000x\r\nx0000xxxxxxxxxxxxxxxxxx0000x\r\nx00000000000000000000000000x\r\nx00000000000000000000000000x\r\nx00000000000000000000000000x\r\nx00000000000000000000000000x\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '', '1', '');
- INSERT INTO `room_models` VALUES ('model_yy', '0', '17', '1', '2', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx11111000000000000000000000000000000000x\r\nx11111000000000000000000000000000000000x\r\nx11111000000000000000000000000000000000x\r\nx11111000000000000000000000000000000000x\r\nx11111000000000000000000000000000000000x\r\nx11111000000000000000000000000000000000x\r\nx11111000000000000000000000000000000000x\r\nx11111000000000000000000000000000000000x\r\nx11111000000000000000000000000000000000x\r\nx11111000000000000000000000000000000000x\r\nx11111000000000000000000000000000000000x\r\nx11111000000000000000000000000000000000x\r\nx11111000000000000000000000000000000000x\r\nx11111000000000000000000000000000000000x\r\nx11111000000000000000000000000000000000x\r\nx11111000000000000000000000000000000000x\r\n111111000000000000000000000000000000000x\r\nx11111000000000000000000000000000000000x\r\nx11111000000000000000000000000000000000x\r\nx11111000000000000000000000000000000000x\r\nx11111000000000000000000000000000000000x\r\nx11111000000000000000000000000000000000x\r\nx11111000000000000000000000000000000000x\r\nx11111000000000000000000000000000000000x\r\nx11111000000000000000000000000000000000x\r\nx11111000000000000000000000000000000000x\r\nx11111000000000000000000000000000000000x\r\nx11111000000000000000000000000000000000x\r\nx11111000000000000000000000000000000000x\r\nx11111000000000000000000000000000000000x\r\nx11111000000000000000000000000000000000x\r\nx11111000000000000000000000000000000000x\r\nx11111000000000000000000000000000000000x\r\nx11111000000000000000000000000000000000x\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '', '0', '');
- INSERT INTO `room_models` VALUES ('model_yyy', '11', '1', '7', '2', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxx77777777xxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxx77777777xxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxx77777777xxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxx77777777xxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxx77777777xxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxx77777777xxxxxxxxxxxxxxxxx\r\nx777777777777777777xxxxxxxxxxxxxxxxx\r\nx777777777777777777xxxxxxxxxxxxxxxxx\r\nx777777777777777777xxxxxxxxxxxxxxxxx\r\nx777777777777777777xxxxxxxxxxxxxxxxx\r\nx777777777777777777xxxxxxxxxxxxxxxxx\r\nx777777777777777777xxxxxxxxxxxxxxxxx\r\nx7777xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx7777xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx7777766666xxx4444444444444444444xxx\r\nx77777666666554444444444444444444xxx\r\nx77777666666554444444444444444444xxx\r\nx777776666665544444444444xxxxx333xxx\r\nxx77xxx6666xxxxxxxxxxxxxxxxxxx222xxx\r\nxx66xxx6666xxxxxxxxxxxxxxxxxxx111xxx\r\nx6666xx666665555555xxxxxxxx000000000\r\nx6666xx666665555555xxxxxxxx000000000\r\nx6666xx666665555555xxxxxxxx000000000\r\nx6666xx6666xx555555xxxxxxxx000000000\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '', '0', '');
- INSERT INTO `room_models` VALUES ('model_z', '0', '9', '0', '2', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxx00000000000000000000\r\nxxxxxxxxxxx00000000000000000000\r\nxxxxxxxxxxx00000000000000000000\r\nx00000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\n000000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\nxxxxxxxxxxx00000000000000000000\r\nxxxxxxxxxxx00000000000000000000\r\nxxxxxxxxxxx00000000000000000000\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '', '1', '');
- INSERT INTO `room_models` VALUES ('netcafe', '22', '12', '0', '2', 'xxxxx1111xxxxxxxxxxx1xxxx\r\nxxxxx1111111111111111xxxx\r\nxxxxx1111111111111111xxxx\r\nxxxxx1111111111111111xxxx\r\nxxxxxxxx0000000000000xxxx\r\n111111100000000000000xxxx\r\n111111100000000000000xxxx\r\n111111100000000000000xxxx\r\nxxxx11100000000000000xxxx\r\nx1xx11100000000000000xxxx\r\nx1xx11100000000000000xxxx\r\nx1xx111000000000000000000\r\nx1xx111000000000000000000\r\nxxxx111000000000000000000\r\nxxxx11100000000000000xxxx\r\nxxxx1110000000xx11111xxxx\r\nxxxxx111110000x111111xxxx\r\nxxxxxx111100001111111xxxx\r\nxxxxxx111100001111111xxxx\r\nxxxxxx111100001111111xxxx\r\nxxxxxx111100001111111xxxx\r\nxxxxxx111100001111111xxxx\r\nxxxxxx111100001111111xxxx\r\nxxxxx1111100001111111xxxx', 'RRHi06shift1RAHIPAHj07shift2SAHIPAHm110mRBIIHHl113lQCIIHHk116kPDIIHHk119kSDIIHHh35kukat6QAKIHHg36kukat5RAKIHHc312kukat2PCKIHHb313kukat1QCKIHHc319kukat2SDKIHHb320kukat1PEKIHHi412shift1PCPAHPAHj413shift2QCPAHPAHi419shift1SDPAHPAHj420shift2PEPAHPAHi50shift1HQAIPAHj51shift2IQAIPAHi52shift1JQAIPAHj53shift2KQAIPAHk715kSCSAHJHo716table2PDSAHRAHz717tablecornerQDSAHHHm718mRDSAHRAHl815lSCPBHJHo816table2PDPBHPAHl818lRDPBHRAHm94mPAQBIRAHk99kQBQBHJHp910table3RBQBHRAHz911tablecornerSBQBHHHm912mPCQBHRAHk915kSCQBHJHo916table2PDQBHJHk918kRDQBHRAHk104kPARBIRAHm109mQBRBHJHp1010table3RBRBHPAHm1012mPCRBHRAHm1015mSCRBHJHo1016table2PDRBHHHk1018kRDRBHRAHl114lPASBIRAHl119lQBSBHJHp1110table3RBSBHJHl1112lPCSBHRAHk124kPAPCIRAHl129lQBPCHJHp1210table3RBPCHHHk1212kPCPCHRAHm134mPAQCIRAHc165kukat2QAPDIHHb166kukat1RAPDIHHc167kukat2SAPDIHHb168kukat1PBPDIHHe169kukat3QBPDIHHd1615kukka2SCPDIHHf179kukat4QBQDIHHk186kRARDIRAHe189kukat3QBRDIHHs1820sofabig3PERDIRAHf199kukat4QBSDIHHn1917table1QDSDIPAHz1918tablecornerRDSDIHHr1920sofabig2PESDIRAHn2017table1QDPEIJHr2020sofabig2PEPEIRAHm216mRAQEIRAHn2117table1QDQEIHHq2120sofabig1PEQEIRAHv2316sofalittle3PDSEIHHu2317sofalittle2QDSEIHHt2318sofalittle1RDSEIHHa2320kukkaPESEIH', '0', '');
- INSERT INTO `room_models` VALUES ('newbie_lobby', '2', '11', '0', '2', 'xxxxxxxxxxxxxxxx000000\r\nxxxxx0xxxxxxxxxx000000\r\nxxxxx00000000xxx000000\r\nxxxxx000000000xx000000\r\n0000000000000000000000\r\n0000000000000000000000\r\n0000000000000000000000\r\n0000000000000000000000\r\n0000000000000000000000\r\nxxxxx000000000000000xx\r\nxxxxx000000000000000xx\r\nx0000000000000000000xx\r\nx0000000000000000xxxxx\r\nxxxxxx00000000000xxxxx\r\nxxxxxxx0000000000xxxxx\r\nxxxxxxxx000000000xxxxx\r\nxxxxxxxx000000000xxxxx\r\nxxxxxxxx000000000xxxxx\r\nxxxxxxxx000000000xxxxx\r\nxxxxxxxx000000000xxxxx\r\nxxxxxxxx000000000xxxxx\r\nxxxxxx00000000000xxxxx\r\nxxxxxx00000000000xxxxx\r\nxxxxxx00000000000xxxxx\r\nxxxxxx00000000000xxxxx\r\nxxxxxx00000000000xxxxx\r\nxxxxx000000000000xxxxx\r\nxxxxx000000000000xxxxx', 'SOHa016crl_lampPDHHHHy017crl_sofa2cQDHHPAHw018crl_sofa2bRDHHPAHv019crl_sofa2aSDHHPAHa020crl_lampPEHHHHb116crl_chairPDIHJHa27crl_lampSAJHHHa211crl_lampSBJHHHb216crl_chairPDJHJHc35crl_pillarQAKHHHb37crl_chairSAKHJHu39crl_table1bQBKHHHs311crl_sofa1cSBKHRAHb316crl_chairPDKHJHA319crl_table2bSDKHHHz320crl_table2aPEKHHHa40crl_lampHPAHHHy41crl_sofa2cIPAHPAHw42crl_sofa2bJPAHPAHv43crl_sofa2aKPAHPAHa44crl_lampPAPAHHHt49crl_table1aQBPAHHHr411crl_sofa1bSBPAHRAHh415crl_wall2aSCPAHHHa416crl_lampPDPAHHHb50crl_chairHQAHJHb57crl_chairSAQAHJHq511crl_sofa1aSBQAHRAHA62crl_table2bJRAHHHz63crl_table2aKRAHHHa611crl_lampSBRAHHHb70crl_chairHSAHJHa80crl_lampHPBHHHD81crl_sofa3cIPBHHHC82crl_sofa3bJPBHHHB83crl_sofa3aKPBHHHa84crl_lampPAPBHHHo819crl_barchair2SDPBHHHp820crl_tablebarPEPBHHHo821crl_barchair2QEPBHHHE95crl_pillar2QAQBHHHc99crl_pillarQBQBHHHP158crl_desk1aPBSCHHHO159crl_deskiQBSCHHHN1510crl_deskhRBSCHHHM1610crl_deskgRBPDHHHL1710crl_deskfRBQDHHHK1810crl_deskeRBRDHHHK1910crl_deskeRBSDHHHK2010crl_deskeRBPEHHHK2110crl_deskeRBQEHHHK2210crl_deskeRBREHHHK2310crl_deskeRBSEHHHG247crl_wallbSAPFHHHK2410crl_deskeRBPFHHHF257crl_wallaSAQFHHHH258crl_desk1bPBQFHHHI259crl_desk1cQBQFHHHJ2510crl_desk1dRBQFHHHd2712crl_lamp2PCSFHHHf2713crl_cabinet2QCSFHHHe2714crl_cabinet1RCSFHHHd2715crl_lamp2SCSFHH', '0', '');
- INSERT INTO `room_models` VALUES ('old_skool', '2', '1', '0', '2', 'xx0xxxxxxxxxxxxxx\r\n0000000xxx00000xx\r\n0000000x0000000xx\r\n0000000xxxxxxxxxx\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n00000000000000000\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x', 'SLHk49mobiles_chair3QBPAHHHk410mobiles_chair3RBPAHHHk411mobiles_chair3SBPAHHHk412mobiles_chair3PCPAHHHe101mobiles_chair1IRBHPAHe1010mobiles_chair1RBRBHPAHe110mobiles_chair1HSBHJHb111mobiles_table2ISBHHHc112mobiles_table3JSBHHHe113mobiles_chair1KSBHRAHb1110mobiles_table2RBSBHHHc1111mobiles_table3SBSBHHHa121mobiles_table1IPCHHHd122mobiles_table4JPCHHHe129mobiles_chair1QBPCHJHa1210mobiles_table1RBPCHHHd1211mobiles_table4SBPCHHHe1212mobiles_chair1PCPCHRAHe131mobiles_chair1IQCHHHe1311mobiles_chair1SBQCHHHe150mobiles_chair1HSCHPAHe170mobiles_chair1HQDHJHb171mobiles_table2IQDHHHc172mobiles_table3JQDHHHe173mobiles_chair1KQDHRAHa181mobiles_table1IRDHHHd182mobiles_table4JRDHHHe192mobiles_chair1JSDHHHe211mobiles_chair1IQEHPAHb216mobiles_table2RAQEHHHc217mobiles_table3SAQEHHHe2112mobiles_chair1PCQEHPAHe220mobiles_chair1HREHJHb221mobiles_table2IREHHHc222mobiles_table3JREHHHe223mobiles_chair1KREHRAHe225mobiles_chair1QAREHJHa226mobiles_table1RAREHHHd227mobiles_table4SAREHHHe228mobiles_chair1PBREHRAHe2211mobiles_chair1SBREHJHb2212mobiles_table2PCREHHHc2213mobiles_table3QCREHHHe2214mobiles_chair1RCREHRAHa231mobiles_table1ISEHHHd232mobiles_table4JSEHHHa2312mobiles_table1PCSEHHHd2313mobiles_table4QCSEHHHe241mobiles_chair1IPFHHHe247mobiles_chair1SAPFHPAHe2413mobiles_chair1QCPFHH', '0', '');
- INSERT INTO `room_models` VALUES ('orient', '35', '22', '0', '6', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxx00000000xxxxxxxxxxxx\r\nxxxxxxxxxxxxxx1000000000xxxxxxxxxxxx\r\nxxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxx1xx000x000xx111x111xxx\r\nxxxxxxxxxxxxxx1xx000x000xxxxxx1111xx\r\nxxxxxxxxxxxxxx1xx000x000x111111111xx\r\nxxxxxxxxxxxxxx1xx000x000x111111111xx\r\nxxx111111111111xx000x000x111111111xx\r\nxxx1xxxxxxxxxxxxx000x000x111111111xx\r\nxxx1x1111111111000000000x111111111xx\r\nxxx1x1111111111000000000xx1111111xxx\r\nxxx1x11xxxxxx11000000000xx1111111100\r\nxxx111xxxxxxx11000000000011111111100\r\nxxx111xxxxxxx11000000000011111111100\r\nxxxxx1xxxxxxx11000000000011111111100\r\nxxxxx11xxxxxx11000000000xx1111111100\r\nxxxxx1111111111000000000xx1111111xxx\r\nxxxxx1111111111xx000x000x111111111xx\r\nxxxxxxxxxxxxxxxxx000x000x111111111xx\r\nxxxxxxxxxxxxxxxxx000x000x111111111xx\r\nxxxxxxxxxxxxxxxxx000x000x111111111xx\r\nxxxxxxxxxxxxxxxxx000x000x111111111xx\r\nxxxxxxxxxxxxxxxxx000x00xx11xxxx111xx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxx11111111xx', 'SOHd1017benchQDRBHJHd1019benchSDRBHRAHd1021benchQERBHJHd1023benchSERBHRAHd1117benchQDSBHJHd1119benchSDSBHRAHd1121benchQESBHJHd1123benchSESBHRAHb1132koc_chairPHSBIPAHd1217benchQDPCHJHd1219benchSDPCHRAHd1221benchQEPCHJHd1223benchSEPCHRAHb1231koc_chairSGPCIJHa1232koc_tablePHPCIHHb1233koc_chairQHPCIRAHd1317benchQDQCHJHd1319benchSDQCHRAHd1321benchQEQCHJHd1323benchSEQCHRAHb1325koc_chairQFQCIPAHb1332koc_chairPHQCIHHd1417benchQDRCHJHd1419benchSDRCHRAHd1421benchQERCHJHd1423benchSERCHRAHa1425koc_tableQFRCIHHb1426koc_chairRFRCIRAHd1517benchQDSCHJHd1519benchSDSCHRAHd1521benchQESCHJHd1523benchSESCHRAHb1525koc_chairQFSCIHHb1529koc_chairQGSCIJHa1530koc_tableRGSCIHHb1531koc_chairSGSCIRAHb1630koc_chairRGPDIHHc2425chairf1QFPFIJHc2433chairf1QHPFIRAHd2517benchQDQFHJHd2519benchSDQFHRAHd2521benchQEQFHJHd2523benchSEQFHRAHc2525chairf1QFQFIJHc2533chairf1QHQFIRAHd2617benchQDRFHJHd2619benchSDRFHRAHd2621benchQERFHJHd2623benchSERFHRAHc2625chairf1QFRFIJHc2633chairf1QHRFIRAHd2717benchQDSFHJHd2719benchSDSFHRAHd2721benchQESFHJHd2723benchSESFHRAHd2817benchQDPGHJHd2819benchSDPGHRAHd2821benchQEPGHJHd2823benchSEPGHRAHd2917benchQDQGHJHd2919benchSDQGHRAHd2921benchQEQGHJHd2923benchSEQG`hFFRA', '0', '');
- INSERT INTO `room_models` VALUES ('park_a', '2', '15', '0', '2', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0xxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx00xxxxxxxxxxxx\r\nxxxxxxxxxxxxx0x00xxxxxxxxxxx0x000xxxxxxxxxxx\r\nxxxxxxxxxxxx0000000000000000000000xxxxxxxxxx\r\nxxxxxxxxxxx000000000000000000000000xxxxxxxxx\r\nxxxxxxxxxxx0000000000000000000000000xxxxxxxx\r\nxxxxxxxxxxx00000000000000000000000000xxxxxxx\r\nxxxxxxxx000000000000000000000000000000xxxxxx\r\nxxxxxxx00000000000000000000000000000000xxxxx\r\nxxxxxxx000000000000000000000000000000000xxxx\r\nxxxxxxx0000000000000000000000000000000000xxx\r\nxxxxxxxxx000000000000000000000000000000000xx\r\n00000000000000000000xx00000000000000000000xx\r\n0000000000000000000xxxx00000000000xxxxxxx0xx\r\n0000000000000000000xxxx00000000000x00000xxxx\r\nxxxxx00x0000000000xxxxx0xxxxxx0000x0000000xx\r\nxxxxx0000000000000xxxxx0xx000x0000x000000xxx\r\nxxxxx0000000000000xxxxx0x000000000x00000xxxx\r\nxxxxx000000x0000000xxxx0x000000000xxx00xxxxx\r\nxxxxxxxx000x0000000xxx00xxx000000x0000xxxxxx\r\nxxxxxxxx000x000000xxxx0x0000000000000xxxxxxx\r\nxxxxxxxx000x000000011100000000000000xxxxxxxx\r\nxxxxxxxx000x00000001110000000000000xxxxxxxxx\r\nxxxxxxxxx00x0000000111x00000000x00xxxxxxxxxx\r\nxxxxxxxxxx0x0000000xxx0000000xxxxxxxxxxxxxxx\r\nxxxxxxxxxxxx000000xxxx0000000xxxxxxxxxxxxxxx\r\nxxxxxxxxxxxx000000xxx00xxxxx00xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxx0xxx0xx000x00xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxx0xxx0x000000xxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxx0xxxxx00000xxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxx0xxxxx00xxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxx0xxxxxxxxxxxxxxxxxxxx', 'RPHN527parkfence2SFQAHHHN529parkfence2QGQAHHHM619parkfence1SDRAHHHO620parkfence3PERAHPAHO621parkfence3QERAHPAHO622parkfence3RERAHPAHN623parkfence2SERAHPAHO624parkfence3PFRAHPAHO625parkfence3QFRAHPAHO626parkfence3RFRAHPAHM627parkfence1SFRAHJHO629parkfence3QGRAHJHN717parkfence2QDSAHHHO719parkfence3SDSAHJHO723parkfence3SESAHJHO727parkfence3SFSAHJHO729parkfence3QGSAHJHO817parkfence3QDPBHJHO819parkfence3SDPBHJHN821parkfence2QEPBHHHO823parkfence3SEPBHJHN825parkfence2QFPBHHHO827parkfence3SFPBHJHO829parkfence3QGPBHJHL98bench2PBQBHPAHK99benchQBQBHPAHO917parkfence3QDQBHJHN919parkfence2SDQBHRAHO921parkfence3QEQBHJHN923parkfence2SEQBHRAHO925parkfence3QFQBHJHN927parkfence2SFQBHRAHO929parkfence3QGQBHJHO1017parkfence3QDRBHJHO1021parkfence3QERBHJHO1025parkfence3QFRBHJHO1029parkfence3QGRBHJHL117bench2SASBHJHM1117parkfence1QDSBHPAHO1118parkfence3RDSBHPAHO1119parkfence3SDSBHPAHO1120parkfence3PESBHPAHN1121parkfence2QESBHJHO1122parkfence3RESBHPAHO1123parkfence3SESBHPAHO1124parkfence3PFSBHPAHN1125parkfence2QFSBHJHO1126parkfence3RFSBHPAHO1127parkfence3SFSBHPAHO1128parkfence3PGSBHPAHM1129parkfence1QGSBHRAHK127benchSAPCHJHL1635bench2SHPDHJHL1637bench2QIPDHPAHK1638benchRIPDHPAHK1735benchSHQDHJHL1827bench2SFRDHPAHK1828benchPGRDHPAHL1835bench2SHRDHJHL1925bench2QFSDHJHK1935benchSHSDHJHK2025benchQFPEHJHL2925bench2QFQGHPAHK2926benchRFQGHPAHL3023bench2SERGHJHK3123benchSESGHJ@`SGSBMRDPBPA0.0I2Mqueue_tile2JMPGRAH0.0I2Mqueue_tile2SAMPFSAJ0.0I2Mqueue_tile2QBMRFSAPA0.0I2Mqueue_tile2SFMSERBJ0.0I2Mqueue_tile2SCMRFPBPA0.0I2Mqueue_tile2REMPGQBH0.0I2Mqueue_tile2PGMPFRBH0.0I2Mqueue_tile2PCMPEPBH0.0I2Mqueue_tile2QGMRFRBJ0.0I2Mqueue_tile2QDMRDQBPA0.0I2Mqueue_tile2RFMRERBJ0.0I2Mqueue_tile2PFMSDRBJ0.0I2Mqueue_tile2PDMPGPBH0.0I2Mqueue_tile2RGMSFRBJ0.0I2Mqueue_tile2RAMRESAPA0.0I2Mqueue_tile2RBMPGSAH0.0I2Mqueue_tile2SDMREQBPA0.0I2Mqueue_tile2QEMRFQBPA0.0I2Mqueue_tile2RCMPFPBH0.0I2Mqueue_tile2KMRDSAPA0.0I2Mqueue_tile2PAMPESAJ0.0I2Mqueue_tile2PBMQFSAJ0.0I2Mqueue_tile2IMPGQAH0.0I2Mqueue_tile2SEMRDRBJ0.0I2Mqueue_tile2QCMREPBPA0.0I2Mqueue_tile2SGMPGRBH0.0I2Mqueue_tile2QAMQESAJ0.0I2Mqueue_tile2QFMPERBH0.0I2Mqueue_tile2RDMPEQBH0.0I2Mqueue_tile2PEMPFQBH0.0I2Mqueue_tile2', '0', '');
- INSERT INTO `room_models` VALUES ('park_b', '11', '2', '0', '6', '0000x0000000\r\n0000xx000000\r\n000000000000\r\n00000000000x\r\n000000000000\r\n00x0000x0000', '', '0', '');
- INSERT INTO `room_models` VALUES ('picnic', '16', '5', '2', '4', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxx22222xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\n22xxxxxxxxxxxxx22xxxxxxxxxxxxxxxxxxxxx\r\n2222222222222222222x222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222xxx222222222222222222222222\r\n2222222222xx33x22222222222222222222222\r\n222222222xx3333x2222222222222222222222\r\n222222222x333333x222222222222222222222\r\n222222222x333333x222222222222222222222\r\n2222222222x3332x2222222222222222222222\r\n22222222222x33x22222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222x22222xxxx22222222222222222222\r\n22222222222222xxxx22222222222222222222\r\n22222222222222xxx222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222', 'PcHh710hedge7RBSAJPAHh711hedge7SBSAJPAHh712hedge7PCSAJPAHh713hedge7QCSAJPAHy714hedge8RCSAJPAHs718hedge2RDSAJPAHh719hedge7SDSAJPAHh720hedge7PESAJPAHh721hedge7QESAJPAHz814hedge9RCPBJPAHz818hedge9RDPBJPAHv93hedge5KQBJPAHz103hedge9KRBJPAHc1112picnic_dummychair1PCSBKPAHc1113picnic_dummychair1QCSBKPAHc1114picnic_dummychair1RCSB`hFFPAHc1310picnic_dummychair1RBQCKJHc1315picnic_dummychair1SCQCKRAHb1321picnic_groundQEQCJPAHb147picnic_groundSARCJPAHc1410picnic_dummychair1RBRCKJHc1415picnic_dummychair1SCRCKRAHb1519picnic_groundSDSCJJHb1523picnic_groundSESCJRAHb165picnic_groundQAPDJJHb169picnic_groundQBPDJRAHL1620picnic_cloth1PEPDJJHL176picnic_cloth1RAQDJJHb1721picnic_groundQEQDJHHb187picnic_groundSARDJHHa190picnic_redbench2HSDJJHA200picnic_redbench1HPEJJHw2011hedge6SBPEJPAHh2012hedge7PCPEJPAHh2013hedge7QCPEJPAHt2014hedge3RCPEJPAHu2017hedge4QDPEJPAHh2018hedge7RDPEJPAHh2019hedge7SDPEJPAHy2020hedge8PEPEJPAHv2111hedge5SBQEJPAHM2112picnic_bench1PCQEJPAHN2113picnic_bench2QCQEJPAHO2114picnic_bench3RCQEJPAHM2117picnic_bench1QDQEJPAHN2118picnic_bench2RDQEJPAHO2119picnic_bench3SDQEJPAHv2120hedge5PEQEJPAHa220picnic_redbench2HREJJHv2211hedge5SBREJPAHv2220hedge5PEREJPAHb2225picnic_groundQFREJPAHA230picnic_redbench1HSEJJHv2311hedge5SBSEJPAHM2312picnic_bench1PCSEJJHM2319picnic_bench1SDSEJRAHv2320hedge5PESEJPAHc246picnic_dummychair1RAPFJPAHd247picnic_dummychair4SAPFJPAHe248picnic_dummychair6PBPFJPAHv2411hedge5SBPFJPAHN2412picnic_bench2PCPFJJHN2419picnic_bench2SDPFJRAHv2420hedge5PEPFJPAHb2423picnic_groundSEPFJJHb2427picnic_groundSFPFJRAHK255picnic_stumpQAQFJJHv2511hedge5SBQFJPAHN2512picnic_bench2PCQFJJHN2519picnic_bench2SDQFJRAHv2520hedge5PEQFJPAHG2524picnic_cloth2PFQFJJHK267picnic_stumpSARFJHHv2611hedge5SBRFJPAHO2612picnic_bench3PCRFJJHH2614picnic_fireplace1RCRFJHHI2616picnic_fireplace2PDRFJJHO2619picnic_bench3SDRFJRAHv2620hedge5PERFJPAHb2625picnic_groundQFRFJHHz2711hedge9SBSFJPAHQ2712picnic_lemonadePCSFJPAHz2720hedge9PESFJPAHE298picnic_firewood2PBQGJHHa300picnic_redbench2HRGJJHD308picnic_firewood1PBRGJHHA310picnic_redbench1HSGJJHD318picnic_firewood1PBSGJHHM3112picnic_bench1PCSGJPAHN3113picnic_bench2QCSGJPAHO3114picnic_bench3RCSGJPAHM3118picnic_bench1RDSGJPAHN3119picnic_bench2SDSGJPAHO3120picnic_bench3PESGJPAHf3127picnic_carrotSFSGJHHf3128picnic_carrotPGSGJHHf3129picnic_carrotQGSGJHHf3130picnic_carrotRGSGJHHf3131picnic_carrotSGSGJHHD328picnic_firewood1PBPHJHHF3212picnic_table2PCPHJJHP3214picnic_tableRCPHJJHF3218picnic_table2RDPHJJHP3220picnic_tablePEPHJJHr333hedge1KQHJPAHD338picnic_firewood1PBQHJHHM3312picnic_bench1PCQHJHHN3313picnic_bench2QCQHJHHO3314picnic_bench3RCQHJHHM3318picnic_bench1RDQHJHHN3319picnic_bench2SDQHJHHO3320picnic_bench3PEQHJHHg3327picnic_cabbageSFQHJHHg3328picnic_cabbagePGQHJHHg3329picnic_cabbageQGQHJHHv343hedge5KRHJPAHD348picnic_firewood1PBRHJHHv353hedge5KSHJPAHD358picnic_firewood1PBSHJHHv363hedge5KPIJPAHD368picnic_firewood1PBPIJHHD378picnic_firewood1PBQIJHHM3712picnic_bench1PCQIJPAHN3713picnic_bench2QCQIJPAHO3714picnic_bench3RCQIJPAHM3718picnic_bench1RDQIJPAHN3719picnic_bench2SDQIJPAHO3720picnic_bench3PEQIJPAHD388picnic_firewood1PBRIJHHF3812picnic_table2PCRIJJHP3814picnic_tableRCRIJJHF3818picnic_table2RDRIJJHP3820picnic_tablePERIJJHJ398picnic_firewood3PBSIJHHM3912picnic_bench1PCSIJHHN3913picnic_bench2QCSIJHHO3914picnic_bench3RCSIJHHM3918picnic_bench1RDSIJHHN3919picnic_bench2SDSIJHHO3920picnic_bench3PESIJH', '0', '');
- INSERT INTO `room_models` VALUES ('pizza', '5', '27', '1', '2', 'xxxxxxxxx0000000\r\nx11111x1xx000000\r\n11xxxxx111x00000\r\n11x1111111xx0000\r\n11x1111111100000\r\nxxx1111111100000\r\n1111111111100000\r\n1111111111100000\r\n1111111111100000\r\n1111111111100000\r\n1111111111100000\r\n1111111111100000\r\n1111111111100000\r\n1111111111100000\r\n1111111111100000\r\n1111111111100000\r\n1111111111100000\r\n11111111111xxxxx\r\n1111111111xxxxxx\r\n1111111111111111\r\n1111111111111111\r\n1111111111111111\r\n1111111111111111\r\n1111111111111111\r\n1111111111111111\r\n11xx11xx11111111\r\nxxxx11xxxxxxxxxx\r\nxxxx11xxxxxxxxxx', 'QGHa015pizza_plant1SCHHJHe314pizza_sofa1RCKHPAHE315pizza_sofa2SCKHPAHc515pizza_tableSCQAHJHb60pizza_plant2HRAIJHf614pizza_sofa3RCRAHHHF615pizza_sofa4SCRAHHHd81pizza_chairIPBIPAHd82pizza_chairJPBIPAHc102pizza_tableJRBIJHe1014pizza_sofa1RCRBHPAHE1015pizza_sofa2SCRBHPAHd111pizza_chairISBIHHd112pizza_chairJSBIHHc1215pizza_tableSCPCHJHf1314pizza_sofa3RCQCHHHF1315pizza_sofa4SCQCHHHd161pizza_chairIPDIPAHd162pizza_chairJPDIPAHc182pizza_tableJRDIJHd191pizza_chairISDIHHd192pizza_chairJSDIHHd2111pizza_chairSBQEIJHd2114pizza_chairRCQEIRAHd2211pizza_chairSBREIJHc2213pizza_tableQCREIHHd2214pizza_chairRCREIRAHa250pizza_plant1HQFIJHa2515pizza_plant1SCQFIJ', '0', '');
- INSERT INTO `room_models` VALUES ('pub_a', '15', '25', '0', '2', 'xxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx2222222211111xxx\r\nxxxxxxxxx2222222211111xxx\r\nxxxxxxxxx2222222211111xxx\r\nxxxxxxxxx2222222211111xxx\r\nxxxxxxxxx2222222222111xxx\r\nxxxxxxxxx2222222222111xxx\r\nxxxxxxxxx2222222222000xxx\r\nxxxxxxxxx2222222222000xxx\r\nxxxxxxxxx2222222222000xxx\r\nxxxxxxxxx2222222222000xxx\r\nx333333332222222222000xxx\r\nx333333332222222222000xxx\r\nx333333332222222222000xxx\r\nx333333332222222222000xxx\r\nx333333332222222222000xxx\r\nx333332222222222222000xxx\r\nx333332222222222222000xxx\r\nx333332222222222222000xxx\r\nx333332222222222222000xxx\r\nx333333332222222222000xxx\r\nxxxxx31111112222222000xxx\r\nxxxxx31111111000000000xxx\r\nxxxxx31111111000000000xxx\r\nxxxxx31111111000000000xxx\r\nxxxxx31111111000000000xxx\r\nxxxxxxxxxxxxxxx00xxxxxxxx\r\nxxxxxxxxxxxxxxx00xxxxxxxx\r\nxxxxxxxxxxxxxxx00xxxxxxxx\r\nxxxxxxxxxxxxxxx00xxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxx', 'SWHS119pub_sofa2SDIIPAHs120pub_sofaPEIIPAHs121pub_sofaQEIIPAHq211bardesk1SBJJHHc212pub_chairPCJJRAHQ311bardesk2SBKJHHq411bardesk1SBPAJHHc412pub_chairPCPAJRAHQ511bardesk2SBQAJHHf518pub_fenceRDQAJIHq611bardesk1SBRAJHHc612pub_chairPCRAJRAHf618pub_fenceRDRAJHHQ711bardesk2SBSAJHHf718pub_fenceRDSAJHHq811bardesk1SBPBJHHc812pub_chairPCPBJRAHf818pub_fenceRDPBJHHw910bardesk4RBQBJHHW911bardesk3SBQBJHHf918pub_fenceRDQBJHHf1018pub_fenceRDRBJHHC112pub_chair2JSBKPAHC113pub_chair2KSBKPAHC115pub_chair2QASBKPAHC116pub_chair2RASBKPAHf118pub_fencePBSBKIHf1118pub_fenceRDSBJHHf128pub_fencePBPCKHHf1218pub_fenceRDPCJHHf138pub_fencePBQCKHHC139pub_chair2QBQCJJHk1314pub_chair3RCQCJJHT1315pub_table2SCQCJIHk1316pub_chair3PDQCJRAHf1318pub_fenceRDQCJHHf148pub_fencePBRCKJHC149pub_chair2QBRCJJHk1414pub_chair3RCRCJJHT1415pub_table2SCRCJJHk1416pub_chair3PDRCJRAHf1418pub_fenceRDRCJHHt151pub_tableISCKHHf155pub_fenceQASCKIHf1518pub_fenceRDSCJHHS161pub_sofa2IPDKJHf165pub_fenceQAPDKHHf1618pub_fenceRDPDJHHs171pub_sofaIQDKJHf175pub_fenceQAQDKHHk1713pub_chair3QCQDJPAHk1714pub_chair3RCQDJPAHk1715pub_chair3SCQDJPAHk1716pub_chair3PDQDJPAHf1718pub_fenceRDQDJHHs181pub_sofaIRDKJHf185pub_fenceQARDKHHT1813pub_table2QCRDJQAHT1814pub_table2RCRDJRAHT1815pub_table2SCRDJRAHT1816pub_table2PDRDJPAHf1818pub_fenceRDRDJHHs192pub_sofaJSDKHHS193pub_sofa2KSDKHHf195pub_fenceQASDKHHk1913pub_chair3QCSDJHHk1914pub_chair3RCSDJHHk1915pub_chair3SCSDJHHk1916pub_chair3PDSDJHHf1918pub_fenceRDSDJHHf201pub_fenceIPEKQAHf202pub_fenceJPEKRAHf203pub_fenceKPEKRAHf204pub_fencePAPEKRAHf205pub_fenceQAPEKKHf2018pub_fenceRDPEJHHS217pub_sofa2SAQEIPAHs218pub_sofaPBQEIPAHf2112pub_fencePCQEJQAHf2113pub_fenceQCQEJRAHf2114pub_fenceRCQEJRAHf2115pub_fenceSCQEJRAHf2116pub_fencePDQEJRAHf2117pub_fenceQDQEJRAHf2118pub_fenceRDQEJKHS226pub_sofa2RAREIJHt2215pub_tableSCREHHHC2216pub_chair2PDREHPAHC2217pub_chair2QDREHPAHs236pub_sofaRASEIJHT238pub_table2PBSEIIHs246pub_sofaRAPFIJHT248pub_table2PBPFIHHs256pub_sofaRAQFIJHT258pub_table2PBQFIJ', '0', '');
- INSERT INTO `room_models` VALUES ('rooftop', '17', '12', '4', '2', '44xxxxxxxxxxxxxxxxxx\r\n444xxxxxxxxxxx444444\r\n4444xxxxxxxxxx444444\r\n44444xxxx4xxxx444444\r\n444444xxx44xxx444444\r\n44444444444444444444\r\n44444444444444444444\r\n44444444444444444444\r\n44444444xx44xx44xx44\r\n44444444xx44xx44xx44\r\n44444444444444444444\r\n44444444444444444444\r\n44444444444444444444\r\nx444444x444444xx4444\r\nx444444x444444xx333x\r\nx444444x444444xx222x\r\nx444444x444444xx11xx\r\nx444444x444444xxxxxx', 'PKHa10rooftop_minichairHIPAPAHd116rooftop_flatcurbPDIPAPAHe117rooftop_flatcurb2QDIPAPAHc20rooftop_rodtableHJPAHHa21rooftop_minichairIJPARAHa30rooftop_minichairHKPAHHd416rooftop_flatcurbPDPAPAHHe417rooftop_flatcurb2QDPAPAHHa62rooftop_minichairJRAPAPAHa71rooftop_minichairISAPAJHc72rooftop_rodtableJSAPAHHa73rooftop_minichairKSAPARAHa82rooftop_minichairJPBPAHHa90rooftop_minichairHQBPAPAHb100rooftop_emptytableHRBPAHHa110rooftop_minichairHSBPAHHd131rooftop_flatcurbIQCPAJHd136rooftop_flatcurbRAQCPARAHd138rooftop_flatcurbPBQCPAJHd1313rooftop_flatcurbQCQCPARAHf141rooftop_flatcurb3IRCPAJHf146rooftop_flatcurb3RARCPARAHf148rooftop_flatcurb3PBRCPAJHf1413rooftop_flatcurb3QCRCPARAHf151rooftop_flatcurb3ISCPAJHf156rooftop_flatcurb3RASCPARAHf158rooftop_flatcurb3PBSCPAJHf1513rooftop_flatcurb3QCSCPARAHf161rooftop_flatcurb3IPDPAJHf166rooftop_flatcurb3RAPDPARAHf168rooftop_flatcurb3PBPDPAJHf1613rooftop_flatcurb3QCPDPARAHg171rooftop_flatcurb4IQDPAHHf172rooftop_flatcurb3JQDPAHHf173rooftop_flatcurb3KQDPAHHf174rooftop_flatcurb3PAQDPAHHf175rooftop_flatcurb3QAQDPAHHh176rooftop_flatcurb5RAQDPAHHg178rooftop_flatcurb4PBQDPAHHf179rooftop_flatcurb3QBQDPAHHf1710rooftop_flatcurb3RBQDPAHHf1711rooftop_flatcurb3SBQDPAHHf1712rooftop_flatcurb3PCQDPAHHh1713rooftop_flatcurb5QCQDPAH', '0', '');
- INSERT INTO `room_models` VALUES ('rooftop_2', '4', '9', '0', '2', 'x0000x000\r\nxxxxxx000\r\n000000000\r\n000000000\r\n000000000\r\n000000000\r\n000000000\r\n000000000\r\n000000000\r\n000000000\r\nxxx000xxx\r\nxxx000xxx', 'RDHk08rooftop_bigchairPBHHPAHl18rooftop_bigtablePBIHHHj20rooftop_sofabHJHPAHi21rooftop_sofaIJHPAHk28rooftop_bigchairPBJHHHk38rooftop_bigchairPBKHPAHl48rooftop_bigtablePBPAHHHj50rooftop_sofabHQAHHHi51rooftop_sofaIQAHHHk58rooftop_bigchairPBQAHHHj60rooftop_sofabHRAHPAHi61rooftop_sofaIRAHPAHj67rooftop_sofabSARAHPAHi68rooftop_sofaPBRAHPAHj90rooftop_sofabHQBHHHi91rooftop_sofaIQBHHHj97rooftop_sofabSAQBHHHi98rooftop_sofaPBQBHH', '0', '');
- INSERT INTO `room_models` VALUES ('star_lounge', '37', '36', '0', '2', 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx2222x4444442222xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx22222x444x32222xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx22222xx4xx22222xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx222222222222222xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx222222222222222xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx222222222222222xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx222222222222222xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx222222222222222xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx222222222222222xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx22222222222222211111xxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx22222222222222211111xxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx22222222222222211111xxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx22222222222222211111xxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx22222222222222222111xxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx22222222222222222111xxxxxxxxx\r\nxxxxxxxxxxxxxxxx3333x22222222222222xxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxx3333x22222222222222xxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxx3333x22222222221111xxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxx3333xx2x22222220000xxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxx333333332222222000000xxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxx333333332222222x0000000xxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxx33333332222222x0000000xxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxx222222000000xxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'PXHk1521star_tableQESCJHHa1522star_sofaRESCJPAHb1523star_sofa2SESCJPAHz1524palmPFSCJHHb1621star_sofa2QEPDJJHQ1632dj1PHPDJHHW1633dj2QHPDJHHE1634dj3RHPDJHHa1721star_sofaQEQDJJHm1728star_microphonePGQDPAHHb1821star_sofa2QERDJJHa1835star_sofaSHRDJRAHa1921star_sofaQESDJJHb1935star_sofa2SHSDJRAHb2021star_sofa2QEPEJJHb2024star_sofa2PFPEJJHa2032star_sofaPHPEJRAHa2035star_sofaSHPEJRAHa2121star_sofaQEQEJJHa2124star_sofaPFQEJJHb2132star_sofa2PHQEJRAHb2135star_sofa2SHQEJRAHc2221star_sofachairQEREJJHk2224star_tablePFREJHHb2225star_sofa2QFREJHHa2226star_sofaRFREJHHb2230star_sofa2RGREJHHa2231star_sofaSGREJHHk2232star_tablePHREJHHk2235star_tableSHREJHHz2321palmQESEJHHa2335star_sofaSHSEJRAHp2422bar10REPFJHHb2435star_sofa2SHPFJRAHa2437star_sofaQIPFIPAHb2438star_sofa2RIPFIPAHa2439star_sofaSIPFIPAHb2440star_sofa2PJPFIPAHo2522bar9REQFJHHb2525star_sofa2QFQFJHHa2526star_sofaRFQFJHHb2530star_sofa2RGQFJHHa2531star_sofaSGQFJHHa2535star_sofaSHQFJRAHb2536star_sofa2PIQFIJHi2622bar8RERFJHHX2625palm1QFRFJHHV2626palm3RFRFJHHC2630palm2RGRFJHHB2631palm4SGRFJHHb2635star_sofa2SHRFJRAHa2636star_sofaPIRFIJHk2639star_tableSIRFIHHk2640star_tablePJRFIHHu2722bar7RESFJHHa2725star_sofaQFSFJPAHb2726star_sofa2RFSFJPAHa2730star_sofaRGSFJPAHb2731star_sofa2SGSFJPAHk2735star_tableSHSFJHHz2736palmPISFIHHk2737star_tableQISFIHHy2822bar6REPGJHHt2922bar5REQGJHHk2925star_tableQFQGJHHk2926star_tableRFQGJHHk3016star_tablePDRGKHHr3022bar4RERGJHHb3116star_sofa2PDSGKJHe3122bar3RESGJHHb3125star_sofa2QFSGJHHa3126star_sofaRFSGJHHa3130star_sofaRGSGJRAHa3216star_sofaPDPHKJHw3222bar2REPHJHHB3225palm4QFPHJHHX3226palm1RFPHJHHb3230star_sofa2RGPHJRAHb3316star_sofa2PDQHKJHq3322bar1REQHJHHa3325star_sofaQFQHJPAHb3326star_sofa2RFQHJPAHa3330star_sofaRGQHJRAHa3416star_sofaPDRHKJHb3430star_sofa2RGRHJRAHV3435palm3SHRHHHHC3436palm2PIRHHHHk3516star_tablePDSHKHHa3530star_sofaRGSHJRAHb3630star_sofa2RGPIJRAHc3725star_sofachairQFQIJHHb3726star_sofa2RFQIJHHa3727star_sofaSFQIJHHb3728star_sofa2PGQIJHHa3729star_sofaQGQIJHHk3730star_tableRGQIJH', '0', '');
- INSERT INTO `room_models` VALUES ('tearoom', '21', '19', '1', '6', 'xxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxx3333x33333333x\r\n333333xx3333x33333333x\r\n3333333x3333x33333333x\r\n3333333x3333x33333333x\r\n3333333xxxxxx33333333x\r\n333333333333333333333x\r\n333333333333333333333x\r\n333333333333333333333x\r\n333333333333333333333x\r\n33333333222x333333333x\r\n33333333222x333333333x\r\n33333333222x333333333x\r\n33333333222x333333333x\r\n33333333111x333333333x\r\n33333333111x333333333x\r\n33333333111x333333333x\r\nxxxxxxxx111xxxxxxxxxxx\r\n11111111111111111111xx\r\n1111111111111111111111\r\n1111111111111111111111\r\n11111111111111111111xx', 'QIHh113hardwoodsofa1QCIKPAHi114hardwoodsofa2RCIKPAHj115hardwoodsofa3SCIKPAHc116teabambooPDIKHHh118hardwoodsofa1RDIKPAHi119hardwoodsofa2SDIKPAHj120hardwoodsofa3PEIKPAHl313teasmalltable1QCKKHHk315teasmalltable2SCKKHHl318teasmalltable1RDKKHHk320teasmalltable2PEKKHHe62teastoolJRAKPAHe63teastoolKRAKPAHf68chinastoolredPBRAKPAHf69chinastoolredQBRAKPAHf610chinastoolredRBRAKPAHf611chinastoolredSBRAKPAHa82teatable1JPBKHHb83teatable2KPBKHHm92teastool2JQBKHHm93teastool2KQBKHHe916teastoolPDQBKPAHe917teastoolQDQBKPAHa1116teatable1PDSBKHHb1117teatable2QDSBKHHe122teastoolJPCKPAHe123teastoolKPCKPAHm1216teastool2PDPCKHHm1217teastool2QDPCKHHa142teatable1JRCKHHb143teatable2KRCKHHm152teastool2JSCKHHm153teastool2KSCKHHd180teavaseHRDIHHg190chinastoolgreenHSDIJHg200chinastoolgreenHPEIJHd210teavaseHQEIH', '0', '');
- -- ----------------------------
- -- Table structure for `room_rights`
- -- ----------------------------
- DROP TABLE IF EXISTS `room_rights`;
- CREATE TABLE `room_rights` (
- `room_id` int(10) unsigned NOT NULL,
- `user_id` int(10) unsigned NOT NULL,
- KEY `room_id` (`room_id`),
- KEY `user_id` (`user_id`)
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of room_rights
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `server_fuserights`
- -- ----------------------------
- DROP TABLE IF EXISTS `server_fuserights`;
- CREATE TABLE `server_fuserights` (
- `fuse` varchar(255) NOT NULL,
- `min_rank` int(11) unsigned NOT NULL DEFAULT '1',
- `information` text,
- `min_sub` int(11) DEFAULT '0',
- PRIMARY KEY (`fuse`)
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of server_fuserights
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `server_locale`
- -- ----------------------------
- DROP TABLE IF EXISTS `server_locale`;
- CREATE TABLE `server_locale` (
- `key` varchar(255) NOT NULL,
- `value` text,
- PRIMARY KEY (`key`)
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of server_locale
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `server_settings`
- -- ----------------------------
- DROP TABLE IF EXISTS `server_settings`;
- CREATE TABLE `server_settings` (
- `variable` varchar(255) NOT NULL DEFAULT 'server.variable',
- `value` varchar(255) NOT NULL,
- `description` text NOT NULL,
- PRIMARY KEY (`variable`)
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of server_settings
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `site_app_form`
- -- ----------------------------
- DROP TABLE IF EXISTS `site_app_form`;
- CREATE TABLE `site_app_form` (
- `id` varchar(24) NOT NULL,
- `caption` varchar(120) NOT NULL,
- `descr` text NOT NULL,
- `field_type` enum('textbox','textarea','checkbox') NOT NULL,
- `required` enum('0','1') NOT NULL DEFAULT '1',
- `order_num` int(11) NOT NULL,
- PRIMARY KEY (`id`)
- ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of site_app_form
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `site_app_openings`
- -- ----------------------------
- DROP TABLE IF EXISTS `site_app_openings`;
- CREATE TABLE `site_app_openings` (
- `id` int(11) NOT NULL AUTO_INCREMENT,
- `name` varchar(100) NOT NULL,
- `text_descr` text NOT NULL,
- `text_reqs` text NOT NULL,
- `text_duties` text NOT NULL,
- PRIMARY KEY (`id`)
- ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of site_app_openings
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `site_config`
- -- ----------------------------
- DROP TABLE IF EXISTS `site_config`;
- CREATE TABLE `site_config` (
- `id` int(11) NOT NULL AUTO_INCREMENT,
- `maintenance` enum('0','1') NOT NULL DEFAULT '0',
- PRIMARY KEY (`id`),
- KEY `maintaince` (`maintenance`)
- ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of site_config
- -- ----------------------------
- INSERT INTO `site_config` VALUES ('1', '0');
- -- ----------------------------
- -- Table structure for `site_cron`
- -- ----------------------------
- DROP TABLE IF EXISTS `site_cron`;
- CREATE TABLE `site_cron` (
- `id` int(11) NOT NULL AUTO_INCREMENT,
- `prio` int(11) NOT NULL DEFAULT '5',
- `enabled` enum('0','1') NOT NULL DEFAULT '1',
- `scriptfile` varchar(50) NOT NULL,
- `last_exec` int(11) NOT NULL,
- `exec_every` int(11) NOT NULL,
- PRIMARY KEY (`id`)
- ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of site_cron
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `site_cron_copy`
- -- ----------------------------
- DROP TABLE IF EXISTS `site_cron_copy`;
- CREATE TABLE `site_cron_copy` (
- `id` int(11) NOT NULL AUTO_INCREMENT,
- `prio` int(11) NOT NULL DEFAULT '5',
- `enabled` enum('0','1') NOT NULL DEFAULT '1',
- `scriptfile` varchar(50) NOT NULL,
- `last_exec` int(11) NOT NULL,
- `exec_every` int(11) NOT NULL,
- PRIMARY KEY (`id`)
- ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of site_cron_copy
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `site_hotcampaigns`
- -- ----------------------------
- DROP TABLE IF EXISTS `site_hotcampaigns`;
- CREATE TABLE `site_hotcampaigns` (
- `id` int(11) NOT NULL AUTO_INCREMENT,
- `order_id` int(11) NOT NULL DEFAULT '1',
- `enabled` enum('0','1') NOT NULL DEFAULT '1',
- `image_url` text NOT NULL,
- `caption` text NOT NULL,
- `descr` text NOT NULL,
- `url` text NOT NULL,
- PRIMARY KEY (`id`)
- ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of site_hotcampaigns
- -- ----------------------------
- INSERT INTO `site_hotcampaigns` VALUES ('1', '1', '1', 'http://habbo.pro/images/hotcamp.png', 'Bobba CA', 'Register on Bobba CA - Sponsored by Habbo pro!', 'http://bobbacalifornia.com');
- INSERT INTO `site_hotcampaigns` VALUES ('2', '2', '1', 'http://habbo.pro/images/au_hot_campaign_button_habbofest10_v1.gif', 'We\'re open!', 'Read the news article explaining what Habbo pro is and what we have in store for you.', 'http://habbo.pro/articles/513-a-whole-new-retro-experience.');
- -- ----------------------------
- -- Table structure for `site_inventory_items`
- -- ----------------------------
- DROP TABLE IF EXISTS `site_inventory_items`;
- CREATE TABLE `site_inventory_items` (
- `id` int(100) NOT NULL AUTO_INCREMENT,
- `userId` int(100) NOT NULL,
- `var` varchar(100) NOT NULL,
- `skin` varchar(100) NOT NULL,
- `type` enum('Sticker','Background','Notes') NOT NULL,
- `isWaiting` enum('0','1') NOT NULL DEFAULT '0',
- PRIMARY KEY (`id`)
- ) ENGINE=MyISAM AUTO_INCREMENT=23 DEFAULT CHARSET=latin1 COMMENT='Stickies del Sitio';
- -- ----------------------------
- -- Records of site_inventory_items
- -- ----------------------------
- INSERT INTO `site_inventory_items` VALUES ('1', '33335', '', 's_stickers_uruguay', 'Sticker', '1');
- INSERT INTO `site_inventory_items` VALUES ('2', '33340', '', 's_eyeleft', 'Sticker', '1');
- INSERT INTO `site_inventory_items` VALUES ('3', '33340', '', 'commodity_stickienote_pre', 'Notes', '0');
- INSERT INTO `site_inventory_items` VALUES ('4', '33340', '', 'commodity_stickienote_pre', 'Notes', '0');
- INSERT INTO `site_inventory_items` VALUES ('5', '33340', '', 'commodity_stickienote_pre', 'Notes', '0');
- INSERT INTO `site_inventory_items` VALUES ('6', '33340', '', 'commodity_stickienote_pre', 'Notes', '0');
- INSERT INTO `site_inventory_items` VALUES ('7', '33340', '', 'commodity_stickienote_pre', 'Notes', '0');
- INSERT INTO `site_inventory_items` VALUES ('8', '33345', '', 's_red_diner_four', 'Sticker', '1');
- INSERT INTO `site_inventory_items` VALUES ('9', '33341', '', 's_stickers_mexico', 'Sticker', '1');
- INSERT INTO `site_inventory_items` VALUES ('10', '33351', '', 's_trax_sfx', 'Sticker', '1');
- INSERT INTO `site_inventory_items` VALUES ('11', '33359', '', 'commodity_stickienote_pre', 'Notes', '0');
- INSERT INTO `site_inventory_items` VALUES ('12', '33359', '', 'commodity_stickienote_pre', 'Notes', '0');
- INSERT INTO `site_inventory_items` VALUES ('13', '33359', '', 'commodity_stickienote_pre', 'Notes', '0');
- INSERT INTO `site_inventory_items` VALUES ('14', '33359', '', 'commodity_stickienote_pre', 'Notes', '0');
- INSERT INTO `site_inventory_items` VALUES ('15', '33359', '', 'commodity_stickienote_pre', 'Notes', '0');
- INSERT INTO `site_inventory_items` VALUES ('16', '33367', '', 's_stickers_uruguay', 'Sticker', '1');
- INSERT INTO `site_inventory_items` VALUES ('17', '33367', '', 'commodity_stickienote_pre', 'Notes', '0');
- INSERT INTO `site_inventory_items` VALUES ('18', '33367', '', 'commodity_stickienote_pre', 'Notes', '0');
- INSERT INTO `site_inventory_items` VALUES ('19', '33367', '', 'commodity_stickienote_pre', 'Notes', '0');
- INSERT INTO `site_inventory_items` VALUES ('20', '33367', '', 'commodity_stickienote_pre', 'Notes', '0');
- INSERT INTO `site_inventory_items` VALUES ('21', '33367', '', 'commodity_stickienote_pre', 'Notes', '0');
- INSERT INTO `site_inventory_items` VALUES ('22', '33351', '', 'b_bg_fondo_foqb', 'Background', '0');
- -- ----------------------------
- -- Table structure for `site_items_categorys`
- -- ----------------------------
- DROP TABLE IF EXISTS `site_items_categorys`;
- CREATE TABLE `site_items_categorys` (
- `id` int(10) NOT NULL AUTO_INCREMENT,
- `name` varchar(100) NOT NULL,
- PRIMARY KEY (`id`)
- ) ENGINE=MyISAM AUTO_INCREMENT=67 DEFAULT CHARSET=latin1 COMMENT='Categorias de Compra';
- -- ----------------------------
- -- Records of site_items_categorys
- -- ----------------------------
- INSERT INTO `site_items_categorys` VALUES ('66', 'Banderas');
- INSERT INTO `site_items_categorys` VALUES ('27', 'Trax');
- INSERT INTO `site_items_categorys` VALUES ('29', 'Alfabeto Plastic');
- INSERT INTO `site_items_categorys` VALUES ('30', 'Alfabeto Bling');
- INSERT INTO `site_items_categorys` VALUES ('55', 'Alfabeto Madera');
- INSERT INTO `site_items_categorys` VALUES ('56', 'Alfabeto Diner Azul');
- INSERT INTO `site_items_categorys` VALUES ('60', 'Alfabeto Diner Verde');
- INSERT INTO `site_items_categorys` VALUES ('61', 'Alfabeto Diner Rojo');
- INSERT INTO `site_items_categorys` VALUES ('31', 'Construcción');
- INSERT INTO `site_items_categorys` VALUES ('32', 'Locuras');
- INSERT INTO `site_items_categorys` VALUES ('33', 'Maravillas');
- INSERT INTO `site_items_categorys` VALUES ('34', 'Terror');
- INSERT INTO `site_items_categorys` VALUES ('35', 'Ofertas');
- INSERT INTO `site_items_categorys` VALUES ('36', 'Flechas');
- INSERT INTO `site_items_categorys` VALUES ('37', 'Plantas');
- INSERT INTO `site_items_categorys` VALUES ('38', 'Efectos');
- INSERT INTO `site_items_categorys` VALUES ('39', 'SnowStorm');
- INSERT INTO `site_items_categorys` VALUES ('40', 'BattleBall');
- INSERT INTO `site_items_categorys` VALUES ('42', 'Personalidades');
- INSERT INTO `site_items_categorys` VALUES ('44', 'Otros');
- -- ----------------------------
- -- Table structure for `site_minimail`
- -- ----------------------------
- DROP TABLE IF EXISTS `site_minimail`;
- CREATE TABLE `site_minimail` (
- `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
- `sender_id` int(10) unsigned NOT NULL,
- `receiver_id` int(10) unsigned NOT NULL,
- `folder` enum('inbox','sent','trash') NOT NULL DEFAULT 'inbox',
- `is_read` enum('0','1') NOT NULL DEFAULT '0',
- `subject` varchar(120) NOT NULL,
- `date` varchar(120) NOT NULL,
- `isodate` varchar(120) NOT NULL,
- `timestamp` int(11) NOT NULL,
- `body` text NOT NULL,
- PRIMARY KEY (`id`)
- ) ENGINE=MyISAM AUTO_INCREMENT=2201 DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of site_minimail
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `site_navi`
- -- ----------------------------
- DROP TABLE IF EXISTS `site_navi`;
- CREATE TABLE `site_navi` (
- `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
- `parent_id` int(10) unsigned NOT NULL DEFAULT '0',
- `order_id` int(11) NOT NULL,
- `caption` text NOT NULL,
- `class` text NOT NULL,
- `url` text NOT NULL,
- `visibility` enum('0','1','2','3') NOT NULL COMMENT '0 = Never, 1 = Always, 2 = Logged in only, 3 = Guests only',
- PRIMARY KEY (`id`),
- KEY `parent_id` (`parent_id`) USING BTREE
- ) ENGINE=MyISAM AUTO_INCREMENT=40 DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of site_navi
- -- ----------------------------
- INSERT INTO `site_navi` VALUES ('1', '0', '1', '%habboName%', 'metab', '%www%/me', '2');
- INSERT INTO `site_navi` VALUES ('2', '1', '1', 'Home', '', '/me', '1');
- INSERT INTO `site_navi` VALUES ('5', '0', '2', 'Community', '', '%www%/community', '1');
- INSERT INTO `site_navi` VALUES ('4', '1', '4', 'Account Settings', '', '%www%/profile', '2');
- INSERT INTO `site_navi` VALUES ('7', '5', '1', 'Community', '', '%www%/community', '1');
- INSERT INTO `site_navi` VALUES ('8', '0', '1', 'Register At Habbo', 'tab-register-now', '%www%/register', '3');
- INSERT INTO `site_navi` VALUES ('9', '6', '1', 'Credits', '', '%www%/credits', '1');
- INSERT INTO `site_navi` VALUES ('10', '6', '3', 'Pixels', '', '%www%/credits/pixels', '1');
- INSERT INTO `site_navi` VALUES ('13', '12', '1', 'Shop Home', '', '%www%/vip/shop', '2');
- INSERT INTO `site_navi` VALUES ('14', '1', '2', 'My Page', '', '%www%/home/%habboName%', '2');
- INSERT INTO `site_navi` VALUES ('16', '5', '3', '%shortName% Staff', '', '%www%/community/staff', '1');
- INSERT INTO `site_navi` VALUES ('17', '5', '2', 'News', '', '%www%/articles', '1');
- INSERT INTO `site_navi` VALUES ('18', '12', '2', 'Get Points', '', '%www%/vip/getpoints', '2');
- INSERT INTO `site_navi` VALUES ('27', '26', '1', 'Credits', '', '%www%/tops', '1');
- INSERT INTO `site_navi` VALUES ('34', '0', '8', 'Facebook', 'tab-register-now', 'http://facebook.com/habbodotvg', '1');
- INSERT INTO `site_navi` VALUES ('6', '0', '3', 'Credits', ' ', '%www%/credits', '1');
- -- ----------------------------
- -- Table structure for `site_news`
- -- ----------------------------
- DROP TABLE IF EXISTS `site_news`;
- CREATE TABLE `site_news` (
- `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
- `seo_link` varchar(120) NOT NULL DEFAULT 'news-article',
- `title` text NOT NULL,
- `category_id` int(10) unsigned NOT NULL DEFAULT '1',
- `topstory_image` text NOT NULL,
- `body` text NOT NULL,
- `snippet` text NOT NULL,
- `datestr` varchar(50) NOT NULL,
- `timestamp` int(11) NOT NULL,
- PRIMARY KEY (`id`),
- KEY `datestr` (`datestr`) USING BTREE
- ) ENGINE=MyISAM AUTO_INCREMENT=514 DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of site_news
- -- ----------------------------
- INSERT INTO `site_news` VALUES ('513', '2-a-whole-new-retro-experience.', 'A whole new retro experience.', '1', 'http://habbo.pro/images/ts/topstory_habbo_beta.gif', '<p><img style=\"float: right;\" src=\"http://www.habbcrazy.net/archive_imgs/toolman.png\" alt=\"\" />Hello, and welcome to Habbo pro, we\'re here today to introduce a whole new habbo retro experience. We are ran on the most updated emulator which means there are more features not even popular habbo retro\'s even have. We are almost identical to the original Habbo except you get free credits and a lot more awesome features we have implemented into our client for you.</p>\r\n<p>Habbo pro is in no way affiliated with Sulake Corporation or Habbo Hotel incorporated, the contents within this site are held privately held, and are open to private parties or businesses. The founders of Habbo pro are in no way responsible for the content within.</p>\r\n<p>If you would like to suggest any ideas to add to our wonderful site, please submit them to <strong>suggestionbox@habbo.pro</strong>. You will not recieve a reply, although all emails submitted are read and taken into consideration. </p>\r\n<p>Thanks for choosing Habbo pro,</p>\r\n<p><strong>Hotel Staff</strong></p>', 'We open our doors to the public.', '23-May-2013', '1369323096');
- -- ----------------------------
- -- Table structure for `site_news_categories`
- -- ----------------------------
- DROP TABLE IF EXISTS `site_news_categories`;
- CREATE TABLE `site_news_categories` (
- `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
- `caption` text NOT NULL,
- PRIMARY KEY (`id`)
- ) ENGINE=MyISAM AUTO_INCREMENT=14 DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of site_news_categories
- -- ----------------------------
- INSERT INTO `site_news_categories` VALUES ('1', 'Uber');
- -- ----------------------------
- -- Table structure for `site_shop_items`
- -- ----------------------------
- DROP TABLE IF EXISTS `site_shop_items`;
- CREATE TABLE `site_shop_items` (
- `id` int(100) NOT NULL AUTO_INCREMENT,
- `price` int(10) NOT NULL,
- `skin` varchar(100) NOT NULL,
- `type` enum('Sticker','Notes','Background','') NOT NULL DEFAULT 'Sticker',
- `categoryId` int(10) NOT NULL,
- `amount` int(11) NOT NULL DEFAULT '0',
- `ItemName` varchar(120) NOT NULL,
- `ItemPack` int(10) NOT NULL DEFAULT '0',
- `ItemsContent` varchar(120) NOT NULL,
- PRIMARY KEY (`id`),
- KEY `price` (`price`),
- KEY `skin` (`skin`),
- KEY `type` (`type`),
- KEY `categoryId` (`categoryId`),
- KEY `ItemName` (`ItemName`),
- KEY `ItemPack` (`ItemPack`),
- KEY `ItemsContent` (`ItemsContent`)
- ) ENGINE=MyISAM AUTO_INCREMENT=1628 DEFAULT CHARSET=latin1 COMMENT='Stickies del Sitio';
- -- ----------------------------
- -- Records of site_shop_items
- -- ----------------------------
- INSERT INTO `site_shop_items` VALUES ('1460', '1', 's_stickers_uruguay', 'Sticker', '66', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1462', '1', 's_stickers_peru', 'Sticker', '66', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1456', '1', 's_stickers_paraguay', 'Sticker', '66', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1459', '1', 's_stickers_panama', 'Sticker', '66', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1454', '1', 's_stickers_nicaragua', 'Sticker', '66', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1465', '1', 's_stickers_mexico', 'Sticker', '66', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1455', '1', 's_stickers_honduras', 'Sticker', '66', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1452', '1', 's_stickers_espain', 'Sticker', '66', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1453', '1', 's_stickers_elsalvador', 'Sticker', '66', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1461', '1', 's_stickers_ecuador', 'Sticker', '66', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1458', '1', 's_stickers_costarica', 'Sticker', '66', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1464', '1', 's_stickers_colombia', 'Sticker', '66', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1467', '1', 's_stickers_chile', 'Sticker', '66', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1457', '1', 's_stickers_bolivia', 'Sticker', '66', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1466', '1', 's_stickers_argentina', 'Sticker', '66', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1463', '1', 's_stickers_venezuela', 'Sticker', '66', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('303', '1', 's_trax_sfx', 'Sticker', '27', '0', 'Trax Sonidos fx', '0', '');
- INSERT INTO `site_shop_items` VALUES ('307', '1', 's_trax_disco', 'Sticker', '27', '0', 'Trax Disco', '0', '');
- INSERT INTO `site_shop_items` VALUES ('300', '1', 's_trax_8_bit', 'Sticker', '27', '0', 'Trax Habbo', '0', '');
- INSERT INTO `site_shop_items` VALUES ('305', '1', 's_trax_electro', 'Sticker', '27', '0', 'Trax Electrónica', '0', '');
- INSERT INTO `site_shop_items` VALUES ('304', '1', 's_trax_reggae', 'Sticker', '27', '0', 'Trax Reggae', '0', '');
- INSERT INTO `site_shop_items` VALUES ('301', '1', 's_trax_ambient', 'Sticker', '27', '0', 'Trax Ambiente', '0', '');
- INSERT INTO `site_shop_items` VALUES ('302', '1', 's_trax_bling', 'Sticker', '27', '0', 'Trax Bling', '0', '');
- INSERT INTO `site_shop_items` VALUES ('306', '1', 's_trax_heavy', 'Sticker', '27', '0', 'Trax Heavy', '0', '');
- INSERT INTO `site_shop_items` VALUES ('308', '1', 's_trax_latin', 'Sticker', '27', '0', 'Trax Latina', '0', '');
- INSERT INTO `site_shop_items` VALUES ('651', '1', 's_trax_rock', 'Sticker', '27', '0', 'Trax Rock', '0', '');
- INSERT INTO `site_shop_items` VALUES ('530', '1', 's_a', 'Sticker', '29', '0', 'A', '0', '');
- INSERT INTO `site_shop_items` VALUES ('539', '1', 's_b_2', 'Sticker', '29', '0', 'B', '0', '');
- INSERT INTO `site_shop_items` VALUES ('540', '1', 's_c', 'Sticker', '29', '0', 'C', '0', '');
- INSERT INTO `site_shop_items` VALUES ('552', '1', 's_d', 'Sticker', '29', '0', 'D', '0', '');
- INSERT INTO `site_shop_items` VALUES ('556', '1', 's_e', 'Sticker', '29', '0', 'E', '0', '');
- INSERT INTO `site_shop_items` VALUES ('568', '1', 's_f', 'Sticker', '29', '0', 'F', '0', '');
- INSERT INTO `site_shop_items` VALUES ('569', '1', 's_g', 'Sticker', '29', '0', 'G', '0', '');
- INSERT INTO `site_shop_items` VALUES ('573', '1', 's_h', 'Sticker', '29', '0', 'H', '0', '');
- INSERT INTO `site_shop_items` VALUES ('574', '1', 's_i', 'Sticker', '29', '0', 'I', '0', '');
- INSERT INTO `site_shop_items` VALUES ('576', '1', 's_j', 'Sticker', '29', '0', 'J', '0', '');
- INSERT INTO `site_shop_items` VALUES ('577', '1', 's_k', 'Sticker', '29', '0', 'K', '0', '');
- INSERT INTO `site_shop_items` VALUES ('578', '1', 's_l', 'Sticker', '29', '0', 'L', '0', '');
- INSERT INTO `site_shop_items` VALUES ('584', '1', 's_m', 'Sticker', '29', '0', 'M', '0', '');
- INSERT INTO `site_shop_items` VALUES ('585', '1', 's_n', 'Sticker', '29', '0', 'N', '0', '');
- INSERT INTO `site_shop_items` VALUES ('595', '1', 's_o', 'Sticker', '29', '0', 'O', '0', '');
- INSERT INTO `site_shop_items` VALUES ('597', '1', 's_p', 'Sticker', '29', '0', 'P', '0', '');
- INSERT INTO `site_shop_items` VALUES ('603', '1', 's_q', 'Sticker', '29', '0', 'Q', '0', '');
- INSERT INTO `site_shop_items` VALUES ('604', '1', 's_r', 'Sticker', '29', '0', 'R', '0', '');
- INSERT INTO `site_shop_items` VALUES ('606', '1', 's_s', 'Sticker', '29', '0', 'S', '0', '');
- INSERT INTO `site_shop_items` VALUES ('650', '1', 's_t', 'Sticker', '29', '0', 'T', '0', '');
- INSERT INTO `site_shop_items` VALUES ('652', '1', 's_u', 'Sticker', '29', '0', 'U', '0', '');
- INSERT INTO `site_shop_items` VALUES ('655', '1', 's_v', 'Sticker', '29', '0', 'V', '0', '');
- INSERT INTO `site_shop_items` VALUES ('677', '1', 's_w', 'Sticker', '29', '0', 'W', '0', '');
- INSERT INTO `site_shop_items` VALUES ('679', '1', 's_x', 'Sticker', '29', '0', 'X', '0', '');
- INSERT INTO `site_shop_items` VALUES ('690', '1', 's_y', 'Sticker', '29', '0', 'Y', '0', '');
- INSERT INTO `site_shop_items` VALUES ('691', '1', 's_z', 'Sticker', '29', '0', 'Z', '0', '');
- INSERT INTO `site_shop_items` VALUES ('533', '1', 's_a_with_circle', 'Sticker', '29', '0', 'A', '0', '');
- INSERT INTO `site_shop_items` VALUES ('534', '1', 's_a_with_dots', 'Sticker', '29', '0', 'A', '0', '');
- INSERT INTO `site_shop_items` VALUES ('596', '1', 's_o_with_dots', 'Sticker', '29', '0', 'O', '0', '');
- INSERT INTO `site_shop_items` VALUES ('554', '1', 's_dot', 'Sticker', '29', '0', 'Punto', '0', '');
- INSERT INTO `site_shop_items` VALUES ('531', '1', 's_acsent1', 'Sticker', '29', '0', 'Apóstrofe', '0', '');
- INSERT INTO `site_shop_items` VALUES ('532', '1', 's_acsent2', 'Sticker', '29', '0', 'Tilde', '0', '');
- INSERT INTO `site_shop_items` VALUES ('654', '1', 's_underscore', 'Sticker', '29', '0', 'Guión', '0', '');
- INSERT INTO `site_shop_items` VALUES ('137', '1', 's_bling_star', 'Sticker', '30', '0', 'Estrella Bling', '0', '');
- INSERT INTO `site_shop_items` VALUES ('107', '1', 's_bling_a', 'Sticker', '30', '0', 'A Bling', '0', '');
- INSERT INTO `site_shop_items` VALUES ('108', '1', 's_bling_b', 'Sticker', '30', '0', 'B Bling', '0', '');
- INSERT INTO `site_shop_items` VALUES ('109', '1', 's_bling_c', 'Sticker', '30', '0', 'C Bling', '0', '');
- INSERT INTO `site_shop_items` VALUES ('110', '1', 's_bling_d', 'Sticker', '30', '0', 'D Bling', '0', '');
- INSERT INTO `site_shop_items` VALUES ('111', '1', 's_bling_e', 'Sticker', '30', '0', 'E Bling', '0', '');
- INSERT INTO `site_shop_items` VALUES ('112', '1', 's_bling_f', 'Sticker', '30', '0', 'F Bling', '0', '');
- INSERT INTO `site_shop_items` VALUES ('113', '1', 's_bling_g', 'Sticker', '30', '0', 'G Bling', '0', '');
- INSERT INTO `site_shop_items` VALUES ('114', '1', 's_bling_h', 'Sticker', '30', '0', 'H Bling', '0', '');
- INSERT INTO `site_shop_items` VALUES ('115', '1', 's_bling_i', 'Sticker', '30', '0', 'I Bling', '0', '');
- INSERT INTO `site_shop_items` VALUES ('116', '1', 's_bling_j', 'Sticker', '30', '0', 'J Bling', '0', '');
- INSERT INTO `site_shop_items` VALUES ('117', '1', 's_bling_k', 'Sticker', '30', '0', 'K Bling', '0', '');
- INSERT INTO `site_shop_items` VALUES ('118', '1', 's_bling_l', 'Sticker', '30', '0', 'L Bling', '0', '');
- INSERT INTO `site_shop_items` VALUES ('119', '1', 's_bling_m', 'Sticker', '30', '0', 'M Bling', '0', '');
- INSERT INTO `site_shop_items` VALUES ('120', '1', 's_bling_n', 'Sticker', '30', '0', 'N Bling', '0', '');
- INSERT INTO `site_shop_items` VALUES ('121', '1', 's_bling_o', 'Sticker', '30', '0', 'O Bling', '0', '');
- INSERT INTO `site_shop_items` VALUES ('122', '1', 's_bling_p', 'Sticker', '30', '0', 'P Bling', '0', '');
- INSERT INTO `site_shop_items` VALUES ('123', '1', 's_bling_q', 'Sticker', '30', '0', 'Q Bling', '0', '');
- INSERT INTO `site_shop_items` VALUES ('124', '1', 's_bling_r', 'Sticker', '30', '0', 'R Bling', '0', '');
- INSERT INTO `site_shop_items` VALUES ('125', '1', 's_bling_s', 'Sticker', '30', '0', 'S Bling', '0', '');
- INSERT INTO `site_shop_items` VALUES ('126', '1', 's_bling_t', 'Sticker', '30', '0', 'T Bling', '0', '');
- INSERT INTO `site_shop_items` VALUES ('127', '1', 's_bling_u', 'Sticker', '30', '0', 'U Bling', '0', '');
- INSERT INTO `site_shop_items` VALUES ('128', '1', 's_bling_v', 'Sticker', '30', '0', 'V Bling', '0', '');
- INSERT INTO `site_shop_items` VALUES ('129', '1', 's_bling_w', 'Sticker', '30', '0', 'W Bling', '0', '');
- INSERT INTO `site_shop_items` VALUES ('130', '1', 's_bling_x', 'Sticker', '30', '0', 'X Bling', '0', '');
- INSERT INTO `site_shop_items` VALUES ('131', '1', 's_bling_y', 'Sticker', '30', '0', 'Y Bling', '0', '');
- INSERT INTO `site_shop_items` VALUES ('132', '1', 's_bling_z', 'Sticker', '30', '0', 'Z Bling', '0', '');
- INSERT INTO `site_shop_items` VALUES ('133', '1', 's_bling_underscore', 'Sticker', '30', '0', 'Guión Bling', '0', '');
- INSERT INTO `site_shop_items` VALUES ('139', '1', 's_bling_comma', 'Sticker', '30', '0', 'Coma Bling', '0', '');
- INSERT INTO `site_shop_items` VALUES ('138', '1', 's_bling_dot', 'Sticker', '30', '0', 'mypage.sticker.bling_dot.title', '0', '');
- INSERT INTO `site_shop_items` VALUES ('135', '1', 's_bling_exclamation', 'Sticker', '30', '0', 'Exclamación Bling', '0', '');
- INSERT INTO `site_shop_items` VALUES ('136', '1', 's_bling_question', 'Sticker', '30', '0', 'Pregunta Bling', '0', '');
- INSERT INTO `site_shop_items` VALUES ('927', '1', 's_wood_a', 'Sticker', '55', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('932', '1', 's_wood_b', 'Sticker', '55', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('933', '1', 's_wood_c', 'Sticker', '55', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('935', '1', 's_wood_d', 'Sticker', '55', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('937', '1', 's_wood_e', 'Sticker', '55', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('939', '1', 's_wood_f', 'Sticker', '55', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('940', '1', 's_wood_g', 'Sticker', '55', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('941', '1', 's_wood_h', 'Sticker', '55', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('942', '1', 's_wood_i', 'Sticker', '55', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('943', '1', 's_wood_j', 'Sticker', '55', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('944', '1', 's_wood_k', 'Sticker', '55', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('945', '1', 's_wood_l', 'Sticker', '55', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('946', '1', 's_wood_m', 'Sticker', '55', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('947', '1', 's_wood_n', 'Sticker', '55', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('948', '1', 's_wood_o', 'Sticker', '55', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('950', '1', 's_wood_p', 'Sticker', '55', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('951', '1', 's_wood_q', 'Sticker', '55', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('953', '1', 's_wood_r', 'Sticker', '55', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('954', '1', 's_wood_s', 'Sticker', '55', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('955', '1', 's_wood_t', 'Sticker', '55', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('956', '1', 's_wood_u', 'Sticker', '55', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('958', '1', 's_wood_v', 'Sticker', '55', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('959', '1', 's_wood_w', 'Sticker', '55', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('960', '1', 's_wood_x', 'Sticker', '55', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('961', '1', 's_wood_y', 'Sticker', '55', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('962', '1', 's_wood_z', 'Sticker', '55', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('928', '1', 's_wood_acircle', 'Sticker', '55', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('931', '1', 's_wood_adots', 'Sticker', '55', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('949', '1', 's_wood_odots', 'Sticker', '55', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('936', '1', 's_wood_dot', 'Sticker', '55', '0', 'mypage.sticker.wood_dot.title', '0', '');
- INSERT INTO `site_shop_items` VALUES ('934', '1', 's_wood_comma', 'Sticker', '55', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('938', '1', 's_wood_exclamation', 'Sticker', '55', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('952', '1', 's_wood_question', 'Sticker', '55', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('929', '1', 's_wood_acsent', 'Sticker', '55', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('930', '1', 's_wood_acsent2', 'Sticker', '55', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('957', '1', 's_wood_undermark', 'Sticker', '55', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1025', '1', 's_blue_diner_zero', 'Sticker', '56', '0', '0', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1007', '1', 's_blue_diner_one', 'Sticker', '56', '0', '1', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1017', '1', 's_blue_diner_two', 'Sticker', '56', '0', '2', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1016', '1', 's_blue_diner_three', 'Sticker', '56', '0', '3', '0', '');
- INSERT INTO `site_shop_items` VALUES ('996', '1', 's_blue_diner_four', 'Sticker', '56', '0', '4', '0', '');
- INSERT INTO `site_shop_items` VALUES ('995', '1', 's_blue_diner_five', 'Sticker', '56', '0', '5', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1014', '1', 's_blue_diner_six', 'Sticker', '56', '0', '6', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1013', '1', 's_blue_diner_seven', 'Sticker', '56', '0', '7', '0', '');
- INSERT INTO `site_shop_items` VALUES ('992', '1', 's_blue_diner_eight', 'Sticker', '56', '0', '8', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1005', '1', 's_blue_diner_nine', 'Sticker', '56', '0', '9', '0', '');
- INSERT INTO `site_shop_items` VALUES ('987', '1', 's_blue_diner_a', 'Sticker', '56', '0', 'A', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1026', '1', 's_blue_diner_a_umlaut', 'Sticker', '56', '0', 'Ä', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1027', '1', 's_blue_diner_ae', 'Sticker', '56', '0', 'AE', '0', '');
- INSERT INTO `site_shop_items` VALUES ('988', '1', 's_blue_diner_b', 'Sticker', '56', '0', 'B', '0', '');
- INSERT INTO `site_shop_items` VALUES ('989', '1', 's_blue_diner_c', 'Sticker', '56', '0', 'C', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1028', '1', 's_blue_diner_c_cedilla', 'Sticker', '56', '0', 'Ç', '0', '');
- INSERT INTO `site_shop_items` VALUES ('990', '1', 's_blue_diner_d', 'Sticker', '56', '0', 'D', '0', '');
- INSERT INTO `site_shop_items` VALUES ('991', '1', 's_blue_diner_e', 'Sticker', '56', '0', 'E', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1029', '1', 's_blue_diner_e_acc', 'Sticker', '56', '0', 'É', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1030', '1', 's_blue_diner_e_acc_grave', 'Sticker', '56', '0', 'È', '0', '');
- INSERT INTO `site_shop_items` VALUES ('994', '1', 's_blue_diner_f', 'Sticker', '56', '0', 'F', '0', '');
- INSERT INTO `site_shop_items` VALUES ('997', '1', 's_blue_diner_g', 'Sticker', '56', '0', 'G', '0', '');
- INSERT INTO `site_shop_items` VALUES ('998', '1', 's_blue_diner_h', 'Sticker', '56', '0', 'H', '0', '');
- INSERT INTO `site_shop_items` VALUES ('999', '1', 's_blue_diner_i', 'Sticker', '56', '0', 'I', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1000', '1', 's_blue_diner_j', 'Sticker', '56', '0', 'J', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1001', '1', 's_blue_diner_k', 'Sticker', '56', '0', 'K', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1002', '1', 's_blue_diner_l', 'Sticker', '56', '0', 'L', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1003', '1', 's_blue_diner_m', 'Sticker', '56', '0', 'M', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1004', '1', 's_blue_diner_n', 'Sticker', '56', '0', 'N', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1006', '1', 's_blue_diner_o', 'Sticker', '56', '0', 'O', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1031', '1', 's_blue_diner_o_accute', 'Sticker', '56', '0', 'Ó', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1032', '1', 's_blue_diner_o_cc_grave', 'Sticker', '56', '0', 'Ò', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1033', '1', 's_blue_diner_o_umlaut', 'Sticker', '56', '0', 'Ö', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1008', '1', 's_blue_diner_p', 'Sticker', '56', '0', 'P', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1009', '1', 's_blue_diner_q', 'Sticker', '56', '0', 'Q', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1011', '1', 's_blue_diner_r', 'Sticker', '56', '0', 'R', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1012', '1', 's_blue_diner_s', 'Sticker', '56', '0', 'S', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1015', '1', 's_blue_diner_t', 'Sticker', '56', '0', 'T', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1018', '1', 's_blue_diner_u', 'Sticker', '56', '0', 'U', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1034', '1', 's_blue_diner_u_acc', 'Sticker', '56', '0', 'Ú', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1035', '1', 's_blue_diner_u_acc_grave', 'Sticker', '56', '0', 'Ù', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1036', '1', 's_blue_diner_u_umlaut', 'Sticker', '56', '0', 'Ü', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1020', '1', 's_blue_diner_v', 'Sticker', '56', '0', 'V', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1021', '1', 's_blue_diner_w', 'Sticker', '56', '0', 'W', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1022', '1', 's_blue_diner_x', 'Sticker', '56', '0', 'X', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1023', '1', 's_blue_diner_y', 'Sticker', '56', '0', 'Y', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1024', '1', 's_blue_diner_z', 'Sticker', '56', '0', 'Z', '0', '');
- INSERT INTO `site_shop_items` VALUES ('993', '1', 's_blue_diner_exclamation', 'Sticker', '56', '0', '!', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1019', '1', 's_blue_diner_upsidedown_pre', 'Sticker', '56', '0', '¿', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1010', '1', 's_blue_diner_question', 'Sticker', '56', '0', '?', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1075', '1', 's_green_diner_zero', 'Sticker', '60', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1057', '1', 's_green_diner_one', 'Sticker', '60', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1067', '1', 's_green_diner_two', 'Sticker', '60', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1066', '1', 's_green_diner_three', 'Sticker', '60', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1046', '1', 's_green_diner_four', 'Sticker', '60', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1045', '1', 's_green_diner_five', 'Sticker', '60', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1064', '1', 's_green_diner_six', 'Sticker', '60', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1063', '1', 's_green_diner_seven', 'Sticker', '60', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1042', '1', 's_green_diner_eight', 'Sticker', '60', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1055', '1', 's_green_diner_nine', 'Sticker', '60', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1037', '1', 's_green_diner_a', 'Sticker', '60', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1076', '1', 's_green_diner_a_umlaut', 'Sticker', '60', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1077', '1', 's_green_diner_ae', 'Sticker', '60', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1038', '1', 's_green_diner_b', 'Sticker', '60', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1039', '1', 's_green_diner_c', 'Sticker', '60', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1078', '1', 's_green_diner_c_cedilla', 'Sticker', '60', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1040', '1', 's_green_diner_d', 'Sticker', '60', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1041', '1', 's_green_diner_e', 'Sticker', '60', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1079', '1', 's_green_diner_e_acc', 'Sticker', '60', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1080', '1', 's_green_diner_e_cc_grave', 'Sticker', '60', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1044', '1', 's_green_diner_f', 'Sticker', '60', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1047', '1', 's_green_diner_g', 'Sticker', '60', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1048', '1', 's_green_diner_h', 'Sticker', '60', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1049', '1', 's_green_diner_i', 'Sticker', '60', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1050', '1', 's_green_diner_j', 'Sticker', '60', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1051', '1', 's_green_diner_k', 'Sticker', '60', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1052', '1', 's_green_diner_l', 'Sticker', '60', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1053', '1', 's_green_diner_m', 'Sticker', '60', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1054', '1', 's_green_diner_n', 'Sticker', '60', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1056', '1', 's_green_diner_o', 'Sticker', '60', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1081', '1', 's_green_diner_o_accute', 'Sticker', '60', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1082', '1', 's_green_diner_o_cc_grave', 'Sticker', '60', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1083', '1', 's_green_diner_o_umlaut', 'Sticker', '60', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1058', '1', 's_green_diner_p', 'Sticker', '60', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1059', '1', 's_green_diner_q', 'Sticker', '60', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1061', '1', 's_green_diner_r', 'Sticker', '60', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1062', '1', 's_green_diner_s', 'Sticker', '60', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1065', '1', 's_green_diner_t', 'Sticker', '60', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1068', '1', 's_green_diner_u', 'Sticker', '60', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1084', '1', 's_green_diner_u_acc', 'Sticker', '60', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1085', '1', 's_green_diner_u_acc_grave', 'Sticker', '60', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1086', '1', 's_green_diner_u_umlaut', 'Sticker', '60', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1070', '1', 's_green_diner_v', 'Sticker', '60', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1071', '1', 's_green_diner_w', 'Sticker', '60', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1072', '1', 's_green_diner_x', 'Sticker', '60', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1073', '1', 's_green_diner_y', 'Sticker', '60', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1074', '1', 's_green_diner_z', 'Sticker', '60', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1043', '1', 's_green_diner_exclamation', 'Sticker', '60', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1069', '1', 's_green_diner_upsidedown_pre', 'Sticker', '60', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1060', '1', 's_green_diner_question', 'Sticker', '60', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1125', '1', 's_red_diner_zero', 'Sticker', '61', '0', '0', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1107', '1', 's_red_diner_one', 'Sticker', '61', '0', '1', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1117', '1', 's_red_diner_two', 'Sticker', '61', '0', '2', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1116', '1', 's_red_diner_three', 'Sticker', '61', '0', '3', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1096', '1', 's_red_diner_four', 'Sticker', '61', '0', '4', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1095', '1', 's_red_diner_five', 'Sticker', '61', '0', '5', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1114', '1', 's_red_diner_six', 'Sticker', '61', '0', '6', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1113', '1', 's_red_diner_seven', 'Sticker', '61', '0', '7', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1092', '1', 's_red_diner_eight', 'Sticker', '61', '0', '8', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1105', '1', 's_red_diner_nine', 'Sticker', '61', '0', '9', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1087', '1', 's_red_diner_a', 'Sticker', '61', '0', 'A', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1126', '1', 's_red_diner_a_umlaut', 'Sticker', '61', '0', 'Ä', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1127', '1', 's_red_diner_ae', 'Sticker', '61', '0', 'AE', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1088', '1', 's_red_diner_b', 'Sticker', '61', '0', 'B', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1089', '1', 's_red_diner_c', 'Sticker', '61', '0', 'C', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1128', '1', 's_red_diner_c_cedilla', 'Sticker', '61', '0', 'Ç', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1090', '1', 's_red_diner_d', 'Sticker', '61', '0', 'D', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1091', '1', 's_red_diner_e', 'Sticker', '61', '0', 'E', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1129', '1', 's_red_diner_e_acc', 'Sticker', '61', '0', 'É', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1130', '1', 's_red_diner_e_cc_grave', 'Sticker', '61', '0', 'È', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1094', '1', 's_red_diner_f', 'Sticker', '61', '0', 'F', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1097', '1', 's_red_diner_g', 'Sticker', '61', '0', 'G', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1098', '1', 's_red_diner_h', 'Sticker', '61', '0', 'H', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1099', '1', 's_red_diner_i', 'Sticker', '61', '0', 'I', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1100', '1', 's_red_diner_j', 'Sticker', '61', '0', 'J', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1101', '1', 's_red_diner_k', 'Sticker', '61', '0', 'K', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1102', '1', 's_red_diner_l', 'Sticker', '61', '0', 'L', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1103', '1', 's_red_diner_m', 'Sticker', '61', '0', 'M', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1104', '1', 's_red_diner_n', 'Sticker', '61', '0', 'N', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1106', '1', 's_red_diner_o', 'Sticker', '61', '0', 'O', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1131', '1', 's_red_diner_o_accute', 'Sticker', '61', '0', 'Ó', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1132', '1', 's_red_diner_o_cc_grave', 'Sticker', '61', '0', 'Ò', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1133', '1', 's_red_diner_o_umlaut', 'Sticker', '61', '0', 'Ö', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1108', '1', 's_red_diner_p', 'Sticker', '61', '0', 'P', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1109', '1', 's_red_diner_q', 'Sticker', '61', '0', 'Q', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1111', '1', 's_red_diner_r', 'Sticker', '61', '0', 'R', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1112', '1', 's_red_diner_s', 'Sticker', '61', '0', 'S', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1115', '1', 's_red_diner_t', 'Sticker', '61', '0', 'T', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1118', '1', 's_red_diner_u', 'Sticker', '61', '0', 'U', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1134', '1', 's_red_diner_u_acc', 'Sticker', '61', '0', 'Ú', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1135', '1', 's_red_diner_u_acc_grave', 'Sticker', '61', '0', 'Ù', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1136', '1', 's_red_diner_u_umlaut', 'Sticker', '61', '0', 'Ü', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1120', '1', 's_red_diner_v', 'Sticker', '61', '0', 'V', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1121', '1', 's_red_diner_w', 'Sticker', '61', '0', 'W', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1122', '1', 's_red_diner_x', 'Sticker', '61', '0', 'X', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1123', '1', 's_red_diner_y', 'Sticker', '61', '0', 'Y', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1124', '1', 's_red_diner_z', 'Sticker', '61', '0', 'Z', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1093', '1', 's_red_diner_exclamation', 'Sticker', '61', '0', '!', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1119', '1', 's_red_diner_upsidedown_pre', 'Sticker', '61', '0', '¿', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1110', '1', 's_red_diner_question', 'Sticker', '61', '0', '?', '0', '');
- INSERT INTO `site_shop_items` VALUES ('102', '1', 's_sticker_zipper_h_tile', 'Sticker', '31', '0', 'Cremallera', '0', '');
- INSERT INTO `site_shop_items` VALUES ('101', '1', 's_sticker_zipper_h_normal_lock', 'Sticker', '31', '0', 'Cremallera', '0', '');
- INSERT INTO `site_shop_items` VALUES ('100', '1', 's_sticker_zipper_h_end', 'Sticker', '31', '0', 'Cremallera', '0', '');
- INSERT INTO `site_shop_items` VALUES ('99', '1', 's_sticker_zipper_h_bobba_lock', 'Sticker', '31', '0', 'Cremallera', '0', '');
- INSERT INTO `site_shop_items` VALUES ('95', '1', 's_leafs2', 'Sticker', '31', '0', 'Hojas 2', '0', '');
- INSERT INTO `site_shop_items` VALUES ('94', '1', 's_leafs1', 'Sticker', '31', '0', 'Hojas', '0', '');
- INSERT INTO `site_shop_items` VALUES ('93', '1', 's_vine2', 'Sticker', '31', '0', 'Parra 2', '0', '');
- INSERT INTO `site_shop_items` VALUES ('92', '1', 's_vine', 'Sticker', '31', '0', 'Parra', '0', '');
- INSERT INTO `site_shop_items` VALUES ('50', '1', 's_ruler_vertical', 'Sticker', '31', '0', 'Regla', '0', '');
- INSERT INTO `site_shop_items` VALUES ('49', '1', 's_ruler_horizontal', 'Sticker', '31', '0', 'Regla', '0', '');
- INSERT INTO `site_shop_items` VALUES ('21', '1', 's_chain_horizontal', 'Sticker', '31', '0', 'Cadena 2', '0', '');
- INSERT INTO `site_shop_items` VALUES ('20', '1', 's_chain_vertical', 'Sticker', '31', '0', 'Cadena 1', '0', '');
- INSERT INTO `site_shop_items` VALUES ('103', '1', 's_sticker_zipper_v_tile', 'Sticker', '31', '0', 'Cremallera', '0', '');
- INSERT INTO `site_shop_items` VALUES ('104', '1', 's_sticker_zipper_v_bobba_lock', 'Sticker', '31', '0', 'Cremallera', '0', '');
- INSERT INTO `site_shop_items` VALUES ('105', '1', 's_sticker_zipper_v_end', 'Sticker', '31', '0', 'Cremallera', '0', '');
- INSERT INTO `site_shop_items` VALUES ('106', '1', 's_sticker_zipper_v_normal_lock', 'Sticker', '31', '0', 'Cremallera', '0', '');
- INSERT INTO `site_shop_items` VALUES ('678', '1', 's_wormhand', 'Sticker', '32', '0', 'Mano de gorila', '0', '');
- INSERT INTO `site_shop_items` VALUES ('714', '1', 's_sticker_gentleman', 'Sticker', '32', '0', 'Caballero', '0', '');
- INSERT INTO `site_shop_items` VALUES ('25', '1', 's_chewed_bubblegum', 'Sticker', '32', '0', 'Chicle', '0', '');
- INSERT INTO `site_shop_items` VALUES ('53', '1', 's_sticker_cactus_anim', 'Sticker', '32', '0', 'Cáctus', '0', '');
- INSERT INTO `site_shop_items` VALUES ('54', '1', 's_sticker_spaceduck', 'Sticker', '32', '0', 'Pato espacial', '0', '');
- INSERT INTO `site_shop_items` VALUES ('55', '1', 's_sticker_moonpig', 'Sticker', '32', '0', 'Cerdo volador', '0', '');
- INSERT INTO `site_shop_items` VALUES ('59', '1', 's_swimming_fish', 'Sticker', '32', '0', '¡A nadar!', '0', '');
- INSERT INTO `site_shop_items` VALUES ('66', '1', 's_sticker_boxer', 'Sticker', '32', '0', 'Boxeador', '0', '');
- INSERT INTO `site_shop_items` VALUES ('96', '1', 's_wunderfrank', 'Sticker', '32', '0', 'Frank', '0', '');
- INSERT INTO `site_shop_items` VALUES ('97', '1', 's_sticker_submarine', 'Sticker', '32', '0', 'submarino', '0', '');
- INSERT INTO `site_shop_items` VALUES ('65', '1', 's_sticker_clown_anim', 'Sticker', '32', '0', 'Payaso', '0', '');
- INSERT INTO `site_shop_items` VALUES ('16', '1', 's_blingblingstars', 'Sticker', '33', '0', 'Estrellas', '0', '');
- INSERT INTO `site_shop_items` VALUES ('17', '1', 's_blinghearts', 'Sticker', '33', '0', 'Corazones', '0', '');
- INSERT INTO `site_shop_items` VALUES ('18', '1', 's_sticker_heartbeat', 'Sticker', '33', '0', 'Latidos del corazón', '0', '');
- INSERT INTO `site_shop_items` VALUES ('56', '1', 's_sticker_catinabox', 'Sticker', '33', '0', 'Gato en una caja', '0', '');
- INSERT INTO `site_shop_items` VALUES ('58', '1', 's_bear', 'Sticker', '33', '0', 'Oso', '0', '');
- INSERT INTO `site_shop_items` VALUES ('19', '1', 's_sticker_bobbaskull', 'Sticker', '34', '0', 'calavera bobba', '0', '');
- INSERT INTO `site_shop_items` VALUES ('67', '1', 's_scubacapsule_anim', 'Sticker', '34', '0', 'Cápsula', '0', '');
- INSERT INTO `site_shop_items` VALUES ('633', '3', 'package_product_pre', '', '35', '3', 'mypage.product.hw_sticker_paper_clips.title', '0', 's_paper_clip_1,s_paper_clip_2,s_paper_clip_3');
- INSERT INTO `site_shop_items` VALUES ('710', '1', 's_sticker_flower1', 'Sticker', '35', '5', 'mypage.product.hw_package9_sticker_flower1.title', '0', '');
- INSERT INTO `site_shop_items` VALUES ('614', '3', 'package_product_pre', '', '35', '3', 'mypage.product.hw_spills.title', '0', 's_spill1,s_spill2,s_spill3');
- INSERT INTO `site_shop_items` VALUES ('707', '1', 's_icecube_big', 'Sticker', '35', '10', 'mypage.product.hw_package4_icecube_big.title', '0', '');
- INSERT INTO `site_shop_items` VALUES ('601', '1', 's_leafs2', 'Sticker', '35', '7', 'mypage.product.hw_package4_leafs1.title', '0', '');
- INSERT INTO `site_shop_items` VALUES ('600', '1', 's_vine2', 'Sticker', '35', '5', 'mypage.product.hw_package3_vine2.title', '0', '');
- INSERT INTO `site_shop_items` VALUES ('599', '1', 's_chain_horizontal', 'Sticker', '35', '5', 'mypage.product.hw_package2_chain_horizontal.title', '0', '');
- INSERT INTO `site_shop_items` VALUES ('704', '3', 'package_product_pre', '', '35', '4', 'mypage.product.hw_package15_sticker_costumes2.title', '0', 's_scubacapsule_anim,s_sticker_eyes_blue,s_sticker_glasses_elton,s_sticker_glasses_supernerd');
- INSERT INTO `site_shop_items` VALUES ('598', '1', 's_sticker_zipper_v_tile', 'Sticker', '35', '5', 'mypage.product.hw_package1_sticker_zipper_v.title', '0', '');
- INSERT INTO `site_shop_items` VALUES ('583', '2', 'package_product_pre', '', '35', '2', 'mypage.product.hw_leafs.title', '0', 's_leafs1,s_leafs2');
- INSERT INTO `site_shop_items` VALUES ('602', '1', 's_icecube_small', 'Sticker', '35', '10', 'mypage.product.hw_package6_icecube_small.title', '0', '');
- INSERT INTO `site_shop_items` VALUES ('3', '1', 's_sticker_arrow_down', 'Sticker', '36', '0', 'Flecha abajo', '0', '');
- INSERT INTO `site_shop_items` VALUES ('4', '1', 's_sticker_arrow_left', 'Sticker', '36', '0', 'Flecha izquierda', '0', '');
- INSERT INTO `site_shop_items` VALUES ('5', '1', 's_sticker_arrow_up', 'Sticker', '36', '0', 'Flecha arriba', '0', '');
- INSERT INTO `site_shop_items` VALUES ('7', '1', 's_finger_push', 'Sticker', '36', '0', 'Dedo', '0', '');
- INSERT INTO `site_shop_items` VALUES ('6', '1', 's_sticker_arrow_right', 'Sticker', '36', '0', 'Flecha derecha', '0', '');
- INSERT INTO `site_shop_items` VALUES ('8', '1', 's_sticker_pointing_hand_1', 'Sticker', '36', '0', 'Señalando 1', '0', '');
- INSERT INTO `site_shop_items` VALUES ('9', '1', 's_sticker_pointing_hand_2', 'Sticker', '36', '0', 'Señalando 2', '0', '');
- INSERT INTO `site_shop_items` VALUES ('10', '1', 's_sticker_pointing_hand_3', 'Sticker', '36', '0', 'Señalando 3', '0', '');
- INSERT INTO `site_shop_items` VALUES ('11', '1', 's_sticker_pointing_hand_4', 'Sticker', '36', '0', 'Señalando 4', '0', '');
- INSERT INTO `site_shop_items` VALUES ('22', '1', 's_nail2', 'Sticker', '36', '0', 'Clavo', '0', '');
- INSERT INTO `site_shop_items` VALUES ('23', '1', 's_nail3', 'Sticker', '36', '0', 'mypage.sticker.nail3.title', '0', '');
- INSERT INTO `site_shop_items` VALUES ('36', '1', 's_needle_1', 'Sticker', '36', '0', 'Aguja 1', '0', '');
- INSERT INTO `site_shop_items` VALUES ('37', '1', 's_needle_2', 'Sticker', '36', '0', 'Aguja 2', '0', '');
- INSERT INTO `site_shop_items` VALUES ('38', '1', 's_needle_3', 'Sticker', '36', '0', 'Aguja 3', '0', '');
- INSERT INTO `site_shop_items` VALUES ('39', '1', 's_needle_4', 'Sticker', '36', '0', 'Aguja 4', '0', '');
- INSERT INTO `site_shop_items` VALUES ('40', '1', 's_needle_5', 'Sticker', '36', '0', 'Aguja 5', '0', '');
- INSERT INTO `site_shop_items` VALUES ('89', '1', 's_sticker_flower1', 'Sticker', '37', '0', 'Flor', '0', '');
- INSERT INTO `site_shop_items` VALUES ('90', '1', 's_sticker_flower_big_yellow', 'Sticker', '37', '0', 'Flores amarillas', '0', '');
- INSERT INTO `site_shop_items` VALUES ('91', '1', 's_sticker_flower_pink', 'Sticker', '37', '0', 'Flores rosas', '0', '');
- INSERT INTO `site_shop_items` VALUES ('24', '1', 's_i_love_bobba', 'Sticker', '38', '0', 'Placa Bobba', '0', '');
- INSERT INTO `site_shop_items` VALUES ('77', '1', 's_i_love_coffee', 'Sticker', '38', '0', 'Placa Café', '0', '');
- INSERT INTO `site_shop_items` VALUES ('84', '1', 's_sticker_effect_bam', 'Sticker', '38', '0', '¡Pum!', '0', '');
- INSERT INTO `site_shop_items` VALUES ('85', '1', 's_sticker_effect_burp', 'Sticker', '38', '0', '¡Puff!', '0', '');
- INSERT INTO `site_shop_items` VALUES ('86', '1', 's_sticker_effect_woosh', 'Sticker', '38', '0', '¡Whau!', '0', '');
- INSERT INTO `site_shop_items` VALUES ('87', '1', 's_sticker_effect_zap', 'Sticker', '38', '0', '¡Flip!', '0', '');
- INSERT INTO `site_shop_items` VALUES ('88', '1', 's_sticker_effect_whoosh2', 'Sticker', '38', '0', '¡Whau 2!', '0', '');
- INSERT INTO `site_shop_items` VALUES ('697', '1', 's_icecube_small', 'Sticker', '39', '0', 'Cubito', '0', '');
- INSERT INTO `site_shop_items` VALUES ('621', '1', 's_ss_snowballmachine', 'Sticker', '39', '0', 'Máquina de bolas', '0', '');
- INSERT INTO `site_shop_items` VALUES ('575', '1', 's_icecube_big', 'Sticker', '39', '0', 'Cubito', '0', '');
- INSERT INTO `site_shop_items` VALUES ('617', '1', 's_bootsitjalapaset_red', 'Sticker', '39', '0', 'Botas y guantes', '0', '');
- INSERT INTO `site_shop_items` VALUES ('620', '1', 's_ss_hits_by_snowball', 'Sticker', '39', '0', 'Nieve', '0', '');
- INSERT INTO `site_shop_items` VALUES ('564', '1', 's_extra_ss_duck_left', 'Sticker', '39', '0', 'Pato nevado', '0', '');
- INSERT INTO `site_shop_items` VALUES ('626', '1', 's_ss_snowtree', 'Sticker', '39', '0', 'Árbol nevado', '0', '');
- INSERT INTO `site_shop_items` VALUES ('618', '1', 's_ss_costume_blue', 'Sticker', '39', '0', 'Traje, botas y guantes', '0', '');
- INSERT INTO `site_shop_items` VALUES ('565', '1', 's_extra_ss_duck_right', 'Sticker', '39', '0', 'Pato nevado', '0', '');
- INSERT INTO `site_shop_items` VALUES ('624', '1', 's_ss_snowman', 'Sticker', '39', '0', 'Muñeco de nieve', '0', '');
- INSERT INTO `site_shop_items` VALUES ('615', '1', 's_ss_bootsitjalapaset_blue', 'Sticker', '39', '0', 'Botas y guantes', '0', '');
- INSERT INTO `site_shop_items` VALUES ('619', '1', 's_ss_costume_red', 'Sticker', '39', '0', 'Traje, botas y guantes', '0', '');
- INSERT INTO `site_shop_items` VALUES ('623', '1', 's_ss_snowflake2', 'Sticker', '39', '0', 'Estrella nevada', '0', '');
- INSERT INTO `site_shop_items` VALUES ('625', '1', 's_ss_snowqueen', 'Sticker', '39', '0', 'Muñeca de nieve', '0', '');
- INSERT INTO `site_shop_items` VALUES ('62', '1', 's_battle1', 'Sticker', '40', '0', 'Batalla 1', '0', '');
- INSERT INTO `site_shop_items` VALUES ('63', '1', 's_battle3', 'Sticker', '40', '0', 'Batalla 2', '0', '');
- INSERT INTO `site_shop_items` VALUES ('566', '1', 's_eyeleft', 'Sticker', '42', '0', 'Ojo', '0', '');
- INSERT INTO `site_shop_items` VALUES ('567', '1', 's_eyeright', 'Sticker', '42', '0', 'Ojo', '0', '');
- INSERT INTO `site_shop_items` VALUES ('68', '1', 's_sticker_gurubeard_gray', 'Sticker', '42', '0', 'Barba grisácea', '0', '');
- INSERT INTO `site_shop_items` VALUES ('69', '1', 's_sticker_gurubeard_brown', 'Sticker', '42', '0', 'Barba amarronada', '0', '');
- INSERT INTO `site_shop_items` VALUES ('70', '1', 's_sticker_glasses_supernerd', 'Sticker', '42', '0', 'De científico loco', '0', '');
- INSERT INTO `site_shop_items` VALUES ('71', '1', 's_sticker_glasses_elton', 'Sticker', '42', '0', 'Gafas molonas', '0', '');
- INSERT INTO `site_shop_items` VALUES ('72', '1', 's_sticker_eyes_blue', 'Sticker', '42', '0', 'Azul...', '0', '');
- INSERT INTO `site_shop_items` VALUES ('73', '1', 's_sticker_eye_anim', 'Sticker', '42', '0', 'Ojo animado', '0', '');
- INSERT INTO `site_shop_items` VALUES ('74', '1', 's_sticker_eye_evil_anim', 'Sticker', '42', '0', 'Ojo endiablado', '0', '');
- INSERT INTO `site_shop_items` VALUES ('694', '1', 's_sticker_eraser', 'Sticker', '44', '0', 'Borrador', '0', '');
- INSERT INTO `site_shop_items` VALUES ('713', '1', 's_star', 'Sticker', '44', '0', 'Estrella', '0', '');
- INSERT INTO `site_shop_items` VALUES ('711', '1', 's_sticker_pencil', 'Sticker', '44', '0', 'Lápiz', '0', '');
- INSERT INTO `site_shop_items` VALUES ('629', '1', 's_sticker_dreamer', 'Sticker', '44', '0', 'Soñador', '0', '');
- INSERT INTO `site_shop_items` VALUES ('712', '1', 's_sticker_pencil_2', 'Sticker', '44', '0', 'Lápiz', '0', '');
- INSERT INTO `site_shop_items` VALUES ('631', '1', 's_sticker_lonewolf', 'Sticker', '44', '0', 'Lobo Solitario', '0', '');
- INSERT INTO `site_shop_items` VALUES ('634', '1', 's_sticker_prankster', 'Sticker', '44', '0', 'Bromista', '0', '');
- INSERT INTO `site_shop_items` VALUES ('635', '1', 's_sticker_romantic', 'Sticker', '44', '0', 'Romántico', '0', '');
- INSERT INTO `site_shop_items` VALUES ('15', '1', 's_redlamp', 'Sticker', '44', '0', 'Lámpara Roja', '0', '');
- INSERT INTO `site_shop_items` VALUES ('14', '1', 's_lightbulb', 'Sticker', '44', '0', 'Bombilla', '0', '');
- INSERT INTO `site_shop_items` VALUES ('26', '1', 's_bullet1', 'Sticker', '44', '0', 'Agujeros de bala', '0', '');
- INSERT INTO `site_shop_items` VALUES ('27', '1', 's_spill1', 'Sticker', '44', '0', 'Derramado 1', '0', '');
- INSERT INTO `site_shop_items` VALUES ('28', '1', 's_spill2', 'Sticker', '44', '0', 'Derramado 2', '0', '');
- INSERT INTO `site_shop_items` VALUES ('29', '1', 's_spill3', 'Sticker', '44', '0', 'Derramado 3', '0', '');
- INSERT INTO `site_shop_items` VALUES ('30', '1', 's_sticker_coffee_stain', 'Sticker', '44', '0', 'Mancha de café', '0', '');
- INSERT INTO `site_shop_items` VALUES ('31', '1', 's_sticker_hole', 'Sticker', '44', '0', 'Agujero', '0', '');
- INSERT INTO `site_shop_items` VALUES ('32', '1', 's_sticker_flames', 'Sticker', '44', '0', 'Llamas', '0', '');
- INSERT INTO `site_shop_items` VALUES ('33', '1', 's_paper_clip_1', 'Sticker', '44', '0', 'mypage.sticker.paper_clip_1.title', '0', '');
- INSERT INTO `site_shop_items` VALUES ('34', '1', 's_paper_clip_2', 'Sticker', '44', '0', 'Clip 2', '0', '');
- INSERT INTO `site_shop_items` VALUES ('35', '1', 's_paper_clip_3', 'Sticker', '44', '0', 'Clip3', '0', '');
- INSERT INTO `site_shop_items` VALUES ('41', '1', 's_highlighter_1', 'Sticker', '44', '0', 'Lo más 1', '0', '');
- INSERT INTO `site_shop_items` VALUES ('42', '1', 's_highlighter_mark5', 'Sticker', '44', '0', 'Lo más', '0', '');
- INSERT INTO `site_shop_items` VALUES ('43', '1', 's_highlighter_mark6', 'Sticker', '44', '0', 'Lo más', '0', '');
- INSERT INTO `site_shop_items` VALUES ('44', '1', 's_highlighter_mark4b', 'Sticker', '44', '0', 'Lo más', '0', '');
- INSERT INTO `site_shop_items` VALUES ('45', '1', 's_highlighter_2', 'Sticker', '44', '0', 'Lo más 2', '0', '');
- INSERT INTO `site_shop_items` VALUES ('46', '1', 's_highlighter_mark1', 'Sticker', '44', '0', 'Lo más', '0', '');
- INSERT INTO `site_shop_items` VALUES ('47', '1', 's_highlighter_mark2', 'Sticker', '44', '0', 'Lo más', '0', '');
- INSERT INTO `site_shop_items` VALUES ('48', '1', 's_highlighter_mark3', 'Sticker', '44', '0', 'Lo más', '0', '');
- INSERT INTO `site_shop_items` VALUES ('51', '1', 's_plaster', 'Sticker', '44', '0', 'Tirita', '0', '');
- INSERT INTO `site_shop_items` VALUES ('52', '1', 's_plaster2', 'Sticker', '44', '0', 'Tirita', '0', '');
- INSERT INTO `site_shop_items` VALUES ('57', '1', 's_sticker_croco', 'Sticker', '44', '0', 'cocodrilo', '0', '');
- INSERT INTO `site_shop_items` VALUES ('60', '1', 's_fish', 'Sticker', '44', '0', 'Pescado', '0', '');
- INSERT INTO `site_shop_items` VALUES ('61', '1', 's_parrot', 'Sticker', '44', '0', 'Loro', '0', '');
- INSERT INTO `site_shop_items` VALUES ('64', '1', 's_sticker_sleeping_habbo', 'Sticker', '44', '0', 'Habbo en sueños', '0', '');
- INSERT INTO `site_shop_items` VALUES ('75', '1', 's_burger', 'Sticker', '44', '0', 'Hamburguesa', '0', '');
- INSERT INTO `site_shop_items` VALUES ('76', '1', 's_juice', 'Sticker', '44', '0', 'Zumo', '0', '');
- INSERT INTO `site_shop_items` VALUES ('78', '1', 's_sticker_coffee_steam_blue', 'Sticker', '44', '0', 'Mancha de café azul', '0', '');
- INSERT INTO `site_shop_items` VALUES ('79', '1', 's_sticker_coffee_steam_grey', 'Sticker', '44', '0', 'Mancha de café gris', '0', '');
- INSERT INTO `site_shop_items` VALUES ('80', '1', 's_cassette1', 'Sticker', '44', '0', 'Cassette', '0', '');
- INSERT INTO `site_shop_items` VALUES ('81', '1', 's_cassette2', 'Sticker', '44', '0', 'Cassette', '0', '');
- INSERT INTO `site_shop_items` VALUES ('82', '1', 's_cassette3', 'Sticker', '44', '0', 'Cassette', '0', '');
- INSERT INTO `site_shop_items` VALUES ('83', '1', 's_cassette4', 'Sticker', '44', '0', 'Cassette', '0', '');
- INSERT INTO `site_shop_items` VALUES ('98', '1', 's_football', 'Sticker', '44', '0', 'Fútbol', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1626', '1', 'b_bg_fondo_foqb', 'Background', '52', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1618', '1', 'b_es_el_internardo_bg_v1', 'Background', '52', '0', '', '0', '');
- INSERT INTO `site_shop_items` VALUES ('724', '1', 'b_bg_bobbaheart', 'Background', '52', '0', 'Corazón Bobba', '0', '');
- INSERT INTO `site_shop_items` VALUES ('725', '1', 'b_bg_rain', 'Background', '52', '0', 'Lluvia', '0', '');
- INSERT INTO `site_shop_items` VALUES ('726', '1', 'b_bg_serpentine_1', 'Background', '52', '0', 'Serpentina 1', '0', '');
- INSERT INTO `site_shop_items` VALUES ('727', '1', 'b_bg_serpentine_2', 'Background', '52', '0', 'Serpentina 2', '0', '');
- INSERT INTO `site_shop_items` VALUES ('728', '1', 'b_bg_serpentine_darkblue', 'Background', '52', '0', 'Serpentina Azul', '0', '');
- INSERT INTO `site_shop_items` VALUES ('729', '1', 'b_bg_serpntine_darkred', 'Background', '52', '0', 'mypage.background.bg_serpntine_darkred.title', '0', '');
- INSERT INTO `site_shop_items` VALUES ('140', '1', 'b_bg_denim', 'Background', '52', '0', 'Vaqueros', '0', '');
- INSERT INTO `site_shop_items` VALUES ('141', '1', 'b_bg_lace', 'Background', '52', '0', 'Encaje', '0', '');
- INSERT INTO `site_shop_items` VALUES ('142', '1', 'b_bg_stitched', 'Background', '52', '0', 'Bordado', '0', '');
- INSERT INTO `site_shop_items` VALUES ('143', '1', 'b_bg_wood', 'Background', '52', '0', 'Madera', '0', '');
- INSERT INTO `site_shop_items` VALUES ('144', '1', 'b_bg_cork', 'Background', '52', '0', 'Corcho', '0', '');
- INSERT INTO `site_shop_items` VALUES ('145', '1', 'b_bg_stone', 'Background', '52', '0', 'Piedra', '0', '');
- INSERT INTO `site_shop_items` VALUES ('146', '1', 'b_bg_pattern_bricks', 'Background', '52', '0', 'Ladrillos', '0', '');
- INSERT INTO `site_shop_items` VALUES ('147', '1', 'b_bg_ruled_paper', 'Background', '52', '0', 'Papel cuadriculado', '0', '');
- INSERT INTO `site_shop_items` VALUES ('148', '1', 'b_bg_grass', 'Background', '52', '0', 'Hierba', '0', '');
- INSERT INTO `site_shop_items` VALUES ('149', '1', 'b_bg_hotel', 'Background', '52', '0', 'Nubes', '0', '');
- INSERT INTO `site_shop_items` VALUES ('150', '1', 'b_bg_bubble', 'Background', '52', '0', 'Burbuja', '0', '');
- INSERT INTO `site_shop_items` VALUES ('151', '1', 'b_bg_pattern_bobbaskulls1', 'Background', '52', '0', 'Calavera Bobba', '0', '');
- INSERT INTO `site_shop_items` VALUES ('152', '1', 'b_bg_pattern_space', 'Background', '52', '0', 'Espacio', '0', '');
- INSERT INTO `site_shop_items` VALUES ('153', '1', 'b_bg_image_submarine', 'Background', '52', '0', 'Submarino', '0', '');
- INSERT INTO `site_shop_items` VALUES ('154', '1', 'b_bg_metal2', 'Background', '52', '0', 'Metal 2', '0', '');
- INSERT INTO `site_shop_items` VALUES ('155', '1', 'b_bg_broken_glass', 'Background', '52', '0', 'Cristal Roto', '0', '');
- INSERT INTO `site_shop_items` VALUES ('156', '1', 'b_bg_pattern_clouds', 'Background', '52', '0', 'Nubes', '0', '');
- INSERT INTO `site_shop_items` VALUES ('157', '1', 'b_bg_comic2', 'Background', '52', '0', 'Cómic 2', '0', '');
- INSERT INTO `site_shop_items` VALUES ('158', '1', 'b_bg_pattern_floral_01', 'Background', '52', '0', 'Floral 1', '0', '');
- INSERT INTO `site_shop_items` VALUES ('159', '1', 'b_bg_pattern_floral_02', 'Background', '52', '0', 'Floral 2', '0', '');
- INSERT INTO `site_shop_items` VALUES ('160', '1', 'b_bg_pattern_floral_03', 'Background', '52', '0', 'Floral 3', '0', '');
- INSERT INTO `site_shop_items` VALUES ('161', '1', 'b_bg_pattern_bulb', 'Background', '52', '0', 'Bombilla', '0', '');
- INSERT INTO `site_shop_items` VALUES ('162', '1', 'b_bg_pattern_cars', 'Background', '52', '0', 'Coches', '0', '');
- INSERT INTO `site_shop_items` VALUES ('164', '1', 'b_bg_pattern_plasto', 'Background', '52', '0', 'Plastic', '0', '');
- INSERT INTO `site_shop_items` VALUES ('165', '1', 'b_bg_pattern_tinyroom', 'Background', '52', '0', 'Habitación minúscula', '0', '');
- INSERT INTO `site_shop_items` VALUES ('166', '1', 'b_bg_pattern_hearts', 'Background', '52', '0', 'Corazones', '0', '');
- INSERT INTO `site_shop_items` VALUES ('167', '1', 'b_bg_pattern_abstract1', 'Background', '52', '0', 'Abstracto 1', '0', '');
- INSERT INTO `site_shop_items` VALUES ('168', '1', 'b_bg_bathroom_tile', 'Background', '52', '0', 'Azulejo', '0', '');
- INSERT INTO `site_shop_items` VALUES ('169', '1', 'b_bg_pattern_fish', 'Background', '52', '0', 'Peces', '0', '');
- INSERT INTO `site_shop_items` VALUES ('170', '1', 'b_bg_pattern_deepred', 'Background', '52', '0', 'Profundidad', '0', '');
- INSERT INTO `site_shop_items` VALUES ('171', '1', 'b_bg_colour_02', 'Background', '52', '0', '2', '0', '');
- INSERT INTO `site_shop_items` VALUES ('172', '1', 'b_bg_colour_03', 'Background', '52', '0', '3', '0', '');
- INSERT INTO `site_shop_items` VALUES ('173', '1', 'b_bg_colour_04', 'Background', '52', '0', '4', '0', '');
- INSERT INTO `site_shop_items` VALUES ('174', '1', 'b_bg_colour_05', 'Background', '52', '0', '5', '0', '');
- INSERT INTO `site_shop_items` VALUES ('175', '1', 'b_bg_colour_06', 'Background', '52', '0', '6', '0', '');
- INSERT INTO `site_shop_items` VALUES ('176', '1', 'b_bg_colour_07', 'Background', '52', '0', '7', '0', '');
- INSERT INTO `site_shop_items` VALUES ('177', '1', 'b_bg_colour_09', 'Background', '52', '0', '9', '0', '');
- INSERT INTO `site_shop_items` VALUES ('178', '1', 'b_bg_colour_10', 'Background', '52', '0', '10', '0', '');
- INSERT INTO `site_shop_items` VALUES ('179', '1', 'b_bg_colour_11', 'Background', '52', '0', '11', '0', '');
- INSERT INTO `site_shop_items` VALUES ('180', '1', 'b_bg_colour_13', 'Background', '52', '0', '13', '0', '');
- INSERT INTO `site_shop_items` VALUES ('181', '1', 'b_bg_colour_14', 'Background', '52', '0', '14', '0', '');
- INSERT INTO `site_shop_items` VALUES ('182', '1', 'b_bg_colour_15', 'Background', '52', '0', '15', '0', '');
- INSERT INTO `site_shop_items` VALUES ('183', '1', 'b_bg_colour_17', 'Background', '52', '0', '17', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1', '1', 's', 'Sticker', '65', '0', 'ss', '0', '');
- INSERT INTO `site_shop_items` VALUES ('1627', '10', 'commodity_stickienote_pre', 'Notes', '54', '5', '', '0', '');
- -- ----------------------------
- -- Table structure for `songs`
- -- ----------------------------
- DROP TABLE IF EXISTS `songs`;
- CREATE TABLE `songs` (
- `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
- `name` varchar(64) NOT NULL,
- `artist` varchar(32) NOT NULL,
- `song_data` text NOT NULL,
- `length` double NOT NULL,
- PRIMARY KEY (`id`)
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
- -- ----------------------------
- -- Records of songs
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `soundtracks`
- -- ----------------------------
- DROP TABLE IF EXISTS `soundtracks`;
- CREATE TABLE `soundtracks` (
- `id` int(6) NOT NULL,
- `name` varchar(100) NOT NULL,
- `author` varchar(50) NOT NULL,
- `track` text NOT NULL,
- `length` int(4) NOT NULL,
- PRIMARY KEY (`id`)
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
- -- ----------------------------
- -- Records of soundtracks
- -- ----------------------------
- INSERT INTO `soundtracks` VALUES ('1', 'The Ballad of Bonnie Blonde', 'Pixel! at the Disco', '1:371,8;374,4;378,4;0,4;378,4;0,4;377,4;378,4;0,6;371,4;0,4;370,3;377,2;0,7:2:353,24;358,4;363,4;353,10;367,4;353,4;367,4;353,8:3:0,4;291,2;365,2;0,2;365,2;377,2;365,2;377,2;365,2;377,2;0,2;359,4;352,4;357,1;0,1;365,2;0,2;292,4;0,3;357,1;292,4;0,3;357,1;292,4;296,4:4:0,2;368,22;354,4;368,26;361,8:', '124');
- INSERT INTO `soundtracks` VALUES ('2', 'Push the Call for Help', 'BanzaiBabes', '1:317,6;318,4;319,4;317,4;319,4;0,2:2:0,2;316,4;0,4;316,4;0,4;316,4;0,2:3:0,6;321,4;323,4;322,10:4:0,18;321,2;324,2;0,2:', '48');
- INSERT INTO `soundtracks` VALUES ('3', 'Monotone Hotel Sounds', 'Doorman Frank', '1:4,24:2:2,24:3:0,24:4:0,24:', '48');
- INSERT INTO `soundtracks` VALUES ('4', 'Haven\'t Friend Request You Yet', 'Micheal Bauble', '1:280,4;281,4;282,4;283,4;284,4;285,4;286,4;287,4;288,4:2:0,36:3:0,36:4:0,36:', '72');
- INSERT INTO `soundtracks` VALUES ('5', 'Sounds That Fit Double Rainbows', 'Kallomies', '1:200,12;199,3;201,1;200,28:2:0,2;190,1;0,1;191,1;0,1;192,1;0,1;190,2;191,1;192,1;190,2;0,1;193,2;190,2;191,1;0,1;190,1;192,2;0,1;191,2;178,2;0,1;178,2;0,1;178,2;0,2;177,2;0,1;176,4:3:0,8;176,2;0,1;177,2;0,3;179,2;0,2;177,2;0,2;176,2;0,1;178,6;0,1;178,2;0,2;177,4;176,2:4:0,8;197,16;0,20:', '88');
- INSERT INTO `soundtracks` VALUES ('6', 'Gold Coin Digger', 'Kayne Quest', '1:104,10;102,8;104,4;102,8;104,4:2:0,2;181,8;182,8;181,4;182,8;130,2;106,2:3:0,2;105,2;106,2;186,3;187,1;185,1;184,1;185,1;184,1;185,1;184,1;185,1;187,1;186,3;187,1;185,1;184,1;185,1;184,1;185,1;184,1;185,1;184,1;72,1;100,2;0,1:4:0,4;103,6;133,1;101,1;133,1;101,1;133,1;101,1;133,1;101,1;103,4;133,1;101,1;133,1;101,1;133,1;101,1;133,1;101,1;105,2;101,1;0,1:', '68');
- INSERT INTO `soundtracks` VALUES ('7', 'Too Lost In Lido', 'BanzaiBabes', '1:317,4;408,7;0,1;410,16;413,4;406,4;410,8;412,4:2:0,2;321,2;443,22;91,2;317,8;443,8;412,2;0,2:3:0,3;320,2;0,7;414,4;445,4;412,2;323,2;412,4;96,2;412,2;414,4;445,7;448,1;317,4:4:0,3;324,2;0,6;448,1;0,6;96,2;322,4;96,2;99,2;322,4;412,2;0,2;322,2;96,2;322,2;0,1;324,2;0,3:', '96');
- INSERT INTO `soundtracks` VALUES ('8', 'Pixelrazzi', 'Lady BlaBla', '1:0,3;167,1;163,2;0,2;142,2;163,2;142,2;163,2;142,2;163,2;142,2;0,1;88,1;142,2;163,2;142,2;163,2;142,2;163,2;142,2;163,2:2:89,16;0,2;143,4;119,4;143,4;89,2;119,4;143,4:3:0,3;121,2;0,1;164,2;140,8;141,6;0,1;168,1;141,16:4:0,2;139,2;123,4;143,8;144,2;89,2;144,2;0,1;90,1;144,2;89,2;0,2;89,2;144,2;89,2;0,2;89,2:', '80');
- INSERT INTO `soundtracks` VALUES ('9', 'Touch the Skyscraper', 'Kayne Quest', '1:274,4;275,4;276,8;274,4;276,4;274,4:2:0,4;278,4;279,4;273,12;277,3;0,1:3:0,4;429,2;0,4;430,2;429,2;340,2;342,4;429,2;261,2;342,4:4:0,2;340,2;0,3;429,2;0,1;259,2;271,4;254,12:', '56');
- INSERT INTO `soundtracks` VALUES ('10', 'About VIP Now', 'BanzaiBabes', '1:152,20;146,1;0,1;152,4;151,4;152,20;153,4:2:0,8;145,12;146,1;0,1;145,4;0,1;151,2;0,1;145,20;0,1;150,2;0,1:3:0,10;150,2;146,1;0,1;150,2;146,1;0,1;150,2;146,1;0,7;151,2;0,2;150,2;146,1;0,1;150,2;146,1;0,1;150,2;0,1;146,1;0,1;146,1;0,1;146,3;0,4:4:0,4;148,2;147,2;148,2;147,2;148,2;147,2;148,2;147,2;148,4;147,2;148,6;147,2;148,2;147,2;148,2;147,2;148,2;147,2;148,2;147,2;0,4:', '108');
- INSERT INTO `soundtracks` VALUES ('11', 'The Good Trade', 'Kayne Quest', '1:108,4;135,8;130,2;108,2;135,8;127,28:2:0,3;131,9;104,2;0,2;131,8;108,4;102,4;0,8;92,6;0,6:3:134,4;140,8;0,1;133,1;136,2;140,6;0,10;143,16;108,4:4:0,2;104,2;0,1;133,1;0,3;133,1;134,4;0,1;104,2;133,1;0,3;133,1;0,24;136,2;0,4:', '104');
- INSERT INTO `soundtracks` VALUES ('12', 'I Write Bans not Tragedies', 'Pixel! at the Disco', '1:248,4;247,4;252,4;251,8;245,4;250,4;252,4:2:359,4;250,4;359,4;345,8;0,4;359,8:3:0,3;347,1;359,4;352,8;342,4;350,4;342,4;350,4:4:0,3;357,1;334,4;246,4;343,12;334,4;340,2;0,1;347,1:', '64');
- INSERT INTO `soundtracks` VALUES ('13', 'Furni Face', 'Lady BlaBla', '1:379,4;45,4;0,1;205,2;42,5;37,4;384,2;41,4;42,5;0,2:2:0,3;199,3;0,1;383,3;519,4;515,8;519,8;39,2;0,1:3:0,2;205,2;382,4;522,2;516,12;518,8;0,3:4:0,4;386,2;0,2;43,1;0,1;207,3;202,1;520,8;44,2;0,2;520,4;207,3:', '66');
- INSERT INTO `soundtracks` VALUES ('14', 'Habbowood', 'Micheal Bauble', '1:280,4;265,4;264,4;263,8;0,16:2:262,4;263,8;266,4;267,4;264,12;262,4:3:0,4;268,8;269,4;270,4;268,8;282,4;285,4:4:0,20;74,4;75,3;81,3;0,6:', '72');
- INSERT INTO `soundtracks` VALUES ('15', 'Party Trax', 'Aerokid', '1:12,16;3,4;19,8;0,2;29,8;0,16:2:13,4;14,4;10,8;0,4;2,8;0,1;33,1;32,18;16,2;32,2;16,2:3:0,2;15,1;17,1;5,4;7,2;24,1;8,1;4,4;0,2;24,1;6,1;0,4;22,4;0,2;28,4;30,4;31,2;16,2;31,2;16,2;20,1;21,1;20,1;21,1;20,1;21,1;20,1;21,1:4:18,2;0,2;10,4;5,22;35,2;0,20;24,1;17,1:', '100');
- INSERT INTO `soundtracks` VALUES ('16', 'Who Dares Stacks', 'Rage Against the Fuse', '1:255,4;310,7;0,9;310,14;0,4:2:0,3;309,1;308,7;309,1;308,7;309,1;308,7;309,1;308,7;309,1;0,2:3:0,4;162,7;0,1;162,7;0,1;162,15;0,3:4:0,6;135,4;135,4;135,4;0,2;135,4;135,4;135,4;135,4;0,2:5:0,14;155,2;0,2;155,2;314,1;315,1;314,1;315,1;314,1;315,1;314,1;0,1;314,1;315,1;314,1;315,1;314,1;315,1;314,1;315,1;0,2:6:0,12;311,1;0,1;311,1;0,1;311,1;0,1;311,1;0,1;311,1;0,5;155,2;311,1;0,1;311,1;0,1;311,1;0,3;311,1;0,1:', '76');
- -- ----------------------------
- -- Table structure for `staff_logs`
- -- ----------------------------
- DROP TABLE IF EXISTS `staff_logs`;
- CREATE TABLE `staff_logs` (
- `id` int(11) NOT NULL AUTO_INCREMENT,
- `staffuser` varchar(40) NOT NULL,
- `target` varchar(40) NOT NULL,
- `action_type` varchar(40) NOT NULL,
- `description` text,
- `extra_info` text,
- `time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
- `deleted` tinyint(1) NOT NULL DEFAULT '0',
- PRIMARY KEY (`id`)
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of staff_logs
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `system_stats`
- -- ----------------------------
- DROP TABLE IF EXISTS `system_stats`;
- CREATE TABLE `system_stats` (
- `id` int(5) NOT NULL AUTO_INCREMENT,
- `date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
- `users` int(5) NOT NULL DEFAULT '0',
- `rooms` int(5) NOT NULL DEFAULT '0',
- PRIMARY KEY (`id`)
- ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
- -- ----------------------------
- -- Records of system_stats
- -- ----------------------------
- INSERT INTO `system_stats` VALUES ('1', '2011-01-15 03:51:56', '8', '2');
- -- ----------------------------
- -- Table structure for `tele_links`
- -- ----------------------------
- DROP TABLE IF EXISTS `tele_links`;
- CREATE TABLE `tele_links` (
- `tele_one_id` int(10) unsigned NOT NULL,
- `tele_two_id` int(10) unsigned NOT NULL,
- KEY `tele_one_id` (`tele_one_id`),
- KEY `tele_two_id` (`tele_two_id`)
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of tele_links
- -- ----------------------------
- INSERT INTO `tele_links` VALUES ('810', '811');
- INSERT INTO `tele_links` VALUES ('811', '810');
- INSERT INTO `tele_links` VALUES ('812', '813');
- INSERT INTO `tele_links` VALUES ('813', '812');
- INSERT INTO `tele_links` VALUES ('2136', '2137');
- INSERT INTO `tele_links` VALUES ('2137', '2136');
- INSERT INTO `tele_links` VALUES ('5347', '5350');
- INSERT INTO `tele_links` VALUES ('5350', '5347');
- INSERT INTO `tele_links` VALUES ('8021', '8023');
- INSERT INTO `tele_links` VALUES ('8023', '8021');
- INSERT INTO `tele_links` VALUES ('8942', '8943');
- INSERT INTO `tele_links` VALUES ('8943', '8942');
- INSERT INTO `tele_links` VALUES ('9023', '9024');
- INSERT INTO `tele_links` VALUES ('9024', '9023');
- INSERT INTO `tele_links` VALUES ('9112', '9113');
- INSERT INTO `tele_links` VALUES ('9113', '9112');
- INSERT INTO `tele_links` VALUES ('10468', '10469');
- INSERT INTO `tele_links` VALUES ('10469', '10468');
- INSERT INTO `tele_links` VALUES ('19521', '19522');
- INSERT INTO `tele_links` VALUES ('19522', '19521');
- INSERT INTO `tele_links` VALUES ('19523', '19524');
- INSERT INTO `tele_links` VALUES ('19524', '19523');
- INSERT INTO `tele_links` VALUES ('19539', '19540');
- INSERT INTO `tele_links` VALUES ('19540', '19539');
- INSERT INTO `tele_links` VALUES ('19541', '19542');
- INSERT INTO `tele_links` VALUES ('19542', '19541');
- INSERT INTO `tele_links` VALUES ('20989', '20991');
- INSERT INTO `tele_links` VALUES ('20991', '20989');
- INSERT INTO `tele_links` VALUES ('21044', '21046');
- INSERT INTO `tele_links` VALUES ('21046', '21044');
- INSERT INTO `tele_links` VALUES ('22196', '22197');
- INSERT INTO `tele_links` VALUES ('22197', '22196');
- INSERT INTO `tele_links` VALUES ('22292', '22293');
- INSERT INTO `tele_links` VALUES ('22293', '22292');
- INSERT INTO `tele_links` VALUES ('25071', '25072');
- INSERT INTO `tele_links` VALUES ('25072', '25071');
- INSERT INTO `tele_links` VALUES ('25325', '25327');
- INSERT INTO `tele_links` VALUES ('25327', '25325');
- INSERT INTO `tele_links` VALUES ('32765', '32766');
- INSERT INTO `tele_links` VALUES ('32766', '32765');
- INSERT INTO `tele_links` VALUES ('32987', '32988');
- INSERT INTO `tele_links` VALUES ('32988', '32987');
- INSERT INTO `tele_links` VALUES ('33013', '33014');
- INSERT INTO `tele_links` VALUES ('33014', '33013');
- INSERT INTO `tele_links` VALUES ('33350', '33353');
- INSERT INTO `tele_links` VALUES ('33353', '33350');
- INSERT INTO `tele_links` VALUES ('36078', '36079');
- INSERT INTO `tele_links` VALUES ('36079', '36078');
- INSERT INTO `tele_links` VALUES ('36779', '36782');
- INSERT INTO `tele_links` VALUES ('36782', '36779');
- INSERT INTO `tele_links` VALUES ('38755', '38756');
- INSERT INTO `tele_links` VALUES ('38756', '38755');
- INSERT INTO `tele_links` VALUES ('38835', '38836');
- INSERT INTO `tele_links` VALUES ('38836', '38835');
- INSERT INTO `tele_links` VALUES ('42177', '42178');
- INSERT INTO `tele_links` VALUES ('42178', '42177');
- INSERT INTO `tele_links` VALUES ('42642', '42643');
- INSERT INTO `tele_links` VALUES ('42643', '42642');
- INSERT INTO `tele_links` VALUES ('43294', '43295');
- INSERT INTO `tele_links` VALUES ('43295', '43294');
- INSERT INTO `tele_links` VALUES ('44295', '44296');
- INSERT INTO `tele_links` VALUES ('44296', '44295');
- INSERT INTO `tele_links` VALUES ('45106', '45107');
- INSERT INTO `tele_links` VALUES ('45107', '45106');
- INSERT INTO `tele_links` VALUES ('45235', '45236');
- INSERT INTO `tele_links` VALUES ('45236', '45235');
- INSERT INTO `tele_links` VALUES ('45239', '45240');
- INSERT INTO `tele_links` VALUES ('45240', '45239');
- INSERT INTO `tele_links` VALUES ('46982', '46983');
- INSERT INTO `tele_links` VALUES ('46983', '46982');
- INSERT INTO `tele_links` VALUES ('48727', '48728');
- INSERT INTO `tele_links` VALUES ('48728', '48727');
- INSERT INTO `tele_links` VALUES ('48942', '48943');
- INSERT INTO `tele_links` VALUES ('48943', '48942');
- INSERT INTO `tele_links` VALUES ('49583', '49584');
- INSERT INTO `tele_links` VALUES ('49584', '49583');
- INSERT INTO `tele_links` VALUES ('51263', '51264');
- INSERT INTO `tele_links` VALUES ('51264', '51263');
- INSERT INTO `tele_links` VALUES ('51297', '51298');
- INSERT INTO `tele_links` VALUES ('51298', '51297');
- INSERT INTO `tele_links` VALUES ('53567', '53568');
- INSERT INTO `tele_links` VALUES ('53568', '53567');
- INSERT INTO `tele_links` VALUES ('55476', '55478');
- INSERT INTO `tele_links` VALUES ('55478', '55476');
- INSERT INTO `tele_links` VALUES ('55507', '55510');
- INSERT INTO `tele_links` VALUES ('55510', '55507');
- INSERT INTO `tele_links` VALUES ('55676', '55677');
- INSERT INTO `tele_links` VALUES ('55677', '55676');
- INSERT INTO `tele_links` VALUES ('56247', '56250');
- INSERT INTO `tele_links` VALUES ('56250', '56247');
- INSERT INTO `tele_links` VALUES ('59145', '59147');
- INSERT INTO `tele_links` VALUES ('59147', '59145');
- INSERT INTO `tele_links` VALUES ('59148', '59149');
- INSERT INTO `tele_links` VALUES ('59149', '59148');
- INSERT INTO `tele_links` VALUES ('59758', '59759');
- INSERT INTO `tele_links` VALUES ('59759', '59758');
- INSERT INTO `tele_links` VALUES ('60586', '60588');
- INSERT INTO `tele_links` VALUES ('60588', '60586');
- INSERT INTO `tele_links` VALUES ('60589', '60590');
- INSERT INTO `tele_links` VALUES ('60590', '60589');
- INSERT INTO `tele_links` VALUES ('60591', '60593');
- INSERT INTO `tele_links` VALUES ('60593', '60591');
- INSERT INTO `tele_links` VALUES ('60594', '60595');
- INSERT INTO `tele_links` VALUES ('60595', '60594');
- INSERT INTO `tele_links` VALUES ('60702', '60703');
- INSERT INTO `tele_links` VALUES ('60703', '60702');
- INSERT INTO `tele_links` VALUES ('60903', '60905');
- INSERT INTO `tele_links` VALUES ('60905', '60903');
- INSERT INTO `tele_links` VALUES ('60911', '60912');
- INSERT INTO `tele_links` VALUES ('60912', '60911');
- INSERT INTO `tele_links` VALUES ('63187', '63188');
- INSERT INTO `tele_links` VALUES ('63188', '63187');
- INSERT INTO `tele_links` VALUES ('63615', '63616');
- INSERT INTO `tele_links` VALUES ('63616', '63615');
- INSERT INTO `tele_links` VALUES ('64877', '64878');
- INSERT INTO `tele_links` VALUES ('64878', '64877');
- INSERT INTO `tele_links` VALUES ('68153', '68154');
- INSERT INTO `tele_links` VALUES ('68154', '68153');
- INSERT INTO `tele_links` VALUES ('68155', '68156');
- INSERT INTO `tele_links` VALUES ('68156', '68155');
- INSERT INTO `tele_links` VALUES ('68157', '68159');
- INSERT INTO `tele_links` VALUES ('68159', '68157');
- INSERT INTO `tele_links` VALUES ('68160', '68161');
- INSERT INTO `tele_links` VALUES ('68161', '68160');
- INSERT INTO `tele_links` VALUES ('68162', '68163');
- INSERT INTO `tele_links` VALUES ('68163', '68162');
- INSERT INTO `tele_links` VALUES ('68164', '68165');
- INSERT INTO `tele_links` VALUES ('68165', '68164');
- INSERT INTO `tele_links` VALUES ('70254', '70255');
- INSERT INTO `tele_links` VALUES ('70255', '70254');
- INSERT INTO `tele_links` VALUES ('70350', '70351');
- INSERT INTO `tele_links` VALUES ('70351', '70350');
- INSERT INTO `tele_links` VALUES ('70938', '70939');
- INSERT INTO `tele_links` VALUES ('70939', '70938');
- INSERT INTO `tele_links` VALUES ('70953', '70954');
- INSERT INTO `tele_links` VALUES ('70954', '70953');
- INSERT INTO `tele_links` VALUES ('74673', '74674');
- INSERT INTO `tele_links` VALUES ('74674', '74673');
- INSERT INTO `tele_links` VALUES ('74675', '74676');
- INSERT INTO `tele_links` VALUES ('74676', '74675');
- INSERT INTO `tele_links` VALUES ('75355', '75356');
- INSERT INTO `tele_links` VALUES ('75356', '75355');
- INSERT INTO `tele_links` VALUES ('75640', '75641');
- INSERT INTO `tele_links` VALUES ('75641', '75640');
- INSERT INTO `tele_links` VALUES ('76089', '76090');
- INSERT INTO `tele_links` VALUES ('76090', '76089');
- INSERT INTO `tele_links` VALUES ('76091', '76092');
- INSERT INTO `tele_links` VALUES ('76092', '76091');
- INSERT INTO `tele_links` VALUES ('76093', '76094');
- INSERT INTO `tele_links` VALUES ('76094', '76093');
- INSERT INTO `tele_links` VALUES ('76155', '76156');
- INSERT INTO `tele_links` VALUES ('76156', '76155');
- INSERT INTO `tele_links` VALUES ('76158', '76159');
- INSERT INTO `tele_links` VALUES ('76159', '76158');
- INSERT INTO `tele_links` VALUES ('78641', '78642');
- INSERT INTO `tele_links` VALUES ('78642', '78641');
- INSERT INTO `tele_links` VALUES ('79303', '79304');
- INSERT INTO `tele_links` VALUES ('79304', '79303');
- INSERT INTO `tele_links` VALUES ('79305', '79306');
- INSERT INTO `tele_links` VALUES ('79306', '79305');
- INSERT INTO `tele_links` VALUES ('86806', '86807');
- INSERT INTO `tele_links` VALUES ('86807', '86806');
- INSERT INTO `tele_links` VALUES ('87502', '87503');
- INSERT INTO `tele_links` VALUES ('87503', '87502');
- INSERT INTO `tele_links` VALUES ('90037', '90038');
- INSERT INTO `tele_links` VALUES ('90038', '90037');
- INSERT INTO `tele_links` VALUES ('90039', '90040');
- INSERT INTO `tele_links` VALUES ('90040', '90039');
- INSERT INTO `tele_links` VALUES ('91248', '91249');
- INSERT INTO `tele_links` VALUES ('91249', '91248');
- INSERT INTO `tele_links` VALUES ('91956', '91957');
- INSERT INTO `tele_links` VALUES ('91957', '91956');
- INSERT INTO `tele_links` VALUES ('92002', '92003');
- INSERT INTO `tele_links` VALUES ('92003', '92002');
- INSERT INTO `tele_links` VALUES ('95126', '95127');
- INSERT INTO `tele_links` VALUES ('95127', '95126');
- INSERT INTO `tele_links` VALUES ('95128', '95129');
- INSERT INTO `tele_links` VALUES ('95129', '95128');
- INSERT INTO `tele_links` VALUES ('96796', '96797');
- INSERT INTO `tele_links` VALUES ('96797', '96796');
- INSERT INTO `tele_links` VALUES ('100055', '100058');
- INSERT INTO `tele_links` VALUES ('100058', '100055');
- INSERT INTO `tele_links` VALUES ('100062', '100065');
- INSERT INTO `tele_links` VALUES ('100065', '100062');
- INSERT INTO `tele_links` VALUES ('100071', '100074');
- INSERT INTO `tele_links` VALUES ('100074', '100071');
- INSERT INTO `tele_links` VALUES ('100079', '100082');
- INSERT INTO `tele_links` VALUES ('100082', '100079');
- INSERT INTO `tele_links` VALUES ('101045', '101046');
- INSERT INTO `tele_links` VALUES ('101046', '101045');
- INSERT INTO `tele_links` VALUES ('102740', '102741');
- INSERT INTO `tele_links` VALUES ('102741', '102740');
- INSERT INTO `tele_links` VALUES ('104605', '104606');
- INSERT INTO `tele_links` VALUES ('104606', '104605');
- INSERT INTO `tele_links` VALUES ('104791', '104792');
- INSERT INTO `tele_links` VALUES ('104792', '104791');
- INSERT INTO `tele_links` VALUES ('104793', '104794');
- INSERT INTO `tele_links` VALUES ('104794', '104793');
- INSERT INTO `tele_links` VALUES ('104795', '104796');
- INSERT INTO `tele_links` VALUES ('104796', '104795');
- INSERT INTO `tele_links` VALUES ('104797', '104798');
- INSERT INTO `tele_links` VALUES ('104798', '104797');
- INSERT INTO `tele_links` VALUES ('105453', '105454');
- INSERT INTO `tele_links` VALUES ('105454', '105453');
- INSERT INTO `tele_links` VALUES ('105455', '105456');
- INSERT INTO `tele_links` VALUES ('105456', '105455');
- INSERT INTO `tele_links` VALUES ('105457', '105458');
- INSERT INTO `tele_links` VALUES ('105458', '105457');
- INSERT INTO `tele_links` VALUES ('106071', '106072');
- INSERT INTO `tele_links` VALUES ('106072', '106071');
- INSERT INTO `tele_links` VALUES ('106073', '106074');
- INSERT INTO `tele_links` VALUES ('106074', '106073');
- INSERT INTO `tele_links` VALUES ('106868', '106869');
- INSERT INTO `tele_links` VALUES ('106869', '106868');
- INSERT INTO `tele_links` VALUES ('106874', '106875');
- INSERT INTO `tele_links` VALUES ('106875', '106874');
- INSERT INTO `tele_links` VALUES ('107160', '107161');
- INSERT INTO `tele_links` VALUES ('107161', '107160');
- INSERT INTO `tele_links` VALUES ('107946', '107947');
- INSERT INTO `tele_links` VALUES ('107947', '107946');
- INSERT INTO `tele_links` VALUES ('107948', '107949');
- INSERT INTO `tele_links` VALUES ('107949', '107948');
- INSERT INTO `tele_links` VALUES ('108189', '108191');
- INSERT INTO `tele_links` VALUES ('108191', '108189');
- INSERT INTO `tele_links` VALUES ('108195', '108196');
- INSERT INTO `tele_links` VALUES ('108196', '108195');
- INSERT INTO `tele_links` VALUES ('109865', '109867');
- INSERT INTO `tele_links` VALUES ('109867', '109865');
- INSERT INTO `tele_links` VALUES ('110384', '110385');
- INSERT INTO `tele_links` VALUES ('110385', '110384');
- INSERT INTO `tele_links` VALUES ('113975', '113976');
- INSERT INTO `tele_links` VALUES ('113976', '113975');
- INSERT INTO `tele_links` VALUES ('113978', '113979');
- INSERT INTO `tele_links` VALUES ('113979', '113978');
- INSERT INTO `tele_links` VALUES ('113980', '113981');
- INSERT INTO `tele_links` VALUES ('113981', '113980');
- INSERT INTO `tele_links` VALUES ('113982', '113983');
- INSERT INTO `tele_links` VALUES ('113983', '113982');
- INSERT INTO `tele_links` VALUES ('115888', '115889');
- INSERT INTO `tele_links` VALUES ('115889', '115888');
- INSERT INTO `tele_links` VALUES ('116223', '116225');
- INSERT INTO `tele_links` VALUES ('116225', '116223');
- INSERT INTO `tele_links` VALUES ('116228', '116229');
- INSERT INTO `tele_links` VALUES ('116229', '116228');
- INSERT INTO `tele_links` VALUES ('116230', '116231');
- INSERT INTO `tele_links` VALUES ('116231', '116230');
- INSERT INTO `tele_links` VALUES ('116232', '116233');
- INSERT INTO `tele_links` VALUES ('116233', '116232');
- INSERT INTO `tele_links` VALUES ('116234', '116235');
- INSERT INTO `tele_links` VALUES ('116235', '116234');
- INSERT INTO `tele_links` VALUES ('116236', '116237');
- INSERT INTO `tele_links` VALUES ('116237', '116236');
- INSERT INTO `tele_links` VALUES ('116340', '116341');
- INSERT INTO `tele_links` VALUES ('116341', '116340');
- INSERT INTO `tele_links` VALUES ('121488', '121491');
- INSERT INTO `tele_links` VALUES ('121491', '121488');
- INSERT INTO `tele_links` VALUES ('121587', '121588');
- INSERT INTO `tele_links` VALUES ('121588', '121587');
- INSERT INTO `tele_links` VALUES ('122095', '122096');
- INSERT INTO `tele_links` VALUES ('122096', '122095');
- INSERT INTO `tele_links` VALUES ('122205', '122206');
- INSERT INTO `tele_links` VALUES ('122206', '122205');
- INSERT INTO `tele_links` VALUES ('122559', '122560');
- INSERT INTO `tele_links` VALUES ('122560', '122559');
- INSERT INTO `tele_links` VALUES ('127733', '127734');
- INSERT INTO `tele_links` VALUES ('127734', '127733');
- INSERT INTO `tele_links` VALUES ('129005', '129007');
- INSERT INTO `tele_links` VALUES ('129007', '129005');
- INSERT INTO `tele_links` VALUES ('129587', '129588');
- INSERT INTO `tele_links` VALUES ('129588', '129587');
- INSERT INTO `tele_links` VALUES ('129660', '129661');
- INSERT INTO `tele_links` VALUES ('129661', '129660');
- INSERT INTO `tele_links` VALUES ('131608', '131609');
- INSERT INTO `tele_links` VALUES ('131609', '131608');
- INSERT INTO `tele_links` VALUES ('131731', '131732');
- INSERT INTO `tele_links` VALUES ('131732', '131731');
- INSERT INTO `tele_links` VALUES ('131741', '131742');
- INSERT INTO `tele_links` VALUES ('131742', '131741');
- INSERT INTO `tele_links` VALUES ('133051', '133052');
- INSERT INTO `tele_links` VALUES ('133052', '133051');
- INSERT INTO `tele_links` VALUES ('133192', '133193');
- INSERT INTO `tele_links` VALUES ('133193', '133192');
- INSERT INTO `tele_links` VALUES ('133842', '133843');
- INSERT INTO `tele_links` VALUES ('133843', '133842');
- INSERT INTO `tele_links` VALUES ('133844', '133845');
- INSERT INTO `tele_links` VALUES ('133845', '133844');
- INSERT INTO `tele_links` VALUES ('134407', '134408');
- INSERT INTO `tele_links` VALUES ('134408', '134407');
- INSERT INTO `tele_links` VALUES ('136490', '136491');
- INSERT INTO `tele_links` VALUES ('136491', '136490');
- INSERT INTO `tele_links` VALUES ('136492', '136493');
- INSERT INTO `tele_links` VALUES ('136493', '136492');
- INSERT INTO `tele_links` VALUES ('137265', '137266');
- INSERT INTO `tele_links` VALUES ('137266', '137265');
- INSERT INTO `tele_links` VALUES ('137591', '137592');
- INSERT INTO `tele_links` VALUES ('137592', '137591');
- INSERT INTO `tele_links` VALUES ('137593', '137595');
- INSERT INTO `tele_links` VALUES ('137595', '137593');
- INSERT INTO `tele_links` VALUES ('137609', '137610');
- INSERT INTO `tele_links` VALUES ('137610', '137609');
- INSERT INTO `tele_links` VALUES ('137611', '137613');
- INSERT INTO `tele_links` VALUES ('137613', '137611');
- INSERT INTO `tele_links` VALUES ('137752', '137753');
- INSERT INTO `tele_links` VALUES ('137753', '137752');
- INSERT INTO `tele_links` VALUES ('139056', '139057');
- INSERT INTO `tele_links` VALUES ('139057', '139056');
- INSERT INTO `tele_links` VALUES ('139431', '139432');
- INSERT INTO `tele_links` VALUES ('139432', '139431');
- INSERT INTO `tele_links` VALUES ('141417', '141418');
- INSERT INTO `tele_links` VALUES ('141418', '141417');
- INSERT INTO `tele_links` VALUES ('141419', '141420');
- INSERT INTO `tele_links` VALUES ('141420', '141419');
- INSERT INTO `tele_links` VALUES ('141421', '141422');
- INSERT INTO `tele_links` VALUES ('141422', '141421');
- INSERT INTO `tele_links` VALUES ('141443', '141444');
- INSERT INTO `tele_links` VALUES ('141444', '141443');
- INSERT INTO `tele_links` VALUES ('145946', '145949');
- INSERT INTO `tele_links` VALUES ('145949', '145946');
- INSERT INTO `tele_links` VALUES ('145956', '145959');
- INSERT INTO `tele_links` VALUES ('145959', '145956');
- INSERT INTO `tele_links` VALUES ('146064', '146066');
- INSERT INTO `tele_links` VALUES ('146066', '146064');
- INSERT INTO `tele_links` VALUES ('146067', '146068');
- INSERT INTO `tele_links` VALUES ('146068', '146067');
- INSERT INTO `tele_links` VALUES ('146069', '146070');
- INSERT INTO `tele_links` VALUES ('146070', '146069');
- INSERT INTO `tele_links` VALUES ('146071', '146072');
- INSERT INTO `tele_links` VALUES ('146072', '146071');
- INSERT INTO `tele_links` VALUES ('146073', '146074');
- INSERT INTO `tele_links` VALUES ('146074', '146073');
- INSERT INTO `tele_links` VALUES ('146075', '146076');
- INSERT INTO `tele_links` VALUES ('146076', '146075');
- INSERT INTO `tele_links` VALUES ('146077', '146078');
- INSERT INTO `tele_links` VALUES ('146078', '146077');
- INSERT INTO `tele_links` VALUES ('146079', '146080');
- INSERT INTO `tele_links` VALUES ('146080', '146079');
- INSERT INTO `tele_links` VALUES ('146081', '146082');
- INSERT INTO `tele_links` VALUES ('146082', '146081');
- INSERT INTO `tele_links` VALUES ('146083', '146084');
- INSERT INTO `tele_links` VALUES ('146084', '146083');
- INSERT INTO `tele_links` VALUES ('146085', '146086');
- INSERT INTO `tele_links` VALUES ('146086', '146085');
- INSERT INTO `tele_links` VALUES ('146087', '146088');
- INSERT INTO `tele_links` VALUES ('146088', '146087');
- INSERT INTO `tele_links` VALUES ('146089', '146090');
- INSERT INTO `tele_links` VALUES ('146090', '146089');
- INSERT INTO `tele_links` VALUES ('146091', '146092');
- INSERT INTO `tele_links` VALUES ('146092', '146091');
- INSERT INTO `tele_links` VALUES ('146093', '146095');
- INSERT INTO `tele_links` VALUES ('146095', '146093');
- INSERT INTO `tele_links` VALUES ('146100', '146103');
- INSERT INTO `tele_links` VALUES ('146103', '146100');
- INSERT INTO `tele_links` VALUES ('148514', '148515');
- INSERT INTO `tele_links` VALUES ('148515', '148514');
- INSERT INTO `tele_links` VALUES ('151942', '151943');
- INSERT INTO `tele_links` VALUES ('151943', '151942');
- INSERT INTO `tele_links` VALUES ('153210', '153211');
- INSERT INTO `tele_links` VALUES ('153211', '153210');
- INSERT INTO `tele_links` VALUES ('153212', '153213');
- INSERT INTO `tele_links` VALUES ('153213', '153212');
- INSERT INTO `tele_links` VALUES ('153424', '153426');
- INSERT INTO `tele_links` VALUES ('153426', '153424');
- INSERT INTO `tele_links` VALUES ('153537', '153538');
- INSERT INTO `tele_links` VALUES ('153538', '153537');
- INSERT INTO `tele_links` VALUES ('153639', '153640');
- INSERT INTO `tele_links` VALUES ('153640', '153639');
- INSERT INTO `tele_links` VALUES ('154867', '154868');
- INSERT INTO `tele_links` VALUES ('154868', '154867');
- INSERT INTO `tele_links` VALUES ('155261', '155262');
- INSERT INTO `tele_links` VALUES ('155262', '155261');
- INSERT INTO `tele_links` VALUES ('155763', '155764');
- INSERT INTO `tele_links` VALUES ('155764', '155763');
- INSERT INTO `tele_links` VALUES ('155849', '155850');
- INSERT INTO `tele_links` VALUES ('155850', '155849');
- INSERT INTO `tele_links` VALUES ('155851', '155852');
- INSERT INTO `tele_links` VALUES ('155852', '155851');
- INSERT INTO `tele_links` VALUES ('156775', '156776');
- INSERT INTO `tele_links` VALUES ('156776', '156775');
- INSERT INTO `tele_links` VALUES ('156778', '156779');
- INSERT INTO `tele_links` VALUES ('156779', '156778');
- INSERT INTO `tele_links` VALUES ('157796', '157797');
- INSERT INTO `tele_links` VALUES ('157797', '157796');
- INSERT INTO `tele_links` VALUES ('159365', '159366');
- INSERT INTO `tele_links` VALUES ('159366', '159365');
- INSERT INTO `tele_links` VALUES ('160527', '160528');
- INSERT INTO `tele_links` VALUES ('160528', '160527');
- INSERT INTO `tele_links` VALUES ('160529', '160530');
- INSERT INTO `tele_links` VALUES ('160530', '160529');
- INSERT INTO `tele_links` VALUES ('160668', '160669');
- INSERT INTO `tele_links` VALUES ('160669', '160668');
- INSERT INTO `tele_links` VALUES ('165565', '165567');
- INSERT INTO `tele_links` VALUES ('165567', '165565');
- INSERT INTO `tele_links` VALUES ('166893', '166894');
- INSERT INTO `tele_links` VALUES ('166894', '166893');
- INSERT INTO `tele_links` VALUES ('167650', '167651');
- INSERT INTO `tele_links` VALUES ('167651', '167650');
- INSERT INTO `tele_links` VALUES ('171373', '171374');
- INSERT INTO `tele_links` VALUES ('171374', '171373');
- INSERT INTO `tele_links` VALUES ('172861', '172862');
- INSERT INTO `tele_links` VALUES ('172862', '172861');
- INSERT INTO `tele_links` VALUES ('174054', '174055');
- INSERT INTO `tele_links` VALUES ('174055', '174054');
- INSERT INTO `tele_links` VALUES ('174847', '174848');
- INSERT INTO `tele_links` VALUES ('174848', '174847');
- INSERT INTO `tele_links` VALUES ('176012', '176013');
- INSERT INTO `tele_links` VALUES ('176013', '176012');
- INSERT INTO `tele_links` VALUES ('176015', '176016');
- INSERT INTO `tele_links` VALUES ('176016', '176015');
- INSERT INTO `tele_links` VALUES ('176690', '176691');
- INSERT INTO `tele_links` VALUES ('176691', '176690');
- INSERT INTO `tele_links` VALUES ('176692', '176693');
- INSERT INTO `tele_links` VALUES ('176693', '176692');
- INSERT INTO `tele_links` VALUES ('176694', '176695');
- INSERT INTO `tele_links` VALUES ('176695', '176694');
- INSERT INTO `tele_links` VALUES ('177336', '177337');
- INSERT INTO `tele_links` VALUES ('177337', '177336');
- INSERT INTO `tele_links` VALUES ('178733', '178736');
- INSERT INTO `tele_links` VALUES ('178736', '178733');
- INSERT INTO `tele_links` VALUES ('178761', '178764');
- INSERT INTO `tele_links` VALUES ('178764', '178761');
- INSERT INTO `tele_links` VALUES ('179178', '179179');
- INSERT INTO `tele_links` VALUES ('179179', '179178');
- INSERT INTO `tele_links` VALUES ('179180', '179181');
- INSERT INTO `tele_links` VALUES ('179181', '179180');
- INSERT INTO `tele_links` VALUES ('179182', '179183');
- INSERT INTO `tele_links` VALUES ('179183', '179182');
- INSERT INTO `tele_links` VALUES ('179588', '179589');
- INSERT INTO `tele_links` VALUES ('179589', '179588');
- INSERT INTO `tele_links` VALUES ('181155', '181156');
- INSERT INTO `tele_links` VALUES ('181156', '181155');
- INSERT INTO `tele_links` VALUES ('181464', '181465');
- INSERT INTO `tele_links` VALUES ('181465', '181464');
- INSERT INTO `tele_links` VALUES ('181540', '181541');
- INSERT INTO `tele_links` VALUES ('181541', '181540');
- INSERT INTO `tele_links` VALUES ('183663', '183664');
- INSERT INTO `tele_links` VALUES ('183664', '183663');
- INSERT INTO `tele_links` VALUES ('183665', '183666');
- INSERT INTO `tele_links` VALUES ('183666', '183665');
- INSERT INTO `tele_links` VALUES ('184979', '184980');
- INSERT INTO `tele_links` VALUES ('184980', '184979');
- INSERT INTO `tele_links` VALUES ('185611', '185616');
- INSERT INTO `tele_links` VALUES ('185616', '185611');
- INSERT INTO `tele_links` VALUES ('185913', '185914');
- INSERT INTO `tele_links` VALUES ('185914', '185913');
- INSERT INTO `tele_links` VALUES ('185931', '185932');
- INSERT INTO `tele_links` VALUES ('185932', '185931');
- INSERT INTO `tele_links` VALUES ('186079', '186080');
- INSERT INTO `tele_links` VALUES ('186080', '186079');
- INSERT INTO `tele_links` VALUES ('186289', '186290');
- INSERT INTO `tele_links` VALUES ('186290', '186289');
- INSERT INTO `tele_links` VALUES ('187165', '187166');
- INSERT INTO `tele_links` VALUES ('187166', '187165');
- INSERT INTO `tele_links` VALUES ('187244', '187245');
- INSERT INTO `tele_links` VALUES ('187245', '187244');
- INSERT INTO `tele_links` VALUES ('187246', '187247');
- INSERT INTO `tele_links` VALUES ('187247', '187246');
- INSERT INTO `tele_links` VALUES ('187440', '187442');
- INSERT INTO `tele_links` VALUES ('187442', '187440');
- INSERT INTO `tele_links` VALUES ('187454', '187455');
- INSERT INTO `tele_links` VALUES ('187455', '187454');
- INSERT INTO `tele_links` VALUES ('187779', '187780');
- INSERT INTO `tele_links` VALUES ('187780', '187779');
- INSERT INTO `tele_links` VALUES ('188236', '188237');
- INSERT INTO `tele_links` VALUES ('188237', '188236');
- INSERT INTO `tele_links` VALUES ('188385', '188386');
- INSERT INTO `tele_links` VALUES ('188386', '188385');
- INSERT INTO `tele_links` VALUES ('188540', '188543');
- INSERT INTO `tele_links` VALUES ('188543', '188540');
- INSERT INTO `tele_links` VALUES ('188766', '188769');
- INSERT INTO `tele_links` VALUES ('188769', '188766');
- INSERT INTO `tele_links` VALUES ('189444', '189445');
- INSERT INTO `tele_links` VALUES ('189445', '189444');
- INSERT INTO `tele_links` VALUES ('189446', '189447');
- INSERT INTO `tele_links` VALUES ('189447', '189446');
- INSERT INTO `tele_links` VALUES ('190652', '190656');
- INSERT INTO `tele_links` VALUES ('190656', '190652');
- INSERT INTO `tele_links` VALUES ('192165', '192166');
- INSERT INTO `tele_links` VALUES ('192166', '192165');
- INSERT INTO `tele_links` VALUES ('192784', '192785');
- INSERT INTO `tele_links` VALUES ('192785', '192784');
- INSERT INTO `tele_links` VALUES ('193207', '193208');
- INSERT INTO `tele_links` VALUES ('193208', '193207');
- INSERT INTO `tele_links` VALUES ('193434', '193435');
- INSERT INTO `tele_links` VALUES ('193435', '193434');
- INSERT INTO `tele_links` VALUES ('193624', '193626');
- INSERT INTO `tele_links` VALUES ('193626', '193624');
- INSERT INTO `tele_links` VALUES ('193632', '193635');
- INSERT INTO `tele_links` VALUES ('193635', '193632');
- INSERT INTO `tele_links` VALUES ('193815', '193817');
- INSERT INTO `tele_links` VALUES ('193817', '193815');
- INSERT INTO `tele_links` VALUES ('196609', '196611');
- INSERT INTO `tele_links` VALUES ('196611', '196609');
- INSERT INTO `tele_links` VALUES ('196794', '196795');
- INSERT INTO `tele_links` VALUES ('196795', '196794');
- INSERT INTO `tele_links` VALUES ('198183', '198184');
- INSERT INTO `tele_links` VALUES ('198184', '198183');
- INSERT INTO `tele_links` VALUES ('198185', '198187');
- INSERT INTO `tele_links` VALUES ('198186', '198188');
- INSERT INTO `tele_links` VALUES ('198187', '198185');
- INSERT INTO `tele_links` VALUES ('198188', '198186');
- INSERT INTO `tele_links` VALUES ('198189', '198192');
- INSERT INTO `tele_links` VALUES ('198190', '198193');
- INSERT INTO `tele_links` VALUES ('198192', '198189');
- INSERT INTO `tele_links` VALUES ('198193', '198190');
- INSERT INTO `tele_links` VALUES ('198194', '198195');
- INSERT INTO `tele_links` VALUES ('198195', '198194');
- INSERT INTO `tele_links` VALUES ('198196', '198197');
- INSERT INTO `tele_links` VALUES ('198197', '198196');
- INSERT INTO `tele_links` VALUES ('198198', '198199');
- INSERT INTO `tele_links` VALUES ('198199', '198198');
- INSERT INTO `tele_links` VALUES ('198943', '198944');
- INSERT INTO `tele_links` VALUES ('198944', '198943');
- INSERT INTO `tele_links` VALUES ('198990', '198991');
- INSERT INTO `tele_links` VALUES ('198991', '198990');
- INSERT INTO `tele_links` VALUES ('199006', '199007');
- INSERT INTO `tele_links` VALUES ('199007', '199006');
- INSERT INTO `tele_links` VALUES ('199008', '199009');
- INSERT INTO `tele_links` VALUES ('199009', '199008');
- INSERT INTO `tele_links` VALUES ('199983', '199984');
- INSERT INTO `tele_links` VALUES ('199984', '199983');
- INSERT INTO `tele_links` VALUES ('200112', '200113');
- INSERT INTO `tele_links` VALUES ('200113', '200112');
- INSERT INTO `tele_links` VALUES ('202941', '202942');
- INSERT INTO `tele_links` VALUES ('202942', '202941');
- INSERT INTO `tele_links` VALUES ('202945', '202946');
- INSERT INTO `tele_links` VALUES ('202946', '202945');
- INSERT INTO `tele_links` VALUES ('202960', '202961');
- INSERT INTO `tele_links` VALUES ('202961', '202960');
- INSERT INTO `tele_links` VALUES ('202965', '202966');
- INSERT INTO `tele_links` VALUES ('202966', '202965');
- INSERT INTO `tele_links` VALUES ('203152', '203153');
- INSERT INTO `tele_links` VALUES ('203153', '203152');
- INSERT INTO `tele_links` VALUES ('203649', '203650');
- INSERT INTO `tele_links` VALUES ('203650', '203649');
- INSERT INTO `tele_links` VALUES ('203652', '203653');
- INSERT INTO `tele_links` VALUES ('203653', '203652');
- INSERT INTO `tele_links` VALUES ('205253', '205254');
- INSERT INTO `tele_links` VALUES ('205254', '205253');
- INSERT INTO `tele_links` VALUES ('207700', '207701');
- INSERT INTO `tele_links` VALUES ('207701', '207700');
- INSERT INTO `tele_links` VALUES ('207716', '207717');
- INSERT INTO `tele_links` VALUES ('207717', '207716');
- INSERT INTO `tele_links` VALUES ('208085', '208086');
- INSERT INTO `tele_links` VALUES ('208086', '208085');
- INSERT INTO `tele_links` VALUES ('208087', '208088');
- INSERT INTO `tele_links` VALUES ('208088', '208087');
- INSERT INTO `tele_links` VALUES ('211219', '211220');
- INSERT INTO `tele_links` VALUES ('211220', '211219');
- INSERT INTO `tele_links` VALUES ('212925', '212926');
- INSERT INTO `tele_links` VALUES ('212926', '212925');
- INSERT INTO `tele_links` VALUES ('215064', '215065');
- INSERT INTO `tele_links` VALUES ('215065', '215064');
- INSERT INTO `tele_links` VALUES ('215066', '215067');
- INSERT INTO `tele_links` VALUES ('215067', '215066');
- INSERT INTO `tele_links` VALUES ('215068', '215069');
- INSERT INTO `tele_links` VALUES ('215069', '215068');
- INSERT INTO `tele_links` VALUES ('215070', '215071');
- INSERT INTO `tele_links` VALUES ('215071', '215070');
- INSERT INTO `tele_links` VALUES ('215072', '215073');
- INSERT INTO `tele_links` VALUES ('215073', '215072');
- INSERT INTO `tele_links` VALUES ('215074', '215075');
- INSERT INTO `tele_links` VALUES ('215075', '215074');
- INSERT INTO `tele_links` VALUES ('215076', '215077');
- INSERT INTO `tele_links` VALUES ('215077', '215076');
- INSERT INTO `tele_links` VALUES ('215078', '215079');
- INSERT INTO `tele_links` VALUES ('215079', '215078');
- INSERT INTO `tele_links` VALUES ('215257', '215258');
- INSERT INTO `tele_links` VALUES ('215258', '215257');
- INSERT INTO `tele_links` VALUES ('215570', '215571');
- INSERT INTO `tele_links` VALUES ('215571', '215570');
- INSERT INTO `tele_links` VALUES ('215572', '215573');
- INSERT INTO `tele_links` VALUES ('215573', '215572');
- INSERT INTO `tele_links` VALUES ('215845', '215846');
- INSERT INTO `tele_links` VALUES ('215846', '215845');
- INSERT INTO `tele_links` VALUES ('215847', '215848');
- INSERT INTO `tele_links` VALUES ('215848', '215847');
- INSERT INTO `tele_links` VALUES ('216396', '216397');
- INSERT INTO `tele_links` VALUES ('216397', '216396');
- INSERT INTO `tele_links` VALUES ('216398', '216399');
- INSERT INTO `tele_links` VALUES ('216399', '216398');
- INSERT INTO `tele_links` VALUES ('216400', '216401');
- INSERT INTO `tele_links` VALUES ('216401', '216400');
- INSERT INTO `tele_links` VALUES ('216402', '216403');
- INSERT INTO `tele_links` VALUES ('216403', '216402');
- INSERT INTO `tele_links` VALUES ('216404', '216405');
- INSERT INTO `tele_links` VALUES ('216405', '216404');
- INSERT INTO `tele_links` VALUES ('216406', '216407');
- INSERT INTO `tele_links` VALUES ('216407', '216406');
- INSERT INTO `tele_links` VALUES ('216408', '216409');
- INSERT INTO `tele_links` VALUES ('216409', '216408');
- INSERT INTO `tele_links` VALUES ('216410', '216411');
- INSERT INTO `tele_links` VALUES ('216411', '216410');
- INSERT INTO `tele_links` VALUES ('217873', '217874');
- INSERT INTO `tele_links` VALUES ('217874', '217873');
- INSERT INTO `tele_links` VALUES ('217875', '217876');
- INSERT INTO `tele_links` VALUES ('217876', '217875');
- INSERT INTO `tele_links` VALUES ('217877', '217878');
- INSERT INTO `tele_links` VALUES ('217878', '217877');
- INSERT INTO `tele_links` VALUES ('217879', '217880');
- INSERT INTO `tele_links` VALUES ('217880', '217879');
- INSERT INTO `tele_links` VALUES ('217881', '217882');
- INSERT INTO `tele_links` VALUES ('217882', '217881');
- INSERT INTO `tele_links` VALUES ('217883', '217884');
- INSERT INTO `tele_links` VALUES ('217884', '217883');
- INSERT INTO `tele_links` VALUES ('219193', '219194');
- INSERT INTO `tele_links` VALUES ('219194', '219193');
- INSERT INTO `tele_links` VALUES ('219510', '219511');
- INSERT INTO `tele_links` VALUES ('219511', '219510');
- INSERT INTO `tele_links` VALUES ('221209', '221210');
- INSERT INTO `tele_links` VALUES ('221210', '221209');
- INSERT INTO `tele_links` VALUES ('221225', '221226');
- INSERT INTO `tele_links` VALUES ('221226', '221225');
- INSERT INTO `tele_links` VALUES ('221239', '221240');
- INSERT INTO `tele_links` VALUES ('221240', '221239');
- INSERT INTO `tele_links` VALUES ('221241', '221242');
- INSERT INTO `tele_links` VALUES ('221242', '221241');
- INSERT INTO `tele_links` VALUES ('221254', '221255');
- INSERT INTO `tele_links` VALUES ('221255', '221254');
- INSERT INTO `tele_links` VALUES ('221458', '221459');
- INSERT INTO `tele_links` VALUES ('221459', '221458');
- INSERT INTO `tele_links` VALUES ('221460', '221461');
- INSERT INTO `tele_links` VALUES ('221461', '221460');
- INSERT INTO `tele_links` VALUES ('221462', '221463');
- INSERT INTO `tele_links` VALUES ('221463', '221462');
- INSERT INTO `tele_links` VALUES ('221464', '221465');
- INSERT INTO `tele_links` VALUES ('221465', '221464');
- INSERT INTO `tele_links` VALUES ('221466', '221467');
- INSERT INTO `tele_links` VALUES ('221467', '221466');
- INSERT INTO `tele_links` VALUES ('221468', '221471');
- INSERT INTO `tele_links` VALUES ('221471', '221468');
- INSERT INTO `tele_links` VALUES ('221476', '221477');
- INSERT INTO `tele_links` VALUES ('221477', '221476');
- INSERT INTO `tele_links` VALUES ('222102', '222103');
- INSERT INTO `tele_links` VALUES ('222103', '222102');
- INSERT INTO `tele_links` VALUES ('222104', '222105');
- INSERT INTO `tele_links` VALUES ('222105', '222104');
- INSERT INTO `tele_links` VALUES ('222504', '222505');
- INSERT INTO `tele_links` VALUES ('222505', '222504');
- INSERT INTO `tele_links` VALUES ('222815', '222816');
- INSERT INTO `tele_links` VALUES ('222816', '222815');
- INSERT INTO `tele_links` VALUES ('222892', '222893');
- INSERT INTO `tele_links` VALUES ('222893', '222892');
- INSERT INTO `tele_links` VALUES ('223203', '223204');
- INSERT INTO `tele_links` VALUES ('223204', '223203');
- INSERT INTO `tele_links` VALUES ('223283', '223284');
- INSERT INTO `tele_links` VALUES ('223284', '223283');
- INSERT INTO `tele_links` VALUES ('223653', '223654');
- INSERT INTO `tele_links` VALUES ('223654', '223653');
- INSERT INTO `tele_links` VALUES ('223901', '223902');
- INSERT INTO `tele_links` VALUES ('223902', '223901');
- INSERT INTO `tele_links` VALUES ('223991', '223992');
- INSERT INTO `tele_links` VALUES ('223992', '223991');
- INSERT INTO `tele_links` VALUES ('224469', '224470');
- INSERT INTO `tele_links` VALUES ('224470', '224469');
- INSERT INTO `tele_links` VALUES ('225991', '225992');
- INSERT INTO `tele_links` VALUES ('225992', '225991');
- INSERT INTO `tele_links` VALUES ('226169', '226170');
- INSERT INTO `tele_links` VALUES ('226170', '226169');
- INSERT INTO `tele_links` VALUES ('226482', '226483');
- INSERT INTO `tele_links` VALUES ('226483', '226482');
- INSERT INTO `tele_links` VALUES ('226502', '226503');
- INSERT INTO `tele_links` VALUES ('226503', '226502');
- INSERT INTO `tele_links` VALUES ('227481', '227482');
- INSERT INTO `tele_links` VALUES ('227482', '227481');
- INSERT INTO `tele_links` VALUES ('227487', '227488');
- INSERT INTO `tele_links` VALUES ('227488', '227487');
- INSERT INTO `tele_links` VALUES ('228243', '228244');
- INSERT INTO `tele_links` VALUES ('228244', '228243');
- INSERT INTO `tele_links` VALUES ('228830', '228831');
- INSERT INTO `tele_links` VALUES ('228831', '228830');
- INSERT INTO `tele_links` VALUES ('229022', '229023');
- INSERT INTO `tele_links` VALUES ('229023', '229022');
- INSERT INTO `tele_links` VALUES ('230138', '230139');
- INSERT INTO `tele_links` VALUES ('230139', '230138');
- INSERT INTO `tele_links` VALUES ('230432', '230433');
- INSERT INTO `tele_links` VALUES ('230433', '230432');
- INSERT INTO `tele_links` VALUES ('230434', '230435');
- INSERT INTO `tele_links` VALUES ('230435', '230434');
- INSERT INTO `tele_links` VALUES ('230831', '230832');
- INSERT INTO `tele_links` VALUES ('230832', '230831');
- INSERT INTO `tele_links` VALUES ('231176', '231177');
- INSERT INTO `tele_links` VALUES ('231177', '231176');
- INSERT INTO `tele_links` VALUES ('231178', '231179');
- INSERT INTO `tele_links` VALUES ('231179', '231178');
- INSERT INTO `tele_links` VALUES ('231250', '231251');
- INSERT INTO `tele_links` VALUES ('231251', '231250');
- INSERT INTO `tele_links` VALUES ('234126', '234127');
- INSERT INTO `tele_links` VALUES ('234127', '234126');
- INSERT INTO `tele_links` VALUES ('234128', '234129');
- INSERT INTO `tele_links` VALUES ('234129', '234128');
- INSERT INTO `tele_links` VALUES ('234130', '234131');
- INSERT INTO `tele_links` VALUES ('234131', '234130');
- INSERT INTO `tele_links` VALUES ('234132', '234133');
- INSERT INTO `tele_links` VALUES ('234133', '234132');
- INSERT INTO `tele_links` VALUES ('234134', '234135');
- INSERT INTO `tele_links` VALUES ('234135', '234134');
- INSERT INTO `tele_links` VALUES ('234136', '234137');
- INSERT INTO `tele_links` VALUES ('234137', '234136');
- INSERT INTO `tele_links` VALUES ('234138', '234139');
- INSERT INTO `tele_links` VALUES ('234139', '234138');
- INSERT INTO `tele_links` VALUES ('234140', '234141');
- INSERT INTO `tele_links` VALUES ('234141', '234140');
- INSERT INTO `tele_links` VALUES ('234142', '234143');
- INSERT INTO `tele_links` VALUES ('234143', '234142');
- INSERT INTO `tele_links` VALUES ('234144', '234145');
- INSERT INTO `tele_links` VALUES ('234145', '234144');
- INSERT INTO `tele_links` VALUES ('234146', '234147');
- INSERT INTO `tele_links` VALUES ('234147', '234146');
- INSERT INTO `tele_links` VALUES ('234148', '234149');
- INSERT INTO `tele_links` VALUES ('234149', '234148');
- INSERT INTO `tele_links` VALUES ('234150', '234151');
- INSERT INTO `tele_links` VALUES ('234151', '234150');
- INSERT INTO `tele_links` VALUES ('234152', '234153');
- INSERT INTO `tele_links` VALUES ('234153', '234152');
- INSERT INTO `tele_links` VALUES ('234154', '234155');
- INSERT INTO `tele_links` VALUES ('234155', '234154');
- INSERT INTO `tele_links` VALUES ('234156', '234157');
- INSERT INTO `tele_links` VALUES ('234157', '234156');
- INSERT INTO `tele_links` VALUES ('234158', '234159');
- INSERT INTO `tele_links` VALUES ('234159', '234158');
- INSERT INTO `tele_links` VALUES ('234160', '234161');
- INSERT INTO `tele_links` VALUES ('234161', '234160');
- INSERT INTO `tele_links` VALUES ('234162', '234163');
- INSERT INTO `tele_links` VALUES ('234163', '234162');
- INSERT INTO `tele_links` VALUES ('234164', '234165');
- INSERT INTO `tele_links` VALUES ('234165', '234164');
- INSERT INTO `tele_links` VALUES ('234166', '234167');
- INSERT INTO `tele_links` VALUES ('234167', '234166');
- INSERT INTO `tele_links` VALUES ('234168', '234169');
- INSERT INTO `tele_links` VALUES ('234169', '234168');
- INSERT INTO `tele_links` VALUES ('234170', '234171');
- INSERT INTO `tele_links` VALUES ('234171', '234170');
- INSERT INTO `tele_links` VALUES ('234172', '234173');
- INSERT INTO `tele_links` VALUES ('234173', '234172');
- INSERT INTO `tele_links` VALUES ('234174', '234175');
- INSERT INTO `tele_links` VALUES ('234175', '234174');
- INSERT INTO `tele_links` VALUES ('234176', '234177');
- INSERT INTO `tele_links` VALUES ('234177', '234176');
- INSERT INTO `tele_links` VALUES ('234178', '234179');
- INSERT INTO `tele_links` VALUES ('234179', '234178');
- INSERT INTO `tele_links` VALUES ('234180', '234181');
- INSERT INTO `tele_links` VALUES ('234181', '234180');
- INSERT INTO `tele_links` VALUES ('234182', '234183');
- INSERT INTO `tele_links` VALUES ('234183', '234182');
- INSERT INTO `tele_links` VALUES ('234184', '234185');
- INSERT INTO `tele_links` VALUES ('234185', '234184');
- INSERT INTO `tele_links` VALUES ('234186', '234187');
- INSERT INTO `tele_links` VALUES ('234187', '234186');
- INSERT INTO `tele_links` VALUES ('235124', '235125');
- INSERT INTO `tele_links` VALUES ('235125', '235124');
- INSERT INTO `tele_links` VALUES ('235126', '235127');
- INSERT INTO `tele_links` VALUES ('235127', '235126');
- INSERT INTO `tele_links` VALUES ('235204', '235205');
- INSERT INTO `tele_links` VALUES ('235205', '235204');
- INSERT INTO `tele_links` VALUES ('235206', '235207');
- INSERT INTO `tele_links` VALUES ('235207', '235206');
- INSERT INTO `tele_links` VALUES ('236706', '236707');
- INSERT INTO `tele_links` VALUES ('236707', '236706');
- INSERT INTO `tele_links` VALUES ('238040', '238041');
- INSERT INTO `tele_links` VALUES ('238041', '238040');
- INSERT INTO `tele_links` VALUES ('238476', '238477');
- INSERT INTO `tele_links` VALUES ('238477', '238476');
- INSERT INTO `tele_links` VALUES ('241502', '241503');
- INSERT INTO `tele_links` VALUES ('241503', '241502');
- INSERT INTO `tele_links` VALUES ('242711', '242712');
- INSERT INTO `tele_links` VALUES ('242712', '242711');
- INSERT INTO `tele_links` VALUES ('244843', '244844');
- INSERT INTO `tele_links` VALUES ('244844', '244843');
- INSERT INTO `tele_links` VALUES ('245188', '245189');
- INSERT INTO `tele_links` VALUES ('245189', '245188');
- INSERT INTO `tele_links` VALUES ('245375', '245376');
- INSERT INTO `tele_links` VALUES ('245376', '245375');
- INSERT INTO `tele_links` VALUES ('247738', '247739');
- INSERT INTO `tele_links` VALUES ('247739', '247738');
- INSERT INTO `tele_links` VALUES ('247740', '247741');
- INSERT INTO `tele_links` VALUES ('247741', '247740');
- INSERT INTO `tele_links` VALUES ('247947', '247948');
- INSERT INTO `tele_links` VALUES ('247948', '247947');
- INSERT INTO `tele_links` VALUES ('248593', '248594');
- INSERT INTO `tele_links` VALUES ('248594', '248593');
- INSERT INTO `tele_links` VALUES ('249645', '249646');
- INSERT INTO `tele_links` VALUES ('249646', '249645');
- INSERT INTO `tele_links` VALUES ('249918', '249919');
- INSERT INTO `tele_links` VALUES ('249919', '249918');
- INSERT INTO `tele_links` VALUES ('249920', '249921');
- INSERT INTO `tele_links` VALUES ('249921', '249920');
- INSERT INTO `tele_links` VALUES ('252256', '252257');
- INSERT INTO `tele_links` VALUES ('252257', '252256');
- INSERT INTO `tele_links` VALUES ('252304', '252305');
- INSERT INTO `tele_links` VALUES ('252305', '252304');
- INSERT INTO `tele_links` VALUES ('252306', '252307');
- INSERT INTO `tele_links` VALUES ('252307', '252306');
- INSERT INTO `tele_links` VALUES ('252715', '252716');
- INSERT INTO `tele_links` VALUES ('252716', '252715');
- INSERT INTO `tele_links` VALUES ('252717', '252718');
- INSERT INTO `tele_links` VALUES ('252718', '252717');
- INSERT INTO `tele_links` VALUES ('252732', '252733');
- INSERT INTO `tele_links` VALUES ('252733', '252732');
- INSERT INTO `tele_links` VALUES ('253040', '253041');
- INSERT INTO `tele_links` VALUES ('253041', '253040');
- INSERT INTO `tele_links` VALUES ('253043', '253044');
- INSERT INTO `tele_links` VALUES ('253044', '253043');
- INSERT INTO `tele_links` VALUES ('253109', '253110');
- INSERT INTO `tele_links` VALUES ('253110', '253109');
- INSERT INTO `tele_links` VALUES ('253111', '253112');
- INSERT INTO `tele_links` VALUES ('253112', '253111');
- INSERT INTO `tele_links` VALUES ('253179', '253180');
- INSERT INTO `tele_links` VALUES ('253180', '253179');
- INSERT INTO `tele_links` VALUES ('253181', '253182');
- INSERT INTO `tele_links` VALUES ('253182', '253181');
- INSERT INTO `tele_links` VALUES ('253990', '253991');
- INSERT INTO `tele_links` VALUES ('253991', '253990');
- INSERT INTO `tele_links` VALUES ('255122', '255123');
- INSERT INTO `tele_links` VALUES ('255123', '255122');
- INSERT INTO `tele_links` VALUES ('255124', '255125');
- INSERT INTO `tele_links` VALUES ('255125', '255124');
- INSERT INTO `tele_links` VALUES ('255126', '255127');
- INSERT INTO `tele_links` VALUES ('255127', '255126');
- INSERT INTO `tele_links` VALUES ('255128', '255129');
- INSERT INTO `tele_links` VALUES ('255129', '255128');
- INSERT INTO `tele_links` VALUES ('255130', '255131');
- INSERT INTO `tele_links` VALUES ('255131', '255130');
- INSERT INTO `tele_links` VALUES ('255132', '255133');
- INSERT INTO `tele_links` VALUES ('255133', '255132');
- INSERT INTO `tele_links` VALUES ('255134', '255135');
- INSERT INTO `tele_links` VALUES ('255135', '255134');
- INSERT INTO `tele_links` VALUES ('255136', '255137');
- INSERT INTO `tele_links` VALUES ('255137', '255136');
- INSERT INTO `tele_links` VALUES ('255138', '255139');
- INSERT INTO `tele_links` VALUES ('255139', '255138');
- INSERT INTO `tele_links` VALUES ('255140', '255141');
- INSERT INTO `tele_links` VALUES ('255141', '255140');
- INSERT INTO `tele_links` VALUES ('255142', '255143');
- INSERT INTO `tele_links` VALUES ('255143', '255142');
- INSERT INTO `tele_links` VALUES ('255144', '255145');
- INSERT INTO `tele_links` VALUES ('255145', '255144');
- INSERT INTO `tele_links` VALUES ('255204', '255205');
- INSERT INTO `tele_links` VALUES ('255205', '255204');
- INSERT INTO `tele_links` VALUES ('255206', '255207');
- INSERT INTO `tele_links` VALUES ('255207', '255206');
- INSERT INTO `tele_links` VALUES ('256861', '256862');
- INSERT INTO `tele_links` VALUES ('256862', '256861');
- INSERT INTO `tele_links` VALUES ('256878', '256879');
- INSERT INTO `tele_links` VALUES ('256879', '256878');
- INSERT INTO `tele_links` VALUES ('257718', '257719');
- INSERT INTO `tele_links` VALUES ('257719', '257718');
- INSERT INTO `tele_links` VALUES ('258114', '258115');
- INSERT INTO `tele_links` VALUES ('258115', '258114');
- INSERT INTO `tele_links` VALUES ('259246', '259247');
- INSERT INTO `tele_links` VALUES ('259247', '259246');
- INSERT INTO `tele_links` VALUES ('259811', '259812');
- INSERT INTO `tele_links` VALUES ('259812', '259811');
- INSERT INTO `tele_links` VALUES ('259820', '259821');
- INSERT INTO `tele_links` VALUES ('259821', '259820');
- INSERT INTO `tele_links` VALUES ('262608', '262609');
- INSERT INTO `tele_links` VALUES ('262609', '262608');
- INSERT INTO `tele_links` VALUES ('262773', '262774');
- INSERT INTO `tele_links` VALUES ('262774', '262773');
- INSERT INTO `tele_links` VALUES ('262808', '262809');
- INSERT INTO `tele_links` VALUES ('262809', '262808');
- INSERT INTO `tele_links` VALUES ('268005', '268009');
- INSERT INTO `tele_links` VALUES ('268009', '268005');
- INSERT INTO `tele_links` VALUES ('268495', '268496');
- INSERT INTO `tele_links` VALUES ('268496', '268495');
- INSERT INTO `tele_links` VALUES ('268497', '268498');
- INSERT INTO `tele_links` VALUES ('268498', '268497');
- INSERT INTO `tele_links` VALUES ('268499', '268500');
- INSERT INTO `tele_links` VALUES ('268500', '268499');
- INSERT INTO `tele_links` VALUES ('268501', '268502');
- INSERT INTO `tele_links` VALUES ('268502', '268501');
- INSERT INTO `tele_links` VALUES ('268537', '268538');
- INSERT INTO `tele_links` VALUES ('268538', '268537');
- INSERT INTO `tele_links` VALUES ('268539', '268540');
- INSERT INTO `tele_links` VALUES ('268540', '268539');
- INSERT INTO `tele_links` VALUES ('268955', '268956');
- INSERT INTO `tele_links` VALUES ('268956', '268955');
- INSERT INTO `tele_links` VALUES ('268957', '268958');
- INSERT INTO `tele_links` VALUES ('268958', '268957');
- INSERT INTO `tele_links` VALUES ('268959', '268960');
- INSERT INTO `tele_links` VALUES ('268960', '268959');
- INSERT INTO `tele_links` VALUES ('269852', '269853');
- INSERT INTO `tele_links` VALUES ('269853', '269852');
- INSERT INTO `tele_links` VALUES ('269976', '269977');
- INSERT INTO `tele_links` VALUES ('269977', '269976');
- INSERT INTO `tele_links` VALUES ('270219', '270220');
- INSERT INTO `tele_links` VALUES ('270220', '270219');
- INSERT INTO `tele_links` VALUES ('271156', '271157');
- INSERT INTO `tele_links` VALUES ('271157', '271156');
- INSERT INTO `tele_links` VALUES ('271494', '271495');
- INSERT INTO `tele_links` VALUES ('271495', '271494');
- INSERT INTO `tele_links` VALUES ('271518', '271519');
- INSERT INTO `tele_links` VALUES ('271519', '271518');
- INSERT INTO `tele_links` VALUES ('271662', '271663');
- INSERT INTO `tele_links` VALUES ('271663', '271662');
- INSERT INTO `tele_links` VALUES ('271664', '271665');
- INSERT INTO `tele_links` VALUES ('271665', '271664');
- INSERT INTO `tele_links` VALUES ('272498', '272499');
- INSERT INTO `tele_links` VALUES ('272499', '272498');
- INSERT INTO `tele_links` VALUES ('272572', '272573');
- INSERT INTO `tele_links` VALUES ('272573', '272572');
- INSERT INTO `tele_links` VALUES ('272575', '272576');
- INSERT INTO `tele_links` VALUES ('272576', '272575');
- INSERT INTO `tele_links` VALUES ('272675', '272676');
- INSERT INTO `tele_links` VALUES ('272676', '272675');
- INSERT INTO `tele_links` VALUES ('272678', '272679');
- INSERT INTO `tele_links` VALUES ('272679', '272678');
- INSERT INTO `tele_links` VALUES ('272680', '272682');
- INSERT INTO `tele_links` VALUES ('272682', '272680');
- INSERT INTO `tele_links` VALUES ('272683', '272684');
- INSERT INTO `tele_links` VALUES ('272684', '272683');
- INSERT INTO `tele_links` VALUES ('272685', '272686');
- INSERT INTO `tele_links` VALUES ('272686', '272685');
- INSERT INTO `tele_links` VALUES ('272687', '272688');
- INSERT INTO `tele_links` VALUES ('272688', '272687');
- INSERT INTO `tele_links` VALUES ('272694', '272697');
- INSERT INTO `tele_links` VALUES ('272697', '272694');
- INSERT INTO `tele_links` VALUES ('273420', '273422');
- INSERT INTO `tele_links` VALUES ('273422', '273420');
- INSERT INTO `tele_links` VALUES ('273764', '273765');
- INSERT INTO `tele_links` VALUES ('273765', '273764');
- INSERT INTO `tele_links` VALUES ('273768', '273769');
- INSERT INTO `tele_links` VALUES ('273769', '273768');
- INSERT INTO `tele_links` VALUES ('274072', '274073');
- INSERT INTO `tele_links` VALUES ('274073', '274072');
- INSERT INTO `tele_links` VALUES ('274102', '274103');
- INSERT INTO `tele_links` VALUES ('274103', '274102');
- INSERT INTO `tele_links` VALUES ('274190', '274191');
- INSERT INTO `tele_links` VALUES ('274191', '274190');
- INSERT INTO `tele_links` VALUES ('275084', '275086');
- INSERT INTO `tele_links` VALUES ('275086', '275084');
- INSERT INTO `tele_links` VALUES ('275091', '275092');
- INSERT INTO `tele_links` VALUES ('275092', '275091');
- INSERT INTO `tele_links` VALUES ('275094', '275095');
- INSERT INTO `tele_links` VALUES ('275095', '275094');
- INSERT INTO `tele_links` VALUES ('275097', '275098');
- INSERT INTO `tele_links` VALUES ('275098', '275097');
- INSERT INTO `tele_links` VALUES ('276156', '276157');
- INSERT INTO `tele_links` VALUES ('276157', '276156');
- INSERT INTO `tele_links` VALUES ('277515', '277516');
- INSERT INTO `tele_links` VALUES ('277516', '277515');
- INSERT INTO `tele_links` VALUES ('278055', '278056');
- INSERT INTO `tele_links` VALUES ('278056', '278055');
- INSERT INTO `tele_links` VALUES ('278526', '278527');
- INSERT INTO `tele_links` VALUES ('278527', '278526');
- INSERT INTO `tele_links` VALUES ('278532', '278533');
- INSERT INTO `tele_links` VALUES ('278533', '278532');
- INSERT INTO `tele_links` VALUES ('279055', '279056');
- INSERT INTO `tele_links` VALUES ('279056', '279055');
- INSERT INTO `tele_links` VALUES ('283179', '283180');
- INSERT INTO `tele_links` VALUES ('283180', '283179');
- INSERT INTO `tele_links` VALUES ('283938', '283941');
- INSERT INTO `tele_links` VALUES ('283941', '283938');
- INSERT INTO `tele_links` VALUES ('285114', '285115');
- INSERT INTO `tele_links` VALUES ('285115', '285114');
- INSERT INTO `tele_links` VALUES ('285116', '285117');
- INSERT INTO `tele_links` VALUES ('285117', '285116');
- INSERT INTO `tele_links` VALUES ('285118', '285119');
- INSERT INTO `tele_links` VALUES ('285119', '285118');
- INSERT INTO `tele_links` VALUES ('285121', '285122');
- INSERT INTO `tele_links` VALUES ('285122', '285121');
- INSERT INTO `tele_links` VALUES ('285123', '285124');
- INSERT INTO `tele_links` VALUES ('285124', '285123');
- INSERT INTO `tele_links` VALUES ('285125', '285126');
- INSERT INTO `tele_links` VALUES ('285126', '285125');
- INSERT INTO `tele_links` VALUES ('285127', '285128');
- INSERT INTO `tele_links` VALUES ('285128', '285127');
- INSERT INTO `tele_links` VALUES ('285130', '285131');
- INSERT INTO `tele_links` VALUES ('285131', '285130');
- INSERT INTO `tele_links` VALUES ('285132', '285133');
- INSERT INTO `tele_links` VALUES ('285133', '285132');
- INSERT INTO `tele_links` VALUES ('285134', '285135');
- INSERT INTO `tele_links` VALUES ('285135', '285134');
- INSERT INTO `tele_links` VALUES ('285136', '285137');
- INSERT INTO `tele_links` VALUES ('285137', '285136');
- INSERT INTO `tele_links` VALUES ('285138', '285139');
- INSERT INTO `tele_links` VALUES ('285139', '285138');
- INSERT INTO `tele_links` VALUES ('285521', '285522');
- INSERT INTO `tele_links` VALUES ('285522', '285521');
- INSERT INTO `tele_links` VALUES ('286177', '286178');
- INSERT INTO `tele_links` VALUES ('286178', '286177');
- INSERT INTO `tele_links` VALUES ('286373', '286374');
- INSERT INTO `tele_links` VALUES ('286374', '286373');
- INSERT INTO `tele_links` VALUES ('288298', '288299');
- INSERT INTO `tele_links` VALUES ('288299', '288298');
- INSERT INTO `tele_links` VALUES ('289047', '289049');
- INSERT INTO `tele_links` VALUES ('289049', '289047');
- INSERT INTO `tele_links` VALUES ('289193', '289194');
- INSERT INTO `tele_links` VALUES ('289194', '289193');
- INSERT INTO `tele_links` VALUES ('289447', '289448');
- INSERT INTO `tele_links` VALUES ('289448', '289447');
- INSERT INTO `tele_links` VALUES ('289785', '289786');
- INSERT INTO `tele_links` VALUES ('289786', '289785');
- INSERT INTO `tele_links` VALUES ('290068', '290069');
- INSERT INTO `tele_links` VALUES ('290069', '290068');
- INSERT INTO `tele_links` VALUES ('293049', '293050');
- INSERT INTO `tele_links` VALUES ('293050', '293049');
- INSERT INTO `tele_links` VALUES ('293079', '293080');
- INSERT INTO `tele_links` VALUES ('293080', '293079');
- INSERT INTO `tele_links` VALUES ('293571', '293572');
- INSERT INTO `tele_links` VALUES ('293572', '293571');
- INSERT INTO `tele_links` VALUES ('295594', '295595');
- INSERT INTO `tele_links` VALUES ('295595', '295594');
- INSERT INTO `tele_links` VALUES ('295598', '295600');
- INSERT INTO `tele_links` VALUES ('295600', '295598');
- INSERT INTO `tele_links` VALUES ('295864', '295865');
- INSERT INTO `tele_links` VALUES ('295865', '295864');
- INSERT INTO `tele_links` VALUES ('296600', '296601');
- INSERT INTO `tele_links` VALUES ('296601', '296600');
- INSERT INTO `tele_links` VALUES ('296741', '296742');
- INSERT INTO `tele_links` VALUES ('296742', '296741');
- INSERT INTO `tele_links` VALUES ('296913', '296914');
- INSERT INTO `tele_links` VALUES ('296914', '296913');
- INSERT INTO `tele_links` VALUES ('297048', '297049');
- INSERT INTO `tele_links` VALUES ('297049', '297048');
- INSERT INTO `tele_links` VALUES ('297402', '297403');
- INSERT INTO `tele_links` VALUES ('297403', '297402');
- INSERT INTO `tele_links` VALUES ('297599', '297600');
- INSERT INTO `tele_links` VALUES ('297600', '297599');
- INSERT INTO `tele_links` VALUES ('297950', '297951');
- INSERT INTO `tele_links` VALUES ('297951', '297950');
- INSERT INTO `tele_links` VALUES ('298170', '298171');
- INSERT INTO `tele_links` VALUES ('298171', '298170');
- INSERT INTO `tele_links` VALUES ('298201', '298203');
- INSERT INTO `tele_links` VALUES ('298203', '298201');
- INSERT INTO `tele_links` VALUES ('299698', '299700');
- INSERT INTO `tele_links` VALUES ('299700', '299698');
- INSERT INTO `tele_links` VALUES ('299974', '299975');
- INSERT INTO `tele_links` VALUES ('299975', '299974');
- INSERT INTO `tele_links` VALUES ('300172', '300173');
- INSERT INTO `tele_links` VALUES ('300173', '300172');
- INSERT INTO `tele_links` VALUES ('300174', '300175');
- INSERT INTO `tele_links` VALUES ('300175', '300174');
- INSERT INTO `tele_links` VALUES ('300176', '300177');
- INSERT INTO `tele_links` VALUES ('300177', '300176');
- INSERT INTO `tele_links` VALUES ('300354', '300355');
- INSERT INTO `tele_links` VALUES ('300355', '300354');
- INSERT INTO `tele_links` VALUES ('300463', '300464');
- INSERT INTO `tele_links` VALUES ('300464', '300463');
- INSERT INTO `tele_links` VALUES ('302212', '302213');
- INSERT INTO `tele_links` VALUES ('302213', '302212');
- INSERT INTO `tele_links` VALUES ('302524', '302527');
- INSERT INTO `tele_links` VALUES ('302527', '302524');
- INSERT INTO `tele_links` VALUES ('302531', '302534');
- INSERT INTO `tele_links` VALUES ('302534', '302531');
- INSERT INTO `tele_links` VALUES ('302539', '302542');
- INSERT INTO `tele_links` VALUES ('302542', '302539');
- INSERT INTO `tele_links` VALUES ('302547', '302550');
- INSERT INTO `tele_links` VALUES ('302550', '302547');
- INSERT INTO `tele_links` VALUES ('302555', '302558');
- INSERT INTO `tele_links` VALUES ('302558', '302555');
- INSERT INTO `tele_links` VALUES ('302563', '302566');
- INSERT INTO `tele_links` VALUES ('302566', '302563');
- INSERT INTO `tele_links` VALUES ('302571', '302574');
- INSERT INTO `tele_links` VALUES ('302574', '302571');
- INSERT INTO `tele_links` VALUES ('302579', '302582');
- INSERT INTO `tele_links` VALUES ('302582', '302579');
- INSERT INTO `tele_links` VALUES ('302587', '302589');
- INSERT INTO `tele_links` VALUES ('302589', '302587');
- INSERT INTO `tele_links` VALUES ('302590', '302591');
- INSERT INTO `tele_links` VALUES ('302591', '302590');
- INSERT INTO `tele_links` VALUES ('302592', '302593');
- INSERT INTO `tele_links` VALUES ('302593', '302592');
- INSERT INTO `tele_links` VALUES ('302594', '302595');
- INSERT INTO `tele_links` VALUES ('302595', '302594');
- INSERT INTO `tele_links` VALUES ('302596', '302597');
- INSERT INTO `tele_links` VALUES ('302597', '302596');
- INSERT INTO `tele_links` VALUES ('302807', '302808');
- INSERT INTO `tele_links` VALUES ('302808', '302807');
- INSERT INTO `tele_links` VALUES ('302809', '302810');
- INSERT INTO `tele_links` VALUES ('302810', '302809');
- INSERT INTO `tele_links` VALUES ('302811', '302812');
- INSERT INTO `tele_links` VALUES ('302812', '302811');
- INSERT INTO `tele_links` VALUES ('302813', '302814');
- INSERT INTO `tele_links` VALUES ('302814', '302813');
- INSERT INTO `tele_links` VALUES ('302816', '302818');
- INSERT INTO `tele_links` VALUES ('302818', '302816');
- INSERT INTO `tele_links` VALUES ('302819', '302820');
- INSERT INTO `tele_links` VALUES ('302820', '302819');
- INSERT INTO `tele_links` VALUES ('302821', '302822');
- INSERT INTO `tele_links` VALUES ('302822', '302821');
- INSERT INTO `tele_links` VALUES ('302823', '302824');
- INSERT INTO `tele_links` VALUES ('302824', '302823');
- INSERT INTO `tele_links` VALUES ('302825', '302826');
- INSERT INTO `tele_links` VALUES ('302826', '302825');
- INSERT INTO `tele_links` VALUES ('302827', '302828');
- INSERT INTO `tele_links` VALUES ('302828', '302827');
- INSERT INTO `tele_links` VALUES ('302829', '302830');
- INSERT INTO `tele_links` VALUES ('302830', '302829');
- INSERT INTO `tele_links` VALUES ('302831', '302832');
- INSERT INTO `tele_links` VALUES ('302832', '302831');
- INSERT INTO `tele_links` VALUES ('302833', '302834');
- INSERT INTO `tele_links` VALUES ('302834', '302833');
- INSERT INTO `tele_links` VALUES ('303218', '303219');
- INSERT INTO `tele_links` VALUES ('303219', '303218');
- INSERT INTO `tele_links` VALUES ('303547', '303548');
- INSERT INTO `tele_links` VALUES ('303548', '303547');
- INSERT INTO `tele_links` VALUES ('303582', '303583');
- INSERT INTO `tele_links` VALUES ('303583', '303582');
- INSERT INTO `tele_links` VALUES ('303884', '303885');
- INSERT INTO `tele_links` VALUES ('303885', '303884');
- INSERT INTO `tele_links` VALUES ('303886', '303887');
- INSERT INTO `tele_links` VALUES ('303887', '303886');
- INSERT INTO `tele_links` VALUES ('304831', '304832');
- INSERT INTO `tele_links` VALUES ('304832', '304831');
- INSERT INTO `tele_links` VALUES ('304922', '304923');
- INSERT INTO `tele_links` VALUES ('304923', '304922');
- INSERT INTO `tele_links` VALUES ('305275', '305276');
- INSERT INTO `tele_links` VALUES ('305276', '305275');
- INSERT INTO `tele_links` VALUES ('305748', '305751');
- INSERT INTO `tele_links` VALUES ('305751', '305748');
- INSERT INTO `tele_links` VALUES ('305970', '305971');
- INSERT INTO `tele_links` VALUES ('305971', '305970');
- INSERT INTO `tele_links` VALUES ('309325', '309326');
- INSERT INTO `tele_links` VALUES ('309326', '309325');
- INSERT INTO `tele_links` VALUES ('309474', '309475');
- INSERT INTO `tele_links` VALUES ('309475', '309474');
- INSERT INTO `tele_links` VALUES ('309531', '309532');
- INSERT INTO `tele_links` VALUES ('309532', '309531');
- INSERT INTO `tele_links` VALUES ('309732', '309733');
- INSERT INTO `tele_links` VALUES ('309733', '309732');
- INSERT INTO `tele_links` VALUES ('309819', '309820');
- INSERT INTO `tele_links` VALUES ('309820', '309819');
- INSERT INTO `tele_links` VALUES ('310401', '310402');
- INSERT INTO `tele_links` VALUES ('310402', '310401');
- INSERT INTO `tele_links` VALUES ('310870', '310871');
- INSERT INTO `tele_links` VALUES ('310871', '310870');
- INSERT INTO `tele_links` VALUES ('311598', '311599');
- INSERT INTO `tele_links` VALUES ('311599', '311598');
- INSERT INTO `tele_links` VALUES ('312061', '312064');
- INSERT INTO `tele_links` VALUES ('312064', '312061');
- INSERT INTO `tele_links` VALUES ('312101', '312104');
- INSERT INTO `tele_links` VALUES ('312104', '312101');
- INSERT INTO `tele_links` VALUES ('312454', '312455');
- INSERT INTO `tele_links` VALUES ('312455', '312454');
- INSERT INTO `tele_links` VALUES ('312550', '312551');
- INSERT INTO `tele_links` VALUES ('312551', '312550');
- INSERT INTO `tele_links` VALUES ('312552', '312553');
- INSERT INTO `tele_links` VALUES ('312553', '312552');
- INSERT INTO `tele_links` VALUES ('313476', '313477');
- INSERT INTO `tele_links` VALUES ('313477', '313476');
- INSERT INTO `tele_links` VALUES ('313478', '313479');
- INSERT INTO `tele_links` VALUES ('313479', '313478');
- INSERT INTO `tele_links` VALUES ('313480', '313481');
- INSERT INTO `tele_links` VALUES ('313481', '313480');
- INSERT INTO `tele_links` VALUES ('313482', '313483');
- INSERT INTO `tele_links` VALUES ('313483', '313482');
- INSERT INTO `tele_links` VALUES ('313484', '313485');
- INSERT INTO `tele_links` VALUES ('313485', '313484');
- INSERT INTO `tele_links` VALUES ('313486', '313487');
- INSERT INTO `tele_links` VALUES ('313487', '313486');
- INSERT INTO `tele_links` VALUES ('313795', '313796');
- INSERT INTO `tele_links` VALUES ('313796', '313795');
- INSERT INTO `tele_links` VALUES ('314750', '314751');
- INSERT INTO `tele_links` VALUES ('314751', '314750');
- INSERT INTO `tele_links` VALUES ('315370', '315371');
- INSERT INTO `tele_links` VALUES ('315371', '315370');
- INSERT INTO `tele_links` VALUES ('315526', '315527');
- INSERT INTO `tele_links` VALUES ('315527', '315526');
- INSERT INTO `tele_links` VALUES ('315528', '315529');
- INSERT INTO `tele_links` VALUES ('315529', '315528');
- INSERT INTO `tele_links` VALUES ('315530', '315531');
- INSERT INTO `tele_links` VALUES ('315531', '315530');
- INSERT INTO `tele_links` VALUES ('315532', '315533');
- INSERT INTO `tele_links` VALUES ('315533', '315532');
- INSERT INTO `tele_links` VALUES ('315534', '315535');
- INSERT INTO `tele_links` VALUES ('315535', '315534');
- INSERT INTO `tele_links` VALUES ('315536', '315537');
- INSERT INTO `tele_links` VALUES ('315537', '315536');
- INSERT INTO `tele_links` VALUES ('316044', '316045');
- INSERT INTO `tele_links` VALUES ('316045', '316044');
- INSERT INTO `tele_links` VALUES ('316519', '316520');
- INSERT INTO `tele_links` VALUES ('316520', '316519');
- INSERT INTO `tele_links` VALUES ('318390', '318391');
- INSERT INTO `tele_links` VALUES ('318391', '318390');
- INSERT INTO `tele_links` VALUES ('318960', '318961');
- INSERT INTO `tele_links` VALUES ('318961', '318960');
- INSERT INTO `tele_links` VALUES ('319035', '319036');
- INSERT INTO `tele_links` VALUES ('319036', '319035');
- INSERT INTO `tele_links` VALUES ('319522', '319523');
- INSERT INTO `tele_links` VALUES ('319523', '319522');
- INSERT INTO `tele_links` VALUES ('320516', '320517');
- INSERT INTO `tele_links` VALUES ('320517', '320516');
- INSERT INTO `tele_links` VALUES ('320567', '320568');
- INSERT INTO `tele_links` VALUES ('320568', '320567');
- INSERT INTO `tele_links` VALUES ('320647', '320648');
- INSERT INTO `tele_links` VALUES ('320648', '320647');
- INSERT INTO `tele_links` VALUES ('320914', '320915');
- INSERT INTO `tele_links` VALUES ('320915', '320914');
- INSERT INTO `tele_links` VALUES ('320916', '320917');
- INSERT INTO `tele_links` VALUES ('320917', '320916');
- INSERT INTO `tele_links` VALUES ('321837', '321838');
- INSERT INTO `tele_links` VALUES ('321838', '321837');
- INSERT INTO `tele_links` VALUES ('322153', '322154');
- INSERT INTO `tele_links` VALUES ('322154', '322153');
- INSERT INTO `tele_links` VALUES ('322366', '322367');
- INSERT INTO `tele_links` VALUES ('322367', '322366');
- INSERT INTO `tele_links` VALUES ('322368', '322369');
- INSERT INTO `tele_links` VALUES ('322369', '322368');
- INSERT INTO `tele_links` VALUES ('322370', '322371');
- INSERT INTO `tele_links` VALUES ('322371', '322370');
- INSERT INTO `tele_links` VALUES ('324412', '324413');
- INSERT INTO `tele_links` VALUES ('324413', '324412');
- INSERT INTO `tele_links` VALUES ('324414', '324415');
- INSERT INTO `tele_links` VALUES ('324415', '324414');
- INSERT INTO `tele_links` VALUES ('325576', '325577');
- INSERT INTO `tele_links` VALUES ('325577', '325576');
- INSERT INTO `tele_links` VALUES ('326960', '326963');
- INSERT INTO `tele_links` VALUES ('326963', '326960');
- INSERT INTO `tele_links` VALUES ('327606', '327607');
- INSERT INTO `tele_links` VALUES ('327607', '327606');
- INSERT INTO `tele_links` VALUES ('327608', '327609');
- INSERT INTO `tele_links` VALUES ('327609', '327608');
- INSERT INTO `tele_links` VALUES ('328875', '328876');
- INSERT INTO `tele_links` VALUES ('328876', '328875');
- INSERT INTO `tele_links` VALUES ('328958', '328959');
- INSERT INTO `tele_links` VALUES ('328959', '328958');
- INSERT INTO `tele_links` VALUES ('330134', '330135');
- INSERT INTO `tele_links` VALUES ('330135', '330134');
- INSERT INTO `tele_links` VALUES ('330262', '330263');
- INSERT INTO `tele_links` VALUES ('330263', '330262');
- INSERT INTO `tele_links` VALUES ('331174', '331175');
- INSERT INTO `tele_links` VALUES ('331175', '331174');
- INSERT INTO `tele_links` VALUES ('331214', '331215');
- INSERT INTO `tele_links` VALUES ('331215', '331214');
- INSERT INTO `tele_links` VALUES ('331446', '331447');
- INSERT INTO `tele_links` VALUES ('331447', '331446');
- INSERT INTO `tele_links` VALUES ('333032', '333033');
- INSERT INTO `tele_links` VALUES ('333033', '333032');
- INSERT INTO `tele_links` VALUES ('334273', '334274');
- INSERT INTO `tele_links` VALUES ('334274', '334273');
- INSERT INTO `tele_links` VALUES ('334354', '334355');
- INSERT INTO `tele_links` VALUES ('334355', '334354');
- INSERT INTO `tele_links` VALUES ('335339', '335340');
- INSERT INTO `tele_links` VALUES ('335340', '335339');
- INSERT INTO `tele_links` VALUES ('335360', '335361');
- INSERT INTO `tele_links` VALUES ('335361', '335360');
- INSERT INTO `tele_links` VALUES ('335362', '335363');
- INSERT INTO `tele_links` VALUES ('335363', '335362');
- INSERT INTO `tele_links` VALUES ('335461', '335462');
- INSERT INTO `tele_links` VALUES ('335462', '335461');
- INSERT INTO `tele_links` VALUES ('336384', '336385');
- INSERT INTO `tele_links` VALUES ('336385', '336384');
- INSERT INTO `tele_links` VALUES ('336823', '336826');
- INSERT INTO `tele_links` VALUES ('336826', '336823');
- INSERT INTO `tele_links` VALUES ('336950', '336951');
- INSERT INTO `tele_links` VALUES ('336951', '336950');
- INSERT INTO `tele_links` VALUES ('336952', '336953');
- INSERT INTO `tele_links` VALUES ('336953', '336952');
- INSERT INTO `tele_links` VALUES ('337202', '337203');
- INSERT INTO `tele_links` VALUES ('337203', '337202');
- INSERT INTO `tele_links` VALUES ('337213', '337214');
- INSERT INTO `tele_links` VALUES ('337214', '337213');
- INSERT INTO `tele_links` VALUES ('337216', '337217');
- INSERT INTO `tele_links` VALUES ('337217', '337216');
- INSERT INTO `tele_links` VALUES ('337218', '337219');
- INSERT INTO `tele_links` VALUES ('337219', '337218');
- INSERT INTO `tele_links` VALUES ('337222', '337223');
- INSERT INTO `tele_links` VALUES ('337223', '337222');
- INSERT INTO `tele_links` VALUES ('337233', '337234');
- INSERT INTO `tele_links` VALUES ('337234', '337233');
- INSERT INTO `tele_links` VALUES ('337240', '337243');
- INSERT INTO `tele_links` VALUES ('337243', '337240');
- INSERT INTO `tele_links` VALUES ('337248', '337251');
- INSERT INTO `tele_links` VALUES ('337251', '337248');
- INSERT INTO `tele_links` VALUES ('337259', '337261');
- INSERT INTO `tele_links` VALUES ('337261', '337259');
- INSERT INTO `tele_links` VALUES ('337277', '337279');
- INSERT INTO `tele_links` VALUES ('337279', '337277');
- INSERT INTO `tele_links` VALUES ('338196', '338197');
- INSERT INTO `tele_links` VALUES ('338197', '338196');
- INSERT INTO `tele_links` VALUES ('340370', '340371');
- INSERT INTO `tele_links` VALUES ('340371', '340370');
- INSERT INTO `tele_links` VALUES ('344073', '344074');
- INSERT INTO `tele_links` VALUES ('344074', '344073');
- INSERT INTO `tele_links` VALUES ('344075', '344076');
- INSERT INTO `tele_links` VALUES ('344076', '344075');
- INSERT INTO `tele_links` VALUES ('344077', '344078');
- INSERT INTO `tele_links` VALUES ('344078', '344077');
- INSERT INTO `tele_links` VALUES ('344079', '344080');
- INSERT INTO `tele_links` VALUES ('344080', '344079');
- INSERT INTO `tele_links` VALUES ('345348', '345350');
- INSERT INTO `tele_links` VALUES ('345350', '345348');
- INSERT INTO `tele_links` VALUES ('347682', '347683');
- INSERT INTO `tele_links` VALUES ('347683', '347682');
- INSERT INTO `tele_links` VALUES ('347975', '347976');
- INSERT INTO `tele_links` VALUES ('347976', '347975');
- INSERT INTO `tele_links` VALUES ('351474', '351475');
- INSERT INTO `tele_links` VALUES ('351475', '351474');
- INSERT INTO `tele_links` VALUES ('351527', '351528');
- INSERT INTO `tele_links` VALUES ('351528', '351527');
- INSERT INTO `tele_links` VALUES ('352101', '352102');
- INSERT INTO `tele_links` VALUES ('352102', '352101');
- INSERT INTO `tele_links` VALUES ('352103', '352104');
- INSERT INTO `tele_links` VALUES ('352104', '352103');
- INSERT INTO `tele_links` VALUES ('352106', '352107');
- INSERT INTO `tele_links` VALUES ('352107', '352106');
- INSERT INTO `tele_links` VALUES ('352108', '352109');
- INSERT INTO `tele_links` VALUES ('352109', '352108');
- INSERT INTO `tele_links` VALUES ('352110', '352111');
- INSERT INTO `tele_links` VALUES ('352111', '352110');
- INSERT INTO `tele_links` VALUES ('352112', '352113');
- INSERT INTO `tele_links` VALUES ('352113', '352112');
- INSERT INTO `tele_links` VALUES ('352115', '352116');
- INSERT INTO `tele_links` VALUES ('352116', '352115');
- INSERT INTO `tele_links` VALUES ('352117', '352118');
- INSERT INTO `tele_links` VALUES ('352118', '352117');
- INSERT INTO `tele_links` VALUES ('352119', '352120');
- INSERT INTO `tele_links` VALUES ('352120', '352119');
- INSERT INTO `tele_links` VALUES ('352121', '352122');
- INSERT INTO `tele_links` VALUES ('352122', '352121');
- INSERT INTO `tele_links` VALUES ('352124', '352127');
- INSERT INTO `tele_links` VALUES ('352127', '352124');
- INSERT INTO `tele_links` VALUES ('352129', '352130');
- INSERT INTO `tele_links` VALUES ('352130', '352129');
- INSERT INTO `tele_links` VALUES ('352779', '352780');
- INSERT INTO `tele_links` VALUES ('352780', '352779');
- INSERT INTO `tele_links` VALUES ('354614', '354615');
- INSERT INTO `tele_links` VALUES ('354615', '354614');
- INSERT INTO `tele_links` VALUES ('354643', '354644');
- INSERT INTO `tele_links` VALUES ('354644', '354643');
- INSERT INTO `tele_links` VALUES ('354717', '354718');
- INSERT INTO `tele_links` VALUES ('354718', '354717');
- INSERT INTO `tele_links` VALUES ('354719', '354720');
- INSERT INTO `tele_links` VALUES ('354720', '354719');
- INSERT INTO `tele_links` VALUES ('355326', '355327');
- INSERT INTO `tele_links` VALUES ('355327', '355326');
- INSERT INTO `tele_links` VALUES ('355341', '355342');
- INSERT INTO `tele_links` VALUES ('355342', '355341');
- INSERT INTO `tele_links` VALUES ('355344', '355346');
- INSERT INTO `tele_links` VALUES ('355346', '355344');
- INSERT INTO `tele_links` VALUES ('355531', '355532');
- INSERT INTO `tele_links` VALUES ('355532', '355531');
- INSERT INTO `tele_links` VALUES ('360323', '360324');
- INSERT INTO `tele_links` VALUES ('360324', '360323');
- INSERT INTO `tele_links` VALUES ('360325', '360327');
- INSERT INTO `tele_links` VALUES ('360326', '360328');
- INSERT INTO `tele_links` VALUES ('360327', '360325');
- INSERT INTO `tele_links` VALUES ('360328', '360326');
- INSERT INTO `tele_links` VALUES ('360329', '360331');
- INSERT INTO `tele_links` VALUES ('360330', '360332');
- INSERT INTO `tele_links` VALUES ('360331', '360329');
- INSERT INTO `tele_links` VALUES ('360332', '360330');
- INSERT INTO `tele_links` VALUES ('360335', '360336');
- INSERT INTO `tele_links` VALUES ('360336', '360335');
- INSERT INTO `tele_links` VALUES ('360337', '360338');
- INSERT INTO `tele_links` VALUES ('360338', '360337');
- INSERT INTO `tele_links` VALUES ('360370', '360371');
- INSERT INTO `tele_links` VALUES ('360371', '360370');
- INSERT INTO `tele_links` VALUES ('361458', '361459');
- INSERT INTO `tele_links` VALUES ('361459', '361458');
- INSERT INTO `tele_links` VALUES ('361523', '361524');
- INSERT INTO `tele_links` VALUES ('361524', '361523');
- INSERT INTO `tele_links` VALUES ('363896', '363897');
- INSERT INTO `tele_links` VALUES ('363897', '363896');
- INSERT INTO `tele_links` VALUES ('363898', '363899');
- INSERT INTO `tele_links` VALUES ('363899', '363898');
- INSERT INTO `tele_links` VALUES ('363900', '363901');
- INSERT INTO `tele_links` VALUES ('363901', '363900');
- INSERT INTO `tele_links` VALUES ('363902', '363903');
- INSERT INTO `tele_links` VALUES ('363903', '363902');
- INSERT INTO `tele_links` VALUES ('363904', '363905');
- INSERT INTO `tele_links` VALUES ('363905', '363904');
- INSERT INTO `tele_links` VALUES ('363906', '363907');
- INSERT INTO `tele_links` VALUES ('363907', '363906');
- INSERT INTO `tele_links` VALUES ('363908', '363909');
- INSERT INTO `tele_links` VALUES ('363909', '363908');
- INSERT INTO `tele_links` VALUES ('363910', '363911');
- INSERT INTO `tele_links` VALUES ('363911', '363910');
- INSERT INTO `tele_links` VALUES ('364099', '364100');
- INSERT INTO `tele_links` VALUES ('364100', '364099');
- INSERT INTO `tele_links` VALUES ('364101', '364104');
- INSERT INTO `tele_links` VALUES ('364104', '364101');
- INSERT INTO `tele_links` VALUES ('364416', '364417');
- INSERT INTO `tele_links` VALUES ('364417', '364416');
- INSERT INTO `tele_links` VALUES ('364499', '364500');
- INSERT INTO `tele_links` VALUES ('364500', '364499');
- INSERT INTO `tele_links` VALUES ('364501', '364502');
- INSERT INTO `tele_links` VALUES ('364502', '364501');
- INSERT INTO `tele_links` VALUES ('365044', '365045');
- INSERT INTO `tele_links` VALUES ('365045', '365044');
- INSERT INTO `tele_links` VALUES ('365151', '365152');
- INSERT INTO `tele_links` VALUES ('365152', '365151');
- INSERT INTO `tele_links` VALUES ('366493', '366494');
- INSERT INTO `tele_links` VALUES ('366494', '366493');
- INSERT INTO `tele_links` VALUES ('366496', '366497');
- INSERT INTO `tele_links` VALUES ('366497', '366496');
- INSERT INTO `tele_links` VALUES ('366618', '366619');
- INSERT INTO `tele_links` VALUES ('366619', '366618');
- INSERT INTO `tele_links` VALUES ('368033', '368034');
- INSERT INTO `tele_links` VALUES ('368034', '368033');
- INSERT INTO `tele_links` VALUES ('368035', '368036');
- INSERT INTO `tele_links` VALUES ('368036', '368035');
- INSERT INTO `tele_links` VALUES ('368037', '368038');
- INSERT INTO `tele_links` VALUES ('368038', '368037');
- INSERT INTO `tele_links` VALUES ('368039', '368041');
- INSERT INTO `tele_links` VALUES ('368041', '368039');
- INSERT INTO `tele_links` VALUES ('368042', '368043');
- INSERT INTO `tele_links` VALUES ('368043', '368042');
- INSERT INTO `tele_links` VALUES ('368044', '368045');
- INSERT INTO `tele_links` VALUES ('368045', '368044');
- INSERT INTO `tele_links` VALUES ('368046', '368047');
- INSERT INTO `tele_links` VALUES ('368047', '368046');
- INSERT INTO `tele_links` VALUES ('368048', '368049');
- INSERT INTO `tele_links` VALUES ('368049', '368048');
- INSERT INTO `tele_links` VALUES ('368050', '368051');
- INSERT INTO `tele_links` VALUES ('368051', '368050');
- INSERT INTO `tele_links` VALUES ('368549', '368550');
- INSERT INTO `tele_links` VALUES ('368550', '368549');
- INSERT INTO `tele_links` VALUES ('368551', '368552');
- INSERT INTO `tele_links` VALUES ('368552', '368551');
- INSERT INTO `tele_links` VALUES ('368554', '368555');
- INSERT INTO `tele_links` VALUES ('368555', '368554');
- INSERT INTO `tele_links` VALUES ('368556', '368558');
- INSERT INTO `tele_links` VALUES ('368558', '368556');
- INSERT INTO `tele_links` VALUES ('368837', '368838');
- INSERT INTO `tele_links` VALUES ('368838', '368837');
- INSERT INTO `tele_links` VALUES ('369907', '369908');
- INSERT INTO `tele_links` VALUES ('369908', '369907');
- INSERT INTO `tele_links` VALUES ('371431', '371432');
- INSERT INTO `tele_links` VALUES ('371432', '371431');
- INSERT INTO `tele_links` VALUES ('371747', '371748');
- INSERT INTO `tele_links` VALUES ('371748', '371747');
- INSERT INTO `tele_links` VALUES ('372331', '372332');
- INSERT INTO `tele_links` VALUES ('372332', '372331');
- INSERT INTO `tele_links` VALUES ('373161', '373162');
- INSERT INTO `tele_links` VALUES ('373162', '373161');
- INSERT INTO `tele_links` VALUES ('373319', '373320');
- INSERT INTO `tele_links` VALUES ('373320', '373319');
- INSERT INTO `tele_links` VALUES ('374292', '374293');
- INSERT INTO `tele_links` VALUES ('374293', '374292');
- INSERT INTO `tele_links` VALUES ('374650', '374651');
- INSERT INTO `tele_links` VALUES ('374651', '374650');
- INSERT INTO `tele_links` VALUES ('376080', '376081');
- INSERT INTO `tele_links` VALUES ('376081', '376080');
- INSERT INTO `tele_links` VALUES ('376771', '376772');
- INSERT INTO `tele_links` VALUES ('376772', '376771');
- INSERT INTO `tele_links` VALUES ('376773', '376774');
- INSERT INTO `tele_links` VALUES ('376774', '376773');
- INSERT INTO `tele_links` VALUES ('377175', '377176');
- INSERT INTO `tele_links` VALUES ('377176', '377175');
- INSERT INTO `tele_links` VALUES ('377255', '377256');
- INSERT INTO `tele_links` VALUES ('377256', '377255');
- INSERT INTO `tele_links` VALUES ('377257', '377258');
- INSERT INTO `tele_links` VALUES ('377258', '377257');
- INSERT INTO `tele_links` VALUES ('377261', '377262');
- INSERT INTO `tele_links` VALUES ('377262', '377261');
- INSERT INTO `tele_links` VALUES ('378059', '378060');
- INSERT INTO `tele_links` VALUES ('378060', '378059');
- INSERT INTO `tele_links` VALUES ('378287', '378288');
- INSERT INTO `tele_links` VALUES ('378288', '378287');
- INSERT INTO `tele_links` VALUES ('378317', '378318');
- INSERT INTO `tele_links` VALUES ('378318', '378317');
- INSERT INTO `tele_links` VALUES ('384397', '384398');
- INSERT INTO `tele_links` VALUES ('384398', '384397');
- INSERT INTO `tele_links` VALUES ('384418', '384419');
- INSERT INTO `tele_links` VALUES ('384419', '384418');
- INSERT INTO `tele_links` VALUES ('390653', '390654');
- INSERT INTO `tele_links` VALUES ('390654', '390653');
- INSERT INTO `tele_links` VALUES ('391059', '391060');
- INSERT INTO `tele_links` VALUES ('391060', '391059');
- INSERT INTO `tele_links` VALUES ('391632', '391633');
- INSERT INTO `tele_links` VALUES ('391633', '391632');
- INSERT INTO `tele_links` VALUES ('391800', '391801');
- INSERT INTO `tele_links` VALUES ('391801', '391800');
- INSERT INTO `tele_links` VALUES ('392838', '392839');
- INSERT INTO `tele_links` VALUES ('392839', '392838');
- INSERT INTO `tele_links` VALUES ('392855', '392856');
- INSERT INTO `tele_links` VALUES ('392856', '392855');
- INSERT INTO `tele_links` VALUES ('392859', '392860');
- INSERT INTO `tele_links` VALUES ('392860', '392859');
- INSERT INTO `tele_links` VALUES ('395399', '395400');
- INSERT INTO `tele_links` VALUES ('395400', '395399');
- INSERT INTO `tele_links` VALUES ('397676', '397677');
- INSERT INTO `tele_links` VALUES ('397677', '397676');
- INSERT INTO `tele_links` VALUES ('397678', '397679');
- INSERT INTO `tele_links` VALUES ('397679', '397678');
- INSERT INTO `tele_links` VALUES ('397680', '397681');
- INSERT INTO `tele_links` VALUES ('397681', '397680');
- INSERT INTO `tele_links` VALUES ('397682', '397683');
- INSERT INTO `tele_links` VALUES ('397683', '397682');
- INSERT INTO `tele_links` VALUES ('397684', '397685');
- INSERT INTO `tele_links` VALUES ('397685', '397684');
- INSERT INTO `tele_links` VALUES ('397686', '397687');
- INSERT INTO `tele_links` VALUES ('397687', '397686');
- INSERT INTO `tele_links` VALUES ('397692', '397693');
- INSERT INTO `tele_links` VALUES ('397693', '397692');
- INSERT INTO `tele_links` VALUES ('397694', '397695');
- INSERT INTO `tele_links` VALUES ('397695', '397694');
- INSERT INTO `tele_links` VALUES ('397696', '397697');
- INSERT INTO `tele_links` VALUES ('397697', '397696');
- INSERT INTO `tele_links` VALUES ('397698', '397699');
- INSERT INTO `tele_links` VALUES ('397699', '397698');
- INSERT INTO `tele_links` VALUES ('397700', '397701');
- INSERT INTO `tele_links` VALUES ('397701', '397700');
- INSERT INTO `tele_links` VALUES ('397702', '397703');
- INSERT INTO `tele_links` VALUES ('397703', '397702');
- INSERT INTO `tele_links` VALUES ('402216', '402217');
- INSERT INTO `tele_links` VALUES ('402217', '402216');
- INSERT INTO `tele_links` VALUES ('403835', '403836');
- INSERT INTO `tele_links` VALUES ('403836', '403835');
- INSERT INTO `tele_links` VALUES ('409285', '409286');
- INSERT INTO `tele_links` VALUES ('409286', '409285');
- INSERT INTO `tele_links` VALUES ('409765', '409766');
- INSERT INTO `tele_links` VALUES ('409766', '409765');
- INSERT INTO `tele_links` VALUES ('409768', '409769');
- INSERT INTO `tele_links` VALUES ('409769', '409768');
- INSERT INTO `tele_links` VALUES ('411090', '411091');
- INSERT INTO `tele_links` VALUES ('411091', '411090');
- INSERT INTO `tele_links` VALUES ('412140', '412141');
- INSERT INTO `tele_links` VALUES ('412141', '412140');
- INSERT INTO `tele_links` VALUES ('412143', '412144');
- INSERT INTO `tele_links` VALUES ('412144', '412143');
- INSERT INTO `tele_links` VALUES ('412147', '412148');
- INSERT INTO `tele_links` VALUES ('412148', '412147');
- INSERT INTO `tele_links` VALUES ('412149', '412150');
- INSERT INTO `tele_links` VALUES ('412150', '412149');
- INSERT INTO `tele_links` VALUES ('412516', '412517');
- INSERT INTO `tele_links` VALUES ('412517', '412516');
- INSERT INTO `tele_links` VALUES ('412795', '412796');
- INSERT INTO `tele_links` VALUES ('412796', '412795');
- INSERT INTO `tele_links` VALUES ('412797', '412798');
- INSERT INTO `tele_links` VALUES ('412798', '412797');
- INSERT INTO `tele_links` VALUES ('412820', '412821');
- INSERT INTO `tele_links` VALUES ('412821', '412820');
- INSERT INTO `tele_links` VALUES ('413014', '413015');
- INSERT INTO `tele_links` VALUES ('413015', '413014');
- INSERT INTO `tele_links` VALUES ('413858', '413859');
- INSERT INTO `tele_links` VALUES ('413859', '413858');
- INSERT INTO `tele_links` VALUES ('414409', '414410');
- INSERT INTO `tele_links` VALUES ('414410', '414409');
- INSERT INTO `tele_links` VALUES ('414419', '414420');
- INSERT INTO `tele_links` VALUES ('414420', '414419');
- INSERT INTO `tele_links` VALUES ('414421', '414422');
- INSERT INTO `tele_links` VALUES ('414422', '414421');
- INSERT INTO `tele_links` VALUES ('414423', '414424');
- INSERT INTO `tele_links` VALUES ('414424', '414423');
- INSERT INTO `tele_links` VALUES ('414671', '414672');
- INSERT INTO `tele_links` VALUES ('414672', '414671');
- INSERT INTO `tele_links` VALUES ('414902', '414903');
- INSERT INTO `tele_links` VALUES ('414903', '414902');
- INSERT INTO `tele_links` VALUES ('415369', '415370');
- INSERT INTO `tele_links` VALUES ('415370', '415369');
- INSERT INTO `tele_links` VALUES ('415371', '415372');
- INSERT INTO `tele_links` VALUES ('415372', '415371');
- INSERT INTO `tele_links` VALUES ('417126', '417127');
- INSERT INTO `tele_links` VALUES ('417127', '417126');
- INSERT INTO `tele_links` VALUES ('417400', '417401');
- INSERT INTO `tele_links` VALUES ('417401', '417400');
- INSERT INTO `tele_links` VALUES ('419967', '419968');
- INSERT INTO `tele_links` VALUES ('419968', '419967');
- INSERT INTO `tele_links` VALUES ('420364', '420365');
- INSERT INTO `tele_links` VALUES ('420365', '420364');
- INSERT INTO `tele_links` VALUES ('420510', '420511');
- INSERT INTO `tele_links` VALUES ('420511', '420510');
- INSERT INTO `tele_links` VALUES ('421839', '421840');
- INSERT INTO `tele_links` VALUES ('421840', '421839');
- INSERT INTO `tele_links` VALUES ('421881', '421882');
- INSERT INTO `tele_links` VALUES ('421882', '421881');
- INSERT INTO `tele_links` VALUES ('421883', '421884');
- INSERT INTO `tele_links` VALUES ('421884', '421883');
- INSERT INTO `tele_links` VALUES ('421885', '421886');
- INSERT INTO `tele_links` VALUES ('421886', '421885');
- INSERT INTO `tele_links` VALUES ('421887', '421888');
- INSERT INTO `tele_links` VALUES ('421888', '421887');
- INSERT INTO `tele_links` VALUES ('421889', '421890');
- INSERT INTO `tele_links` VALUES ('421890', '421889');
- INSERT INTO `tele_links` VALUES ('421891', '421892');
- INSERT INTO `tele_links` VALUES ('421892', '421891');
- INSERT INTO `tele_links` VALUES ('422669', '422670');
- INSERT INTO `tele_links` VALUES ('422670', '422669');
- INSERT INTO `tele_links` VALUES ('422862', '422863');
- INSERT INTO `tele_links` VALUES ('422863', '422862');
- INSERT INTO `tele_links` VALUES ('422864', '422865');
- INSERT INTO `tele_links` VALUES ('422865', '422864');
- INSERT INTO `tele_links` VALUES ('422866', '422867');
- INSERT INTO `tele_links` VALUES ('422867', '422866');
- INSERT INTO `tele_links` VALUES ('422868', '422869');
- INSERT INTO `tele_links` VALUES ('422869', '422868');
- INSERT INTO `tele_links` VALUES ('422870', '422871');
- INSERT INTO `tele_links` VALUES ('422871', '422870');
- INSERT INTO `tele_links` VALUES ('422872', '422873');
- INSERT INTO `tele_links` VALUES ('422873', '422872');
- INSERT INTO `tele_links` VALUES ('423436', '423437');
- INSERT INTO `tele_links` VALUES ('423437', '423436');
- INSERT INTO `tele_links` VALUES ('423837', '423838');
- INSERT INTO `tele_links` VALUES ('423838', '423837');
- INSERT INTO `tele_links` VALUES ('426014', '426015');
- INSERT INTO `tele_links` VALUES ('426015', '426014');
- INSERT INTO `tele_links` VALUES ('426414', '426415');
- INSERT INTO `tele_links` VALUES ('426415', '426414');
- INSERT INTO `tele_links` VALUES ('428887', '428888');
- INSERT INTO `tele_links` VALUES ('428888', '428887');
- INSERT INTO `tele_links` VALUES ('430354', '430355');
- INSERT INTO `tele_links` VALUES ('430355', '430354');
- INSERT INTO `tele_links` VALUES ('430356', '430357');
- INSERT INTO `tele_links` VALUES ('430357', '430356');
- INSERT INTO `tele_links` VALUES ('430358', '430359');
- INSERT INTO `tele_links` VALUES ('430359', '430358');
- INSERT INTO `tele_links` VALUES ('430360', '430362');
- INSERT INTO `tele_links` VALUES ('430362', '430360');
- INSERT INTO `tele_links` VALUES ('430366', '430367');
- INSERT INTO `tele_links` VALUES ('430367', '430366');
- INSERT INTO `tele_links` VALUES ('430368', '430369');
- INSERT INTO `tele_links` VALUES ('430369', '430368');
- INSERT INTO `tele_links` VALUES ('431428', '431429');
- INSERT INTO `tele_links` VALUES ('431429', '431428');
- INSERT INTO `tele_links` VALUES ('431587', '431588');
- INSERT INTO `tele_links` VALUES ('431588', '431587');
- INSERT INTO `tele_links` VALUES ('431889', '431890');
- INSERT INTO `tele_links` VALUES ('431890', '431889');
- INSERT INTO `tele_links` VALUES ('431965', '431966');
- INSERT INTO `tele_links` VALUES ('431966', '431965');
- INSERT INTO `tele_links` VALUES ('431967', '431968');
- INSERT INTO `tele_links` VALUES ('431968', '431967');
- INSERT INTO `tele_links` VALUES ('432230', '432231');
- INSERT INTO `tele_links` VALUES ('432231', '432230');
- INSERT INTO `tele_links` VALUES ('432236', '432237');
- INSERT INTO `tele_links` VALUES ('432237', '432236');
- INSERT INTO `tele_links` VALUES ('432238', '432239');
- INSERT INTO `tele_links` VALUES ('432239', '432238');
- INSERT INTO `tele_links` VALUES ('432801', '432802');
- INSERT INTO `tele_links` VALUES ('432802', '432801');
- INSERT INTO `tele_links` VALUES ('432834', '432835');
- INSERT INTO `tele_links` VALUES ('432835', '432834');
- INSERT INTO `tele_links` VALUES ('432886', '432887');
- INSERT INTO `tele_links` VALUES ('432887', '432886');
- INSERT INTO `tele_links` VALUES ('433331', '433332');
- INSERT INTO `tele_links` VALUES ('433332', '433331');
- INSERT INTO `tele_links` VALUES ('433333', '433334');
- INSERT INTO `tele_links` VALUES ('433334', '433333');
- INSERT INTO `tele_links` VALUES ('433396', '433397');
- INSERT INTO `tele_links` VALUES ('433397', '433396');
- INSERT INTO `tele_links` VALUES ('433398', '433399');
- INSERT INTO `tele_links` VALUES ('433399', '433398');
- INSERT INTO `tele_links` VALUES ('433496', '433497');
- INSERT INTO `tele_links` VALUES ('433497', '433496');
- INSERT INTO `tele_links` VALUES ('433503', '433504');
- INSERT INTO `tele_links` VALUES ('433504', '433503');
- INSERT INTO `tele_links` VALUES ('433766', '433767');
- INSERT INTO `tele_links` VALUES ('433767', '433766');
- INSERT INTO `tele_links` VALUES ('434017', '434018');
- INSERT INTO `tele_links` VALUES ('434018', '434017');
- INSERT INTO `tele_links` VALUES ('434177', '434178');
- INSERT INTO `tele_links` VALUES ('434178', '434177');
- INSERT INTO `tele_links` VALUES ('434398', '434399');
- INSERT INTO `tele_links` VALUES ('434399', '434398');
- INSERT INTO `tele_links` VALUES ('434583', '434584');
- INSERT INTO `tele_links` VALUES ('434584', '434583');
- INSERT INTO `tele_links` VALUES ('434891', '434892');
- INSERT INTO `tele_links` VALUES ('434892', '434891');
- INSERT INTO `tele_links` VALUES ('434987', '434988');
- INSERT INTO `tele_links` VALUES ('434988', '434987');
- INSERT INTO `tele_links` VALUES ('434990', '434991');
- INSERT INTO `tele_links` VALUES ('434991', '434990');
- INSERT INTO `tele_links` VALUES ('435077', '435078');
- INSERT INTO `tele_links` VALUES ('435078', '435077');
- INSERT INTO `tele_links` VALUES ('435250', '435251');
- INSERT INTO `tele_links` VALUES ('435251', '435250');
- INSERT INTO `tele_links` VALUES ('436781', '436782');
- INSERT INTO `tele_links` VALUES ('436782', '436781');
- INSERT INTO `tele_links` VALUES ('437101', '437102');
- INSERT INTO `tele_links` VALUES ('437102', '437101');
- INSERT INTO `tele_links` VALUES ('437176', '437177');
- INSERT INTO `tele_links` VALUES ('437177', '437176');
- INSERT INTO `tele_links` VALUES ('437306', '437307');
- INSERT INTO `tele_links` VALUES ('437307', '437306');
- INSERT INTO `tele_links` VALUES ('438281', '438282');
- INSERT INTO `tele_links` VALUES ('438282', '438281');
- INSERT INTO `tele_links` VALUES ('438283', '438284');
- INSERT INTO `tele_links` VALUES ('438284', '438283');
- INSERT INTO `tele_links` VALUES ('438285', '438286');
- INSERT INTO `tele_links` VALUES ('438286', '438285');
- INSERT INTO `tele_links` VALUES ('438287', '438288');
- INSERT INTO `tele_links` VALUES ('438288', '438287');
- INSERT INTO `tele_links` VALUES ('438329', '438330');
- INSERT INTO `tele_links` VALUES ('438330', '438329');
- INSERT INTO `tele_links` VALUES ('438602', '438603');
- INSERT INTO `tele_links` VALUES ('438603', '438602');
- INSERT INTO `tele_links` VALUES ('438622', '438623');
- INSERT INTO `tele_links` VALUES ('438623', '438622');
- INSERT INTO `tele_links` VALUES ('439069', '439070');
- INSERT INTO `tele_links` VALUES ('439070', '439069');
- INSERT INTO `tele_links` VALUES ('439232', '439233');
- INSERT INTO `tele_links` VALUES ('439233', '439232');
- INSERT INTO `tele_links` VALUES ('440044', '440045');
- INSERT INTO `tele_links` VALUES ('440045', '440044');
- INSERT INTO `tele_links` VALUES ('440046', '440047');
- INSERT INTO `tele_links` VALUES ('440047', '440046');
- INSERT INTO `tele_links` VALUES ('440048', '440049');
- INSERT INTO `tele_links` VALUES ('440049', '440048');
- INSERT INTO `tele_links` VALUES ('440050', '440051');
- INSERT INTO `tele_links` VALUES ('440051', '440050');
- INSERT INTO `tele_links` VALUES ('440070', '440071');
- INSERT INTO `tele_links` VALUES ('440071', '440070');
- INSERT INTO `tele_links` VALUES ('440072', '440073');
- INSERT INTO `tele_links` VALUES ('440073', '440072');
- INSERT INTO `tele_links` VALUES ('440184', '440185');
- INSERT INTO `tele_links` VALUES ('440185', '440184');
- INSERT INTO `tele_links` VALUES ('440186', '440187');
- INSERT INTO `tele_links` VALUES ('440187', '440186');
- INSERT INTO `tele_links` VALUES ('440191', '440192');
- INSERT INTO `tele_links` VALUES ('440192', '440191');
- INSERT INTO `tele_links` VALUES ('440193', '440194');
- INSERT INTO `tele_links` VALUES ('440194', '440193');
- INSERT INTO `tele_links` VALUES ('441068', '441069');
- INSERT INTO `tele_links` VALUES ('441069', '441068');
- INSERT INTO `tele_links` VALUES ('442102', '442103');
- INSERT INTO `tele_links` VALUES ('442103', '442102');
- INSERT INTO `tele_links` VALUES ('442104', '442105');
- INSERT INTO `tele_links` VALUES ('442105', '442104');
- INSERT INTO `tele_links` VALUES ('442106', '442107');
- INSERT INTO `tele_links` VALUES ('442107', '442106');
- INSERT INTO `tele_links` VALUES ('442376', '442377');
- INSERT INTO `tele_links` VALUES ('442377', '442376');
- INSERT INTO `tele_links` VALUES ('442459', '442460');
- INSERT INTO `tele_links` VALUES ('442460', '442459');
- INSERT INTO `tele_links` VALUES ('442563', '442564');
- INSERT INTO `tele_links` VALUES ('442564', '442563');
- INSERT INTO `tele_links` VALUES ('442565', '442566');
- INSERT INTO `tele_links` VALUES ('442566', '442565');
- INSERT INTO `tele_links` VALUES ('442567', '442568');
- INSERT INTO `tele_links` VALUES ('442568', '442567');
- INSERT INTO `tele_links` VALUES ('443237', '443238');
- INSERT INTO `tele_links` VALUES ('443238', '443237');
- INSERT INTO `tele_links` VALUES ('443239', '443240');
- INSERT INTO `tele_links` VALUES ('443240', '443239');
- INSERT INTO `tele_links` VALUES ('443754', '443755');
- INSERT INTO `tele_links` VALUES ('443755', '443754');
- INSERT INTO `tele_links` VALUES ('443757', '443758');
- INSERT INTO `tele_links` VALUES ('443758', '443757');
- INSERT INTO `tele_links` VALUES ('443799', '443800');
- INSERT INTO `tele_links` VALUES ('443800', '443799');
- INSERT INTO `tele_links` VALUES ('443875', '443876');
- INSERT INTO `tele_links` VALUES ('443876', '443875');
- INSERT INTO `tele_links` VALUES ('443933', '443934');
- INSERT INTO `tele_links` VALUES ('443934', '443933');
- INSERT INTO `tele_links` VALUES ('445874', '445875');
- INSERT INTO `tele_links` VALUES ('445875', '445874');
- INSERT INTO `tele_links` VALUES ('446044', '446045');
- INSERT INTO `tele_links` VALUES ('446045', '446044');
- INSERT INTO `tele_links` VALUES ('446819', '446820');
- INSERT INTO `tele_links` VALUES ('446820', '446819');
- INSERT INTO `tele_links` VALUES ('446821', '446822');
- INSERT INTO `tele_links` VALUES ('446822', '446821');
- INSERT INTO `tele_links` VALUES ('447888', '447889');
- INSERT INTO `tele_links` VALUES ('447889', '447888');
- INSERT INTO `tele_links` VALUES ('447890', '447891');
- INSERT INTO `tele_links` VALUES ('447891', '447890');
- INSERT INTO `tele_links` VALUES ('448372', '448373');
- INSERT INTO `tele_links` VALUES ('448373', '448372');
- INSERT INTO `tele_links` VALUES ('448374', '448375');
- INSERT INTO `tele_links` VALUES ('448375', '448374');
- INSERT INTO `tele_links` VALUES ('449115', '449116');
- INSERT INTO `tele_links` VALUES ('449116', '449115');
- INSERT INTO `tele_links` VALUES ('449117', '449118');
- INSERT INTO `tele_links` VALUES ('449118', '449117');
- INSERT INTO `tele_links` VALUES ('449119', '449120');
- INSERT INTO `tele_links` VALUES ('449120', '449119');
- INSERT INTO `tele_links` VALUES ('449121', '449122');
- INSERT INTO `tele_links` VALUES ('449122', '449121');
- INSERT INTO `tele_links` VALUES ('449288', '449289');
- INSERT INTO `tele_links` VALUES ('449289', '449288');
- INSERT INTO `tele_links` VALUES ('450943', '450944');
- INSERT INTO `tele_links` VALUES ('450944', '450943');
- INSERT INTO `tele_links` VALUES ('450981', '450982');
- INSERT INTO `tele_links` VALUES ('450982', '450981');
- INSERT INTO `tele_links` VALUES ('451007', '451008');
- INSERT INTO `tele_links` VALUES ('451008', '451007');
- INSERT INTO `tele_links` VALUES ('453387', '453388');
- INSERT INTO `tele_links` VALUES ('453388', '453387');
- INSERT INTO `tele_links` VALUES ('453409', '453410');
- INSERT INTO `tele_links` VALUES ('453410', '453409');
- INSERT INTO `tele_links` VALUES ('453431', '453432');
- INSERT INTO `tele_links` VALUES ('453432', '453431');
- INSERT INTO `tele_links` VALUES ('453457', '453458');
- INSERT INTO `tele_links` VALUES ('453458', '453457');
- INSERT INTO `tele_links` VALUES ('456732', '456733');
- INSERT INTO `tele_links` VALUES ('456733', '456732');
- INSERT INTO `tele_links` VALUES ('456875', '456876');
- INSERT INTO `tele_links` VALUES ('456876', '456875');
- INSERT INTO `tele_links` VALUES ('457371', '457372');
- INSERT INTO `tele_links` VALUES ('457372', '457371');
- INSERT INTO `tele_links` VALUES ('459031', '459032');
- INSERT INTO `tele_links` VALUES ('459032', '459031');
- INSERT INTO `tele_links` VALUES ('459033', '459034');
- INSERT INTO `tele_links` VALUES ('459034', '459033');
- INSERT INTO `tele_links` VALUES ('462738', '462739');
- INSERT INTO `tele_links` VALUES ('462739', '462738');
- INSERT INTO `tele_links` VALUES ('462833', '462834');
- INSERT INTO `tele_links` VALUES ('462834', '462833');
- INSERT INTO `tele_links` VALUES ('462916', '462917');
- INSERT INTO `tele_links` VALUES ('462917', '462916');
- INSERT INTO `tele_links` VALUES ('463173', '463174');
- INSERT INTO `tele_links` VALUES ('463174', '463173');
- INSERT INTO `tele_links` VALUES ('465359', '465360');
- INSERT INTO `tele_links` VALUES ('465360', '465359');
- INSERT INTO `tele_links` VALUES ('465361', '465362');
- INSERT INTO `tele_links` VALUES ('465362', '465361');
- INSERT INTO `tele_links` VALUES ('465599', '465600');
- INSERT INTO `tele_links` VALUES ('465600', '465599');
- INSERT INTO `tele_links` VALUES ('465602', '465603');
- INSERT INTO `tele_links` VALUES ('465603', '465602');
- INSERT INTO `tele_links` VALUES ('465693', '465694');
- INSERT INTO `tele_links` VALUES ('465694', '465693');
- INSERT INTO `tele_links` VALUES ('465695', '465696');
- INSERT INTO `tele_links` VALUES ('465696', '465695');
- INSERT INTO `tele_links` VALUES ('465697', '465698');
- INSERT INTO `tele_links` VALUES ('465698', '465697');
- INSERT INTO `tele_links` VALUES ('466718', '466719');
- INSERT INTO `tele_links` VALUES ('466719', '466718');
- INSERT INTO `tele_links` VALUES ('467055', '467056');
- INSERT INTO `tele_links` VALUES ('467056', '467055');
- INSERT INTO `tele_links` VALUES ('467057', '467058');
- INSERT INTO `tele_links` VALUES ('467058', '467057');
- INSERT INTO `tele_links` VALUES ('469071', '469072');
- INSERT INTO `tele_links` VALUES ('469072', '469071');
- -- ----------------------------
- -- Table structure for `trigger_in_place`
- -- ----------------------------
- DROP TABLE IF EXISTS `trigger_in_place`;
- CREATE TABLE `trigger_in_place` (
- `original_trigger` int(11) NOT NULL,
- `triggers_item` int(11) NOT NULL,
- `extradata` text,
- PRIMARY KEY (`original_trigger`,`triggers_item`),
- KEY `triggers_item` (`triggers_item`) USING HASH
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of trigger_in_place
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `trigger_item`
- -- ----------------------------
- DROP TABLE IF EXISTS `trigger_item`;
- CREATE TABLE `trigger_item` (
- `trigger_id` int(11) NOT NULL,
- `trigger_input` enum('integer','multi_furniture','static_trigger','string') NOT NULL,
- `trigger_data_2` varchar(10) DEFAULT NULL,
- `trigger_data` varchar(100) DEFAULT NULL,
- `all_user_triggerable` tinyint(1) NOT NULL DEFAULT '1',
- PRIMARY KEY (`trigger_id`)
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of trigger_item
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `trigger_rotation`
- -- ----------------------------
- DROP TABLE IF EXISTS `trigger_rotation`;
- CREATE TABLE `trigger_rotation` (
- `item_id` int(11) NOT NULL,
- `rotation_status` tinyint(4) NOT NULL,
- `movement_status` tinyint(4) NOT NULL,
- PRIMARY KEY (`item_id`)
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of trigger_rotation
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `users`
- -- ----------------------------
- DROP TABLE IF EXISTS `users`;
- CREATE TABLE `users` (
- `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
- `username` varchar(50) NOT NULL,
- `real_name` varchar(100) NOT NULL DEFAULT '',
- `password` varchar(500) NOT NULL,
- `mail` varchar(250) NOT NULL DEFAULT 'defaultuser@meth0d.org',
- `auth_ticket` varchar(500) DEFAULT NULL,
- `rank` int(11) unsigned NOT NULL DEFAULT '1',
- `credits` int(11) NOT NULL DEFAULT '50000',
- `vip_points` int(11) NOT NULL DEFAULT '0',
- `activity_points` int(11) NOT NULL DEFAULT '0',
- `activity_points_lastupdate` double NOT NULL DEFAULT '0',
- `look` text NOT NULL,
- `gender` enum('M','F') NOT NULL DEFAULT 'M',
- `motto` varchar(50) NOT NULL,
- `last_online` int(250) NOT NULL,
- `account_created` double NOT NULL DEFAULT '0',
- `online` enum('0','1') NOT NULL DEFAULT '0',
- `ip_last` varchar(120) NOT NULL,
- `ip_reg` varchar(120) NOT NULL,
- `home_room` int(10) unsigned NOT NULL DEFAULT '0',
- `respect` int(11) NOT NULL DEFAULT '0',
- `daily_respect_points` int(11) NOT NULL DEFAULT '3',
- `daily_pet_respect_points` int(11) NOT NULL DEFAULT '3',
- `newbie_status` int(11) NOT NULL DEFAULT '0',
- `is_muted` enum('0','1') NOT NULL DEFAULT '0',
- `mutant_penalty` enum('0','1','2') NOT NULL DEFAULT '0',
- `mutant_penalty_expire` int(11) NOT NULL DEFAULT '0',
- `block_newfriends` enum('0','1') NOT NULL DEFAULT '0',
- `hide_online` enum('0','1') NOT NULL DEFAULT '0',
- `hide_inroom` enum('0','1') NOT NULL DEFAULT '0',
- `mail_verified` varchar(6) NOT NULL DEFAULT '0',
- `vip` enum('0','1') NOT NULL DEFAULT '0',
- `client_volume` int(11) NOT NULL DEFAULT '100',
- `volume` varchar(12) NOT NULL DEFAULT '100,100,100',
- `last_login` int(11) NOT NULL DEFAULT '0',
- `accept_trading` enum('0','1') NOT NULL DEFAULT '1',
- `whisper_enabled` enum('0','1') NOT NULL DEFAULT '1',
- `is_guide` enum('0','1') NOT NULL DEFAULT '1',
- `last_change` int(20) NOT NULL DEFAULT '0',
- `key_colour` int(11) NOT NULL DEFAULT '0',
- `position` varchar(30) NOT NULL,
- `acc_pornbanned` enum('0','1') NOT NULL DEFAULT '0',
- `acc_flagged` enum('0','1') NOT NULL DEFAULT '0',
- `points` int(11) NOT NULL DEFAULT '0',
- PRIMARY KEY (`id`),
- UNIQUE KEY `username` (`username`),
- KEY `auth_ticket` (`auth_ticket`),
- KEY `online` (`online`),
- KEY `rank` (`rank`),
- KEY `ip_last` (`ip_last`)
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of users
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `user_access`
- -- ----------------------------
- DROP TABLE IF EXISTS `user_access`;
- CREATE TABLE `user_access` (
- `user_id` int(11) unsigned NOT NULL DEFAULT '0',
- `ip` varchar(255) NOT NULL,
- `machineid` varchar(255) NOT NULL,
- `last_login` int(11) NOT NULL,
- PRIMARY KEY (`user_id`,`ip`,`machineid`)
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
- -- ----------------------------
- -- Records of user_access
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `user_achievement`
- -- ----------------------------
- DROP TABLE IF EXISTS `user_achievement`;
- CREATE TABLE `user_achievement` (
- `userid` int(11) unsigned NOT NULL,
- `group` varchar(255) NOT NULL,
- `level` int(11) NOT NULL,
- `progress` int(11) NOT NULL,
- PRIMARY KEY (`userid`,`group`),
- KEY `id` (`userid`) USING BTREE
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of user_achievement
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `user_badges`
- -- ----------------------------
- DROP TABLE IF EXISTS `user_badges`;
- CREATE TABLE `user_badges` (
- `user_id` int(10) unsigned NOT NULL,
- `badge_id` varchar(100) NOT NULL,
- `badge_slot` int(11) NOT NULL DEFAULT '0',
- KEY `user_id` (`user_id`)
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of user_badges
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `user_bots`
- -- ----------------------------
- DROP TABLE IF EXISTS `user_bots`;
- CREATE TABLE `user_bots` (
- `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
- `user_id` int(11) unsigned NOT NULL,
- `bot_id` int(11) unsigned NOT NULL,
- `name` varchar(255) NOT NULL,
- `motto` varchar(255) NOT NULL,
- `figure` varchar(255) NOT NULL,
- `gender` varchar(255) NOT NULL,
- PRIMARY KEY (`id`)
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of user_bots
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `user_effects`
- -- ----------------------------
- DROP TABLE IF EXISTS `user_effects`;
- CREATE TABLE `user_effects` (
- `user_id` int(10) unsigned NOT NULL,
- `effect_id` int(11) NOT NULL DEFAULT '1',
- `total_duration` int(11) NOT NULL DEFAULT '3600',
- `is_activated` enum('0','1') NOT NULL DEFAULT '0',
- `activated_stamp` double NOT NULL DEFAULT '0',
- KEY `user_id` (`user_id`)
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of user_effects
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `user_favorites`
- -- ----------------------------
- DROP TABLE IF EXISTS `user_favorites`;
- CREATE TABLE `user_favorites` (
- `user_id` int(10) unsigned NOT NULL,
- `room_id` int(10) unsigned NOT NULL,
- KEY `user_id` (`user_id`)
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of user_favorites
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `user_ignores`
- -- ----------------------------
- DROP TABLE IF EXISTS `user_ignores`;
- CREATE TABLE `user_ignores` (
- `user_id` int(10) unsigned NOT NULL,
- `ignore_id` int(10) unsigned NOT NULL,
- KEY `user_id` (`user_id`)
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of user_ignores
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `user_info`
- -- ----------------------------
- DROP TABLE IF EXISTS `user_info`;
- CREATE TABLE `user_info` (
- `user_id` int(11) NOT NULL,
- `bans` int(11) NOT NULL DEFAULT '0',
- `cautions` int(11) NOT NULL DEFAULT '0',
- `reg_timestamp` double NOT NULL DEFAULT '0',
- `login_timestamp` double NOT NULL DEFAULT '0',
- `cfhs` int(11) NOT NULL DEFAULT '0',
- `cfhs_abusive` int(11) NOT NULL DEFAULT '0',
- PRIMARY KEY (`user_id`),
- KEY `bans` (`bans`),
- KEY `cautions` (`cautions`),
- KEY `cfhs` (`cfhs`),
- KEY `cfhs_abusive` (`cfhs_abusive`)
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of user_info
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `user_items_songs`
- -- ----------------------------
- DROP TABLE IF EXISTS `user_items_songs`;
- CREATE TABLE `user_items_songs` (
- `item_id` int(10) unsigned NOT NULL,
- `user_id` int(10) unsigned NOT NULL,
- `song_id` int(11) NOT NULL,
- PRIMARY KEY (`item_id`),
- KEY `user_id` (`user_id`)
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of user_items_songs
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `user_presents`
- -- ----------------------------
- DROP TABLE IF EXISTS `user_presents`;
- CREATE TABLE `user_presents` (
- `item_id` int(10) unsigned NOT NULL,
- `base_id` int(10) unsigned NOT NULL,
- `amount` int(11) NOT NULL,
- `extra_data` text NOT NULL,
- KEY `item_id` (`item_id`)
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of user_presents
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `user_quests`
- -- ----------------------------
- DROP TABLE IF EXISTS `user_quests`;
- CREATE TABLE `user_quests` (
- `user_id` int(10) unsigned NOT NULL,
- `quest_id` int(10) unsigned NOT NULL,
- `progress` int(10) DEFAULT '0',
- PRIMARY KEY (`user_id`,`quest_id`)
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of user_quests
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `user_relationships`
- -- ----------------------------
- DROP TABLE IF EXISTS `user_relationships`;
- CREATE TABLE `user_relationships` (
- `id` int(11) NOT NULL AUTO_INCREMENT,
- `user_id` int(11) NOT NULL,
- `target` int(11) NOT NULL,
- `type` enum('1','2','3') NOT NULL,
- PRIMARY KEY (`id`),
- KEY `user_id` (`user_id`)
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of user_relationships
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `user_roomvisits`
- -- ----------------------------
- DROP TABLE IF EXISTS `user_roomvisits`;
- CREATE TABLE `user_roomvisits` (
- `user_id` int(10) unsigned NOT NULL,
- `room_id` int(10) unsigned NOT NULL,
- `entry_timestamp` double NOT NULL,
- `exit_timestamp` double NOT NULL,
- `hour` int(11) NOT NULL,
- `minute` int(11) NOT NULL,
- KEY `user_id` (`user_id`)
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of user_roomvisits
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `user_stats`
- -- ----------------------------
- 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',
- `InRoom` 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',
- `groupid` int(11) NOT NULL DEFAULT '0',
- `tickets_answered` int(11) NOT NULL DEFAULT '0',
- PRIMARY KEY (`id`)
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of user_stats
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `user_subscriptions`
- -- ----------------------------
- DROP TABLE IF EXISTS `user_subscriptions`;
- CREATE TABLE `user_subscriptions` (
- `user_id` int(10) unsigned NOT NULL,
- `subscription_id` int(50) NOT NULL,
- `timestamp_activated` int(11) NOT NULL,
- `timestamp_expire` int(11) NOT NULL,
- KEY `user_id` (`user_id`),
- KEY `subscription_id` (`subscription_id`)
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT;
- -- ----------------------------
- -- Records of user_subscriptions
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `user_tags`
- -- ----------------------------
- DROP TABLE IF EXISTS `user_tags`;
- CREATE TABLE `user_tags` (
- `id` int(11) NOT NULL AUTO_INCREMENT,
- `user_id` int(10) unsigned NOT NULL,
- `tag` varchar(100) NOT NULL,
- PRIMARY KEY (`id`),
- KEY `user_id` (`user_id`)
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of user_tags
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `user_wardrobe`
- -- ----------------------------
- DROP TABLE IF EXISTS `user_wardrobe`;
- CREATE TABLE `user_wardrobe` (
- `user_id` int(10) unsigned NOT NULL,
- `slot_id` int(10) unsigned NOT NULL,
- `look` varchar(120) NOT NULL,
- `gender` enum('F','M') NOT NULL DEFAULT 'M',
- KEY `user_id` (`user_id`)
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of user_wardrobe
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `vip_purchases`
- -- ----------------------------
- DROP TABLE IF EXISTS `vip_purchases`;
- CREATE TABLE `vip_purchases` (
- `id` int(10) NOT NULL AUTO_INCREMENT,
- `email` varchar(500) DEFAULT NULL,
- `username` varchar(500) DEFAULT NULL,
- `amount` int(10) DEFAULT NULL,
- `transaction_id` text,
- `everything_else` text,
- `timestamp` int(10) DEFAULT NULL,
- PRIMARY KEY (`id`)
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of vip_purchases
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `vouchers`
- -- ----------------------------
- DROP TABLE IF EXISTS `vouchers`;
- CREATE TABLE `vouchers` (
- `voucher` varchar(255) NOT NULL,
- `type` enum('credits','pixels','items','vippoints') NOT NULL DEFAULT 'credits',
- `value` int(11) NOT NULL DEFAULT '100',
- `max_uses` int(11) NOT NULL DEFAULT '1',
- `cur_uses` int(11) NOT NULL DEFAULT '0',
- PRIMARY KEY (`voucher`)
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
- -- ----------------------------
- -- Records of vouchers
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `voucher_uses`
- -- ----------------------------
- DROP TABLE IF EXISTS `voucher_uses`;
- CREATE TABLE `voucher_uses` (
- `voucher` varchar(255) NOT NULL,
- `user_id` int(11) NOT NULL
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
- -- ----------------------------
- -- Records of voucher_uses
- -- ----------------------------
- -- ----------------------------
- -- Table structure for `wired_items`
- -- ----------------------------
- DROP TABLE IF EXISTS `wired_items`;
- CREATE TABLE `wired_items` (
- `id` int(11) NOT NULL,
- `items` varchar(255) NOT NULL,
- `delay` int(11) NOT NULL,
- `string` varchar(255) NOT NULL,
- `bool` enum('0','1') NOT NULL DEFAULT '0',
- PRIMARY KEY (`id`)
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of wired_items
- -- ----------------------------
- INSERT INTO `wired_items` VALUES ('469551', '469449', '0', '', '0');
- INSERT INTO `wired_items` VALUES ('469553', '469449', '0', '', '0');
- INSERT INTO `wired_items` VALUES ('469554', '', '0', 'lol', '');
- -- ----------------------------
- -- Table structure for `wordfilter`
- -- ----------------------------
- DROP TABLE IF EXISTS `wordfilter`;
- CREATE TABLE `wordfilter` (
- `word` varchar(100) NOT NULL,
- `replacement` varchar(100) NOT NULL,
- `strict` enum('1','0') NOT NULL,
- `addedby` varchar(100) NOT NULL,
- `bannable` enum('0','1') NOT NULL DEFAULT '0',
- PRIMARY KEY (`word`),
- UNIQUE KEY `word` (`word`)
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT;
- -- ----------------------------
- -- Records of wordfilter
- -- ----------------------------
- INSERT INTO `wordfilter` VALUES ('nextgenhabbo.com', '', '1', 'Ash', '1');
Add Comment
Please, Sign In to add comment