Guest User

plusEmulator Fixed and Cleaned Database

a guest
May 24th, 2013
1,271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 317.03 KB | None | 0 0
  1. /*
  2. Navicat MySQL Data Transfer
  3.  
  4. Source Server : MySQL
  5. Source Server Version : 50168
  6. Source Host : localhost:3306
  7. Source Database : plus
  8.  
  9. Target Server Type : MYSQL
  10. Target Server Version : 50168
  11. File Encoding : 65001
  12.  
  13. Date: 2013-05-24 10:24:09
  14. */
  15.  
  16. SET FOREIGN_KEY_CHECKS=0;
  17.  
  18. -- ----------------------------
  19. -- Table structure for `achievements`
  20. -- ----------------------------
  21. DROP TABLE IF EXISTS `achievements`;
  22. CREATE TABLE `achievements` (
  23. `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  24. `group_name` varchar(64) NOT NULL DEFAULT 'ACH_',
  25. `category` varchar(255) NOT NULL DEFAULT 'identity',
  26. `level` int(11) NOT NULL DEFAULT '1',
  27. `reward_pixels` int(11) NOT NULL DEFAULT '100',
  28. `reward_points` int(11) DEFAULT '10',
  29. `progress_needed` int(11) NOT NULL DEFAULT '1',
  30. PRIMARY KEY (`id`)
  31. ) ENGINE=InnoDB AUTO_INCREMENT=110 DEFAULT CHARSET=utf8;
  32.  
  33. -- ----------------------------
  34. -- Records of achievements
  35. -- ----------------------------
  36. INSERT INTO `achievements` VALUES ('1', 'ACH_AvatarTags', 'identity', '1', '5', '5', '5');
  37. INSERT INTO `achievements` VALUES ('2', 'ACH_AvatarLooks', 'identity', '1', '5', '5', '1');
  38. INSERT INTO `achievements` VALUES ('3', 'ACH_Motto', 'identity', '1', '10', '10', '1');
  39. INSERT INTO `achievements` VALUES ('4', 'ACH_EmailVerification', 'identity', '1', '20', '20', '1');
  40. INSERT INTO `achievements` VALUES ('5', 'ACH_RespectGiven', 'social', '1', '100', '100', '100');
  41. INSERT INTO `achievements` VALUES ('6', 'ACH_BasicClub', 'identity', '1', '25', '25', '1');
  42. INSERT INTO `achievements` VALUES ('7', 'ACH_VipClub', 'identity', '1', '50', '50', '1');
  43. INSERT INTO `achievements` VALUES ('8', 'ACH_BasicClub', 'identity', '2', '100', '100', '3');
  44. INSERT INTO `achievements` VALUES ('9', 'ACH_BasicClub', 'identity', '3', '250', '250', '6');
  45. INSERT INTO `achievements` VALUES ('10', 'ACH_BasicClub', 'identity', '4', '350', '350', '9');
  46. INSERT INTO `achievements` VALUES ('11', 'ACH_BasicClub', 'identity', '5', '500', '500', '12');
  47. INSERT INTO `achievements` VALUES ('16', 'ACH_RespectEarned', 'social', '1', '5', '5', '1');
  48. INSERT INTO `achievements` VALUES ('17', 'ACH_RespectEarned', 'social', '2', '20', '20', '10');
  49. INSERT INTO `achievements` VALUES ('18', 'ACH_RespectEarned', 'social', '3', '40', '40', '20');
  50. INSERT INTO `achievements` VALUES ('19', 'ACH_RespectEarned', 'social', '4', '100', '100', '50');
  51. INSERT INTO `achievements` VALUES ('20', 'ACH_RespectEarned', 'social', '5', '200', '200', '100');
  52. INSERT INTO `achievements` VALUES ('21', 'ACH_RespectEarned', 'social', '6', '500', '500', '250');
  53. INSERT INTO `achievements` VALUES ('22', 'ACH_RespectEarned', 'social', '7', '1000', '1000', '500');
  54. INSERT INTO `achievements` VALUES ('23', 'ACH_RespectEarned', 'social', '8', '1300', '1300', '750');
  55. INSERT INTO `achievements` VALUES ('24', 'ACH_RespectEarned', 'social', '9', '2000', '2000', '1000');
  56. INSERT INTO `achievements` VALUES ('25', 'ACH_RespectEarned', 'social', '10', '3000', '3000', '1500');
  57. INSERT INTO `achievements` VALUES ('26', 'ACH_RoomEntry', 'explore', '1', '100', '10', '100');
  58. INSERT INTO `achievements` VALUES ('27', 'ACH_RoomEntry', 'explore', '2', '400', '10', '200');
  59. INSERT INTO `achievements` VALUES ('28', 'ACH_RoomEntry', 'explore', '3', '800', '10', '400');
  60. INSERT INTO `achievements` VALUES ('29', 'ACH_RoomEntry', 'explore', '4', '1600', '10', '800');
  61. INSERT INTO `achievements` VALUES ('30', 'ACH_RoomEntry', 'explore', '5', '3200', '10', '1600');
  62. INSERT INTO `achievements` VALUES ('31', 'ACH_PetLover', 'pets', '1', '100', '10', '1');
  63. INSERT INTO `achievements` VALUES ('32', 'ACH_PetLover', 'pets', '2', '200', '10', '3');
  64. INSERT INTO `achievements` VALUES ('33', 'ACH_PetLover', 'pets', '3', '300', '10', '9');
  65. INSERT INTO `achievements` VALUES ('34', 'ACH_PetLover', 'pets', '4', '400', '10', '12');
  66. INSERT INTO `achievements` VALUES ('35', 'ACH_PetLover', 'pets', '5', '500', '10', '15');
  67. INSERT INTO `achievements` VALUES ('37', 'ACH_GiftReceiver', 'social', '1', '10', '10', '1');
  68. INSERT INTO `achievements` VALUES ('38', 'ACH_GiftReceiver', 'social', '2', '50', '15', '5');
  69. INSERT INTO `achievements` VALUES ('39', 'ACH_GiftReceiver', 'social', '3', '150', '20', '12');
  70. INSERT INTO `achievements` VALUES ('40', 'ACH_GiftReceiver', 'social', '4', '400', '25', '30');
  71. INSERT INTO `achievements` VALUES ('41', 'ACH_GiftReceiver', 'social', '5', '700', '30', '75');
  72. INSERT INTO `achievements` VALUES ('42', 'ACH_GiftReceiver', 'social', '6', '1100', '35', '150');
  73. INSERT INTO `achievements` VALUES ('43', 'ACH_GiftReceiver', 'social', '7', '1550', '40', '250');
  74. INSERT INTO `achievements` VALUES ('44', 'ACH_GiftReceiver', 'social', '8', '2000', '45', '500');
  75. INSERT INTO `achievements` VALUES ('45', 'ACH_GiftReceiver', 'social', '9', '2500', '50', '1000');
  76. INSERT INTO `achievements` VALUES ('46', 'ACH_GiftReceiver', 'social', '10', '3000', '55', '1500');
  77. INSERT INTO `achievements` VALUES ('48', 'ACH_GiftGiver', 'social', '1', '10', '10', '1');
  78. INSERT INTO `achievements` VALUES ('49', 'ACH_GiftGiver', 'social', '2', '50', '15', '5');
  79. INSERT INTO `achievements` VALUES ('50', 'ACH_GiftGiver', 'social', '3', '150', '20', '12');
  80. INSERT INTO `achievements` VALUES ('51', 'ACH_GiftGiver', 'social', '4', '400', '25', '30');
  81. INSERT INTO `achievements` VALUES ('52', 'ACH_GiftGiver', 'social', '5', '700', '30', '75');
  82. INSERT INTO `achievements` VALUES ('53', 'ACH_GiftGiver', 'social', '6', '1100', '35', '150');
  83. INSERT INTO `achievements` VALUES ('54', 'ACH_GiftGiver', 'social', '7', '1550', '40', '250');
  84. INSERT INTO `achievements` VALUES ('55', 'ACH_GiftGiver', 'social', '8', '2000', '45', '500');
  85. INSERT INTO `achievements` VALUES ('56', 'ACH_GiftGiver', 'social', '9', '2500', '50', '1000');
  86. INSERT INTO `achievements` VALUES ('57', 'ACH_GiftGiver', 'social', '10', '3000', '55', '1500');
  87. INSERT INTO `achievements` VALUES ('58', 'ACH_RegistrationDuration', 'identity', '1', '100', '10', '10');
  88. INSERT INTO `achievements` VALUES ('60', 'ACH_RegistrationDuration', 'identity', '2', '150', '10', '20');
  89. INSERT INTO `achievements` VALUES ('61', 'ACH_RegistrationDuration', 'identity', '3', '200', '15', '40');
  90. INSERT INTO `achievements` VALUES ('62', 'ACH_RegistrationDuration', 'identity', '4', '250', '15', '80');
  91. INSERT INTO `achievements` VALUES ('63', 'ACH_RegistrationDuration', 'identity', '5', '300', '15', '100');
  92. INSERT INTO `achievements` VALUES ('64', 'ACH_RegistrationDuration', 'identity', '6', '350', '20', '150');
  93. INSERT INTO `achievements` VALUES ('65', 'ACH_RegistrationDuration', 'identity', '7', '400', '20', '200');
  94. INSERT INTO `achievements` VALUES ('66', 'ACH_RegistrationDuration', 'identity', '8', '450', '20', '365');
  95. INSERT INTO `achievements` VALUES ('67', 'ACH_RegistrationDuration', 'identity', '9', '500', '25', '548');
  96. INSERT INTO `achievements` VALUES ('68', 'ACH_RegistrationDuration', 'identity', '10', '550', '40', '728');
  97. INSERT INTO `achievements` VALUES ('69', 'ACH_PetRespectGiver', 'pets', '1', '100', '10', '10');
  98. INSERT INTO `achievements` VALUES ('79', 'ACH_PetLevelUp', 'pets', '1', '100', '10', '0');
  99. INSERT INTO `achievements` VALUES ('80', 'ACH_AllTimeHotelPresence', 'identity', '1', '100', '10', '120');
  100. INSERT INTO `achievements` VALUES ('81', 'ACH_AllTimeHotelPresence', 'identity', '2', '200', '15', '180');
  101. INSERT INTO `achievements` VALUES ('82', 'ACH_AllTimeHotelPresence', 'identity', '3', '250', '20', '240');
  102. INSERT INTO `achievements` VALUES ('83', 'ACH_AllTimeHotelPresence', 'identity', '4', '400', '25', '300');
  103. INSERT INTO `achievements` VALUES ('84', 'ACH_AllTimeHotelPresence', 'identity', '5', '500', '30', '600');
  104. INSERT INTO `achievements` VALUES ('85', 'ACH_AllTimeHotelPresence', 'identity', '6', '650', '35', '1200');
  105. INSERT INTO `achievements` VALUES ('86', 'ACH_AllTimeHotelPresence', 'identity', '7', '750', '40', '2400');
  106. INSERT INTO `achievements` VALUES ('87', 'ACH_AllTimeHotelPresence', 'identity', '8', '900', '45', '4800');
  107. INSERT INTO `achievements` VALUES ('88', 'ACH_AllTimeHotelPresence', 'identity', '9', '1000', '50', '9600');
  108. INSERT INTO `achievements` VALUES ('89', 'ACH_AllTimeHotelPresence', 'identity', '10', '1500', '55', '19200');
  109. INSERT INTO `achievements` VALUES ('91', 'ACH_PetRespectGiver', 'pets', '2', '100', '10', '50');
  110. INSERT INTO `achievements` VALUES ('92', 'ACH_PetRespectGiver', 'pets', '3', '100', '10', '100');
  111. INSERT INTO `achievements` VALUES ('93', 'ACH_PetRespectGiver', 'pets', '4', '100', '10', '150');
  112. INSERT INTO `achievements` VALUES ('94', 'ACH_PetRespectGiver', 'pets', '5', '100', '10', '200');
  113. INSERT INTO `achievements` VALUES ('95', 'ACH_PetRespectGiver', 'pets', '6', '100', '10', '250');
  114. INSERT INTO `achievements` VALUES ('96', 'ACH_PetRespectGiver', 'pets', '7', '100', '10', '300');
  115. INSERT INTO `achievements` VALUES ('97', 'ACH_PetRespectGiver', 'pets', '8', '100', '10', '350');
  116. INSERT INTO `achievements` VALUES ('98', 'ACH_PetRespectGiver', 'pets', '9', '100', '10', '400');
  117. INSERT INTO `achievements` VALUES ('99', 'ACH_PetRespectGiver', 'pets', '10', '100', '10', '500');
  118. INSERT INTO `achievements` VALUES ('100', 'ACH_MysteryBox', 'explore', '1', '100', '100', '1');
  119. INSERT INTO `achievements` VALUES ('101', 'ACH_MysteryBox', 'explore', '2', '100', '100', '2');
  120. INSERT INTO `achievements` VALUES ('102', 'ACH_MysteryBox', 'explore', '3', '100', '100', '3');
  121. INSERT INTO `achievements` VALUES ('103', 'ACH_MysteryBox', 'explore', '4', '100', '100', '5');
  122. INSERT INTO `achievements` VALUES ('104', 'ACH_MysteryBox', 'explore', '5', '100', '100', '7');
  123. INSERT INTO `achievements` VALUES ('105', 'ACH_MysteryBox', 'explore', '6', '100', '100', '9');
  124. INSERT INTO `achievements` VALUES ('106', 'ACH_MysteryBox', 'explore', '7', '100', '100', '11');
  125. INSERT INTO `achievements` VALUES ('107', 'ACH_MysteryBox', 'explore', '8', '100', '100', '15');
  126. INSERT INTO `achievements` VALUES ('108', 'ACH_MysteryBox', 'explore', '9', '100', '100', '18');
  127. INSERT INTO `achievements` VALUES ('109', 'ACH_MysteryBox', 'explore', '10', '100', '800', '25');
  128.  
  129. -- ----------------------------
  130. -- Table structure for `achievement_talents`
  131. -- ----------------------------
  132. DROP TABLE IF EXISTS `achievement_talents`;
  133. CREATE TABLE `achievement_talents` (
  134. `id` int(11) NOT NULL AUTO_INCREMENT,
  135. `category` int(11) NOT NULL,
  136. `order` int(11) NOT NULL,
  137. `ach_id` varchar(255) NOT NULL,
  138. `ach_level` int(11) NOT NULL,
  139. PRIMARY KEY (`id`)
  140. ) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT;
  141.  
  142. -- ----------------------------
  143. -- Records of achievement_talents
  144. -- ----------------------------
  145.  
  146. -- ----------------------------
  147. -- Table structure for `badges`
  148. -- ----------------------------
  149. DROP TABLE IF EXISTS `badges`;
  150. CREATE TABLE `badges` (
  151. `id` int(5) unsigned NOT NULL AUTO_INCREMENT,
  152. `badge` varchar(100) NOT NULL,
  153. PRIMARY KEY (`id`)
  154. ) ENGINE=InnoDB AUTO_INCREMENT=3741 DEFAULT CHARSET=latin1;
  155.  
  156. -- ----------------------------
  157. -- Records of badges
  158. -- ----------------------------
  159.  
  160. -- ----------------------------
  161. -- Table structure for `badge_shop`
  162. -- ----------------------------
  163. DROP TABLE IF EXISTS `badge_shop`;
  164. CREATE TABLE `badge_shop` (
  165. `badge_id` varchar(12) NOT NULL,
  166. `cost` int(100) NOT NULL,
  167. KEY `badge_id` (`badge_id`)
  168. ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
  169.  
  170. -- ----------------------------
  171. -- Records of badge_shop
  172. -- ----------------------------
  173.  
  174. -- ----------------------------
  175. -- Table structure for `bans`
  176. -- ----------------------------
  177. DROP TABLE IF EXISTS `bans`;
  178. CREATE TABLE `bans` (
  179. `id` int(11) NOT NULL AUTO_INCREMENT,
  180. `bantype` enum('user','ip','machine') NOT NULL DEFAULT 'user',
  181. `value` varchar(50) NOT NULL,
  182. `reason` text NOT NULL,
  183. `expire` double NOT NULL DEFAULT '0',
  184. `added_by` varchar(50) NOT NULL,
  185. `added_date` varchar(50) NOT NULL,
  186. `appeal_state` enum('0','1','2') NOT NULL DEFAULT '1',
  187. PRIMARY KEY (`id`),
  188. UNIQUE KEY `value` (`value`),
  189. KEY `bantype` (`bantype`)
  190. ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1;
  191.  
  192. -- ----------------------------
  193. -- Records of bans
  194. -- ----------------------------
  195. INSERT INTO `bans` VALUES ('1', 'machine', '~86c4f144765f1d43a9093aa10312d7d0', 'adopted fool', '1372017018', 'Ash', 'Thursday, May 23, 2013', '1');
  196. INSERT INTO `bans` VALUES ('3', 'machine', '~3059c22836ac3a433b34812c45b4e9d0', 'You have been banned! The reason given was:\n', '1372017121', 'Ash', 'Thursday, May 23, 2013', '1');
  197. INSERT INTO `bans` VALUES ('4', 'machine', '~c818aca4897802b99ba257267e435fa0', 'You have been banned! The reason given was:\n', '1372018352', 'Ash', 'Thursday, May 23, 2013', '1');
  198. INSERT INTO `bans` VALUES ('5', 'machine', '~2010027239c1fcb5b96fd10794faa92c', 'You have been banned! The reason given was:\n', '1372018603', 'Ash', 'Thursday, May 23, 2013', '1');
  199.  
  200. -- ----------------------------
  201. -- Table structure for `bans_access`
  202. -- ----------------------------
  203. DROP TABLE IF EXISTS `bans_access`;
  204. CREATE TABLE `bans_access` (
  205. `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  206. `user_id` int(11) unsigned NOT NULL,
  207. `ip` varchar(255) NOT NULL,
  208. `attempts` int(255) NOT NULL DEFAULT '1',
  209. PRIMARY KEY (`id`)
  210. ) ENGINE=InnoDB AUTO_INCREMENT=30 DEFAULT CHARSET=utf8;
  211.  
  212. -- ----------------------------
  213. -- Records of bans_access
  214. -- ----------------------------
  215. INSERT INTO `bans_access` VALUES ('29', '3600', '86.155.234.107', '2');
  216.  
  217. -- ----------------------------
  218. -- Table structure for `bots`
  219. -- ----------------------------
  220. DROP TABLE IF EXISTS `bots`;
  221. CREATE TABLE `bots` (
  222. `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  223. `room_id` int(10) unsigned NOT NULL DEFAULT '0',
  224. `user_id` int(10) unsigned NOT NULL DEFAULT '0',
  225. `ai_type` enum('generic','guide','pet') NOT NULL DEFAULT 'generic',
  226. `name` varchar(100) NOT NULL,
  227. `motto` varchar(120) NOT NULL,
  228. `look` text NOT NULL,
  229. `x` int(11) NOT NULL DEFAULT '0',
  230. `y` int(11) NOT NULL DEFAULT '0',
  231. `z` int(11) NOT NULL DEFAULT '0',
  232. `rotation` int(11) NOT NULL DEFAULT '0',
  233. `walk_mode` enum('stand','freeroam','specified_range') NOT NULL DEFAULT 'stand',
  234. `min_x` int(11) NOT NULL DEFAULT '0',
  235. `min_y` int(11) NOT NULL DEFAULT '0',
  236. `max_x` int(11) NOT NULL DEFAULT '0',
  237. `max_y` int(11) NOT NULL DEFAULT '0',
  238. `effect` int(2) NOT NULL DEFAULT '0',
  239. `gender` varchar(255) NOT NULL DEFAULT '0',
  240. `dance` int(11) NOT NULL DEFAULT '0',
  241. PRIMARY KEY (`id`),
  242. KEY `room_id` (`room_id`),
  243. KEY `user_id` (`user_id`)
  244. ) ENGINE=InnoDB AUTO_INCREMENT=1227 DEFAULT CHARSET=latin1;
  245.  
  246. -- ----------------------------
  247. -- Records of bots
  248. -- ----------------------------
  249. INSERT INTO `bots` VALUES ('1223', '0', '3593', 'pet', 'Ghost', '', '', '0', '0', '0', '0', 'stand', '0', '0', '0', '0', '0', '0', '0');
  250. INSERT INTO `bots` VALUES ('1224', '3432', '3604', 'pet', 'King', '', '', '9', '12', '0', '0', 'stand', '0', '0', '0', '0', '0', '0', '0');
  251. INSERT INTO `bots` VALUES ('1225', '3437', '3618', 'pet', 'aaa', '', '', '0', '0', '0', '0', 'stand', '0', '0', '0', '0', '0', '0', '0');
  252. INSERT INTO `bots` VALUES ('1226', '0', '3650', 'pet', 'ttest', '', '', '0', '0', '0', '0', 'stand', '0', '0', '0', '0', '0', '0', '0');
  253.  
  254. -- ----------------------------
  255. -- Table structure for `bots_pet_commands`
  256. -- ----------------------------
  257. DROP TABLE IF EXISTS `bots_pet_commands`;
  258. CREATE TABLE `bots_pet_commands` (
  259. `id` int(11) NOT NULL AUTO_INCREMENT,
  260. `input_title` varchar(255) NOT NULL,
  261. `input` text,
  262. PRIMARY KEY (`id`)
  263. ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=latin1;
  264.  
  265. -- ----------------------------
  266. -- Records of bots_pet_commands
  267. -- ----------------------------
  268.  
  269. -- ----------------------------
  270. -- Table structure for `bots_pet_responses`
  271. -- ----------------------------
  272. DROP TABLE IF EXISTS `bots_pet_responses`;
  273. CREATE TABLE `bots_pet_responses` (
  274. `pet_id` varchar(255) NOT NULL,
  275. `responses` text NOT NULL,
  276. PRIMARY KEY (`pet_id`)
  277. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  278.  
  279. -- ----------------------------
  280. -- Records of bots_pet_responses
  281. -- ----------------------------
  282.  
  283. -- ----------------------------
  284. -- Table structure for `bots_responses`
  285. -- ----------------------------
  286. DROP TABLE IF EXISTS `bots_responses`;
  287. CREATE TABLE `bots_responses` (
  288. `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  289. `bot_id` int(10) unsigned NOT NULL,
  290. `keywords` text NOT NULL,
  291. `response_text` varchar(200) NOT NULL,
  292. `mode` enum('say','shout','whisper') NOT NULL DEFAULT 'say',
  293. `serve_id` int(11) NOT NULL DEFAULT '0',
  294. `type` enum('normal','rentable') NOT NULL DEFAULT 'normal',
  295. PRIMARY KEY (`id`),
  296. KEY `bot_id` (`bot_id`)
  297. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  298.  
  299. -- ----------------------------
  300. -- Records of bots_responses
  301. -- ----------------------------
  302.  
  303. -- ----------------------------
  304. -- Table structure for `bots_speech`
  305. -- ----------------------------
  306. DROP TABLE IF EXISTS `bots_speech`;
  307. CREATE TABLE `bots_speech` (
  308. `bot_id` int(10) unsigned NOT NULL,
  309. `text` varchar(200) NOT NULL,
  310. `shout` enum('0','1') NOT NULL DEFAULT '0',
  311. `type` enum('normal','rentable') NOT NULL DEFAULT 'normal',
  312. `id` int(11) NOT NULL,
  313. KEY `bot_id` (`bot_id`)
  314. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  315.  
  316. -- ----------------------------
  317. -- Records of bots_speech
  318. -- ----------------------------
  319.  
  320. -- ----------------------------
  321. -- Table structure for `catalog_bot_presets`
  322. -- ----------------------------
  323. DROP TABLE IF EXISTS `catalog_bot_presets`;
  324. CREATE TABLE `catalog_bot_presets` (
  325. `id` int(11) NOT NULL AUTO_INCREMENT,
  326. `name` varchar(255) NOT NULL,
  327. `figure` varchar(255) NOT NULL,
  328. `gender` varchar(255) NOT NULL,
  329. `motto` varchar(255) NOT NULL,
  330. PRIMARY KEY (`id`)
  331. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  332.  
  333. -- ----------------------------
  334. -- Records of catalog_bot_presets
  335. -- ----------------------------
  336.  
  337. -- ----------------------------
  338. -- Table structure for `catalog_items`
  339. -- ----------------------------
  340. DROP TABLE IF EXISTS `catalog_items`;
  341. CREATE TABLE `catalog_items` (
  342. `id` int(100) unsigned NOT NULL,
  343. `page_id` int(11) NOT NULL,
  344. `item_ids` varchar(120) NOT NULL,
  345. `catalog_name` varchar(100) NOT NULL,
  346. `cost_credits` int(11) NOT NULL,
  347. `cost_pixels` int(11) NOT NULL,
  348. `cost_snow` int(11) NOT NULL DEFAULT '0',
  349. `amount` int(11) NOT NULL,
  350. `vip` enum('0','1','2') NOT NULL DEFAULT '0',
  351. `achievement` int(4) unsigned NOT NULL DEFAULT '0',
  352. `song_id` int(11) unsigned NOT NULL DEFAULT '0',
  353. `limited_sells` int(11) NOT NULL DEFAULT '0',
  354. `limited_stack` int(11) NOT NULL DEFAULT '0',
  355. `offer_active` enum('0','1') NOT NULL DEFAULT '1',
  356. `extradata` varchar(255) NOT NULL,
  357. PRIMARY KEY (`id`)
  358. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  359.  
  360. -- ----------------------------
  361. -- Records of catalog_items
  362. -- ----------------------------
  363.  
  364. -- ----------------------------
  365. -- Table structure for `catalog_marketplace_data`
  366. -- ----------------------------
  367. DROP TABLE IF EXISTS `catalog_marketplace_data`;
  368. CREATE TABLE `catalog_marketplace_data` (
  369. `id` int(12) NOT NULL AUTO_INCREMENT,
  370. `sprite` int(7) NOT NULL,
  371. `sold` int(7) NOT NULL DEFAULT '0',
  372. `avgprice` int(9) NOT NULL DEFAULT '0',
  373. `daysago` int(5) NOT NULL DEFAULT '0',
  374. PRIMARY KEY (`id`)
  375. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  376.  
  377. -- ----------------------------
  378. -- Records of catalog_marketplace_data
  379. -- ----------------------------
  380.  
  381. -- ----------------------------
  382. -- Table structure for `catalog_marketplace_offers`
  383. -- ----------------------------
  384. DROP TABLE IF EXISTS `catalog_marketplace_offers`;
  385. CREATE TABLE `catalog_marketplace_offers` (
  386. `offer_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  387. `item_id` int(10) unsigned NOT NULL,
  388. `user_id` int(10) unsigned NOT NULL,
  389. `asking_price` int(11) NOT NULL,
  390. `total_price` int(11) NOT NULL DEFAULT '0',
  391. `public_name` text NOT NULL,
  392. `sprite_id` int(11) NOT NULL,
  393. `item_type` enum('1','2') NOT NULL DEFAULT '1',
  394. `timestamp` double NOT NULL,
  395. `state` enum('1','2') NOT NULL DEFAULT '1',
  396. `extra_data` text NOT NULL,
  397. `furni_id` int(10) unsigned NOT NULL,
  398. PRIMARY KEY (`offer_id`)
  399. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  400.  
  401. -- ----------------------------
  402. -- Records of catalog_marketplace_offers
  403. -- ----------------------------
  404.  
  405. -- ----------------------------
  406. -- Table structure for `catalog_pages`
  407. -- ----------------------------
  408. DROP TABLE IF EXISTS `catalog_pages`;
  409. CREATE TABLE `catalog_pages` (
  410. `id` int(11) NOT NULL AUTO_INCREMENT,
  411. `parent_id` int(11) NOT NULL DEFAULT '-1',
  412. `caption` varchar(100) NOT NULL,
  413. `icon_color` int(11) NOT NULL DEFAULT '1',
  414. `icon_image` int(11) NOT NULL DEFAULT '1',
  415. `visible` enum('0','1') NOT NULL DEFAULT '1',
  416. `enabled` enum('0','1') NOT NULL DEFAULT '1',
  417. `min_rank` int(10) unsigned NOT NULL DEFAULT '1',
  418. `club_only` enum('0','1') NOT NULL DEFAULT '0',
  419. `order_num` int(11) NOT NULL,
  420. `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',
  421. `page_headline` text NOT NULL,
  422. `page_teaser` text NOT NULL,
  423. `page_special` text NOT NULL,
  424. `page_text1` text NOT NULL,
  425. `page_text2` text NOT NULL,
  426. `page_text_details` text NOT NULL,
  427. `page_text_teaser` text NOT NULL,
  428. `vip_only` enum('1','0') NOT NULL DEFAULT '0',
  429. `page_link_description` text NOT NULL,
  430. `page_link_pagename` text NOT NULL,
  431. PRIMARY KEY (`id`)
  432. ) ENGINE=InnoDB AUTO_INCREMENT=9051 DEFAULT CHARSET=latin1;
  433.  
  434. -- ----------------------------
  435. -- Records of catalog_pages
  436. -- ----------------------------
  437.  
  438. -- ----------------------------
  439. -- Table structure for `chatlogs`
  440. -- ----------------------------
  441. DROP TABLE IF EXISTS `chatlogs`;
  442. CREATE TABLE `chatlogs` (
  443. `id` int(11) NOT NULL AUTO_INCREMENT,
  444. `user_id` int(10) unsigned NOT NULL,
  445. `room_id` int(10) unsigned NOT NULL,
  446. `timestamp` double NOT NULL,
  447. `message` text NOT NULL,
  448. PRIMARY KEY (`id`),
  449. KEY `user_id` (`user_id`),
  450. KEY `room_id` (`room_id`)
  451. ) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=COMPRESSED KEY_BLOCK_SIZE=4;
  452.  
  453. -- ----------------------------
  454. -- Records of chatlogs
  455. -- ----------------------------
  456.  
  457. -- ----------------------------
  458. -- Table structure for `cmdlogs`
  459. -- ----------------------------
  460. DROP TABLE IF EXISTS `cmdlogs`;
  461. CREATE TABLE `cmdlogs` (
  462. `id` int(10) NOT NULL AUTO_INCREMENT,
  463. `user_id` int(10) NOT NULL,
  464. `user_name` varchar(100) CHARACTER SET utf8 NOT NULL,
  465. `command` varchar(50) CHARACTER SET utf8 NOT NULL,
  466. `extra_data` text CHARACTER SET utf8 NOT NULL,
  467. `timestamp` int(120) NOT NULL,
  468. PRIMARY KEY (`id`)
  469. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  470.  
  471. -- ----------------------------
  472. -- Records of cmdlogs
  473. -- ----------------------------
  474.  
  475. -- ----------------------------
  476. -- Table structure for `ecotron_rewards`
  477. -- ----------------------------
  478. DROP TABLE IF EXISTS `ecotron_rewards`;
  479. CREATE TABLE `ecotron_rewards` (
  480. `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  481. `display_id` int(10) unsigned NOT NULL,
  482. `item_id` int(10) unsigned NOT NULL,
  483. `reward_level` int(11) unsigned NOT NULL,
  484. PRIMARY KEY (`id`)
  485. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  486.  
  487. -- ----------------------------
  488. -- Records of ecotron_rewards
  489. -- ----------------------------
  490.  
  491. -- ----------------------------
  492. -- Table structure for `failed_pins`
  493. -- ----------------------------
  494. DROP TABLE IF EXISTS `failed_pins`;
  495. CREATE TABLE `failed_pins` (
  496. `user` varchar(50) NOT NULL,
  497. `pincode` int(4) NOT NULL,
  498. `destination` varchar(50) NOT NULL,
  499. `does_differ` enum('1','0') NOT NULL DEFAULT '0',
  500. `ip_curr` varchar(45) NOT NULL
  501. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  502.  
  503. -- ----------------------------
  504. -- Records of failed_pins
  505. -- ----------------------------
  506.  
  507. -- ----------------------------
  508. -- Table structure for `flagged_users`
  509. -- ----------------------------
  510. DROP TABLE IF EXISTS `flagged_users`;
  511. CREATE TABLE `flagged_users` (
  512. `id` int(10) NOT NULL
  513. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  514.  
  515. -- ----------------------------
  516. -- Records of flagged_users
  517. -- ----------------------------
  518.  
  519. -- ----------------------------
  520. -- Table structure for `fuse_cmds`
  521. -- ----------------------------
  522. DROP TABLE IF EXISTS `fuse_cmds`;
  523. CREATE TABLE `fuse_cmds` (
  524. `id` int(11) NOT NULL AUTO_INCREMENT,
  525. `command` varchar(255) NOT NULL,
  526. `rank` int(11) NOT NULL,
  527. `params` varchar(255) DEFAULT NULL,
  528. `description` varchar(255) DEFAULT NULL,
  529. PRIMARY KEY (`id`)
  530. ) ENGINE=InnoDB AUTO_INCREMENT=81 DEFAULT CHARSET=latin1;
  531.  
  532. -- ----------------------------
  533. -- Records of fuse_cmds
  534. -- ----------------------------
  535.  
  536. -- ----------------------------
  537. -- Table structure for `help_subjects`
  538. -- ----------------------------
  539. DROP TABLE IF EXISTS `help_subjects`;
  540. CREATE TABLE `help_subjects` (
  541. `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  542. `caption` varchar(100) NOT NULL,
  543. PRIMARY KEY (`id`)
  544. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  545.  
  546. -- ----------------------------
  547. -- Records of help_subjects
  548. -- ----------------------------
  549.  
  550. -- ----------------------------
  551. -- Table structure for `help_topics`
  552. -- ----------------------------
  553. DROP TABLE IF EXISTS `help_topics`;
  554. CREATE TABLE `help_topics` (
  555. `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  556. `subject` int(11) unsigned NOT NULL DEFAULT '1',
  557. `title` varchar(50) NOT NULL,
  558. `body` text NOT NULL,
  559. `known_issue` enum('0','1','2') NOT NULL DEFAULT '0',
  560. PRIMARY KEY (`id`)
  561. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  562.  
  563. -- ----------------------------
  564. -- Records of help_topics
  565. -- ----------------------------
  566.  
  567. -- ----------------------------
  568. -- Table structure for `hk_fuses`
  569. -- ----------------------------
  570. DROP TABLE IF EXISTS `hk_fuses`;
  571. CREATE TABLE `hk_fuses` (
  572. `fuse` varchar(50) NOT NULL,
  573. `minrank` int(11) NOT NULL DEFAULT '1'
  574. ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
  575.  
  576. -- ----------------------------
  577. -- Records of hk_fuses
  578. -- ----------------------------
  579. INSERT INTO `hk_fuses` VALUES ('login', '9');
  580. INSERT INTO `hk_fuses` VALUES ('site_manage', '11');
  581. INSERT INTO `hk_fuses` VALUES ('pornban', '11');
  582. INSERT INTO `hk_fuses` VALUES ('adv_edit', '11');
  583.  
  584. -- ----------------------------
  585. -- Table structure for `infobus_answers`
  586. -- ----------------------------
  587. DROP TABLE IF EXISTS `infobus_answers`;
  588. CREATE TABLE `infobus_answers` (
  589. `id` int(11) NOT NULL AUTO_INCREMENT,
  590. `question_id` int(11) NOT NULL DEFAULT '0',
  591. `answer_text` text NOT NULL,
  592. PRIMARY KEY (`id`)
  593. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  594.  
  595. -- ----------------------------
  596. -- Records of infobus_answers
  597. -- ----------------------------
  598.  
  599. -- ----------------------------
  600. -- Table structure for `infobus_questions`
  601. -- ----------------------------
  602. DROP TABLE IF EXISTS `infobus_questions`;
  603. CREATE TABLE `infobus_questions` (
  604. `id` int(11) NOT NULL AUTO_INCREMENT,
  605. `question` text NOT NULL,
  606. PRIMARY KEY (`id`)
  607. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  608.  
  609. -- ----------------------------
  610. -- Records of infobus_questions
  611. -- ----------------------------
  612.  
  613. -- ----------------------------
  614. -- Table structure for `infobus_results`
  615. -- ----------------------------
  616. DROP TABLE IF EXISTS `infobus_results`;
  617. CREATE TABLE `infobus_results` (
  618. `id` int(11) NOT NULL AUTO_INCREMENT,
  619. `question_id` int(11) NOT NULL,
  620. `answer_id` int(11) NOT NULL,
  621. PRIMARY KEY (`id`)
  622. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  623.  
  624. -- ----------------------------
  625. -- Records of infobus_results
  626. -- ----------------------------
  627.  
  628. -- ----------------------------
  629. -- Table structure for `items`
  630. -- ----------------------------
  631. DROP TABLE IF EXISTS `items`;
  632. CREATE TABLE `items` (
  633. `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  634. `user_id` int(10) NOT NULL,
  635. `room_id` int(10) unsigned NOT NULL DEFAULT '0',
  636. `base_item` int(10) unsigned NOT NULL,
  637. `extra_data` text NOT NULL,
  638. `x` int(11) NOT NULL DEFAULT '0',
  639. `y` int(11) NOT NULL DEFAULT '0',
  640. `z` double NOT NULL DEFAULT '0',
  641. `rot` int(11) NOT NULL DEFAULT '0',
  642. `wall_pos` varchar(100) NOT NULL,
  643. PRIMARY KEY (`id`),
  644. UNIQUE KEY `id` (`id`) USING BTREE,
  645. KEY `userid` (`user_id`) USING BTREE,
  646. KEY `roomid` (`room_id`)
  647. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  648.  
  649. -- ----------------------------
  650. -- Records of items
  651. -- ----------------------------
  652.  
  653. -- ----------------------------
  654. -- Table structure for `items_groups`
  655. -- ----------------------------
  656. DROP TABLE IF EXISTS `items_groups`;
  657. CREATE TABLE `items_groups` (
  658. `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  659. `group_id` int(11) NOT NULL DEFAULT '0',
  660. PRIMARY KEY (`id`)
  661. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  662.  
  663. -- ----------------------------
  664. -- Records of items_groups
  665. -- ----------------------------
  666.  
  667. -- ----------------------------
  668. -- Table structure for `items_hopper`
  669. -- ----------------------------
  670. DROP TABLE IF EXISTS `items_hopper`;
  671. CREATE TABLE `items_hopper` (
  672. `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  673. `item_id` int(11) NOT NULL DEFAULT '0',
  674. `hopper_id` int(10) unsigned NOT NULL DEFAULT '0',
  675. `room_id` int(10) unsigned NOT NULL DEFAULT '0',
  676. `hopper_type` enum('0','1','2','3','4') NOT NULL DEFAULT '0',
  677. PRIMARY KEY (`id`)
  678. ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
  679.  
  680. -- ----------------------------
  681. -- Records of items_hopper
  682. -- ----------------------------
  683.  
  684. -- ----------------------------
  685. -- Table structure for `items_rooms_songs`
  686. -- ----------------------------
  687. DROP TABLE IF EXISTS `items_rooms_songs`;
  688. CREATE TABLE `items_rooms_songs` (
  689. `itemid` int(10) unsigned NOT NULL,
  690. `roomid` int(10) unsigned NOT NULL,
  691. `songid` int(11) NOT NULL,
  692. PRIMARY KEY (`itemid`,`roomid`),
  693. KEY `itemid` (`itemid`),
  694. KEY `roomid` (`roomid`)
  695. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  696.  
  697. -- ----------------------------
  698. -- Records of items_rooms_songs
  699. -- ----------------------------
  700.  
  701. -- ----------------------------
  702. -- Table structure for `item_tolls`
  703. -- ----------------------------
  704. DROP TABLE IF EXISTS `item_tolls`;
  705. CREATE TABLE `item_tolls` (
  706. `item_id` int(11) NOT NULL DEFAULT '0',
  707. `toll_price` int(11) DEFAULT NULL,
  708. PRIMARY KEY (`item_id`)
  709. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  710.  
  711. -- ----------------------------
  712. -- Records of item_tolls
  713. -- ----------------------------
  714. INSERT INTO `item_tolls` VALUES ('469071', '0');
  715.  
  716. -- ----------------------------
  717. -- Table structure for `linkfilter`
  718. -- ----------------------------
  719. DROP TABLE IF EXISTS `linkfilter`;
  720. CREATE TABLE `linkfilter` (
  721. `externalsite` varchar(80) NOT NULL,
  722. PRIMARY KEY (`externalsite`),
  723. KEY `site` (`externalsite`)
  724. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  725.  
  726. -- ----------------------------
  727. -- Records of linkfilter
  728. -- ----------------------------
  729.  
  730. -- ----------------------------
  731. -- Table structure for `messenger_categories`
  732. -- ----------------------------
  733. DROP TABLE IF EXISTS `messenger_categories`;
  734. CREATE TABLE `messenger_categories` (
  735. `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  736. `user_id` int(11) unsigned NOT NULL,
  737. `caption` varchar(255) NOT NULL DEFAULT 'NULL',
  738. PRIMARY KEY (`id`)
  739. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  740.  
  741. -- ----------------------------
  742. -- Records of messenger_categories
  743. -- ----------------------------
  744.  
  745. -- ----------------------------
  746. -- Table structure for `messenger_friendships`
  747. -- ----------------------------
  748. DROP TABLE IF EXISTS `messenger_friendships`;
  749. CREATE TABLE `messenger_friendships` (
  750. `user_one_id` int(11) unsigned NOT NULL,
  751. `user_two_id` int(11) unsigned NOT NULL,
  752. `category` int(11) NOT NULL DEFAULT '0',
  753. KEY `user_one_id` (`user_one_id`),
  754. KEY `user_two_id` (`user_two_id`)
  755. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  756.  
  757. -- ----------------------------
  758. -- Records of messenger_friendships
  759. -- ----------------------------
  760.  
  761. -- ----------------------------
  762. -- Table structure for `messenger_friendships_new`
  763. -- ----------------------------
  764. DROP TABLE IF EXISTS `messenger_friendships_new`;
  765. CREATE TABLE `messenger_friendships_new` (
  766. `user_one_id` int(11) unsigned NOT NULL,
  767. `user_two_id` int(11) unsigned NOT NULL,
  768. `category` int(11) NOT NULL DEFAULT '0',
  769. KEY `user_one_id` (`user_one_id`),
  770. KEY `user_two_id` (`user_two_id`)
  771. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  772.  
  773. -- ----------------------------
  774. -- Records of messenger_friendships_new
  775. -- ----------------------------
  776.  
  777. -- ----------------------------
  778. -- Table structure for `messenger_offline_messages`
  779. -- ----------------------------
  780. DROP TABLE IF EXISTS `messenger_offline_messages`;
  781. CREATE TABLE `messenger_offline_messages` (
  782. `id` int(11) NOT NULL AUTO_INCREMENT,
  783. `to_id` int(11) unsigned NOT NULL DEFAULT '0',
  784. `from_id` int(11) unsigned NOT NULL DEFAULT '0',
  785. `message` varchar(255) NOT NULL,
  786. `timestamp` double NOT NULL DEFAULT '0',
  787. PRIMARY KEY (`id`)
  788. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  789.  
  790. -- ----------------------------
  791. -- Records of messenger_offline_messages
  792. -- ----------------------------
  793.  
  794. -- ----------------------------
  795. -- Table structure for `messenger_requests`
  796. -- ----------------------------
  797. DROP TABLE IF EXISTS `messenger_requests`;
  798. CREATE TABLE `messenger_requests` (
  799. `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  800. `from_id` int(10) unsigned NOT NULL,
  801. `to_id` int(10) unsigned NOT NULL,
  802. PRIMARY KEY (`id`),
  803. UNIQUE KEY `id` (`id`),
  804. KEY `to_id` (`to_id`),
  805. KEY `from_id` (`from_id`)
  806. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  807.  
  808. -- ----------------------------
  809. -- Records of messenger_requests
  810. -- ----------------------------
  811.  
  812. -- ----------------------------
  813. -- Table structure for `moderation_tickets`
  814. -- ----------------------------
  815. DROP TABLE IF EXISTS `moderation_tickets`;
  816. CREATE TABLE `moderation_tickets` (
  817. `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  818. `score` int(11) NOT NULL,
  819. `type` int(11) NOT NULL,
  820. `status` enum('open','picked','resolved','abusive','invalid','deleted') NOT NULL DEFAULT 'open',
  821. `sender_id` int(10) unsigned NOT NULL,
  822. `reported_id` int(10) unsigned NOT NULL,
  823. `moderator_id` int(10) unsigned NOT NULL,
  824. `message` text NOT NULL,
  825. `room_id` int(10) unsigned NOT NULL,
  826. `room_name` varchar(100) NOT NULL,
  827. `timestamp` double NOT NULL,
  828. PRIMARY KEY (`id`),
  829. KEY `status` (`status`),
  830. KEY `sender_id` (`sender_id`),
  831. KEY `reported_id` (`reported_id`),
  832. KEY `moderator_id` (`moderator_id`),
  833. KEY `room_id` (`room_id`)
  834. ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
  835.  
  836. -- ----------------------------
  837. -- Records of moderation_tickets
  838. -- ----------------------------
  839. INSERT INTO `moderation_tickets` VALUES ('1', '1', '122', 'open', '3617', '0', '0', 'erfedgdfgdfdsfghdsfhsghggfh', '3438', 'cfgdfgg', '1369339791');
  840.  
  841. -- ----------------------------
  842. -- Table structure for `pets_racesoncatalogue`
  843. -- ----------------------------
  844. DROP TABLE IF EXISTS `pets_racesoncatalogue`;
  845. CREATE TABLE `pets_racesoncatalogue` (
  846. `raceid` int(255) DEFAULT NULL,
  847. `color1` int(255) DEFAULT NULL,
  848. `color2` int(255) DEFAULT NULL,
  849. `has1color` enum('1','0') DEFAULT NULL,
  850. `has2color` enum('1','0') DEFAULT NULL
  851. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  852.  
  853. -- ----------------------------
  854. -- Records of pets_racesoncatalogue
  855. -- ----------------------------
  856. INSERT INTO `pets_racesoncatalogue` VALUES ('12', '0', '0', '1', '0');
  857. INSERT INTO `pets_racesoncatalogue` VALUES ('12', '1', '1', '1', '0');
  858. INSERT INTO `pets_racesoncatalogue` VALUES ('12', '2', '2', '1', '0');
  859. INSERT INTO `pets_racesoncatalogue` VALUES ('12', '3', '3', '1', '0');
  860. INSERT INTO `pets_racesoncatalogue` VALUES ('12', '4', '4', '1', '0');
  861. INSERT INTO `pets_racesoncatalogue` VALUES ('12', '5', '5', '1', '0');
  862. INSERT INTO `pets_racesoncatalogue` VALUES ('15', '1', '2', '1', '0');
  863. INSERT INTO `pets_racesoncatalogue` VALUES ('15', '2', '7', '1', '0');
  864. INSERT INTO `pets_racesoncatalogue` VALUES ('15', '3', '8', '1', '0');
  865. INSERT INTO `pets_racesoncatalogue` VALUES ('15', '4', '9', '1', '0');
  866. INSERT INTO `pets_racesoncatalogue` VALUES ('15', '1', '6', '1', '0');
  867. INSERT INTO `pets_racesoncatalogue` VALUES ('15', '2', '3', '1', '0');
  868. INSERT INTO `pets_racesoncatalogue` VALUES ('15', '3', '4', '1', '0');
  869. INSERT INTO `pets_racesoncatalogue` VALUES ('15', '4', '5', '1', '0');
  870. INSERT INTO `pets_racesoncatalogue` VALUES ('17', '0', '0', '1', '0');
  871. INSERT INTO `pets_racesoncatalogue` VALUES ('18', '0', '0', '1', '0');
  872. INSERT INTO `pets_racesoncatalogue` VALUES ('19', '0', '0', '1', '0');
  873. INSERT INTO `pets_racesoncatalogue` VALUES ('20', '0', '0', '1', '0');
  874. INSERT INTO `pets_racesoncatalogue` VALUES ('21', '0', '0', '1', '0');
  875. INSERT INTO `pets_racesoncatalogue` VALUES ('22', '0', '0', '1', '0');
  876. INSERT INTO `pets_racesoncatalogue` VALUES ('0', '0', '0', '1', '0');
  877. INSERT INTO `pets_racesoncatalogue` VALUES ('0', '1', '1', '1', '0');
  878. INSERT INTO `pets_racesoncatalogue` VALUES ('0', '2', '2', '1', '0');
  879. INSERT INTO `pets_racesoncatalogue` VALUES ('0', '3', '3', '1', '0');
  880. INSERT INTO `pets_racesoncatalogue` VALUES ('0', '4', '4', '1', '0');
  881. INSERT INTO `pets_racesoncatalogue` VALUES ('0', '5', '5', '1', '0');
  882. INSERT INTO `pets_racesoncatalogue` VALUES ('0', '6', '6', '1', '0');
  883. INSERT INTO `pets_racesoncatalogue` VALUES ('0', '7', '7', '1', '0');
  884. INSERT INTO `pets_racesoncatalogue` VALUES ('0', '8', '8', '1', '0');
  885. INSERT INTO `pets_racesoncatalogue` VALUES ('0', '9', '9', '1', '0');
  886. INSERT INTO `pets_racesoncatalogue` VALUES ('0', '10', '10', '1', '0');
  887. INSERT INTO `pets_racesoncatalogue` VALUES ('0', '11', '11', '1', '0');
  888. INSERT INTO `pets_racesoncatalogue` VALUES ('0', '12', '12', '1', '0');
  889. INSERT INTO `pets_racesoncatalogue` VALUES ('0', '13', '13', '1', '0');
  890. INSERT INTO `pets_racesoncatalogue` VALUES ('0', '14', '14', '1', '0');
  891. INSERT INTO `pets_racesoncatalogue` VALUES ('0', '15', '15', '1', '0');
  892. INSERT INTO `pets_racesoncatalogue` VALUES ('0', '16', '16', '1', '0');
  893. INSERT INTO `pets_racesoncatalogue` VALUES ('0', '17', '17', '1', '0');
  894. INSERT INTO `pets_racesoncatalogue` VALUES ('0', '18', '18', '1', '0');
  895. INSERT INTO `pets_racesoncatalogue` VALUES ('0', '19', '19', '1', '0');
  896. INSERT INTO `pets_racesoncatalogue` VALUES ('0', '20', '20', '1', '0');
  897. INSERT INTO `pets_racesoncatalogue` VALUES ('0', '21', '21', '1', '0');
  898. INSERT INTO `pets_racesoncatalogue` VALUES ('0', '22', '22', '1', '0');
  899. INSERT INTO `pets_racesoncatalogue` VALUES ('0', '23', '23', '1', '0');
  900. INSERT INTO `pets_racesoncatalogue` VALUES ('0', '24', '24', '1', '0');
  901. INSERT INTO `pets_racesoncatalogue` VALUES ('1', '0', '0', '1', '0');
  902. INSERT INTO `pets_racesoncatalogue` VALUES ('1', '1', '1', '1', '0');
  903. INSERT INTO `pets_racesoncatalogue` VALUES ('1', '2', '2', '1', '0');
  904. INSERT INTO `pets_racesoncatalogue` VALUES ('1', '3', '3', '1', '0');
  905. INSERT INTO `pets_racesoncatalogue` VALUES ('1', '4', '4', '1', '0');
  906. INSERT INTO `pets_racesoncatalogue` VALUES ('1', '5', '5', '1', '0');
  907. INSERT INTO `pets_racesoncatalogue` VALUES ('1', '6', '6', '1', '0');
  908. INSERT INTO `pets_racesoncatalogue` VALUES ('1', '7', '7', '1', '0');
  909. INSERT INTO `pets_racesoncatalogue` VALUES ('1', '8', '8', '1', '0');
  910. INSERT INTO `pets_racesoncatalogue` VALUES ('1', '9', '9', '1', '0');
  911. INSERT INTO `pets_racesoncatalogue` VALUES ('1', '10', '10', '1', '0');
  912. INSERT INTO `pets_racesoncatalogue` VALUES ('1', '11', '11', '1', '0');
  913. INSERT INTO `pets_racesoncatalogue` VALUES ('1', '12', '12', '1', '0');
  914. INSERT INTO `pets_racesoncatalogue` VALUES ('1', '13', '13', '1', '0');
  915. INSERT INTO `pets_racesoncatalogue` VALUES ('1', '14', '14', '1', '0');
  916. INSERT INTO `pets_racesoncatalogue` VALUES ('1', '15', '15', '1', '0');
  917. INSERT INTO `pets_racesoncatalogue` VALUES ('1', '16', '16', '1', '0');
  918. INSERT INTO `pets_racesoncatalogue` VALUES ('1', '17', '17', '1', '0');
  919. INSERT INTO `pets_racesoncatalogue` VALUES ('1', '18', '18', '1', '0');
  920. INSERT INTO `pets_racesoncatalogue` VALUES ('1', '19', '19', '1', '0');
  921. INSERT INTO `pets_racesoncatalogue` VALUES ('1', '20', '20', '1', '0');
  922. INSERT INTO `pets_racesoncatalogue` VALUES ('1', '21', '21', '1', '0');
  923. INSERT INTO `pets_racesoncatalogue` VALUES ('1', '22', '22', '1', '0');
  924. INSERT INTO `pets_racesoncatalogue` VALUES ('1', '23', '23', '1', '0');
  925. INSERT INTO `pets_racesoncatalogue` VALUES ('1', '24', '24', '1', '0');
  926. INSERT INTO `pets_racesoncatalogue` VALUES ('10', '0', '0', '1', '0');
  927. INSERT INTO `pets_racesoncatalogue` VALUES ('9', '0', '0', '1', '0');
  928. INSERT INTO `pets_racesoncatalogue` VALUES ('9', '1', '1', '1', '0');
  929. INSERT INTO `pets_racesoncatalogue` VALUES ('9', '2', '2', '1', '0');
  930. INSERT INTO `pets_racesoncatalogue` VALUES ('9', '3', '3', '1', '0');
  931. INSERT INTO `pets_racesoncatalogue` VALUES ('9', '4', '4', '1', '0');
  932. INSERT INTO `pets_racesoncatalogue` VALUES ('9', '5', '5', '1', '0');
  933. INSERT INTO `pets_racesoncatalogue` VALUES ('9', '6', '6', '1', '0');
  934. INSERT INTO `pets_racesoncatalogue` VALUES ('9', '7', '7', '1', '0');
  935. INSERT INTO `pets_racesoncatalogue` VALUES ('9', '8', '8', '1', '0');
  936. INSERT INTO `pets_racesoncatalogue` VALUES ('11', '1', '1', '1', '0');
  937. INSERT INTO `pets_racesoncatalogue` VALUES ('11', '2', '2', '1', '0');
  938. INSERT INTO `pets_racesoncatalogue` VALUES ('11', '3', '3', '1', '0');
  939. INSERT INTO `pets_racesoncatalogue` VALUES ('11', '4', '4', '1', '0');
  940. INSERT INTO `pets_racesoncatalogue` VALUES ('11', '5', '5', '1', '0');
  941. INSERT INTO `pets_racesoncatalogue` VALUES ('11', '6', '6', '1', '0');
  942. INSERT INTO `pets_racesoncatalogue` VALUES ('11', '8', '8', '0', '0');
  943. INSERT INTO `pets_racesoncatalogue` VALUES ('11', '9', '9', '1', '0');
  944. INSERT INTO `pets_racesoncatalogue` VALUES ('11', '10', '10', '1', '0');
  945. INSERT INTO `pets_racesoncatalogue` VALUES ('11', '11', '11', '1', '0');
  946. INSERT INTO `pets_racesoncatalogue` VALUES ('11', '12', '12', '1', '0');
  947. INSERT INTO `pets_racesoncatalogue` VALUES ('11', '13', '13', '1', '0');
  948. INSERT INTO `pets_racesoncatalogue` VALUES ('11', '15', '15', '1', '0');
  949. INSERT INTO `pets_racesoncatalogue` VALUES ('11', '18', '18', '1', '0');
  950. INSERT INTO `pets_racesoncatalogue` VALUES ('8', '0', '0', '1', '0');
  951. INSERT INTO `pets_racesoncatalogue` VALUES ('8', '1', '1', '1', '0');
  952. INSERT INTO `pets_racesoncatalogue` VALUES ('8', '2', '2', '1', '0');
  953. INSERT INTO `pets_racesoncatalogue` VALUES ('8', '3', '3', '1', '0');
  954. INSERT INTO `pets_racesoncatalogue` VALUES ('8', '4', '4', '1', '0');
  955. INSERT INTO `pets_racesoncatalogue` VALUES ('8', '5', '5', '1', '0');
  956. INSERT INTO `pets_racesoncatalogue` VALUES ('8', '6', '6', '1', '0');
  957. INSERT INTO `pets_racesoncatalogue` VALUES ('8', '7', '7', '1', '0');
  958. INSERT INTO `pets_racesoncatalogue` VALUES ('8', '8', '8', '1', '0');
  959. INSERT INTO `pets_racesoncatalogue` VALUES ('8', '9', '9', '1', '0');
  960. INSERT INTO `pets_racesoncatalogue` VALUES ('8', '10', '10', '1', '0');
  961. INSERT INTO `pets_racesoncatalogue` VALUES ('8', '11', '11', '1', '0');
  962. INSERT INTO `pets_racesoncatalogue` VALUES ('8', '14', '14', '1', '0');
  963. INSERT INTO `pets_racesoncatalogue` VALUES ('7', '0', '0', '1', '0');
  964. INSERT INTO `pets_racesoncatalogue` VALUES ('7', '1', '1', '1', '0');
  965. INSERT INTO `pets_racesoncatalogue` VALUES ('7', '2', '2', '1', '0');
  966. INSERT INTO `pets_racesoncatalogue` VALUES ('7', '3', '3', '0', '1');
  967. INSERT INTO `pets_racesoncatalogue` VALUES ('7', '4', '4', '1', '0');
  968. INSERT INTO `pets_racesoncatalogue` VALUES ('7', '5', '5', '1', '0');
  969. INSERT INTO `pets_racesoncatalogue` VALUES ('7', '6', '6', '1', '0');
  970. INSERT INTO `pets_racesoncatalogue` VALUES ('7', '7', '7', '1', '0');
  971. INSERT INTO `pets_racesoncatalogue` VALUES ('7', '0', '0', '1', '0');
  972. INSERT INTO `pets_racesoncatalogue` VALUES ('7', '1', '1', '1', '0');
  973. INSERT INTO `pets_racesoncatalogue` VALUES ('7', '2', '2', '1', '0');
  974. INSERT INTO `pets_racesoncatalogue` VALUES ('7', '3', '3', '0', '1');
  975. INSERT INTO `pets_racesoncatalogue` VALUES ('7', '4', '4', '1', '0');
  976. INSERT INTO `pets_racesoncatalogue` VALUES ('7', '5', '5', '1', '0');
  977. INSERT INTO `pets_racesoncatalogue` VALUES ('7', '6', '6', '1', '0');
  978. INSERT INTO `pets_racesoncatalogue` VALUES ('7', '7', '7', '1', '0');
  979. INSERT INTO `pets_racesoncatalogue` VALUES ('5', '0', '0', '1', '0');
  980. INSERT INTO `pets_racesoncatalogue` VALUES ('5', '1', '1', '1', '0');
  981. INSERT INTO `pets_racesoncatalogue` VALUES ('5', '2', '2', '1', '0');
  982. INSERT INTO `pets_racesoncatalogue` VALUES ('5', '3', '3', '1', '0');
  983. INSERT INTO `pets_racesoncatalogue` VALUES ('5', '5', '5', '1', '0');
  984. INSERT INTO `pets_racesoncatalogue` VALUES ('5', '7', '7', '1', '0');
  985. INSERT INTO `pets_racesoncatalogue` VALUES ('5', '8', '8', '1', '0');
  986. INSERT INTO `pets_racesoncatalogue` VALUES ('3', '0', '0', '1', '0');
  987. INSERT INTO `pets_racesoncatalogue` VALUES ('3', '1', '1', '1', '0');
  988. INSERT INTO `pets_racesoncatalogue` VALUES ('3', '2', '2', '1', '0');
  989. INSERT INTO `pets_racesoncatalogue` VALUES ('3', '3', '3', '1', '0');
  990. INSERT INTO `pets_racesoncatalogue` VALUES ('3', '4', '4', '1', '0');
  991. INSERT INTO `pets_racesoncatalogue` VALUES ('3', '5', '5', '1', '0');
  992. INSERT INTO `pets_racesoncatalogue` VALUES ('3', '6', '6', '1', '0');
  993. INSERT INTO `pets_racesoncatalogue` VALUES ('4', '0', '0', '1', '0');
  994. INSERT INTO `pets_racesoncatalogue` VALUES ('4', '1', '1', '1', '0');
  995. INSERT INTO `pets_racesoncatalogue` VALUES ('4', '2', '2', '1', '0');
  996. INSERT INTO `pets_racesoncatalogue` VALUES ('4', '3', '3', '1', '0');
  997. INSERT INTO `pets_racesoncatalogue` VALUES ('2', '0', '0', '1', '0');
  998. INSERT INTO `pets_racesoncatalogue` VALUES ('2', '1', '1', '1', '0');
  999. INSERT INTO `pets_racesoncatalogue` VALUES ('2', '2', '2', '1', '0');
  1000. INSERT INTO `pets_racesoncatalogue` VALUES ('2', '3', '3', '1', '0');
  1001. INSERT INTO `pets_racesoncatalogue` VALUES ('2', '4', '4', '1', '0');
  1002. INSERT INTO `pets_racesoncatalogue` VALUES ('2', '5', '5', '1', '0');
  1003. INSERT INTO `pets_racesoncatalogue` VALUES ('2', '6', '6', '1', '0');
  1004. INSERT INTO `pets_racesoncatalogue` VALUES ('2', '7', '7', '1', '0');
  1005. INSERT INTO `pets_racesoncatalogue` VALUES ('2', '8', '8', '1', '0');
  1006. INSERT INTO `pets_racesoncatalogue` VALUES ('2', '9', '9', '1', '0');
  1007. INSERT INTO `pets_racesoncatalogue` VALUES ('2', '10', '10', '1', '0');
  1008. INSERT INTO `pets_racesoncatalogue` VALUES ('2', '11', '11', '1', '0');
  1009. INSERT INTO `pets_racesoncatalogue` VALUES ('6', '0', '0', '1', '0');
  1010. INSERT INTO `pets_racesoncatalogue` VALUES ('6', '1', '1', '1', '0');
  1011. INSERT INTO `pets_racesoncatalogue` VALUES ('6', '2', '2', '1', '0');
  1012. INSERT INTO `pets_racesoncatalogue` VALUES ('6', '3', '3', '1', '0');
  1013. INSERT INTO `pets_racesoncatalogue` VALUES ('6', '4', '4', '1', '0');
  1014. INSERT INTO `pets_racesoncatalogue` VALUES ('6', '5', '5', '1', '0');
  1015. INSERT INTO `pets_racesoncatalogue` VALUES ('6', '6', '6', '0', '1');
  1016. INSERT INTO `pets_racesoncatalogue` VALUES ('6', '7', '7', '0', '1');
  1017. INSERT INTO `pets_racesoncatalogue` VALUES ('6', '8', '8', '0', '1');
  1018. INSERT INTO `pets_racesoncatalogue` VALUES ('6', '9', '9', '0', '1');
  1019. INSERT INTO `pets_racesoncatalogue` VALUES ('6', '10', '10', '0', '1');
  1020. INSERT INTO `pets_racesoncatalogue` VALUES ('6', '11', '11', '1', '0');
  1021. INSERT INTO `pets_racesoncatalogue` VALUES ('6', '12', '12', '0', '1');
  1022.  
  1023. -- ----------------------------
  1024. -- Table structure for `profile_wall`
  1025. -- ----------------------------
  1026. DROP TABLE IF EXISTS `profile_wall`;
  1027. CREATE TABLE `profile_wall` (
  1028. `id` int(11) NOT NULL AUTO_INCREMENT,
  1029. `page_id` int(11) NOT NULL,
  1030. `poster_id` int(11) NOT NULL,
  1031. `message` text NOT NULL,
  1032. `likes` int(11) NOT NULL DEFAULT '0',
  1033. `owner_read` enum('0','1') NOT NULL DEFAULT '0',
  1034. PRIMARY KEY (`id`)
  1035. ) ENGINE=MyISAM AUTO_INCREMENT=1354 DEFAULT CHARSET=latin1;
  1036.  
  1037. -- ----------------------------
  1038. -- Records of profile_wall
  1039. -- ----------------------------
  1040. INSERT INTO `profile_wall` VALUES ('1344', '3491', '3493', '<3', '0', '1');
  1041. INSERT INTO `profile_wall` VALUES ('1345', '3490', '3493', '<3', '0', '0');
  1042. INSERT INTO `profile_wall` VALUES ('1346', '3511', '3511', 'I\'m Jacob and i love cocks<3', '0', '1');
  1043. INSERT INTO `profile_wall` VALUES ('1347', '3511', '3511', 'Yh bby up my fucking arss with ur 69 inch dick', '0', '1');
  1044. INSERT INTO `profile_wall` VALUES ('1348', '3511', '3511', 'Dyl is sexy as fk OMG HER TIGHT WET PUSSY', '0', '1');
  1045. INSERT INTO `profile_wall` VALUES ('1349', '3511', '3511', 'I fucked Ash\'s gf he\'s a fat emo', '0', '1');
  1046. 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');
  1047. INSERT INTO `profile_wall` VALUES ('1351', '3490', '3541', 'je veux etres staff stp mets moi staff', '0', '0');
  1048. INSERT INTO `profile_wall` VALUES ('1352', '3588', '3588', '\'', '0', '1');
  1049. INSERT INTO `profile_wall` VALUES ('1353', '3491', '3623', 'Add my Fansite!!', '0', '0');
  1050.  
  1051. -- ----------------------------
  1052. -- Table structure for `quests`
  1053. -- ----------------------------
  1054. DROP TABLE IF EXISTS `quests`;
  1055. CREATE TABLE `quests` (
  1056. `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  1057. `type` varchar(32) NOT NULL DEFAULT '',
  1058. `level_num` int(11) NOT NULL DEFAULT '0',
  1059. `goal_type` int(10) NOT NULL DEFAULT '0',
  1060. `goal_data` int(10) unsigned NOT NULL DEFAULT '0',
  1061. `action` varchar(32) NOT NULL DEFAULT '',
  1062. `pixel_reward` int(11) NOT NULL DEFAULT '10',
  1063. `data_bit` varchar(2) NOT NULL DEFAULT '',
  1064. `reward_type` enum('0','1','2','3','4','5') NOT NULL DEFAULT '0',
  1065. `timestamp_unlock` int(11) NOT NULL DEFAULT '0',
  1066. `timestamp_lock` int(11) NOT NULL,
  1067. PRIMARY KEY (`id`)
  1068. ) ENGINE=InnoDB AUTO_INCREMENT=182 DEFAULT CHARSET=utf8;
  1069.  
  1070. -- ----------------------------
  1071. -- Records of quests
  1072. -- ----------------------------
  1073. INSERT INTO `quests` VALUES ('2', 'identity', '1', '14', '1', 'CHANGEFIGURE', '10', '_2', '0', '0', '0');
  1074. INSERT INTO `quests` VALUES ('3', 'social', '2', '9', '1', 'CHATWITHSOMEONE', '10', '', '0', '0', '0');
  1075. INSERT INTO `quests` VALUES ('6', 'social', '5', '12', '1', 'DANCE', '10', '', '0', '0', '0');
  1076. INSERT INTO `quests` VALUES ('15', 'social', '1', '8', '1', 'ENTEROTHERSROOM', '10', '_2', '0', '0', '0');
  1077. INSERT INTO `quests` VALUES ('17', 'identity', '2', '15', '1', 'CHANGEMOTTO', '10', '', '0', '0', '0');
  1078. INSERT INTO `quests` VALUES ('101', 'room_builder', '1', '0', '3', 'MOVEITEM', '10', '_2', '0', '0', '0');
  1079. INSERT INTO `quests` VALUES ('104', 'explore', '1', '17', '1936', 'FINDLIFEGUARDTOWER', '10', '_2', '0', '0', '0');
  1080. INSERT INTO `quests` VALUES ('105', 'room_builder', '2', '1', '3', 'ROTATEITEM', '10', '', '0', '0', '0');
  1081. INSERT INTO `quests` VALUES ('106', 'room_builder', '3', '2', '1', 'PLACEITEM', '10', '', '0', '0', '0');
  1082. INSERT INTO `quests` VALUES ('107', 'room_builder', '4', '3', '1', 'PICKUPITEM', '10', '', '0', '0', '0');
  1083. INSERT INTO `quests` VALUES ('108', 'room_builder', '5', '4', '2', 'SWITCHSTATE', '10', '', '0', '0', '0');
  1084. INSERT INTO `quests` VALUES ('109', 'room_builder', '6', '5', '1', 'STACKITEM', '10', '', '0', '0', '0');
  1085. INSERT INTO `quests` VALUES ('110', 'room_builder', '7', '6', '1', 'PLACEFLOOR', '10', '', '0', '0', '0');
  1086. INSERT INTO `quests` VALUES ('111', 'room_builder', '8', '7', '1', 'PLACEWALLPAPER', '10', '_1', '0', '0', '0');
  1087. INSERT INTO `quests` VALUES ('113', 'identity', '3', '16', '1', 'WEARBADGE', '10', '', '0', '0', '0');
  1088. INSERT INTO `quests` VALUES ('115', 'social', '3', '10', '1', 'REQUESTFRIEND', '10', '', '0', '0', '0');
  1089. INSERT INTO `quests` VALUES ('116', 'social', '4', '11', '1', 'GIVERESPECT', '10', '', '0', '0', '0');
  1090. INSERT INTO `quests` VALUES ('118', 'social', '6', '13', '1', 'WAVE', '10', '', '0', '0', '0');
  1091. INSERT INTO `quests` VALUES ('119', 'explore', '2', '17', '1948', 'SWIM', '10', '', '0', '0', '0');
  1092. INSERT INTO `quests` VALUES ('120', 'explore', '3', '17', '1969', 'FINDSURFBOARD', '10', '', '0', '0', '0');
  1093. INSERT INTO `quests` VALUES ('121', 'explore', '4', '17', '1956', 'FINDBEETLE', '10', '', '0', '0', '0');
  1094. INSERT INTO `quests` VALUES ('122', 'explore', '5', '17', '1369', 'FINDNEONFLOOR', '10', '', '0', '0', '0');
  1095. INSERT INTO `quests` VALUES ('123', 'explore', '6', '17', '1375', 'FINDDISCOBALL', '10', '', '0', '0', '0');
  1096. INSERT INTO `quests` VALUES ('124', 'explore', '7', '17', '1019', 'FINDJUKEBOX', '10', '', '0', '0', '0');
  1097. INSERT INTO `quests` VALUES ('125', 'explore', '8', '17', '2050', 'FINDBBGATE', '10', '', '0', '0', '0');
  1098. INSERT INTO `quests` VALUES ('126', 'explore', '9', '17', '2040', 'FINDBBTILE', '10', '', '0', '0', '0');
  1099. INSERT INTO `quests` VALUES ('127', 'explore', '10', '17', '2049', 'FINDBBTELEPORT', '10', '', '0', '0', '0');
  1100. INSERT INTO `quests` VALUES ('128', 'explore', '11', '17', '2167', 'FINDFREEZEGATE', '10', '', '0', '0', '0');
  1101. INSERT INTO `quests` VALUES ('129', 'explore', '12', '17', '2172', 'FINDFREEZESCOREBOARD', '10', '', '0', '0', '0');
  1102. INSERT INTO `quests` VALUES ('130', 'explore', '13', '17', '2166', 'FINDFREEZEEXITTILE', '10', '', '0', '0', '0');
  1103. INSERT INTO `quests` VALUES ('131', 'explore', '14', '17', '1413', 'ICESKATE', '10', '', '0', '0', '0');
  1104. INSERT INTO `quests` VALUES ('132', 'explore', '15', '17', '2148', 'FINDTAGPOLE', '10', '', '0', '0', '0');
  1105. INSERT INTO `quests` VALUES ('133', 'explore', '16', '17', '2199', 'ROLLERSKATE', '10', '', '0', '0', '0');
  1106. INSERT INTO `quests` VALUES ('142', 'xmas2012_30', '0', '19', '4', 'add_25_friends', '0', '', '0', '0', '1354514400');
  1107. INSERT INTO `quests` VALUES ('143', 'xmas2012_1', '1', '20', '10', 'wave_10_users', '0', '', '0', '1354514400', '1354600800');
  1108. INSERT INTO `quests` VALUES ('144', 'xmas2012_2', '2', '21', '10', 'blow_kiss', '0', '', '0', '1354600800', '1354687200');
  1109. INSERT INTO `quests` VALUES ('145', 'xmas2012_3', '3', '22', '1', 'wear_hat', '0', '', '0', '1354687200', '1354773600');
  1110. INSERT INTO `quests` VALUES ('146', 'xmas2012_4', '4', '23', '1', 'dance_with_others', '0', '', '0', '1354773600', '1354860000');
  1111. INSERT INTO `quests` VALUES ('147', 'xmas2012_5', '5', '24', '5', 'gift_others', '0', '', '0', '1354860000', '1354946400');
  1112. INSERT INTO `quests` VALUES ('148', 'xmas2012_6', '6', '25', '1378', 'its_snowing', '0', '', '0', '1354946400', '1355032800');
  1113. INSERT INTO `quests` VALUES ('149', 'xmas2012_7', '7', '27', '5', 'pass_coffee', '0', '', '0', '1355032800', '1355032800');
  1114. INSERT INTO `quests` VALUES ('150', 'xmas2012_8', '8', '28', '5', 'wave_reindeer', '0', '', '0', '1355119200', '1355205600');
  1115. INSERT INTO `quests` VALUES ('151', 'xmas2012_9', '9', '23', '1', 'place_tree', '0', '', '0', '1355205600', '1355292000');
  1116. INSERT INTO `quests` VALUES ('152', 'xmas2012_10', '10', '23', '100', 'dance', '0', '', '0', '1355292000', '1356328800');
  1117. INSERT INTO `quests` VALUES ('156', 'xmas2012_11', '11', '0', '0', 'placeholder', '10', '', '0', '0', '0');
  1118. INSERT INTO `quests` VALUES ('157', 'xmas2012_12', '12', '0', '0', 'placeholder', '10', '', '0', '0', '0');
  1119. INSERT INTO `quests` VALUES ('158', 'xmas2012_13', '13', '0', '0', 'placeholder', '10', '', '0', '0', '0');
  1120. INSERT INTO `quests` VALUES ('159', 'xmas2012_14', '14', '0', '0', 'placeholder', '10', '', '0', '0', '0');
  1121. INSERT INTO `quests` VALUES ('160', 'xmas2012_15', '15', '0', '0', 'placeholder', '10', '', '0', '0', '0');
  1122. INSERT INTO `quests` VALUES ('161', 'xmas2012_16', '16', '0', '0', 'placeholder', '10', '', '0', '0', '0');
  1123. INSERT INTO `quests` VALUES ('162', 'xmas2012_17', '17', '0', '0', 'placeholder', '10', '', '0', '0', '0');
  1124. INSERT INTO `quests` VALUES ('163', 'xmas2012_18', '18', '0', '0', 'placeholder', '10', '', '0', '0', '0');
  1125. INSERT INTO `quests` VALUES ('164', 'xmas2012_19', '19', '0', '0', 'placeholder', '10', '', '0', '0', '0');
  1126. INSERT INTO `quests` VALUES ('165', 'xmas2012_20', '20', '0', '0', 'placeholder', '10', '', '0', '0', '0');
  1127. INSERT INTO `quests` VALUES ('166', 'xmas2012_21', '0', '0', '0', '', '10', '', '0', '0', '0');
  1128. INSERT INTO `quests` VALUES ('180', 'xmas2012_22', '22', '17', '45207', 'find_fire', '0', '', '0', '1356328800', '1356328800');
  1129. INSERT INTO `quests` VALUES ('181', 'xmas2012_23', '23', '29', '300', 'party', '0', '', '0', '0', '0');
  1130.  
  1131. -- ----------------------------
  1132. -- Table structure for `ranks`
  1133. -- ----------------------------
  1134. DROP TABLE IF EXISTS `ranks`;
  1135. CREATE TABLE `ranks` (
  1136. `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  1137. `name` varchar(50) NOT NULL,
  1138. `badgeid` varchar(5) DEFAULT NULL,
  1139. PRIMARY KEY (`id`)
  1140. ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=latin1;
  1141.  
  1142. -- ----------------------------
  1143. -- Records of ranks
  1144. -- ----------------------------
  1145. INSERT INTO `ranks` VALUES ('1', 'User', null);
  1146. INSERT INTO `ranks` VALUES ('2', 'VIP', 'VIP');
  1147. INSERT INTO `ranks` VALUES ('3', 'Trial Moderator', 'NWB');
  1148. INSERT INTO `ranks` VALUES ('4', 'Moderator', 'HS1');
  1149. INSERT INTO `ranks` VALUES ('5', 'Senior Moderator', 'HS1');
  1150. INSERT INTO `ranks` VALUES ('6', 'Administrator', 'ADM');
  1151. INSERT INTO `ranks` VALUES ('7', 'Hotel Manager', 'ADM');
  1152. INSERT INTO `ranks` VALUES ('8', 'Hotel Owner', 'ADM');
  1153.  
  1154. -- ----------------------------
  1155. -- Table structure for `rooms`
  1156. -- ----------------------------
  1157. DROP TABLE IF EXISTS `rooms`;
  1158. CREATE TABLE `rooms` (
  1159. `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  1160. `roomtype` enum('public','private') NOT NULL DEFAULT 'private',
  1161. `caption` varchar(100) NOT NULL DEFAULT 'Room',
  1162. `owner` varchar(75) NOT NULL DEFAULT '',
  1163. `description` varchar(255) NOT NULL DEFAULT '',
  1164. `category` int(11) NOT NULL DEFAULT '0',
  1165. `state` enum('open','locked','password') NOT NULL DEFAULT 'open',
  1166. `users_now` int(11) NOT NULL DEFAULT '0',
  1167. `users_max` int(11) NOT NULL DEFAULT '25',
  1168. `model_name` varchar(50) NOT NULL,
  1169. `public_ccts` varchar(50) NOT NULL DEFAULT '',
  1170. `score` int(11) NOT NULL DEFAULT '0',
  1171. `tags` varchar(100) NOT NULL DEFAULT '',
  1172. `icon_bg` int(11) NOT NULL DEFAULT '1',
  1173. `icon_fg` int(11) NOT NULL DEFAULT '0',
  1174. `icon_items` varchar(50) NOT NULL DEFAULT '',
  1175. `password` varchar(30) NOT NULL DEFAULT '',
  1176. `wallpaper` varchar(10) NOT NULL DEFAULT '0.0',
  1177. `floor` varchar(10) NOT NULL DEFAULT '0.0',
  1178. `landscape` varchar(10) NOT NULL DEFAULT '0.0',
  1179. `allow_pets` enum('0','1') NOT NULL DEFAULT '1',
  1180. `allow_pets_eat` enum('0','1') NOT NULL DEFAULT '0',
  1181. `allow_walkthrough` enum('0','1') NOT NULL DEFAULT '0',
  1182. `allow_hidewall` enum('0','1') NOT NULL DEFAULT '0',
  1183. `wallthick` int(1) NOT NULL DEFAULT '0',
  1184. `floorthick` int(1) NOT NULL DEFAULT '0',
  1185. `achievement` int(11) NOT NULL DEFAULT '0',
  1186. `group_id` int(11) unsigned NOT NULL DEFAULT '0',
  1187. `game_id` int(11) NOT NULL DEFAULT '0',
  1188. `mute_settings` enum('0','1') NOT NULL DEFAULT '1',
  1189. `ban_settings` enum('0','1') NOT NULL DEFAULT '1',
  1190. `kick_settings` enum('0','1','2') NOT NULL DEFAULT '1',
  1191. PRIMARY KEY (`id`),
  1192. UNIQUE KEY `id` (`id`) USING BTREE,
  1193. KEY `owner` (`owner`) USING BTREE,
  1194. KEY `roomtype` (`roomtype`) USING BTREE,
  1195. KEY `caption` (`caption`) USING BTREE,
  1196. KEY `users_now` (`users_now`) USING BTREE,
  1197. KEY `tags` (`tags`) USING BTREE,
  1198. KEY `category` (`category`) USING BTREE,
  1199. KEY `password` (`password`)
  1200. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  1201.  
  1202. -- ----------------------------
  1203. -- Records of rooms
  1204. -- ----------------------------
  1205.  
  1206. -- ----------------------------
  1207. -- Table structure for `room_ads`
  1208. -- ----------------------------
  1209. DROP TABLE IF EXISTS `room_ads`;
  1210. CREATE TABLE `room_ads` (
  1211. `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  1212. `ad_image` text NOT NULL,
  1213. `ad_image_orig` text NOT NULL,
  1214. `ad_link` text NOT NULL,
  1215. `views` int(11) NOT NULL DEFAULT '0',
  1216. `views_limit` int(11) NOT NULL DEFAULT '0' COMMENT '0 = unlimited',
  1217. `enabled` enum('0','1') NOT NULL DEFAULT '1',
  1218. PRIMARY KEY (`id`)
  1219. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  1220.  
  1221. -- ----------------------------
  1222. -- Records of room_ads
  1223. -- ----------------------------
  1224.  
  1225. -- ----------------------------
  1226. -- Table structure for `room_bans`
  1227. -- ----------------------------
  1228. DROP TABLE IF EXISTS `room_bans`;
  1229. CREATE TABLE `room_bans` (
  1230. `user_id` int(11) unsigned NOT NULL DEFAULT '0',
  1231. `room_id` int(11) unsigned NOT NULL DEFAULT '0',
  1232. `expire` int(11) NOT NULL DEFAULT '0',
  1233. PRIMARY KEY (`user_id`,`room_id`)
  1234. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  1235.  
  1236. -- ----------------------------
  1237. -- Records of room_bans
  1238. -- ----------------------------
  1239.  
  1240. -- ----------------------------
  1241. -- Table structure for `room_events`
  1242. -- ----------------------------
  1243. DROP TABLE IF EXISTS `room_events`;
  1244. CREATE TABLE `room_events` (
  1245. `roomid` int(11) unsigned NOT NULL DEFAULT '0',
  1246. `name` varchar(255) NOT NULL,
  1247. `desc` text NOT NULL,
  1248. `expire` int(255) NOT NULL DEFAULT '0',
  1249. PRIMARY KEY (`roomid`)
  1250. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  1251.  
  1252. -- ----------------------------
  1253. -- Records of room_events
  1254. -- ----------------------------
  1255.  
  1256. -- ----------------------------
  1257. -- Table structure for `room_items_moodlight`
  1258. -- ----------------------------
  1259. DROP TABLE IF EXISTS `room_items_moodlight`;
  1260. CREATE TABLE `room_items_moodlight` (
  1261. `item_id` int(10) unsigned NOT NULL,
  1262. `enabled` enum('0','1') NOT NULL DEFAULT '0',
  1263. `current_preset` int(11) NOT NULL,
  1264. `preset_one` text NOT NULL,
  1265. `preset_two` text NOT NULL,
  1266. `preset_three` text NOT NULL,
  1267. KEY `item_id` (`item_id`)
  1268. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  1269.  
  1270. -- ----------------------------
  1271. -- Records of room_items_moodlight
  1272. -- ----------------------------
  1273. INSERT INTO `room_items_moodlight` VALUES ('469061', '0', '1', '@color,76,1', '#000000,255,0', '#000000,255,0');
  1274. INSERT INTO `room_items_moodlight` VALUES ('469211', '0', '1', '@color,76,1', '@color,76,1', '#000000,255,0');
  1275.  
  1276. -- ----------------------------
  1277. -- Table structure for `room_items_songs`
  1278. -- ----------------------------
  1279. DROP TABLE IF EXISTS `room_items_songs`;
  1280. CREATE TABLE `room_items_songs` (
  1281. `item_id` int(10) unsigned NOT NULL,
  1282. `room_id` int(10) unsigned NOT NULL,
  1283. `song_id` int(10) unsigned NOT NULL,
  1284. PRIMARY KEY (`item_id`,`room_id`)
  1285. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  1286.  
  1287. -- ----------------------------
  1288. -- Records of room_items_songs
  1289. -- ----------------------------
  1290.  
  1291. -- ----------------------------
  1292. -- Table structure for `room_items_toner`
  1293. -- ----------------------------
  1294. DROP TABLE IF EXISTS `room_items_toner`;
  1295. CREATE TABLE `room_items_toner` (
  1296. `id` int(11) unsigned NOT NULL,
  1297. `enabled` enum('0','1') DEFAULT '0',
  1298. `data1` int(11) NOT NULL,
  1299. `data2` int(11) NOT NULL,
  1300. `data3` int(11) NOT NULL
  1301. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  1302.  
  1303. -- ----------------------------
  1304. -- Records of room_items_toner
  1305. -- ----------------------------
  1306.  
  1307. -- ----------------------------
  1308. -- Table structure for `room_models`
  1309. -- ----------------------------
  1310. DROP TABLE IF EXISTS `room_models`;
  1311. CREATE TABLE `room_models` (
  1312. `id` varchar(100) NOT NULL,
  1313. `door_x` int(11) NOT NULL,
  1314. `door_y` int(11) NOT NULL,
  1315. `door_z` double NOT NULL,
  1316. `door_dir` int(4) NOT NULL DEFAULT '2',
  1317. `heightmap` text NOT NULL,
  1318. `public_items` text NOT NULL,
  1319. `club_only` enum('0','1') NOT NULL DEFAULT '0',
  1320. `poolmap` varchar(100) NOT NULL,
  1321. PRIMARY KEY (`id`)
  1322. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  1323.  
  1324. -- ----------------------------
  1325. -- Records of room_models
  1326. -- ----------------------------
  1327. 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', '');
  1328. 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', '');
  1329. 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', '');
  1330. 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', '');
  1331. 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', '');
  1332. 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', '');
  1333. 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', '');
  1334. INSERT INTO `room_models` VALUES ('model_bus', '0', '0', '0', '2', '0000000000\r\n0000000000\r\n0000000000\r\n0000000000\r\n0000000000\r\n0000000000', '', '0', '');
  1335. 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', '');
  1336. 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', '');
  1337. 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', '');
  1338. 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', '');
  1339. 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', '');
  1340. 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', '');
  1341. 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', '');
  1342. 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', '');
  1343. 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', '');
  1344. 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', '');
  1345. 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', '');
  1346. 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', '');
  1347. 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', '');
  1348. 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', '');
  1349. 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', '');
  1350. 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', '');
  1351. 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', '');
  1352. 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', '');
  1353. 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', '');
  1354. 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', '');
  1355. 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', '');
  1356. 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', '');
  1357. 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', '');
  1358. 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', '');
  1359. 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', '');
  1360. 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', '');
  1361. 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', '');
  1362. 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', '');
  1363. 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', '');
  1364. 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', '');
  1365. 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', '');
  1366. 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', '');
  1367. 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', '');
  1368. 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', '');
  1369. 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', '');
  1370. 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', '');
  1371. 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', '');
  1372. INSERT INTO `room_models` VALUES ('park_b', '11', '2', '0', '6', '0000x0000000\r\n0000xx000000\r\n000000000000\r\n00000000000x\r\n000000000000\r\n00x0000x0000', '', '0', '');
  1373. 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', '');
  1374. 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', '');
  1375. 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', '');
  1376. 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', '');
  1377. 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', '');
  1378. 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', '');
  1379. 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', '');
  1380.  
  1381. -- ----------------------------
  1382. -- Table structure for `room_rights`
  1383. -- ----------------------------
  1384. DROP TABLE IF EXISTS `room_rights`;
  1385. CREATE TABLE `room_rights` (
  1386. `room_id` int(10) unsigned NOT NULL,
  1387. `user_id` int(10) unsigned NOT NULL,
  1388. KEY `room_id` (`room_id`),
  1389. KEY `user_id` (`user_id`)
  1390. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  1391.  
  1392. -- ----------------------------
  1393. -- Records of room_rights
  1394. -- ----------------------------
  1395.  
  1396. -- ----------------------------
  1397. -- Table structure for `server_fuserights`
  1398. -- ----------------------------
  1399. DROP TABLE IF EXISTS `server_fuserights`;
  1400. CREATE TABLE `server_fuserights` (
  1401. `fuse` varchar(255) NOT NULL,
  1402. `min_rank` int(11) unsigned NOT NULL DEFAULT '1',
  1403. `information` text,
  1404. `min_sub` int(11) DEFAULT '0',
  1405. PRIMARY KEY (`fuse`)
  1406. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  1407.  
  1408. -- ----------------------------
  1409. -- Records of server_fuserights
  1410. -- ----------------------------
  1411.  
  1412. -- ----------------------------
  1413. -- Table structure for `server_locale`
  1414. -- ----------------------------
  1415. DROP TABLE IF EXISTS `server_locale`;
  1416. CREATE TABLE `server_locale` (
  1417. `key` varchar(255) NOT NULL,
  1418. `value` text,
  1419. PRIMARY KEY (`key`)
  1420. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  1421.  
  1422. -- ----------------------------
  1423. -- Records of server_locale
  1424. -- ----------------------------
  1425.  
  1426. -- ----------------------------
  1427. -- Table structure for `server_settings`
  1428. -- ----------------------------
  1429. DROP TABLE IF EXISTS `server_settings`;
  1430. CREATE TABLE `server_settings` (
  1431. `variable` varchar(255) NOT NULL DEFAULT 'server.variable',
  1432. `value` varchar(255) NOT NULL,
  1433. `description` text NOT NULL,
  1434. PRIMARY KEY (`variable`)
  1435. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  1436.  
  1437. -- ----------------------------
  1438. -- Records of server_settings
  1439. -- ----------------------------
  1440.  
  1441. -- ----------------------------
  1442. -- Table structure for `site_app_form`
  1443. -- ----------------------------
  1444. DROP TABLE IF EXISTS `site_app_form`;
  1445. CREATE TABLE `site_app_form` (
  1446. `id` varchar(24) NOT NULL,
  1447. `caption` varchar(120) NOT NULL,
  1448. `descr` text NOT NULL,
  1449. `field_type` enum('textbox','textarea','checkbox') NOT NULL,
  1450. `required` enum('0','1') NOT NULL DEFAULT '1',
  1451. `order_num` int(11) NOT NULL,
  1452. PRIMARY KEY (`id`)
  1453. ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  1454.  
  1455. -- ----------------------------
  1456. -- Records of site_app_form
  1457. -- ----------------------------
  1458.  
  1459. -- ----------------------------
  1460. -- Table structure for `site_app_openings`
  1461. -- ----------------------------
  1462. DROP TABLE IF EXISTS `site_app_openings`;
  1463. CREATE TABLE `site_app_openings` (
  1464. `id` int(11) NOT NULL AUTO_INCREMENT,
  1465. `name` varchar(100) NOT NULL,
  1466. `text_descr` text NOT NULL,
  1467. `text_reqs` text NOT NULL,
  1468. `text_duties` text NOT NULL,
  1469. PRIMARY KEY (`id`)
  1470. ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=latin1;
  1471.  
  1472. -- ----------------------------
  1473. -- Records of site_app_openings
  1474. -- ----------------------------
  1475.  
  1476. -- ----------------------------
  1477. -- Table structure for `site_config`
  1478. -- ----------------------------
  1479. DROP TABLE IF EXISTS `site_config`;
  1480. CREATE TABLE `site_config` (
  1481. `id` int(11) NOT NULL AUTO_INCREMENT,
  1482. `maintenance` enum('0','1') NOT NULL DEFAULT '0',
  1483. PRIMARY KEY (`id`),
  1484. KEY `maintaince` (`maintenance`)
  1485. ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
  1486.  
  1487. -- ----------------------------
  1488. -- Records of site_config
  1489. -- ----------------------------
  1490. INSERT INTO `site_config` VALUES ('1', '0');
  1491.  
  1492. -- ----------------------------
  1493. -- Table structure for `site_cron`
  1494. -- ----------------------------
  1495. DROP TABLE IF EXISTS `site_cron`;
  1496. CREATE TABLE `site_cron` (
  1497. `id` int(11) NOT NULL AUTO_INCREMENT,
  1498. `prio` int(11) NOT NULL DEFAULT '5',
  1499. `enabled` enum('0','1') NOT NULL DEFAULT '1',
  1500. `scriptfile` varchar(50) NOT NULL,
  1501. `last_exec` int(11) NOT NULL,
  1502. `exec_every` int(11) NOT NULL,
  1503. PRIMARY KEY (`id`)
  1504. ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  1505.  
  1506. -- ----------------------------
  1507. -- Records of site_cron
  1508. -- ----------------------------
  1509.  
  1510. -- ----------------------------
  1511. -- Table structure for `site_cron_copy`
  1512. -- ----------------------------
  1513. DROP TABLE IF EXISTS `site_cron_copy`;
  1514. CREATE TABLE `site_cron_copy` (
  1515. `id` int(11) NOT NULL AUTO_INCREMENT,
  1516. `prio` int(11) NOT NULL DEFAULT '5',
  1517. `enabled` enum('0','1') NOT NULL DEFAULT '1',
  1518. `scriptfile` varchar(50) NOT NULL,
  1519. `last_exec` int(11) NOT NULL,
  1520. `exec_every` int(11) NOT NULL,
  1521. PRIMARY KEY (`id`)
  1522. ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=latin1;
  1523.  
  1524. -- ----------------------------
  1525. -- Records of site_cron_copy
  1526. -- ----------------------------
  1527.  
  1528. -- ----------------------------
  1529. -- Table structure for `site_hotcampaigns`
  1530. -- ----------------------------
  1531. DROP TABLE IF EXISTS `site_hotcampaigns`;
  1532. CREATE TABLE `site_hotcampaigns` (
  1533. `id` int(11) NOT NULL AUTO_INCREMENT,
  1534. `order_id` int(11) NOT NULL DEFAULT '1',
  1535. `enabled` enum('0','1') NOT NULL DEFAULT '1',
  1536. `image_url` text NOT NULL,
  1537. `caption` text NOT NULL,
  1538. `descr` text NOT NULL,
  1539. `url` text NOT NULL,
  1540. PRIMARY KEY (`id`)
  1541. ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;
  1542.  
  1543. -- ----------------------------
  1544. -- Records of site_hotcampaigns
  1545. -- ----------------------------
  1546. 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');
  1547. 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.');
  1548.  
  1549. -- ----------------------------
  1550. -- Table structure for `site_inventory_items`
  1551. -- ----------------------------
  1552. DROP TABLE IF EXISTS `site_inventory_items`;
  1553. CREATE TABLE `site_inventory_items` (
  1554. `id` int(100) NOT NULL AUTO_INCREMENT,
  1555. `userId` int(100) NOT NULL,
  1556. `var` varchar(100) NOT NULL,
  1557. `skin` varchar(100) NOT NULL,
  1558. `type` enum('Sticker','Background','Notes') NOT NULL,
  1559. `isWaiting` enum('0','1') NOT NULL DEFAULT '0',
  1560. PRIMARY KEY (`id`)
  1561. ) ENGINE=MyISAM AUTO_INCREMENT=23 DEFAULT CHARSET=latin1 COMMENT='Stickies del Sitio';
  1562.  
  1563. -- ----------------------------
  1564. -- Records of site_inventory_items
  1565. -- ----------------------------
  1566. INSERT INTO `site_inventory_items` VALUES ('1', '33335', '', 's_stickers_uruguay', 'Sticker', '1');
  1567. INSERT INTO `site_inventory_items` VALUES ('2', '33340', '', 's_eyeleft', 'Sticker', '1');
  1568. INSERT INTO `site_inventory_items` VALUES ('3', '33340', '', 'commodity_stickienote_pre', 'Notes', '0');
  1569. INSERT INTO `site_inventory_items` VALUES ('4', '33340', '', 'commodity_stickienote_pre', 'Notes', '0');
  1570. INSERT INTO `site_inventory_items` VALUES ('5', '33340', '', 'commodity_stickienote_pre', 'Notes', '0');
  1571. INSERT INTO `site_inventory_items` VALUES ('6', '33340', '', 'commodity_stickienote_pre', 'Notes', '0');
  1572. INSERT INTO `site_inventory_items` VALUES ('7', '33340', '', 'commodity_stickienote_pre', 'Notes', '0');
  1573. INSERT INTO `site_inventory_items` VALUES ('8', '33345', '', 's_red_diner_four', 'Sticker', '1');
  1574. INSERT INTO `site_inventory_items` VALUES ('9', '33341', '', 's_stickers_mexico', 'Sticker', '1');
  1575. INSERT INTO `site_inventory_items` VALUES ('10', '33351', '', 's_trax_sfx', 'Sticker', '1');
  1576. INSERT INTO `site_inventory_items` VALUES ('11', '33359', '', 'commodity_stickienote_pre', 'Notes', '0');
  1577. INSERT INTO `site_inventory_items` VALUES ('12', '33359', '', 'commodity_stickienote_pre', 'Notes', '0');
  1578. INSERT INTO `site_inventory_items` VALUES ('13', '33359', '', 'commodity_stickienote_pre', 'Notes', '0');
  1579. INSERT INTO `site_inventory_items` VALUES ('14', '33359', '', 'commodity_stickienote_pre', 'Notes', '0');
  1580. INSERT INTO `site_inventory_items` VALUES ('15', '33359', '', 'commodity_stickienote_pre', 'Notes', '0');
  1581. INSERT INTO `site_inventory_items` VALUES ('16', '33367', '', 's_stickers_uruguay', 'Sticker', '1');
  1582. INSERT INTO `site_inventory_items` VALUES ('17', '33367', '', 'commodity_stickienote_pre', 'Notes', '0');
  1583. INSERT INTO `site_inventory_items` VALUES ('18', '33367', '', 'commodity_stickienote_pre', 'Notes', '0');
  1584. INSERT INTO `site_inventory_items` VALUES ('19', '33367', '', 'commodity_stickienote_pre', 'Notes', '0');
  1585. INSERT INTO `site_inventory_items` VALUES ('20', '33367', '', 'commodity_stickienote_pre', 'Notes', '0');
  1586. INSERT INTO `site_inventory_items` VALUES ('21', '33367', '', 'commodity_stickienote_pre', 'Notes', '0');
  1587. INSERT INTO `site_inventory_items` VALUES ('22', '33351', '', 'b_bg_fondo_foqb', 'Background', '0');
  1588.  
  1589. -- ----------------------------
  1590. -- Table structure for `site_items_categorys`
  1591. -- ----------------------------
  1592. DROP TABLE IF EXISTS `site_items_categorys`;
  1593. CREATE TABLE `site_items_categorys` (
  1594. `id` int(10) NOT NULL AUTO_INCREMENT,
  1595. `name` varchar(100) NOT NULL,
  1596. PRIMARY KEY (`id`)
  1597. ) ENGINE=MyISAM AUTO_INCREMENT=67 DEFAULT CHARSET=latin1 COMMENT='Categorias de Compra';
  1598.  
  1599. -- ----------------------------
  1600. -- Records of site_items_categorys
  1601. -- ----------------------------
  1602. INSERT INTO `site_items_categorys` VALUES ('66', 'Banderas');
  1603. INSERT INTO `site_items_categorys` VALUES ('27', 'Trax');
  1604. INSERT INTO `site_items_categorys` VALUES ('29', 'Alfabeto Plastic');
  1605. INSERT INTO `site_items_categorys` VALUES ('30', 'Alfabeto Bling');
  1606. INSERT INTO `site_items_categorys` VALUES ('55', 'Alfabeto Madera');
  1607. INSERT INTO `site_items_categorys` VALUES ('56', 'Alfabeto Diner Azul');
  1608. INSERT INTO `site_items_categorys` VALUES ('60', 'Alfabeto Diner Verde');
  1609. INSERT INTO `site_items_categorys` VALUES ('61', 'Alfabeto Diner Rojo');
  1610. INSERT INTO `site_items_categorys` VALUES ('31', 'Construcción');
  1611. INSERT INTO `site_items_categorys` VALUES ('32', 'Locuras');
  1612. INSERT INTO `site_items_categorys` VALUES ('33', 'Maravillas');
  1613. INSERT INTO `site_items_categorys` VALUES ('34', 'Terror');
  1614. INSERT INTO `site_items_categorys` VALUES ('35', 'Ofertas');
  1615. INSERT INTO `site_items_categorys` VALUES ('36', 'Flechas');
  1616. INSERT INTO `site_items_categorys` VALUES ('37', 'Plantas');
  1617. INSERT INTO `site_items_categorys` VALUES ('38', 'Efectos');
  1618. INSERT INTO `site_items_categorys` VALUES ('39', 'SnowStorm');
  1619. INSERT INTO `site_items_categorys` VALUES ('40', 'BattleBall');
  1620. INSERT INTO `site_items_categorys` VALUES ('42', 'Personalidades');
  1621. INSERT INTO `site_items_categorys` VALUES ('44', 'Otros');
  1622.  
  1623. -- ----------------------------
  1624. -- Table structure for `site_minimail`
  1625. -- ----------------------------
  1626. DROP TABLE IF EXISTS `site_minimail`;
  1627. CREATE TABLE `site_minimail` (
  1628. `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  1629. `sender_id` int(10) unsigned NOT NULL,
  1630. `receiver_id` int(10) unsigned NOT NULL,
  1631. `folder` enum('inbox','sent','trash') NOT NULL DEFAULT 'inbox',
  1632. `is_read` enum('0','1') NOT NULL DEFAULT '0',
  1633. `subject` varchar(120) NOT NULL,
  1634. `date` varchar(120) NOT NULL,
  1635. `isodate` varchar(120) NOT NULL,
  1636. `timestamp` int(11) NOT NULL,
  1637. `body` text NOT NULL,
  1638. PRIMARY KEY (`id`)
  1639. ) ENGINE=MyISAM AUTO_INCREMENT=2201 DEFAULT CHARSET=latin1;
  1640.  
  1641. -- ----------------------------
  1642. -- Records of site_minimail
  1643. -- ----------------------------
  1644.  
  1645. -- ----------------------------
  1646. -- Table structure for `site_navi`
  1647. -- ----------------------------
  1648. DROP TABLE IF EXISTS `site_navi`;
  1649. CREATE TABLE `site_navi` (
  1650. `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  1651. `parent_id` int(10) unsigned NOT NULL DEFAULT '0',
  1652. `order_id` int(11) NOT NULL,
  1653. `caption` text NOT NULL,
  1654. `class` text NOT NULL,
  1655. `url` text NOT NULL,
  1656. `visibility` enum('0','1','2','3') NOT NULL COMMENT '0 = Never, 1 = Always, 2 = Logged in only, 3 = Guests only',
  1657. PRIMARY KEY (`id`),
  1658. KEY `parent_id` (`parent_id`) USING BTREE
  1659. ) ENGINE=MyISAM AUTO_INCREMENT=40 DEFAULT CHARSET=latin1;
  1660.  
  1661. -- ----------------------------
  1662. -- Records of site_navi
  1663. -- ----------------------------
  1664. INSERT INTO `site_navi` VALUES ('1', '0', '1', '%habboName%', 'metab', '%www%/me', '2');
  1665. INSERT INTO `site_navi` VALUES ('2', '1', '1', 'Home', '', '/me', '1');
  1666. INSERT INTO `site_navi` VALUES ('5', '0', '2', 'Community', '', '%www%/community', '1');
  1667. INSERT INTO `site_navi` VALUES ('4', '1', '4', 'Account Settings', '', '%www%/profile', '2');
  1668. INSERT INTO `site_navi` VALUES ('7', '5', '1', 'Community', '', '%www%/community', '1');
  1669. INSERT INTO `site_navi` VALUES ('8', '0', '1', 'Register At Habbo', 'tab-register-now', '%www%/register', '3');
  1670. INSERT INTO `site_navi` VALUES ('9', '6', '1', 'Credits', '', '%www%/credits', '1');
  1671. INSERT INTO `site_navi` VALUES ('10', '6', '3', 'Pixels', '', '%www%/credits/pixels', '1');
  1672. INSERT INTO `site_navi` VALUES ('13', '12', '1', 'Shop Home', '', '%www%/vip/shop', '2');
  1673. INSERT INTO `site_navi` VALUES ('14', '1', '2', 'My Page', '', '%www%/home/%habboName%', '2');
  1674. INSERT INTO `site_navi` VALUES ('16', '5', '3', '%shortName% Staff', '', '%www%/community/staff', '1');
  1675. INSERT INTO `site_navi` VALUES ('17', '5', '2', 'News', '', '%www%/articles', '1');
  1676. INSERT INTO `site_navi` VALUES ('18', '12', '2', 'Get Points', '', '%www%/vip/getpoints', '2');
  1677. INSERT INTO `site_navi` VALUES ('27', '26', '1', 'Credits', '', '%www%/tops', '1');
  1678. INSERT INTO `site_navi` VALUES ('34', '0', '8', 'Facebook', 'tab-register-now', 'http://facebook.com/habbodotvg', '1');
  1679. INSERT INTO `site_navi` VALUES ('6', '0', '3', 'Credits', ' ', '%www%/credits', '1');
  1680.  
  1681. -- ----------------------------
  1682. -- Table structure for `site_news`
  1683. -- ----------------------------
  1684. DROP TABLE IF EXISTS `site_news`;
  1685. CREATE TABLE `site_news` (
  1686. `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  1687. `seo_link` varchar(120) NOT NULL DEFAULT 'news-article',
  1688. `title` text NOT NULL,
  1689. `category_id` int(10) unsigned NOT NULL DEFAULT '1',
  1690. `topstory_image` text NOT NULL,
  1691. `body` text NOT NULL,
  1692. `snippet` text NOT NULL,
  1693. `datestr` varchar(50) NOT NULL,
  1694. `timestamp` int(11) NOT NULL,
  1695. PRIMARY KEY (`id`),
  1696. KEY `datestr` (`datestr`) USING BTREE
  1697. ) ENGINE=MyISAM AUTO_INCREMENT=514 DEFAULT CHARSET=latin1;
  1698.  
  1699. -- ----------------------------
  1700. -- Records of site_news
  1701. -- ----------------------------
  1702. 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 &nbsp;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.&nbsp;</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');
  1703.  
  1704. -- ----------------------------
  1705. -- Table structure for `site_news_categories`
  1706. -- ----------------------------
  1707. DROP TABLE IF EXISTS `site_news_categories`;
  1708. CREATE TABLE `site_news_categories` (
  1709. `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  1710. `caption` text NOT NULL,
  1711. PRIMARY KEY (`id`)
  1712. ) ENGINE=MyISAM AUTO_INCREMENT=14 DEFAULT CHARSET=latin1;
  1713.  
  1714. -- ----------------------------
  1715. -- Records of site_news_categories
  1716. -- ----------------------------
  1717. INSERT INTO `site_news_categories` VALUES ('1', 'Uber');
  1718.  
  1719. -- ----------------------------
  1720. -- Table structure for `site_shop_items`
  1721. -- ----------------------------
  1722. DROP TABLE IF EXISTS `site_shop_items`;
  1723. CREATE TABLE `site_shop_items` (
  1724. `id` int(100) NOT NULL AUTO_INCREMENT,
  1725. `price` int(10) NOT NULL,
  1726. `skin` varchar(100) NOT NULL,
  1727. `type` enum('Sticker','Notes','Background','') NOT NULL DEFAULT 'Sticker',
  1728. `categoryId` int(10) NOT NULL,
  1729. `amount` int(11) NOT NULL DEFAULT '0',
  1730. `ItemName` varchar(120) NOT NULL,
  1731. `ItemPack` int(10) NOT NULL DEFAULT '0',
  1732. `ItemsContent` varchar(120) NOT NULL,
  1733. PRIMARY KEY (`id`),
  1734. KEY `price` (`price`),
  1735. KEY `skin` (`skin`),
  1736. KEY `type` (`type`),
  1737. KEY `categoryId` (`categoryId`),
  1738. KEY `ItemName` (`ItemName`),
  1739. KEY `ItemPack` (`ItemPack`),
  1740. KEY `ItemsContent` (`ItemsContent`)
  1741. ) ENGINE=MyISAM AUTO_INCREMENT=1628 DEFAULT CHARSET=latin1 COMMENT='Stickies del Sitio';
  1742.  
  1743. -- ----------------------------
  1744. -- Records of site_shop_items
  1745. -- ----------------------------
  1746. INSERT INTO `site_shop_items` VALUES ('1460', '1', 's_stickers_uruguay', 'Sticker', '66', '0', '', '0', '');
  1747. INSERT INTO `site_shop_items` VALUES ('1462', '1', 's_stickers_peru', 'Sticker', '66', '0', '', '0', '');
  1748. INSERT INTO `site_shop_items` VALUES ('1456', '1', 's_stickers_paraguay', 'Sticker', '66', '0', '', '0', '');
  1749. INSERT INTO `site_shop_items` VALUES ('1459', '1', 's_stickers_panama', 'Sticker', '66', '0', '', '0', '');
  1750. INSERT INTO `site_shop_items` VALUES ('1454', '1', 's_stickers_nicaragua', 'Sticker', '66', '0', '', '0', '');
  1751. INSERT INTO `site_shop_items` VALUES ('1465', '1', 's_stickers_mexico', 'Sticker', '66', '0', '', '0', '');
  1752. INSERT INTO `site_shop_items` VALUES ('1455', '1', 's_stickers_honduras', 'Sticker', '66', '0', '', '0', '');
  1753. INSERT INTO `site_shop_items` VALUES ('1452', '1', 's_stickers_espain', 'Sticker', '66', '0', '', '0', '');
  1754. INSERT INTO `site_shop_items` VALUES ('1453', '1', 's_stickers_elsalvador', 'Sticker', '66', '0', '', '0', '');
  1755. INSERT INTO `site_shop_items` VALUES ('1461', '1', 's_stickers_ecuador', 'Sticker', '66', '0', '', '0', '');
  1756. INSERT INTO `site_shop_items` VALUES ('1458', '1', 's_stickers_costarica', 'Sticker', '66', '0', '', '0', '');
  1757. INSERT INTO `site_shop_items` VALUES ('1464', '1', 's_stickers_colombia', 'Sticker', '66', '0', '', '0', '');
  1758. INSERT INTO `site_shop_items` VALUES ('1467', '1', 's_stickers_chile', 'Sticker', '66', '0', '', '0', '');
  1759. INSERT INTO `site_shop_items` VALUES ('1457', '1', 's_stickers_bolivia', 'Sticker', '66', '0', '', '0', '');
  1760. INSERT INTO `site_shop_items` VALUES ('1466', '1', 's_stickers_argentina', 'Sticker', '66', '0', '', '0', '');
  1761. INSERT INTO `site_shop_items` VALUES ('1463', '1', 's_stickers_venezuela', 'Sticker', '66', '0', '', '0', '');
  1762. INSERT INTO `site_shop_items` VALUES ('303', '1', 's_trax_sfx', 'Sticker', '27', '0', 'Trax Sonidos fx', '0', '');
  1763. INSERT INTO `site_shop_items` VALUES ('307', '1', 's_trax_disco', 'Sticker', '27', '0', 'Trax Disco', '0', '');
  1764. INSERT INTO `site_shop_items` VALUES ('300', '1', 's_trax_8_bit', 'Sticker', '27', '0', 'Trax Habbo', '0', '');
  1765. INSERT INTO `site_shop_items` VALUES ('305', '1', 's_trax_electro', 'Sticker', '27', '0', 'Trax Electrónica', '0', '');
  1766. INSERT INTO `site_shop_items` VALUES ('304', '1', 's_trax_reggae', 'Sticker', '27', '0', 'Trax Reggae', '0', '');
  1767. INSERT INTO `site_shop_items` VALUES ('301', '1', 's_trax_ambient', 'Sticker', '27', '0', 'Trax Ambiente', '0', '');
  1768. INSERT INTO `site_shop_items` VALUES ('302', '1', 's_trax_bling', 'Sticker', '27', '0', 'Trax Bling', '0', '');
  1769. INSERT INTO `site_shop_items` VALUES ('306', '1', 's_trax_heavy', 'Sticker', '27', '0', 'Trax Heavy', '0', '');
  1770. INSERT INTO `site_shop_items` VALUES ('308', '1', 's_trax_latin', 'Sticker', '27', '0', 'Trax Latina', '0', '');
  1771. INSERT INTO `site_shop_items` VALUES ('651', '1', 's_trax_rock', 'Sticker', '27', '0', 'Trax Rock', '0', '');
  1772. INSERT INTO `site_shop_items` VALUES ('530', '1', 's_a', 'Sticker', '29', '0', 'A', '0', '');
  1773. INSERT INTO `site_shop_items` VALUES ('539', '1', 's_b_2', 'Sticker', '29', '0', 'B', '0', '');
  1774. INSERT INTO `site_shop_items` VALUES ('540', '1', 's_c', 'Sticker', '29', '0', 'C', '0', '');
  1775. INSERT INTO `site_shop_items` VALUES ('552', '1', 's_d', 'Sticker', '29', '0', 'D', '0', '');
  1776. INSERT INTO `site_shop_items` VALUES ('556', '1', 's_e', 'Sticker', '29', '0', 'E', '0', '');
  1777. INSERT INTO `site_shop_items` VALUES ('568', '1', 's_f', 'Sticker', '29', '0', 'F', '0', '');
  1778. INSERT INTO `site_shop_items` VALUES ('569', '1', 's_g', 'Sticker', '29', '0', 'G', '0', '');
  1779. INSERT INTO `site_shop_items` VALUES ('573', '1', 's_h', 'Sticker', '29', '0', 'H', '0', '');
  1780. INSERT INTO `site_shop_items` VALUES ('574', '1', 's_i', 'Sticker', '29', '0', 'I', '0', '');
  1781. INSERT INTO `site_shop_items` VALUES ('576', '1', 's_j', 'Sticker', '29', '0', 'J', '0', '');
  1782. INSERT INTO `site_shop_items` VALUES ('577', '1', 's_k', 'Sticker', '29', '0', 'K', '0', '');
  1783. INSERT INTO `site_shop_items` VALUES ('578', '1', 's_l', 'Sticker', '29', '0', 'L', '0', '');
  1784. INSERT INTO `site_shop_items` VALUES ('584', '1', 's_m', 'Sticker', '29', '0', 'M', '0', '');
  1785. INSERT INTO `site_shop_items` VALUES ('585', '1', 's_n', 'Sticker', '29', '0', 'N', '0', '');
  1786. INSERT INTO `site_shop_items` VALUES ('595', '1', 's_o', 'Sticker', '29', '0', 'O', '0', '');
  1787. INSERT INTO `site_shop_items` VALUES ('597', '1', 's_p', 'Sticker', '29', '0', 'P', '0', '');
  1788. INSERT INTO `site_shop_items` VALUES ('603', '1', 's_q', 'Sticker', '29', '0', 'Q', '0', '');
  1789. INSERT INTO `site_shop_items` VALUES ('604', '1', 's_r', 'Sticker', '29', '0', 'R', '0', '');
  1790. INSERT INTO `site_shop_items` VALUES ('606', '1', 's_s', 'Sticker', '29', '0', 'S', '0', '');
  1791. INSERT INTO `site_shop_items` VALUES ('650', '1', 's_t', 'Sticker', '29', '0', 'T', '0', '');
  1792. INSERT INTO `site_shop_items` VALUES ('652', '1', 's_u', 'Sticker', '29', '0', 'U', '0', '');
  1793. INSERT INTO `site_shop_items` VALUES ('655', '1', 's_v', 'Sticker', '29', '0', 'V', '0', '');
  1794. INSERT INTO `site_shop_items` VALUES ('677', '1', 's_w', 'Sticker', '29', '0', 'W', '0', '');
  1795. INSERT INTO `site_shop_items` VALUES ('679', '1', 's_x', 'Sticker', '29', '0', 'X', '0', '');
  1796. INSERT INTO `site_shop_items` VALUES ('690', '1', 's_y', 'Sticker', '29', '0', 'Y', '0', '');
  1797. INSERT INTO `site_shop_items` VALUES ('691', '1', 's_z', 'Sticker', '29', '0', 'Z', '0', '');
  1798. INSERT INTO `site_shop_items` VALUES ('533', '1', 's_a_with_circle', 'Sticker', '29', '0', 'A', '0', '');
  1799. INSERT INTO `site_shop_items` VALUES ('534', '1', 's_a_with_dots', 'Sticker', '29', '0', 'A', '0', '');
  1800. INSERT INTO `site_shop_items` VALUES ('596', '1', 's_o_with_dots', 'Sticker', '29', '0', 'O', '0', '');
  1801. INSERT INTO `site_shop_items` VALUES ('554', '1', 's_dot', 'Sticker', '29', '0', 'Punto', '0', '');
  1802. INSERT INTO `site_shop_items` VALUES ('531', '1', 's_acsent1', 'Sticker', '29', '0', 'Apóstrofe', '0', '');
  1803. INSERT INTO `site_shop_items` VALUES ('532', '1', 's_acsent2', 'Sticker', '29', '0', 'Tilde', '0', '');
  1804. INSERT INTO `site_shop_items` VALUES ('654', '1', 's_underscore', 'Sticker', '29', '0', 'Guión', '0', '');
  1805. INSERT INTO `site_shop_items` VALUES ('137', '1', 's_bling_star', 'Sticker', '30', '0', 'Estrella Bling', '0', '');
  1806. INSERT INTO `site_shop_items` VALUES ('107', '1', 's_bling_a', 'Sticker', '30', '0', 'A Bling', '0', '');
  1807. INSERT INTO `site_shop_items` VALUES ('108', '1', 's_bling_b', 'Sticker', '30', '0', 'B Bling', '0', '');
  1808. INSERT INTO `site_shop_items` VALUES ('109', '1', 's_bling_c', 'Sticker', '30', '0', 'C Bling', '0', '');
  1809. INSERT INTO `site_shop_items` VALUES ('110', '1', 's_bling_d', 'Sticker', '30', '0', 'D Bling', '0', '');
  1810. INSERT INTO `site_shop_items` VALUES ('111', '1', 's_bling_e', 'Sticker', '30', '0', 'E Bling', '0', '');
  1811. INSERT INTO `site_shop_items` VALUES ('112', '1', 's_bling_f', 'Sticker', '30', '0', 'F Bling', '0', '');
  1812. INSERT INTO `site_shop_items` VALUES ('113', '1', 's_bling_g', 'Sticker', '30', '0', 'G Bling', '0', '');
  1813. INSERT INTO `site_shop_items` VALUES ('114', '1', 's_bling_h', 'Sticker', '30', '0', 'H Bling', '0', '');
  1814. INSERT INTO `site_shop_items` VALUES ('115', '1', 's_bling_i', 'Sticker', '30', '0', 'I Bling', '0', '');
  1815. INSERT INTO `site_shop_items` VALUES ('116', '1', 's_bling_j', 'Sticker', '30', '0', 'J Bling', '0', '');
  1816. INSERT INTO `site_shop_items` VALUES ('117', '1', 's_bling_k', 'Sticker', '30', '0', 'K Bling', '0', '');
  1817. INSERT INTO `site_shop_items` VALUES ('118', '1', 's_bling_l', 'Sticker', '30', '0', 'L Bling', '0', '');
  1818. INSERT INTO `site_shop_items` VALUES ('119', '1', 's_bling_m', 'Sticker', '30', '0', 'M Bling', '0', '');
  1819. INSERT INTO `site_shop_items` VALUES ('120', '1', 's_bling_n', 'Sticker', '30', '0', 'N Bling', '0', '');
  1820. INSERT INTO `site_shop_items` VALUES ('121', '1', 's_bling_o', 'Sticker', '30', '0', 'O Bling', '0', '');
  1821. INSERT INTO `site_shop_items` VALUES ('122', '1', 's_bling_p', 'Sticker', '30', '0', 'P Bling', '0', '');
  1822. INSERT INTO `site_shop_items` VALUES ('123', '1', 's_bling_q', 'Sticker', '30', '0', 'Q Bling', '0', '');
  1823. INSERT INTO `site_shop_items` VALUES ('124', '1', 's_bling_r', 'Sticker', '30', '0', 'R Bling', '0', '');
  1824. INSERT INTO `site_shop_items` VALUES ('125', '1', 's_bling_s', 'Sticker', '30', '0', 'S Bling', '0', '');
  1825. INSERT INTO `site_shop_items` VALUES ('126', '1', 's_bling_t', 'Sticker', '30', '0', 'T Bling', '0', '');
  1826. INSERT INTO `site_shop_items` VALUES ('127', '1', 's_bling_u', 'Sticker', '30', '0', 'U Bling', '0', '');
  1827. INSERT INTO `site_shop_items` VALUES ('128', '1', 's_bling_v', 'Sticker', '30', '0', 'V Bling', '0', '');
  1828. INSERT INTO `site_shop_items` VALUES ('129', '1', 's_bling_w', 'Sticker', '30', '0', 'W Bling', '0', '');
  1829. INSERT INTO `site_shop_items` VALUES ('130', '1', 's_bling_x', 'Sticker', '30', '0', 'X Bling', '0', '');
  1830. INSERT INTO `site_shop_items` VALUES ('131', '1', 's_bling_y', 'Sticker', '30', '0', 'Y Bling', '0', '');
  1831. INSERT INTO `site_shop_items` VALUES ('132', '1', 's_bling_z', 'Sticker', '30', '0', 'Z Bling', '0', '');
  1832. INSERT INTO `site_shop_items` VALUES ('133', '1', 's_bling_underscore', 'Sticker', '30', '0', 'Guión Bling', '0', '');
  1833. INSERT INTO `site_shop_items` VALUES ('139', '1', 's_bling_comma', 'Sticker', '30', '0', 'Coma Bling', '0', '');
  1834. INSERT INTO `site_shop_items` VALUES ('138', '1', 's_bling_dot', 'Sticker', '30', '0', 'mypage.sticker.bling_dot.title', '0', '');
  1835. INSERT INTO `site_shop_items` VALUES ('135', '1', 's_bling_exclamation', 'Sticker', '30', '0', 'Exclamación Bling', '0', '');
  1836. INSERT INTO `site_shop_items` VALUES ('136', '1', 's_bling_question', 'Sticker', '30', '0', 'Pregunta Bling', '0', '');
  1837. INSERT INTO `site_shop_items` VALUES ('927', '1', 's_wood_a', 'Sticker', '55', '0', '', '0', '');
  1838. INSERT INTO `site_shop_items` VALUES ('932', '1', 's_wood_b', 'Sticker', '55', '0', '', '0', '');
  1839. INSERT INTO `site_shop_items` VALUES ('933', '1', 's_wood_c', 'Sticker', '55', '0', '', '0', '');
  1840. INSERT INTO `site_shop_items` VALUES ('935', '1', 's_wood_d', 'Sticker', '55', '0', '', '0', '');
  1841. INSERT INTO `site_shop_items` VALUES ('937', '1', 's_wood_e', 'Sticker', '55', '0', '', '0', '');
  1842. INSERT INTO `site_shop_items` VALUES ('939', '1', 's_wood_f', 'Sticker', '55', '0', '', '0', '');
  1843. INSERT INTO `site_shop_items` VALUES ('940', '1', 's_wood_g', 'Sticker', '55', '0', '', '0', '');
  1844. INSERT INTO `site_shop_items` VALUES ('941', '1', 's_wood_h', 'Sticker', '55', '0', '', '0', '');
  1845. INSERT INTO `site_shop_items` VALUES ('942', '1', 's_wood_i', 'Sticker', '55', '0', '', '0', '');
  1846. INSERT INTO `site_shop_items` VALUES ('943', '1', 's_wood_j', 'Sticker', '55', '0', '', '0', '');
  1847. INSERT INTO `site_shop_items` VALUES ('944', '1', 's_wood_k', 'Sticker', '55', '0', '', '0', '');
  1848. INSERT INTO `site_shop_items` VALUES ('945', '1', 's_wood_l', 'Sticker', '55', '0', '', '0', '');
  1849. INSERT INTO `site_shop_items` VALUES ('946', '1', 's_wood_m', 'Sticker', '55', '0', '', '0', '');
  1850. INSERT INTO `site_shop_items` VALUES ('947', '1', 's_wood_n', 'Sticker', '55', '0', '', '0', '');
  1851. INSERT INTO `site_shop_items` VALUES ('948', '1', 's_wood_o', 'Sticker', '55', '0', '', '0', '');
  1852. INSERT INTO `site_shop_items` VALUES ('950', '1', 's_wood_p', 'Sticker', '55', '0', '', '0', '');
  1853. INSERT INTO `site_shop_items` VALUES ('951', '1', 's_wood_q', 'Sticker', '55', '0', '', '0', '');
  1854. INSERT INTO `site_shop_items` VALUES ('953', '1', 's_wood_r', 'Sticker', '55', '0', '', '0', '');
  1855. INSERT INTO `site_shop_items` VALUES ('954', '1', 's_wood_s', 'Sticker', '55', '0', '', '0', '');
  1856. INSERT INTO `site_shop_items` VALUES ('955', '1', 's_wood_t', 'Sticker', '55', '0', '', '0', '');
  1857. INSERT INTO `site_shop_items` VALUES ('956', '1', 's_wood_u', 'Sticker', '55', '0', '', '0', '');
  1858. INSERT INTO `site_shop_items` VALUES ('958', '1', 's_wood_v', 'Sticker', '55', '0', '', '0', '');
  1859. INSERT INTO `site_shop_items` VALUES ('959', '1', 's_wood_w', 'Sticker', '55', '0', '', '0', '');
  1860. INSERT INTO `site_shop_items` VALUES ('960', '1', 's_wood_x', 'Sticker', '55', '0', '', '0', '');
  1861. INSERT INTO `site_shop_items` VALUES ('961', '1', 's_wood_y', 'Sticker', '55', '0', '', '0', '');
  1862. INSERT INTO `site_shop_items` VALUES ('962', '1', 's_wood_z', 'Sticker', '55', '0', '', '0', '');
  1863. INSERT INTO `site_shop_items` VALUES ('928', '1', 's_wood_acircle', 'Sticker', '55', '0', '', '0', '');
  1864. INSERT INTO `site_shop_items` VALUES ('931', '1', 's_wood_adots', 'Sticker', '55', '0', '', '0', '');
  1865. INSERT INTO `site_shop_items` VALUES ('949', '1', 's_wood_odots', 'Sticker', '55', '0', '', '0', '');
  1866. INSERT INTO `site_shop_items` VALUES ('936', '1', 's_wood_dot', 'Sticker', '55', '0', 'mypage.sticker.wood_dot.title', '0', '');
  1867. INSERT INTO `site_shop_items` VALUES ('934', '1', 's_wood_comma', 'Sticker', '55', '0', '', '0', '');
  1868. INSERT INTO `site_shop_items` VALUES ('938', '1', 's_wood_exclamation', 'Sticker', '55', '0', '', '0', '');
  1869. INSERT INTO `site_shop_items` VALUES ('952', '1', 's_wood_question', 'Sticker', '55', '0', '', '0', '');
  1870. INSERT INTO `site_shop_items` VALUES ('929', '1', 's_wood_acsent', 'Sticker', '55', '0', '', '0', '');
  1871. INSERT INTO `site_shop_items` VALUES ('930', '1', 's_wood_acsent2', 'Sticker', '55', '0', '', '0', '');
  1872. INSERT INTO `site_shop_items` VALUES ('957', '1', 's_wood_undermark', 'Sticker', '55', '0', '', '0', '');
  1873. INSERT INTO `site_shop_items` VALUES ('1025', '1', 's_blue_diner_zero', 'Sticker', '56', '0', '0', '0', '');
  1874. INSERT INTO `site_shop_items` VALUES ('1007', '1', 's_blue_diner_one', 'Sticker', '56', '0', '1', '0', '');
  1875. INSERT INTO `site_shop_items` VALUES ('1017', '1', 's_blue_diner_two', 'Sticker', '56', '0', '2', '0', '');
  1876. INSERT INTO `site_shop_items` VALUES ('1016', '1', 's_blue_diner_three', 'Sticker', '56', '0', '3', '0', '');
  1877. INSERT INTO `site_shop_items` VALUES ('996', '1', 's_blue_diner_four', 'Sticker', '56', '0', '4', '0', '');
  1878. INSERT INTO `site_shop_items` VALUES ('995', '1', 's_blue_diner_five', 'Sticker', '56', '0', '5', '0', '');
  1879. INSERT INTO `site_shop_items` VALUES ('1014', '1', 's_blue_diner_six', 'Sticker', '56', '0', '6', '0', '');
  1880. INSERT INTO `site_shop_items` VALUES ('1013', '1', 's_blue_diner_seven', 'Sticker', '56', '0', '7', '0', '');
  1881. INSERT INTO `site_shop_items` VALUES ('992', '1', 's_blue_diner_eight', 'Sticker', '56', '0', '8', '0', '');
  1882. INSERT INTO `site_shop_items` VALUES ('1005', '1', 's_blue_diner_nine', 'Sticker', '56', '0', '9', '0', '');
  1883. INSERT INTO `site_shop_items` VALUES ('987', '1', 's_blue_diner_a', 'Sticker', '56', '0', 'A', '0', '');
  1884. INSERT INTO `site_shop_items` VALUES ('1026', '1', 's_blue_diner_a_umlaut', 'Sticker', '56', '0', 'Ä', '0', '');
  1885. INSERT INTO `site_shop_items` VALUES ('1027', '1', 's_blue_diner_ae', 'Sticker', '56', '0', 'AE', '0', '');
  1886. INSERT INTO `site_shop_items` VALUES ('988', '1', 's_blue_diner_b', 'Sticker', '56', '0', 'B', '0', '');
  1887. INSERT INTO `site_shop_items` VALUES ('989', '1', 's_blue_diner_c', 'Sticker', '56', '0', 'C', '0', '');
  1888. INSERT INTO `site_shop_items` VALUES ('1028', '1', 's_blue_diner_c_cedilla', 'Sticker', '56', '0', 'Ç', '0', '');
  1889. INSERT INTO `site_shop_items` VALUES ('990', '1', 's_blue_diner_d', 'Sticker', '56', '0', 'D', '0', '');
  1890. INSERT INTO `site_shop_items` VALUES ('991', '1', 's_blue_diner_e', 'Sticker', '56', '0', 'E', '0', '');
  1891. INSERT INTO `site_shop_items` VALUES ('1029', '1', 's_blue_diner_e_acc', 'Sticker', '56', '0', 'É', '0', '');
  1892. INSERT INTO `site_shop_items` VALUES ('1030', '1', 's_blue_diner_e_acc_grave', 'Sticker', '56', '0', 'È', '0', '');
  1893. INSERT INTO `site_shop_items` VALUES ('994', '1', 's_blue_diner_f', 'Sticker', '56', '0', 'F', '0', '');
  1894. INSERT INTO `site_shop_items` VALUES ('997', '1', 's_blue_diner_g', 'Sticker', '56', '0', 'G', '0', '');
  1895. INSERT INTO `site_shop_items` VALUES ('998', '1', 's_blue_diner_h', 'Sticker', '56', '0', 'H', '0', '');
  1896. INSERT INTO `site_shop_items` VALUES ('999', '1', 's_blue_diner_i', 'Sticker', '56', '0', 'I', '0', '');
  1897. INSERT INTO `site_shop_items` VALUES ('1000', '1', 's_blue_diner_j', 'Sticker', '56', '0', 'J', '0', '');
  1898. INSERT INTO `site_shop_items` VALUES ('1001', '1', 's_blue_diner_k', 'Sticker', '56', '0', 'K', '0', '');
  1899. INSERT INTO `site_shop_items` VALUES ('1002', '1', 's_blue_diner_l', 'Sticker', '56', '0', 'L', '0', '');
  1900. INSERT INTO `site_shop_items` VALUES ('1003', '1', 's_blue_diner_m', 'Sticker', '56', '0', 'M', '0', '');
  1901. INSERT INTO `site_shop_items` VALUES ('1004', '1', 's_blue_diner_n', 'Sticker', '56', '0', 'N', '0', '');
  1902. INSERT INTO `site_shop_items` VALUES ('1006', '1', 's_blue_diner_o', 'Sticker', '56', '0', 'O', '0', '');
  1903. INSERT INTO `site_shop_items` VALUES ('1031', '1', 's_blue_diner_o_accute', 'Sticker', '56', '0', 'Ó', '0', '');
  1904. INSERT INTO `site_shop_items` VALUES ('1032', '1', 's_blue_diner_o_cc_grave', 'Sticker', '56', '0', 'Ò', '0', '');
  1905. INSERT INTO `site_shop_items` VALUES ('1033', '1', 's_blue_diner_o_umlaut', 'Sticker', '56', '0', 'Ö', '0', '');
  1906. INSERT INTO `site_shop_items` VALUES ('1008', '1', 's_blue_diner_p', 'Sticker', '56', '0', 'P', '0', '');
  1907. INSERT INTO `site_shop_items` VALUES ('1009', '1', 's_blue_diner_q', 'Sticker', '56', '0', 'Q', '0', '');
  1908. INSERT INTO `site_shop_items` VALUES ('1011', '1', 's_blue_diner_r', 'Sticker', '56', '0', 'R', '0', '');
  1909. INSERT INTO `site_shop_items` VALUES ('1012', '1', 's_blue_diner_s', 'Sticker', '56', '0', 'S', '0', '');
  1910. INSERT INTO `site_shop_items` VALUES ('1015', '1', 's_blue_diner_t', 'Sticker', '56', '0', 'T', '0', '');
  1911. INSERT INTO `site_shop_items` VALUES ('1018', '1', 's_blue_diner_u', 'Sticker', '56', '0', 'U', '0', '');
  1912. INSERT INTO `site_shop_items` VALUES ('1034', '1', 's_blue_diner_u_acc', 'Sticker', '56', '0', 'Ú', '0', '');
  1913. INSERT INTO `site_shop_items` VALUES ('1035', '1', 's_blue_diner_u_acc_grave', 'Sticker', '56', '0', 'Ù', '0', '');
  1914. INSERT INTO `site_shop_items` VALUES ('1036', '1', 's_blue_diner_u_umlaut', 'Sticker', '56', '0', 'Ü', '0', '');
  1915. INSERT INTO `site_shop_items` VALUES ('1020', '1', 's_blue_diner_v', 'Sticker', '56', '0', 'V', '0', '');
  1916. INSERT INTO `site_shop_items` VALUES ('1021', '1', 's_blue_diner_w', 'Sticker', '56', '0', 'W', '0', '');
  1917. INSERT INTO `site_shop_items` VALUES ('1022', '1', 's_blue_diner_x', 'Sticker', '56', '0', 'X', '0', '');
  1918. INSERT INTO `site_shop_items` VALUES ('1023', '1', 's_blue_diner_y', 'Sticker', '56', '0', 'Y', '0', '');
  1919. INSERT INTO `site_shop_items` VALUES ('1024', '1', 's_blue_diner_z', 'Sticker', '56', '0', 'Z', '0', '');
  1920. INSERT INTO `site_shop_items` VALUES ('993', '1', 's_blue_diner_exclamation', 'Sticker', '56', '0', '!', '0', '');
  1921. INSERT INTO `site_shop_items` VALUES ('1019', '1', 's_blue_diner_upsidedown_pre', 'Sticker', '56', '0', '¿', '0', '');
  1922. INSERT INTO `site_shop_items` VALUES ('1010', '1', 's_blue_diner_question', 'Sticker', '56', '0', '?', '0', '');
  1923. INSERT INTO `site_shop_items` VALUES ('1075', '1', 's_green_diner_zero', 'Sticker', '60', '0', '', '0', '');
  1924. INSERT INTO `site_shop_items` VALUES ('1057', '1', 's_green_diner_one', 'Sticker', '60', '0', '', '0', '');
  1925. INSERT INTO `site_shop_items` VALUES ('1067', '1', 's_green_diner_two', 'Sticker', '60', '0', '', '0', '');
  1926. INSERT INTO `site_shop_items` VALUES ('1066', '1', 's_green_diner_three', 'Sticker', '60', '0', '', '0', '');
  1927. INSERT INTO `site_shop_items` VALUES ('1046', '1', 's_green_diner_four', 'Sticker', '60', '0', '', '0', '');
  1928. INSERT INTO `site_shop_items` VALUES ('1045', '1', 's_green_diner_five', 'Sticker', '60', '0', '', '0', '');
  1929. INSERT INTO `site_shop_items` VALUES ('1064', '1', 's_green_diner_six', 'Sticker', '60', '0', '', '0', '');
  1930. INSERT INTO `site_shop_items` VALUES ('1063', '1', 's_green_diner_seven', 'Sticker', '60', '0', '', '0', '');
  1931. INSERT INTO `site_shop_items` VALUES ('1042', '1', 's_green_diner_eight', 'Sticker', '60', '0', '', '0', '');
  1932. INSERT INTO `site_shop_items` VALUES ('1055', '1', 's_green_diner_nine', 'Sticker', '60', '0', '', '0', '');
  1933. INSERT INTO `site_shop_items` VALUES ('1037', '1', 's_green_diner_a', 'Sticker', '60', '0', '', '0', '');
  1934. INSERT INTO `site_shop_items` VALUES ('1076', '1', 's_green_diner_a_umlaut', 'Sticker', '60', '0', '', '0', '');
  1935. INSERT INTO `site_shop_items` VALUES ('1077', '1', 's_green_diner_ae', 'Sticker', '60', '0', '', '0', '');
  1936. INSERT INTO `site_shop_items` VALUES ('1038', '1', 's_green_diner_b', 'Sticker', '60', '0', '', '0', '');
  1937. INSERT INTO `site_shop_items` VALUES ('1039', '1', 's_green_diner_c', 'Sticker', '60', '0', '', '0', '');
  1938. INSERT INTO `site_shop_items` VALUES ('1078', '1', 's_green_diner_c_cedilla', 'Sticker', '60', '0', '', '0', '');
  1939. INSERT INTO `site_shop_items` VALUES ('1040', '1', 's_green_diner_d', 'Sticker', '60', '0', '', '0', '');
  1940. INSERT INTO `site_shop_items` VALUES ('1041', '1', 's_green_diner_e', 'Sticker', '60', '0', '', '0', '');
  1941. INSERT INTO `site_shop_items` VALUES ('1079', '1', 's_green_diner_e_acc', 'Sticker', '60', '0', '', '0', '');
  1942. INSERT INTO `site_shop_items` VALUES ('1080', '1', 's_green_diner_e_cc_grave', 'Sticker', '60', '0', '', '0', '');
  1943. INSERT INTO `site_shop_items` VALUES ('1044', '1', 's_green_diner_f', 'Sticker', '60', '0', '', '0', '');
  1944. INSERT INTO `site_shop_items` VALUES ('1047', '1', 's_green_diner_g', 'Sticker', '60', '0', '', '0', '');
  1945. INSERT INTO `site_shop_items` VALUES ('1048', '1', 's_green_diner_h', 'Sticker', '60', '0', '', '0', '');
  1946. INSERT INTO `site_shop_items` VALUES ('1049', '1', 's_green_diner_i', 'Sticker', '60', '0', '', '0', '');
  1947. INSERT INTO `site_shop_items` VALUES ('1050', '1', 's_green_diner_j', 'Sticker', '60', '0', '', '0', '');
  1948. INSERT INTO `site_shop_items` VALUES ('1051', '1', 's_green_diner_k', 'Sticker', '60', '0', '', '0', '');
  1949. INSERT INTO `site_shop_items` VALUES ('1052', '1', 's_green_diner_l', 'Sticker', '60', '0', '', '0', '');
  1950. INSERT INTO `site_shop_items` VALUES ('1053', '1', 's_green_diner_m', 'Sticker', '60', '0', '', '0', '');
  1951. INSERT INTO `site_shop_items` VALUES ('1054', '1', 's_green_diner_n', 'Sticker', '60', '0', '', '0', '');
  1952. INSERT INTO `site_shop_items` VALUES ('1056', '1', 's_green_diner_o', 'Sticker', '60', '0', '', '0', '');
  1953. INSERT INTO `site_shop_items` VALUES ('1081', '1', 's_green_diner_o_accute', 'Sticker', '60', '0', '', '0', '');
  1954. INSERT INTO `site_shop_items` VALUES ('1082', '1', 's_green_diner_o_cc_grave', 'Sticker', '60', '0', '', '0', '');
  1955. INSERT INTO `site_shop_items` VALUES ('1083', '1', 's_green_diner_o_umlaut', 'Sticker', '60', '0', '', '0', '');
  1956. INSERT INTO `site_shop_items` VALUES ('1058', '1', 's_green_diner_p', 'Sticker', '60', '0', '', '0', '');
  1957. INSERT INTO `site_shop_items` VALUES ('1059', '1', 's_green_diner_q', 'Sticker', '60', '0', '', '0', '');
  1958. INSERT INTO `site_shop_items` VALUES ('1061', '1', 's_green_diner_r', 'Sticker', '60', '0', '', '0', '');
  1959. INSERT INTO `site_shop_items` VALUES ('1062', '1', 's_green_diner_s', 'Sticker', '60', '0', '', '0', '');
  1960. INSERT INTO `site_shop_items` VALUES ('1065', '1', 's_green_diner_t', 'Sticker', '60', '0', '', '0', '');
  1961. INSERT INTO `site_shop_items` VALUES ('1068', '1', 's_green_diner_u', 'Sticker', '60', '0', '', '0', '');
  1962. INSERT INTO `site_shop_items` VALUES ('1084', '1', 's_green_diner_u_acc', 'Sticker', '60', '0', '', '0', '');
  1963. INSERT INTO `site_shop_items` VALUES ('1085', '1', 's_green_diner_u_acc_grave', 'Sticker', '60', '0', '', '0', '');
  1964. INSERT INTO `site_shop_items` VALUES ('1086', '1', 's_green_diner_u_umlaut', 'Sticker', '60', '0', '', '0', '');
  1965. INSERT INTO `site_shop_items` VALUES ('1070', '1', 's_green_diner_v', 'Sticker', '60', '0', '', '0', '');
  1966. INSERT INTO `site_shop_items` VALUES ('1071', '1', 's_green_diner_w', 'Sticker', '60', '0', '', '0', '');
  1967. INSERT INTO `site_shop_items` VALUES ('1072', '1', 's_green_diner_x', 'Sticker', '60', '0', '', '0', '');
  1968. INSERT INTO `site_shop_items` VALUES ('1073', '1', 's_green_diner_y', 'Sticker', '60', '0', '', '0', '');
  1969. INSERT INTO `site_shop_items` VALUES ('1074', '1', 's_green_diner_z', 'Sticker', '60', '0', '', '0', '');
  1970. INSERT INTO `site_shop_items` VALUES ('1043', '1', 's_green_diner_exclamation', 'Sticker', '60', '0', '', '0', '');
  1971. INSERT INTO `site_shop_items` VALUES ('1069', '1', 's_green_diner_upsidedown_pre', 'Sticker', '60', '0', '', '0', '');
  1972. INSERT INTO `site_shop_items` VALUES ('1060', '1', 's_green_diner_question', 'Sticker', '60', '0', '', '0', '');
  1973. INSERT INTO `site_shop_items` VALUES ('1125', '1', 's_red_diner_zero', 'Sticker', '61', '0', '0', '0', '');
  1974. INSERT INTO `site_shop_items` VALUES ('1107', '1', 's_red_diner_one', 'Sticker', '61', '0', '1', '0', '');
  1975. INSERT INTO `site_shop_items` VALUES ('1117', '1', 's_red_diner_two', 'Sticker', '61', '0', '2', '0', '');
  1976. INSERT INTO `site_shop_items` VALUES ('1116', '1', 's_red_diner_three', 'Sticker', '61', '0', '3', '0', '');
  1977. INSERT INTO `site_shop_items` VALUES ('1096', '1', 's_red_diner_four', 'Sticker', '61', '0', '4', '0', '');
  1978. INSERT INTO `site_shop_items` VALUES ('1095', '1', 's_red_diner_five', 'Sticker', '61', '0', '5', '0', '');
  1979. INSERT INTO `site_shop_items` VALUES ('1114', '1', 's_red_diner_six', 'Sticker', '61', '0', '6', '0', '');
  1980. INSERT INTO `site_shop_items` VALUES ('1113', '1', 's_red_diner_seven', 'Sticker', '61', '0', '7', '0', '');
  1981. INSERT INTO `site_shop_items` VALUES ('1092', '1', 's_red_diner_eight', 'Sticker', '61', '0', '8', '0', '');
  1982. INSERT INTO `site_shop_items` VALUES ('1105', '1', 's_red_diner_nine', 'Sticker', '61', '0', '9', '0', '');
  1983. INSERT INTO `site_shop_items` VALUES ('1087', '1', 's_red_diner_a', 'Sticker', '61', '0', 'A', '0', '');
  1984. INSERT INTO `site_shop_items` VALUES ('1126', '1', 's_red_diner_a_umlaut', 'Sticker', '61', '0', 'Ä', '0', '');
  1985. INSERT INTO `site_shop_items` VALUES ('1127', '1', 's_red_diner_ae', 'Sticker', '61', '0', 'AE', '0', '');
  1986. INSERT INTO `site_shop_items` VALUES ('1088', '1', 's_red_diner_b', 'Sticker', '61', '0', 'B', '0', '');
  1987. INSERT INTO `site_shop_items` VALUES ('1089', '1', 's_red_diner_c', 'Sticker', '61', '0', 'C', '0', '');
  1988. INSERT INTO `site_shop_items` VALUES ('1128', '1', 's_red_diner_c_cedilla', 'Sticker', '61', '0', 'Ç', '0', '');
  1989. INSERT INTO `site_shop_items` VALUES ('1090', '1', 's_red_diner_d', 'Sticker', '61', '0', 'D', '0', '');
  1990. INSERT INTO `site_shop_items` VALUES ('1091', '1', 's_red_diner_e', 'Sticker', '61', '0', 'E', '0', '');
  1991. INSERT INTO `site_shop_items` VALUES ('1129', '1', 's_red_diner_e_acc', 'Sticker', '61', '0', 'É', '0', '');
  1992. INSERT INTO `site_shop_items` VALUES ('1130', '1', 's_red_diner_e_cc_grave', 'Sticker', '61', '0', 'È', '0', '');
  1993. INSERT INTO `site_shop_items` VALUES ('1094', '1', 's_red_diner_f', 'Sticker', '61', '0', 'F', '0', '');
  1994. INSERT INTO `site_shop_items` VALUES ('1097', '1', 's_red_diner_g', 'Sticker', '61', '0', 'G', '0', '');
  1995. INSERT INTO `site_shop_items` VALUES ('1098', '1', 's_red_diner_h', 'Sticker', '61', '0', 'H', '0', '');
  1996. INSERT INTO `site_shop_items` VALUES ('1099', '1', 's_red_diner_i', 'Sticker', '61', '0', 'I', '0', '');
  1997. INSERT INTO `site_shop_items` VALUES ('1100', '1', 's_red_diner_j', 'Sticker', '61', '0', 'J', '0', '');
  1998. INSERT INTO `site_shop_items` VALUES ('1101', '1', 's_red_diner_k', 'Sticker', '61', '0', 'K', '0', '');
  1999. INSERT INTO `site_shop_items` VALUES ('1102', '1', 's_red_diner_l', 'Sticker', '61', '0', 'L', '0', '');
  2000. INSERT INTO `site_shop_items` VALUES ('1103', '1', 's_red_diner_m', 'Sticker', '61', '0', 'M', '0', '');
  2001. INSERT INTO `site_shop_items` VALUES ('1104', '1', 's_red_diner_n', 'Sticker', '61', '0', 'N', '0', '');
  2002. INSERT INTO `site_shop_items` VALUES ('1106', '1', 's_red_diner_o', 'Sticker', '61', '0', 'O', '0', '');
  2003. INSERT INTO `site_shop_items` VALUES ('1131', '1', 's_red_diner_o_accute', 'Sticker', '61', '0', 'Ó', '0', '');
  2004. INSERT INTO `site_shop_items` VALUES ('1132', '1', 's_red_diner_o_cc_grave', 'Sticker', '61', '0', 'Ò', '0', '');
  2005. INSERT INTO `site_shop_items` VALUES ('1133', '1', 's_red_diner_o_umlaut', 'Sticker', '61', '0', 'Ö', '0', '');
  2006. INSERT INTO `site_shop_items` VALUES ('1108', '1', 's_red_diner_p', 'Sticker', '61', '0', 'P', '0', '');
  2007. INSERT INTO `site_shop_items` VALUES ('1109', '1', 's_red_diner_q', 'Sticker', '61', '0', 'Q', '0', '');
  2008. INSERT INTO `site_shop_items` VALUES ('1111', '1', 's_red_diner_r', 'Sticker', '61', '0', 'R', '0', '');
  2009. INSERT INTO `site_shop_items` VALUES ('1112', '1', 's_red_diner_s', 'Sticker', '61', '0', 'S', '0', '');
  2010. INSERT INTO `site_shop_items` VALUES ('1115', '1', 's_red_diner_t', 'Sticker', '61', '0', 'T', '0', '');
  2011. INSERT INTO `site_shop_items` VALUES ('1118', '1', 's_red_diner_u', 'Sticker', '61', '0', 'U', '0', '');
  2012. INSERT INTO `site_shop_items` VALUES ('1134', '1', 's_red_diner_u_acc', 'Sticker', '61', '0', 'Ú', '0', '');
  2013. INSERT INTO `site_shop_items` VALUES ('1135', '1', 's_red_diner_u_acc_grave', 'Sticker', '61', '0', 'Ù', '0', '');
  2014. INSERT INTO `site_shop_items` VALUES ('1136', '1', 's_red_diner_u_umlaut', 'Sticker', '61', '0', 'Ü', '0', '');
  2015. INSERT INTO `site_shop_items` VALUES ('1120', '1', 's_red_diner_v', 'Sticker', '61', '0', 'V', '0', '');
  2016. INSERT INTO `site_shop_items` VALUES ('1121', '1', 's_red_diner_w', 'Sticker', '61', '0', 'W', '0', '');
  2017. INSERT INTO `site_shop_items` VALUES ('1122', '1', 's_red_diner_x', 'Sticker', '61', '0', 'X', '0', '');
  2018. INSERT INTO `site_shop_items` VALUES ('1123', '1', 's_red_diner_y', 'Sticker', '61', '0', 'Y', '0', '');
  2019. INSERT INTO `site_shop_items` VALUES ('1124', '1', 's_red_diner_z', 'Sticker', '61', '0', 'Z', '0', '');
  2020. INSERT INTO `site_shop_items` VALUES ('1093', '1', 's_red_diner_exclamation', 'Sticker', '61', '0', '!', '0', '');
  2021. INSERT INTO `site_shop_items` VALUES ('1119', '1', 's_red_diner_upsidedown_pre', 'Sticker', '61', '0', '¿', '0', '');
  2022. INSERT INTO `site_shop_items` VALUES ('1110', '1', 's_red_diner_question', 'Sticker', '61', '0', '?', '0', '');
  2023. INSERT INTO `site_shop_items` VALUES ('102', '1', 's_sticker_zipper_h_tile', 'Sticker', '31', '0', 'Cremallera', '0', '');
  2024. INSERT INTO `site_shop_items` VALUES ('101', '1', 's_sticker_zipper_h_normal_lock', 'Sticker', '31', '0', 'Cremallera', '0', '');
  2025. INSERT INTO `site_shop_items` VALUES ('100', '1', 's_sticker_zipper_h_end', 'Sticker', '31', '0', 'Cremallera', '0', '');
  2026. INSERT INTO `site_shop_items` VALUES ('99', '1', 's_sticker_zipper_h_bobba_lock', 'Sticker', '31', '0', 'Cremallera', '0', '');
  2027. INSERT INTO `site_shop_items` VALUES ('95', '1', 's_leafs2', 'Sticker', '31', '0', 'Hojas 2', '0', '');
  2028. INSERT INTO `site_shop_items` VALUES ('94', '1', 's_leafs1', 'Sticker', '31', '0', 'Hojas', '0', '');
  2029. INSERT INTO `site_shop_items` VALUES ('93', '1', 's_vine2', 'Sticker', '31', '0', 'Parra 2', '0', '');
  2030. INSERT INTO `site_shop_items` VALUES ('92', '1', 's_vine', 'Sticker', '31', '0', 'Parra', '0', '');
  2031. INSERT INTO `site_shop_items` VALUES ('50', '1', 's_ruler_vertical', 'Sticker', '31', '0', 'Regla', '0', '');
  2032. INSERT INTO `site_shop_items` VALUES ('49', '1', 's_ruler_horizontal', 'Sticker', '31', '0', 'Regla', '0', '');
  2033. INSERT INTO `site_shop_items` VALUES ('21', '1', 's_chain_horizontal', 'Sticker', '31', '0', 'Cadena 2', '0', '');
  2034. INSERT INTO `site_shop_items` VALUES ('20', '1', 's_chain_vertical', 'Sticker', '31', '0', 'Cadena 1', '0', '');
  2035. INSERT INTO `site_shop_items` VALUES ('103', '1', 's_sticker_zipper_v_tile', 'Sticker', '31', '0', 'Cremallera', '0', '');
  2036. INSERT INTO `site_shop_items` VALUES ('104', '1', 's_sticker_zipper_v_bobba_lock', 'Sticker', '31', '0', 'Cremallera', '0', '');
  2037. INSERT INTO `site_shop_items` VALUES ('105', '1', 's_sticker_zipper_v_end', 'Sticker', '31', '0', 'Cremallera', '0', '');
  2038. INSERT INTO `site_shop_items` VALUES ('106', '1', 's_sticker_zipper_v_normal_lock', 'Sticker', '31', '0', 'Cremallera', '0', '');
  2039. INSERT INTO `site_shop_items` VALUES ('678', '1', 's_wormhand', 'Sticker', '32', '0', 'Mano de gorila', '0', '');
  2040. INSERT INTO `site_shop_items` VALUES ('714', '1', 's_sticker_gentleman', 'Sticker', '32', '0', 'Caballero', '0', '');
  2041. INSERT INTO `site_shop_items` VALUES ('25', '1', 's_chewed_bubblegum', 'Sticker', '32', '0', 'Chicle', '0', '');
  2042. INSERT INTO `site_shop_items` VALUES ('53', '1', 's_sticker_cactus_anim', 'Sticker', '32', '0', 'Cáctus', '0', '');
  2043. INSERT INTO `site_shop_items` VALUES ('54', '1', 's_sticker_spaceduck', 'Sticker', '32', '0', 'Pato espacial', '0', '');
  2044. INSERT INTO `site_shop_items` VALUES ('55', '1', 's_sticker_moonpig', 'Sticker', '32', '0', 'Cerdo volador', '0', '');
  2045. INSERT INTO `site_shop_items` VALUES ('59', '1', 's_swimming_fish', 'Sticker', '32', '0', '¡A nadar!', '0', '');
  2046. INSERT INTO `site_shop_items` VALUES ('66', '1', 's_sticker_boxer', 'Sticker', '32', '0', 'Boxeador', '0', '');
  2047. INSERT INTO `site_shop_items` VALUES ('96', '1', 's_wunderfrank', 'Sticker', '32', '0', 'Frank', '0', '');
  2048. INSERT INTO `site_shop_items` VALUES ('97', '1', 's_sticker_submarine', 'Sticker', '32', '0', 'submarino', '0', '');
  2049. INSERT INTO `site_shop_items` VALUES ('65', '1', 's_sticker_clown_anim', 'Sticker', '32', '0', 'Payaso', '0', '');
  2050. INSERT INTO `site_shop_items` VALUES ('16', '1', 's_blingblingstars', 'Sticker', '33', '0', 'Estrellas', '0', '');
  2051. INSERT INTO `site_shop_items` VALUES ('17', '1', 's_blinghearts', 'Sticker', '33', '0', 'Corazones', '0', '');
  2052. INSERT INTO `site_shop_items` VALUES ('18', '1', 's_sticker_heartbeat', 'Sticker', '33', '0', 'Latidos del corazón', '0', '');
  2053. INSERT INTO `site_shop_items` VALUES ('56', '1', 's_sticker_catinabox', 'Sticker', '33', '0', 'Gato en una caja', '0', '');
  2054. INSERT INTO `site_shop_items` VALUES ('58', '1', 's_bear', 'Sticker', '33', '0', 'Oso', '0', '');
  2055. INSERT INTO `site_shop_items` VALUES ('19', '1', 's_sticker_bobbaskull', 'Sticker', '34', '0', 'calavera bobba', '0', '');
  2056. INSERT INTO `site_shop_items` VALUES ('67', '1', 's_scubacapsule_anim', 'Sticker', '34', '0', 'Cápsula', '0', '');
  2057. 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');
  2058. INSERT INTO `site_shop_items` VALUES ('710', '1', 's_sticker_flower1', 'Sticker', '35', '5', 'mypage.product.hw_package9_sticker_flower1.title', '0', '');
  2059. 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');
  2060. INSERT INTO `site_shop_items` VALUES ('707', '1', 's_icecube_big', 'Sticker', '35', '10', 'mypage.product.hw_package4_icecube_big.title', '0', '');
  2061. INSERT INTO `site_shop_items` VALUES ('601', '1', 's_leafs2', 'Sticker', '35', '7', 'mypage.product.hw_package4_leafs1.title', '0', '');
  2062. INSERT INTO `site_shop_items` VALUES ('600', '1', 's_vine2', 'Sticker', '35', '5', 'mypage.product.hw_package3_vine2.title', '0', '');
  2063. INSERT INTO `site_shop_items` VALUES ('599', '1', 's_chain_horizontal', 'Sticker', '35', '5', 'mypage.product.hw_package2_chain_horizontal.title', '0', '');
  2064. 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');
  2065. 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', '');
  2066. INSERT INTO `site_shop_items` VALUES ('583', '2', 'package_product_pre', '', '35', '2', 'mypage.product.hw_leafs.title', '0', 's_leafs1,s_leafs2');
  2067. INSERT INTO `site_shop_items` VALUES ('602', '1', 's_icecube_small', 'Sticker', '35', '10', 'mypage.product.hw_package6_icecube_small.title', '0', '');
  2068. INSERT INTO `site_shop_items` VALUES ('3', '1', 's_sticker_arrow_down', 'Sticker', '36', '0', 'Flecha abajo', '0', '');
  2069. INSERT INTO `site_shop_items` VALUES ('4', '1', 's_sticker_arrow_left', 'Sticker', '36', '0', 'Flecha izquierda', '0', '');
  2070. INSERT INTO `site_shop_items` VALUES ('5', '1', 's_sticker_arrow_up', 'Sticker', '36', '0', 'Flecha arriba', '0', '');
  2071. INSERT INTO `site_shop_items` VALUES ('7', '1', 's_finger_push', 'Sticker', '36', '0', 'Dedo', '0', '');
  2072. INSERT INTO `site_shop_items` VALUES ('6', '1', 's_sticker_arrow_right', 'Sticker', '36', '0', 'Flecha derecha', '0', '');
  2073. INSERT INTO `site_shop_items` VALUES ('8', '1', 's_sticker_pointing_hand_1', 'Sticker', '36', '0', 'Señalando 1', '0', '');
  2074. INSERT INTO `site_shop_items` VALUES ('9', '1', 's_sticker_pointing_hand_2', 'Sticker', '36', '0', 'Señalando 2', '0', '');
  2075. INSERT INTO `site_shop_items` VALUES ('10', '1', 's_sticker_pointing_hand_3', 'Sticker', '36', '0', 'Señalando 3', '0', '');
  2076. INSERT INTO `site_shop_items` VALUES ('11', '1', 's_sticker_pointing_hand_4', 'Sticker', '36', '0', 'Señalando 4', '0', '');
  2077. INSERT INTO `site_shop_items` VALUES ('22', '1', 's_nail2', 'Sticker', '36', '0', 'Clavo', '0', '');
  2078. INSERT INTO `site_shop_items` VALUES ('23', '1', 's_nail3', 'Sticker', '36', '0', 'mypage.sticker.nail3.title', '0', '');
  2079. INSERT INTO `site_shop_items` VALUES ('36', '1', 's_needle_1', 'Sticker', '36', '0', 'Aguja 1', '0', '');
  2080. INSERT INTO `site_shop_items` VALUES ('37', '1', 's_needle_2', 'Sticker', '36', '0', 'Aguja 2', '0', '');
  2081. INSERT INTO `site_shop_items` VALUES ('38', '1', 's_needle_3', 'Sticker', '36', '0', 'Aguja 3', '0', '');
  2082. INSERT INTO `site_shop_items` VALUES ('39', '1', 's_needle_4', 'Sticker', '36', '0', 'Aguja 4', '0', '');
  2083. INSERT INTO `site_shop_items` VALUES ('40', '1', 's_needle_5', 'Sticker', '36', '0', 'Aguja 5', '0', '');
  2084. INSERT INTO `site_shop_items` VALUES ('89', '1', 's_sticker_flower1', 'Sticker', '37', '0', 'Flor', '0', '');
  2085. INSERT INTO `site_shop_items` VALUES ('90', '1', 's_sticker_flower_big_yellow', 'Sticker', '37', '0', 'Flores amarillas', '0', '');
  2086. INSERT INTO `site_shop_items` VALUES ('91', '1', 's_sticker_flower_pink', 'Sticker', '37', '0', 'Flores rosas', '0', '');
  2087. INSERT INTO `site_shop_items` VALUES ('24', '1', 's_i_love_bobba', 'Sticker', '38', '0', 'Placa Bobba', '0', '');
  2088. INSERT INTO `site_shop_items` VALUES ('77', '1', 's_i_love_coffee', 'Sticker', '38', '0', 'Placa Café', '0', '');
  2089. INSERT INTO `site_shop_items` VALUES ('84', '1', 's_sticker_effect_bam', 'Sticker', '38', '0', '¡Pum!', '0', '');
  2090. INSERT INTO `site_shop_items` VALUES ('85', '1', 's_sticker_effect_burp', 'Sticker', '38', '0', '¡Puff!', '0', '');
  2091. INSERT INTO `site_shop_items` VALUES ('86', '1', 's_sticker_effect_woosh', 'Sticker', '38', '0', '¡Whau!', '0', '');
  2092. INSERT INTO `site_shop_items` VALUES ('87', '1', 's_sticker_effect_zap', 'Sticker', '38', '0', '¡Flip!', '0', '');
  2093. INSERT INTO `site_shop_items` VALUES ('88', '1', 's_sticker_effect_whoosh2', 'Sticker', '38', '0', '¡Whau 2!', '0', '');
  2094. INSERT INTO `site_shop_items` VALUES ('697', '1', 's_icecube_small', 'Sticker', '39', '0', 'Cubito', '0', '');
  2095. INSERT INTO `site_shop_items` VALUES ('621', '1', 's_ss_snowballmachine', 'Sticker', '39', '0', 'Máquina de bolas', '0', '');
  2096. INSERT INTO `site_shop_items` VALUES ('575', '1', 's_icecube_big', 'Sticker', '39', '0', 'Cubito', '0', '');
  2097. INSERT INTO `site_shop_items` VALUES ('617', '1', 's_bootsitjalapaset_red', 'Sticker', '39', '0', 'Botas y guantes', '0', '');
  2098. INSERT INTO `site_shop_items` VALUES ('620', '1', 's_ss_hits_by_snowball', 'Sticker', '39', '0', 'Nieve', '0', '');
  2099. INSERT INTO `site_shop_items` VALUES ('564', '1', 's_extra_ss_duck_left', 'Sticker', '39', '0', 'Pato nevado', '0', '');
  2100. INSERT INTO `site_shop_items` VALUES ('626', '1', 's_ss_snowtree', 'Sticker', '39', '0', 'Árbol nevado', '0', '');
  2101. INSERT INTO `site_shop_items` VALUES ('618', '1', 's_ss_costume_blue', 'Sticker', '39', '0', 'Traje, botas y guantes', '0', '');
  2102. INSERT INTO `site_shop_items` VALUES ('565', '1', 's_extra_ss_duck_right', 'Sticker', '39', '0', 'Pato nevado', '0', '');
  2103. INSERT INTO `site_shop_items` VALUES ('624', '1', 's_ss_snowman', 'Sticker', '39', '0', 'Muñeco de nieve', '0', '');
  2104. INSERT INTO `site_shop_items` VALUES ('615', '1', 's_ss_bootsitjalapaset_blue', 'Sticker', '39', '0', 'Botas y guantes', '0', '');
  2105. INSERT INTO `site_shop_items` VALUES ('619', '1', 's_ss_costume_red', 'Sticker', '39', '0', 'Traje, botas y guantes', '0', '');
  2106. INSERT INTO `site_shop_items` VALUES ('623', '1', 's_ss_snowflake2', 'Sticker', '39', '0', 'Estrella nevada', '0', '');
  2107. INSERT INTO `site_shop_items` VALUES ('625', '1', 's_ss_snowqueen', 'Sticker', '39', '0', 'Muñeca de nieve', '0', '');
  2108. INSERT INTO `site_shop_items` VALUES ('62', '1', 's_battle1', 'Sticker', '40', '0', 'Batalla 1', '0', '');
  2109. INSERT INTO `site_shop_items` VALUES ('63', '1', 's_battle3', 'Sticker', '40', '0', 'Batalla 2', '0', '');
  2110. INSERT INTO `site_shop_items` VALUES ('566', '1', 's_eyeleft', 'Sticker', '42', '0', 'Ojo', '0', '');
  2111. INSERT INTO `site_shop_items` VALUES ('567', '1', 's_eyeright', 'Sticker', '42', '0', 'Ojo', '0', '');
  2112. INSERT INTO `site_shop_items` VALUES ('68', '1', 's_sticker_gurubeard_gray', 'Sticker', '42', '0', 'Barba grisácea', '0', '');
  2113. INSERT INTO `site_shop_items` VALUES ('69', '1', 's_sticker_gurubeard_brown', 'Sticker', '42', '0', 'Barba amarronada', '0', '');
  2114. INSERT INTO `site_shop_items` VALUES ('70', '1', 's_sticker_glasses_supernerd', 'Sticker', '42', '0', 'De científico loco', '0', '');
  2115. INSERT INTO `site_shop_items` VALUES ('71', '1', 's_sticker_glasses_elton', 'Sticker', '42', '0', 'Gafas molonas', '0', '');
  2116. INSERT INTO `site_shop_items` VALUES ('72', '1', 's_sticker_eyes_blue', 'Sticker', '42', '0', 'Azul...', '0', '');
  2117. INSERT INTO `site_shop_items` VALUES ('73', '1', 's_sticker_eye_anim', 'Sticker', '42', '0', 'Ojo animado', '0', '');
  2118. INSERT INTO `site_shop_items` VALUES ('74', '1', 's_sticker_eye_evil_anim', 'Sticker', '42', '0', 'Ojo endiablado', '0', '');
  2119. INSERT INTO `site_shop_items` VALUES ('694', '1', 's_sticker_eraser', 'Sticker', '44', '0', 'Borrador', '0', '');
  2120. INSERT INTO `site_shop_items` VALUES ('713', '1', 's_star', 'Sticker', '44', '0', 'Estrella', '0', '');
  2121. INSERT INTO `site_shop_items` VALUES ('711', '1', 's_sticker_pencil', 'Sticker', '44', '0', 'Lápiz', '0', '');
  2122. INSERT INTO `site_shop_items` VALUES ('629', '1', 's_sticker_dreamer', 'Sticker', '44', '0', 'Soñador', '0', '');
  2123. INSERT INTO `site_shop_items` VALUES ('712', '1', 's_sticker_pencil_2', 'Sticker', '44', '0', 'Lápiz', '0', '');
  2124. INSERT INTO `site_shop_items` VALUES ('631', '1', 's_sticker_lonewolf', 'Sticker', '44', '0', 'Lobo Solitario', '0', '');
  2125. INSERT INTO `site_shop_items` VALUES ('634', '1', 's_sticker_prankster', 'Sticker', '44', '0', 'Bromista', '0', '');
  2126. INSERT INTO `site_shop_items` VALUES ('635', '1', 's_sticker_romantic', 'Sticker', '44', '0', 'Romántico', '0', '');
  2127. INSERT INTO `site_shop_items` VALUES ('15', '1', 's_redlamp', 'Sticker', '44', '0', 'Lámpara Roja', '0', '');
  2128. INSERT INTO `site_shop_items` VALUES ('14', '1', 's_lightbulb', 'Sticker', '44', '0', 'Bombilla', '0', '');
  2129. INSERT INTO `site_shop_items` VALUES ('26', '1', 's_bullet1', 'Sticker', '44', '0', 'Agujeros de bala', '0', '');
  2130. INSERT INTO `site_shop_items` VALUES ('27', '1', 's_spill1', 'Sticker', '44', '0', 'Derramado 1', '0', '');
  2131. INSERT INTO `site_shop_items` VALUES ('28', '1', 's_spill2', 'Sticker', '44', '0', 'Derramado 2', '0', '');
  2132. INSERT INTO `site_shop_items` VALUES ('29', '1', 's_spill3', 'Sticker', '44', '0', 'Derramado 3', '0', '');
  2133. INSERT INTO `site_shop_items` VALUES ('30', '1', 's_sticker_coffee_stain', 'Sticker', '44', '0', 'Mancha de café', '0', '');
  2134. INSERT INTO `site_shop_items` VALUES ('31', '1', 's_sticker_hole', 'Sticker', '44', '0', 'Agujero', '0', '');
  2135. INSERT INTO `site_shop_items` VALUES ('32', '1', 's_sticker_flames', 'Sticker', '44', '0', 'Llamas', '0', '');
  2136. INSERT INTO `site_shop_items` VALUES ('33', '1', 's_paper_clip_1', 'Sticker', '44', '0', 'mypage.sticker.paper_clip_1.title', '0', '');
  2137. INSERT INTO `site_shop_items` VALUES ('34', '1', 's_paper_clip_2', 'Sticker', '44', '0', 'Clip 2', '0', '');
  2138. INSERT INTO `site_shop_items` VALUES ('35', '1', 's_paper_clip_3', 'Sticker', '44', '0', 'Clip3', '0', '');
  2139. INSERT INTO `site_shop_items` VALUES ('41', '1', 's_highlighter_1', 'Sticker', '44', '0', 'Lo más 1', '0', '');
  2140. INSERT INTO `site_shop_items` VALUES ('42', '1', 's_highlighter_mark5', 'Sticker', '44', '0', 'Lo más', '0', '');
  2141. INSERT INTO `site_shop_items` VALUES ('43', '1', 's_highlighter_mark6', 'Sticker', '44', '0', 'Lo más', '0', '');
  2142. INSERT INTO `site_shop_items` VALUES ('44', '1', 's_highlighter_mark4b', 'Sticker', '44', '0', 'Lo más', '0', '');
  2143. INSERT INTO `site_shop_items` VALUES ('45', '1', 's_highlighter_2', 'Sticker', '44', '0', 'Lo más 2', '0', '');
  2144. INSERT INTO `site_shop_items` VALUES ('46', '1', 's_highlighter_mark1', 'Sticker', '44', '0', 'Lo más', '0', '');
  2145. INSERT INTO `site_shop_items` VALUES ('47', '1', 's_highlighter_mark2', 'Sticker', '44', '0', 'Lo más', '0', '');
  2146. INSERT INTO `site_shop_items` VALUES ('48', '1', 's_highlighter_mark3', 'Sticker', '44', '0', 'Lo más', '0', '');
  2147. INSERT INTO `site_shop_items` VALUES ('51', '1', 's_plaster', 'Sticker', '44', '0', 'Tirita', '0', '');
  2148. INSERT INTO `site_shop_items` VALUES ('52', '1', 's_plaster2', 'Sticker', '44', '0', 'Tirita', '0', '');
  2149. INSERT INTO `site_shop_items` VALUES ('57', '1', 's_sticker_croco', 'Sticker', '44', '0', 'cocodrilo', '0', '');
  2150. INSERT INTO `site_shop_items` VALUES ('60', '1', 's_fish', 'Sticker', '44', '0', 'Pescado', '0', '');
  2151. INSERT INTO `site_shop_items` VALUES ('61', '1', 's_parrot', 'Sticker', '44', '0', 'Loro', '0', '');
  2152. INSERT INTO `site_shop_items` VALUES ('64', '1', 's_sticker_sleeping_habbo', 'Sticker', '44', '0', 'Habbo en sueños', '0', '');
  2153. INSERT INTO `site_shop_items` VALUES ('75', '1', 's_burger', 'Sticker', '44', '0', 'Hamburguesa', '0', '');
  2154. INSERT INTO `site_shop_items` VALUES ('76', '1', 's_juice', 'Sticker', '44', '0', 'Zumo', '0', '');
  2155. INSERT INTO `site_shop_items` VALUES ('78', '1', 's_sticker_coffee_steam_blue', 'Sticker', '44', '0', 'Mancha de café azul', '0', '');
  2156. INSERT INTO `site_shop_items` VALUES ('79', '1', 's_sticker_coffee_steam_grey', 'Sticker', '44', '0', 'Mancha de café gris', '0', '');
  2157. INSERT INTO `site_shop_items` VALUES ('80', '1', 's_cassette1', 'Sticker', '44', '0', 'Cassette', '0', '');
  2158. INSERT INTO `site_shop_items` VALUES ('81', '1', 's_cassette2', 'Sticker', '44', '0', 'Cassette', '0', '');
  2159. INSERT INTO `site_shop_items` VALUES ('82', '1', 's_cassette3', 'Sticker', '44', '0', 'Cassette', '0', '');
  2160. INSERT INTO `site_shop_items` VALUES ('83', '1', 's_cassette4', 'Sticker', '44', '0', 'Cassette', '0', '');
  2161. INSERT INTO `site_shop_items` VALUES ('98', '1', 's_football', 'Sticker', '44', '0', 'Fútbol', '0', '');
  2162. INSERT INTO `site_shop_items` VALUES ('1626', '1', 'b_bg_fondo_foqb', 'Background', '52', '0', '', '0', '');
  2163. INSERT INTO `site_shop_items` VALUES ('1618', '1', 'b_es_el_internardo_bg_v1', 'Background', '52', '0', '', '0', '');
  2164. INSERT INTO `site_shop_items` VALUES ('724', '1', 'b_bg_bobbaheart', 'Background', '52', '0', 'Corazón Bobba', '0', '');
  2165. INSERT INTO `site_shop_items` VALUES ('725', '1', 'b_bg_rain', 'Background', '52', '0', 'Lluvia', '0', '');
  2166. INSERT INTO `site_shop_items` VALUES ('726', '1', 'b_bg_serpentine_1', 'Background', '52', '0', 'Serpentina 1', '0', '');
  2167. INSERT INTO `site_shop_items` VALUES ('727', '1', 'b_bg_serpentine_2', 'Background', '52', '0', 'Serpentina 2', '0', '');
  2168. INSERT INTO `site_shop_items` VALUES ('728', '1', 'b_bg_serpentine_darkblue', 'Background', '52', '0', 'Serpentina Azul', '0', '');
  2169. INSERT INTO `site_shop_items` VALUES ('729', '1', 'b_bg_serpntine_darkred', 'Background', '52', '0', 'mypage.background.bg_serpntine_darkred.title', '0', '');
  2170. INSERT INTO `site_shop_items` VALUES ('140', '1', 'b_bg_denim', 'Background', '52', '0', 'Vaqueros', '0', '');
  2171. INSERT INTO `site_shop_items` VALUES ('141', '1', 'b_bg_lace', 'Background', '52', '0', 'Encaje', '0', '');
  2172. INSERT INTO `site_shop_items` VALUES ('142', '1', 'b_bg_stitched', 'Background', '52', '0', 'Bordado', '0', '');
  2173. INSERT INTO `site_shop_items` VALUES ('143', '1', 'b_bg_wood', 'Background', '52', '0', 'Madera', '0', '');
  2174. INSERT INTO `site_shop_items` VALUES ('144', '1', 'b_bg_cork', 'Background', '52', '0', 'Corcho', '0', '');
  2175. INSERT INTO `site_shop_items` VALUES ('145', '1', 'b_bg_stone', 'Background', '52', '0', 'Piedra', '0', '');
  2176. INSERT INTO `site_shop_items` VALUES ('146', '1', 'b_bg_pattern_bricks', 'Background', '52', '0', 'Ladrillos', '0', '');
  2177. INSERT INTO `site_shop_items` VALUES ('147', '1', 'b_bg_ruled_paper', 'Background', '52', '0', 'Papel cuadriculado', '0', '');
  2178. INSERT INTO `site_shop_items` VALUES ('148', '1', 'b_bg_grass', 'Background', '52', '0', 'Hierba', '0', '');
  2179. INSERT INTO `site_shop_items` VALUES ('149', '1', 'b_bg_hotel', 'Background', '52', '0', 'Nubes', '0', '');
  2180. INSERT INTO `site_shop_items` VALUES ('150', '1', 'b_bg_bubble', 'Background', '52', '0', 'Burbuja', '0', '');
  2181. INSERT INTO `site_shop_items` VALUES ('151', '1', 'b_bg_pattern_bobbaskulls1', 'Background', '52', '0', 'Calavera Bobba', '0', '');
  2182. INSERT INTO `site_shop_items` VALUES ('152', '1', 'b_bg_pattern_space', 'Background', '52', '0', 'Espacio', '0', '');
  2183. INSERT INTO `site_shop_items` VALUES ('153', '1', 'b_bg_image_submarine', 'Background', '52', '0', 'Submarino', '0', '');
  2184. INSERT INTO `site_shop_items` VALUES ('154', '1', 'b_bg_metal2', 'Background', '52', '0', 'Metal 2', '0', '');
  2185. INSERT INTO `site_shop_items` VALUES ('155', '1', 'b_bg_broken_glass', 'Background', '52', '0', 'Cristal Roto', '0', '');
  2186. INSERT INTO `site_shop_items` VALUES ('156', '1', 'b_bg_pattern_clouds', 'Background', '52', '0', 'Nubes', '0', '');
  2187. INSERT INTO `site_shop_items` VALUES ('157', '1', 'b_bg_comic2', 'Background', '52', '0', 'Cómic 2', '0', '');
  2188. INSERT INTO `site_shop_items` VALUES ('158', '1', 'b_bg_pattern_floral_01', 'Background', '52', '0', 'Floral 1', '0', '');
  2189. INSERT INTO `site_shop_items` VALUES ('159', '1', 'b_bg_pattern_floral_02', 'Background', '52', '0', 'Floral 2', '0', '');
  2190. INSERT INTO `site_shop_items` VALUES ('160', '1', 'b_bg_pattern_floral_03', 'Background', '52', '0', 'Floral 3', '0', '');
  2191. INSERT INTO `site_shop_items` VALUES ('161', '1', 'b_bg_pattern_bulb', 'Background', '52', '0', 'Bombilla', '0', '');
  2192. INSERT INTO `site_shop_items` VALUES ('162', '1', 'b_bg_pattern_cars', 'Background', '52', '0', 'Coches', '0', '');
  2193. INSERT INTO `site_shop_items` VALUES ('164', '1', 'b_bg_pattern_plasto', 'Background', '52', '0', 'Plastic', '0', '');
  2194. INSERT INTO `site_shop_items` VALUES ('165', '1', 'b_bg_pattern_tinyroom', 'Background', '52', '0', 'Habitación minúscula', '0', '');
  2195. INSERT INTO `site_shop_items` VALUES ('166', '1', 'b_bg_pattern_hearts', 'Background', '52', '0', 'Corazones', '0', '');
  2196. INSERT INTO `site_shop_items` VALUES ('167', '1', 'b_bg_pattern_abstract1', 'Background', '52', '0', 'Abstracto 1', '0', '');
  2197. INSERT INTO `site_shop_items` VALUES ('168', '1', 'b_bg_bathroom_tile', 'Background', '52', '0', 'Azulejo', '0', '');
  2198. INSERT INTO `site_shop_items` VALUES ('169', '1', 'b_bg_pattern_fish', 'Background', '52', '0', 'Peces', '0', '');
  2199. INSERT INTO `site_shop_items` VALUES ('170', '1', 'b_bg_pattern_deepred', 'Background', '52', '0', 'Profundidad', '0', '');
  2200. INSERT INTO `site_shop_items` VALUES ('171', '1', 'b_bg_colour_02', 'Background', '52', '0', '2', '0', '');
  2201. INSERT INTO `site_shop_items` VALUES ('172', '1', 'b_bg_colour_03', 'Background', '52', '0', '3', '0', '');
  2202. INSERT INTO `site_shop_items` VALUES ('173', '1', 'b_bg_colour_04', 'Background', '52', '0', '4', '0', '');
  2203. INSERT INTO `site_shop_items` VALUES ('174', '1', 'b_bg_colour_05', 'Background', '52', '0', '5', '0', '');
  2204. INSERT INTO `site_shop_items` VALUES ('175', '1', 'b_bg_colour_06', 'Background', '52', '0', '6', '0', '');
  2205. INSERT INTO `site_shop_items` VALUES ('176', '1', 'b_bg_colour_07', 'Background', '52', '0', '7', '0', '');
  2206. INSERT INTO `site_shop_items` VALUES ('177', '1', 'b_bg_colour_09', 'Background', '52', '0', '9', '0', '');
  2207. INSERT INTO `site_shop_items` VALUES ('178', '1', 'b_bg_colour_10', 'Background', '52', '0', '10', '0', '');
  2208. INSERT INTO `site_shop_items` VALUES ('179', '1', 'b_bg_colour_11', 'Background', '52', '0', '11', '0', '');
  2209. INSERT INTO `site_shop_items` VALUES ('180', '1', 'b_bg_colour_13', 'Background', '52', '0', '13', '0', '');
  2210. INSERT INTO `site_shop_items` VALUES ('181', '1', 'b_bg_colour_14', 'Background', '52', '0', '14', '0', '');
  2211. INSERT INTO `site_shop_items` VALUES ('182', '1', 'b_bg_colour_15', 'Background', '52', '0', '15', '0', '');
  2212. INSERT INTO `site_shop_items` VALUES ('183', '1', 'b_bg_colour_17', 'Background', '52', '0', '17', '0', '');
  2213. INSERT INTO `site_shop_items` VALUES ('1', '1', 's', 'Sticker', '65', '0', 'ss', '0', '');
  2214. INSERT INTO `site_shop_items` VALUES ('1627', '10', 'commodity_stickienote_pre', 'Notes', '54', '5', '', '0', '');
  2215.  
  2216. -- ----------------------------
  2217. -- Table structure for `songs`
  2218. -- ----------------------------
  2219. DROP TABLE IF EXISTS `songs`;
  2220. CREATE TABLE `songs` (
  2221. `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  2222. `name` varchar(64) NOT NULL,
  2223. `artist` varchar(32) NOT NULL,
  2224. `song_data` text NOT NULL,
  2225. `length` double NOT NULL,
  2226. PRIMARY KEY (`id`)
  2227. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  2228.  
  2229. -- ----------------------------
  2230. -- Records of songs
  2231. -- ----------------------------
  2232.  
  2233. -- ----------------------------
  2234. -- Table structure for `soundtracks`
  2235. -- ----------------------------
  2236. DROP TABLE IF EXISTS `soundtracks`;
  2237. CREATE TABLE `soundtracks` (
  2238. `id` int(6) NOT NULL,
  2239. `name` varchar(100) NOT NULL,
  2240. `author` varchar(50) NOT NULL,
  2241. `track` text NOT NULL,
  2242. `length` int(4) NOT NULL,
  2243. PRIMARY KEY (`id`)
  2244. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  2245.  
  2246. -- ----------------------------
  2247. -- Records of soundtracks
  2248. -- ----------------------------
  2249. 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');
  2250. 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');
  2251. INSERT INTO `soundtracks` VALUES ('3', 'Monotone Hotel Sounds', 'Doorman Frank', '1:4,24:2:2,24:3:0,24:4:0,24:', '48');
  2252. 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');
  2253. 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');
  2254. 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');
  2255. 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');
  2256. 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');
  2257. 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');
  2258. 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');
  2259. 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');
  2260. 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');
  2261. 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');
  2262. 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');
  2263. 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');
  2264. 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');
  2265.  
  2266. -- ----------------------------
  2267. -- Table structure for `staff_logs`
  2268. -- ----------------------------
  2269. DROP TABLE IF EXISTS `staff_logs`;
  2270. CREATE TABLE `staff_logs` (
  2271. `id` int(11) NOT NULL AUTO_INCREMENT,
  2272. `staffuser` varchar(40) NOT NULL,
  2273. `target` varchar(40) NOT NULL,
  2274. `action_type` varchar(40) NOT NULL,
  2275. `description` text,
  2276. `extra_info` text,
  2277. `time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  2278. `deleted` tinyint(1) NOT NULL DEFAULT '0',
  2279. PRIMARY KEY (`id`)
  2280. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  2281.  
  2282. -- ----------------------------
  2283. -- Records of staff_logs
  2284. -- ----------------------------
  2285.  
  2286. -- ----------------------------
  2287. -- Table structure for `system_stats`
  2288. -- ----------------------------
  2289. DROP TABLE IF EXISTS `system_stats`;
  2290. CREATE TABLE `system_stats` (
  2291. `id` int(5) NOT NULL AUTO_INCREMENT,
  2292. `date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  2293. `users` int(5) NOT NULL DEFAULT '0',
  2294. `rooms` int(5) NOT NULL DEFAULT '0',
  2295. PRIMARY KEY (`id`)
  2296. ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
  2297.  
  2298. -- ----------------------------
  2299. -- Records of system_stats
  2300. -- ----------------------------
  2301. INSERT INTO `system_stats` VALUES ('1', '2011-01-15 03:51:56', '8', '2');
  2302.  
  2303. -- ----------------------------
  2304. -- Table structure for `tele_links`
  2305. -- ----------------------------
  2306. DROP TABLE IF EXISTS `tele_links`;
  2307. CREATE TABLE `tele_links` (
  2308. `tele_one_id` int(10) unsigned NOT NULL,
  2309. `tele_two_id` int(10) unsigned NOT NULL,
  2310. KEY `tele_one_id` (`tele_one_id`),
  2311. KEY `tele_two_id` (`tele_two_id`)
  2312. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  2313.  
  2314. -- ----------------------------
  2315. -- Records of tele_links
  2316. -- ----------------------------
  2317. INSERT INTO `tele_links` VALUES ('810', '811');
  2318. INSERT INTO `tele_links` VALUES ('811', '810');
  2319. INSERT INTO `tele_links` VALUES ('812', '813');
  2320. INSERT INTO `tele_links` VALUES ('813', '812');
  2321. INSERT INTO `tele_links` VALUES ('2136', '2137');
  2322. INSERT INTO `tele_links` VALUES ('2137', '2136');
  2323. INSERT INTO `tele_links` VALUES ('5347', '5350');
  2324. INSERT INTO `tele_links` VALUES ('5350', '5347');
  2325. INSERT INTO `tele_links` VALUES ('8021', '8023');
  2326. INSERT INTO `tele_links` VALUES ('8023', '8021');
  2327. INSERT INTO `tele_links` VALUES ('8942', '8943');
  2328. INSERT INTO `tele_links` VALUES ('8943', '8942');
  2329. INSERT INTO `tele_links` VALUES ('9023', '9024');
  2330. INSERT INTO `tele_links` VALUES ('9024', '9023');
  2331. INSERT INTO `tele_links` VALUES ('9112', '9113');
  2332. INSERT INTO `tele_links` VALUES ('9113', '9112');
  2333. INSERT INTO `tele_links` VALUES ('10468', '10469');
  2334. INSERT INTO `tele_links` VALUES ('10469', '10468');
  2335. INSERT INTO `tele_links` VALUES ('19521', '19522');
  2336. INSERT INTO `tele_links` VALUES ('19522', '19521');
  2337. INSERT INTO `tele_links` VALUES ('19523', '19524');
  2338. INSERT INTO `tele_links` VALUES ('19524', '19523');
  2339. INSERT INTO `tele_links` VALUES ('19539', '19540');
  2340. INSERT INTO `tele_links` VALUES ('19540', '19539');
  2341. INSERT INTO `tele_links` VALUES ('19541', '19542');
  2342. INSERT INTO `tele_links` VALUES ('19542', '19541');
  2343. INSERT INTO `tele_links` VALUES ('20989', '20991');
  2344. INSERT INTO `tele_links` VALUES ('20991', '20989');
  2345. INSERT INTO `tele_links` VALUES ('21044', '21046');
  2346. INSERT INTO `tele_links` VALUES ('21046', '21044');
  2347. INSERT INTO `tele_links` VALUES ('22196', '22197');
  2348. INSERT INTO `tele_links` VALUES ('22197', '22196');
  2349. INSERT INTO `tele_links` VALUES ('22292', '22293');
  2350. INSERT INTO `tele_links` VALUES ('22293', '22292');
  2351. INSERT INTO `tele_links` VALUES ('25071', '25072');
  2352. INSERT INTO `tele_links` VALUES ('25072', '25071');
  2353. INSERT INTO `tele_links` VALUES ('25325', '25327');
  2354. INSERT INTO `tele_links` VALUES ('25327', '25325');
  2355. INSERT INTO `tele_links` VALUES ('32765', '32766');
  2356. INSERT INTO `tele_links` VALUES ('32766', '32765');
  2357. INSERT INTO `tele_links` VALUES ('32987', '32988');
  2358. INSERT INTO `tele_links` VALUES ('32988', '32987');
  2359. INSERT INTO `tele_links` VALUES ('33013', '33014');
  2360. INSERT INTO `tele_links` VALUES ('33014', '33013');
  2361. INSERT INTO `tele_links` VALUES ('33350', '33353');
  2362. INSERT INTO `tele_links` VALUES ('33353', '33350');
  2363. INSERT INTO `tele_links` VALUES ('36078', '36079');
  2364. INSERT INTO `tele_links` VALUES ('36079', '36078');
  2365. INSERT INTO `tele_links` VALUES ('36779', '36782');
  2366. INSERT INTO `tele_links` VALUES ('36782', '36779');
  2367. INSERT INTO `tele_links` VALUES ('38755', '38756');
  2368. INSERT INTO `tele_links` VALUES ('38756', '38755');
  2369. INSERT INTO `tele_links` VALUES ('38835', '38836');
  2370. INSERT INTO `tele_links` VALUES ('38836', '38835');
  2371. INSERT INTO `tele_links` VALUES ('42177', '42178');
  2372. INSERT INTO `tele_links` VALUES ('42178', '42177');
  2373. INSERT INTO `tele_links` VALUES ('42642', '42643');
  2374. INSERT INTO `tele_links` VALUES ('42643', '42642');
  2375. INSERT INTO `tele_links` VALUES ('43294', '43295');
  2376. INSERT INTO `tele_links` VALUES ('43295', '43294');
  2377. INSERT INTO `tele_links` VALUES ('44295', '44296');
  2378. INSERT INTO `tele_links` VALUES ('44296', '44295');
  2379. INSERT INTO `tele_links` VALUES ('45106', '45107');
  2380. INSERT INTO `tele_links` VALUES ('45107', '45106');
  2381. INSERT INTO `tele_links` VALUES ('45235', '45236');
  2382. INSERT INTO `tele_links` VALUES ('45236', '45235');
  2383. INSERT INTO `tele_links` VALUES ('45239', '45240');
  2384. INSERT INTO `tele_links` VALUES ('45240', '45239');
  2385. INSERT INTO `tele_links` VALUES ('46982', '46983');
  2386. INSERT INTO `tele_links` VALUES ('46983', '46982');
  2387. INSERT INTO `tele_links` VALUES ('48727', '48728');
  2388. INSERT INTO `tele_links` VALUES ('48728', '48727');
  2389. INSERT INTO `tele_links` VALUES ('48942', '48943');
  2390. INSERT INTO `tele_links` VALUES ('48943', '48942');
  2391. INSERT INTO `tele_links` VALUES ('49583', '49584');
  2392. INSERT INTO `tele_links` VALUES ('49584', '49583');
  2393. INSERT INTO `tele_links` VALUES ('51263', '51264');
  2394. INSERT INTO `tele_links` VALUES ('51264', '51263');
  2395. INSERT INTO `tele_links` VALUES ('51297', '51298');
  2396. INSERT INTO `tele_links` VALUES ('51298', '51297');
  2397. INSERT INTO `tele_links` VALUES ('53567', '53568');
  2398. INSERT INTO `tele_links` VALUES ('53568', '53567');
  2399. INSERT INTO `tele_links` VALUES ('55476', '55478');
  2400. INSERT INTO `tele_links` VALUES ('55478', '55476');
  2401. INSERT INTO `tele_links` VALUES ('55507', '55510');
  2402. INSERT INTO `tele_links` VALUES ('55510', '55507');
  2403. INSERT INTO `tele_links` VALUES ('55676', '55677');
  2404. INSERT INTO `tele_links` VALUES ('55677', '55676');
  2405. INSERT INTO `tele_links` VALUES ('56247', '56250');
  2406. INSERT INTO `tele_links` VALUES ('56250', '56247');
  2407. INSERT INTO `tele_links` VALUES ('59145', '59147');
  2408. INSERT INTO `tele_links` VALUES ('59147', '59145');
  2409. INSERT INTO `tele_links` VALUES ('59148', '59149');
  2410. INSERT INTO `tele_links` VALUES ('59149', '59148');
  2411. INSERT INTO `tele_links` VALUES ('59758', '59759');
  2412. INSERT INTO `tele_links` VALUES ('59759', '59758');
  2413. INSERT INTO `tele_links` VALUES ('60586', '60588');
  2414. INSERT INTO `tele_links` VALUES ('60588', '60586');
  2415. INSERT INTO `tele_links` VALUES ('60589', '60590');
  2416. INSERT INTO `tele_links` VALUES ('60590', '60589');
  2417. INSERT INTO `tele_links` VALUES ('60591', '60593');
  2418. INSERT INTO `tele_links` VALUES ('60593', '60591');
  2419. INSERT INTO `tele_links` VALUES ('60594', '60595');
  2420. INSERT INTO `tele_links` VALUES ('60595', '60594');
  2421. INSERT INTO `tele_links` VALUES ('60702', '60703');
  2422. INSERT INTO `tele_links` VALUES ('60703', '60702');
  2423. INSERT INTO `tele_links` VALUES ('60903', '60905');
  2424. INSERT INTO `tele_links` VALUES ('60905', '60903');
  2425. INSERT INTO `tele_links` VALUES ('60911', '60912');
  2426. INSERT INTO `tele_links` VALUES ('60912', '60911');
  2427. INSERT INTO `tele_links` VALUES ('63187', '63188');
  2428. INSERT INTO `tele_links` VALUES ('63188', '63187');
  2429. INSERT INTO `tele_links` VALUES ('63615', '63616');
  2430. INSERT INTO `tele_links` VALUES ('63616', '63615');
  2431. INSERT INTO `tele_links` VALUES ('64877', '64878');
  2432. INSERT INTO `tele_links` VALUES ('64878', '64877');
  2433. INSERT INTO `tele_links` VALUES ('68153', '68154');
  2434. INSERT INTO `tele_links` VALUES ('68154', '68153');
  2435. INSERT INTO `tele_links` VALUES ('68155', '68156');
  2436. INSERT INTO `tele_links` VALUES ('68156', '68155');
  2437. INSERT INTO `tele_links` VALUES ('68157', '68159');
  2438. INSERT INTO `tele_links` VALUES ('68159', '68157');
  2439. INSERT INTO `tele_links` VALUES ('68160', '68161');
  2440. INSERT INTO `tele_links` VALUES ('68161', '68160');
  2441. INSERT INTO `tele_links` VALUES ('68162', '68163');
  2442. INSERT INTO `tele_links` VALUES ('68163', '68162');
  2443. INSERT INTO `tele_links` VALUES ('68164', '68165');
  2444. INSERT INTO `tele_links` VALUES ('68165', '68164');
  2445. INSERT INTO `tele_links` VALUES ('70254', '70255');
  2446. INSERT INTO `tele_links` VALUES ('70255', '70254');
  2447. INSERT INTO `tele_links` VALUES ('70350', '70351');
  2448. INSERT INTO `tele_links` VALUES ('70351', '70350');
  2449. INSERT INTO `tele_links` VALUES ('70938', '70939');
  2450. INSERT INTO `tele_links` VALUES ('70939', '70938');
  2451. INSERT INTO `tele_links` VALUES ('70953', '70954');
  2452. INSERT INTO `tele_links` VALUES ('70954', '70953');
  2453. INSERT INTO `tele_links` VALUES ('74673', '74674');
  2454. INSERT INTO `tele_links` VALUES ('74674', '74673');
  2455. INSERT INTO `tele_links` VALUES ('74675', '74676');
  2456. INSERT INTO `tele_links` VALUES ('74676', '74675');
  2457. INSERT INTO `tele_links` VALUES ('75355', '75356');
  2458. INSERT INTO `tele_links` VALUES ('75356', '75355');
  2459. INSERT INTO `tele_links` VALUES ('75640', '75641');
  2460. INSERT INTO `tele_links` VALUES ('75641', '75640');
  2461. INSERT INTO `tele_links` VALUES ('76089', '76090');
  2462. INSERT INTO `tele_links` VALUES ('76090', '76089');
  2463. INSERT INTO `tele_links` VALUES ('76091', '76092');
  2464. INSERT INTO `tele_links` VALUES ('76092', '76091');
  2465. INSERT INTO `tele_links` VALUES ('76093', '76094');
  2466. INSERT INTO `tele_links` VALUES ('76094', '76093');
  2467. INSERT INTO `tele_links` VALUES ('76155', '76156');
  2468. INSERT INTO `tele_links` VALUES ('76156', '76155');
  2469. INSERT INTO `tele_links` VALUES ('76158', '76159');
  2470. INSERT INTO `tele_links` VALUES ('76159', '76158');
  2471. INSERT INTO `tele_links` VALUES ('78641', '78642');
  2472. INSERT INTO `tele_links` VALUES ('78642', '78641');
  2473. INSERT INTO `tele_links` VALUES ('79303', '79304');
  2474. INSERT INTO `tele_links` VALUES ('79304', '79303');
  2475. INSERT INTO `tele_links` VALUES ('79305', '79306');
  2476. INSERT INTO `tele_links` VALUES ('79306', '79305');
  2477. INSERT INTO `tele_links` VALUES ('86806', '86807');
  2478. INSERT INTO `tele_links` VALUES ('86807', '86806');
  2479. INSERT INTO `tele_links` VALUES ('87502', '87503');
  2480. INSERT INTO `tele_links` VALUES ('87503', '87502');
  2481. INSERT INTO `tele_links` VALUES ('90037', '90038');
  2482. INSERT INTO `tele_links` VALUES ('90038', '90037');
  2483. INSERT INTO `tele_links` VALUES ('90039', '90040');
  2484. INSERT INTO `tele_links` VALUES ('90040', '90039');
  2485. INSERT INTO `tele_links` VALUES ('91248', '91249');
  2486. INSERT INTO `tele_links` VALUES ('91249', '91248');
  2487. INSERT INTO `tele_links` VALUES ('91956', '91957');
  2488. INSERT INTO `tele_links` VALUES ('91957', '91956');
  2489. INSERT INTO `tele_links` VALUES ('92002', '92003');
  2490. INSERT INTO `tele_links` VALUES ('92003', '92002');
  2491. INSERT INTO `tele_links` VALUES ('95126', '95127');
  2492. INSERT INTO `tele_links` VALUES ('95127', '95126');
  2493. INSERT INTO `tele_links` VALUES ('95128', '95129');
  2494. INSERT INTO `tele_links` VALUES ('95129', '95128');
  2495. INSERT INTO `tele_links` VALUES ('96796', '96797');
  2496. INSERT INTO `tele_links` VALUES ('96797', '96796');
  2497. INSERT INTO `tele_links` VALUES ('100055', '100058');
  2498. INSERT INTO `tele_links` VALUES ('100058', '100055');
  2499. INSERT INTO `tele_links` VALUES ('100062', '100065');
  2500. INSERT INTO `tele_links` VALUES ('100065', '100062');
  2501. INSERT INTO `tele_links` VALUES ('100071', '100074');
  2502. INSERT INTO `tele_links` VALUES ('100074', '100071');
  2503. INSERT INTO `tele_links` VALUES ('100079', '100082');
  2504. INSERT INTO `tele_links` VALUES ('100082', '100079');
  2505. INSERT INTO `tele_links` VALUES ('101045', '101046');
  2506. INSERT INTO `tele_links` VALUES ('101046', '101045');
  2507. INSERT INTO `tele_links` VALUES ('102740', '102741');
  2508. INSERT INTO `tele_links` VALUES ('102741', '102740');
  2509. INSERT INTO `tele_links` VALUES ('104605', '104606');
  2510. INSERT INTO `tele_links` VALUES ('104606', '104605');
  2511. INSERT INTO `tele_links` VALUES ('104791', '104792');
  2512. INSERT INTO `tele_links` VALUES ('104792', '104791');
  2513. INSERT INTO `tele_links` VALUES ('104793', '104794');
  2514. INSERT INTO `tele_links` VALUES ('104794', '104793');
  2515. INSERT INTO `tele_links` VALUES ('104795', '104796');
  2516. INSERT INTO `tele_links` VALUES ('104796', '104795');
  2517. INSERT INTO `tele_links` VALUES ('104797', '104798');
  2518. INSERT INTO `tele_links` VALUES ('104798', '104797');
  2519. INSERT INTO `tele_links` VALUES ('105453', '105454');
  2520. INSERT INTO `tele_links` VALUES ('105454', '105453');
  2521. INSERT INTO `tele_links` VALUES ('105455', '105456');
  2522. INSERT INTO `tele_links` VALUES ('105456', '105455');
  2523. INSERT INTO `tele_links` VALUES ('105457', '105458');
  2524. INSERT INTO `tele_links` VALUES ('105458', '105457');
  2525. INSERT INTO `tele_links` VALUES ('106071', '106072');
  2526. INSERT INTO `tele_links` VALUES ('106072', '106071');
  2527. INSERT INTO `tele_links` VALUES ('106073', '106074');
  2528. INSERT INTO `tele_links` VALUES ('106074', '106073');
  2529. INSERT INTO `tele_links` VALUES ('106868', '106869');
  2530. INSERT INTO `tele_links` VALUES ('106869', '106868');
  2531. INSERT INTO `tele_links` VALUES ('106874', '106875');
  2532. INSERT INTO `tele_links` VALUES ('106875', '106874');
  2533. INSERT INTO `tele_links` VALUES ('107160', '107161');
  2534. INSERT INTO `tele_links` VALUES ('107161', '107160');
  2535. INSERT INTO `tele_links` VALUES ('107946', '107947');
  2536. INSERT INTO `tele_links` VALUES ('107947', '107946');
  2537. INSERT INTO `tele_links` VALUES ('107948', '107949');
  2538. INSERT INTO `tele_links` VALUES ('107949', '107948');
  2539. INSERT INTO `tele_links` VALUES ('108189', '108191');
  2540. INSERT INTO `tele_links` VALUES ('108191', '108189');
  2541. INSERT INTO `tele_links` VALUES ('108195', '108196');
  2542. INSERT INTO `tele_links` VALUES ('108196', '108195');
  2543. INSERT INTO `tele_links` VALUES ('109865', '109867');
  2544. INSERT INTO `tele_links` VALUES ('109867', '109865');
  2545. INSERT INTO `tele_links` VALUES ('110384', '110385');
  2546. INSERT INTO `tele_links` VALUES ('110385', '110384');
  2547. INSERT INTO `tele_links` VALUES ('113975', '113976');
  2548. INSERT INTO `tele_links` VALUES ('113976', '113975');
  2549. INSERT INTO `tele_links` VALUES ('113978', '113979');
  2550. INSERT INTO `tele_links` VALUES ('113979', '113978');
  2551. INSERT INTO `tele_links` VALUES ('113980', '113981');
  2552. INSERT INTO `tele_links` VALUES ('113981', '113980');
  2553. INSERT INTO `tele_links` VALUES ('113982', '113983');
  2554. INSERT INTO `tele_links` VALUES ('113983', '113982');
  2555. INSERT INTO `tele_links` VALUES ('115888', '115889');
  2556. INSERT INTO `tele_links` VALUES ('115889', '115888');
  2557. INSERT INTO `tele_links` VALUES ('116223', '116225');
  2558. INSERT INTO `tele_links` VALUES ('116225', '116223');
  2559. INSERT INTO `tele_links` VALUES ('116228', '116229');
  2560. INSERT INTO `tele_links` VALUES ('116229', '116228');
  2561. INSERT INTO `tele_links` VALUES ('116230', '116231');
  2562. INSERT INTO `tele_links` VALUES ('116231', '116230');
  2563. INSERT INTO `tele_links` VALUES ('116232', '116233');
  2564. INSERT INTO `tele_links` VALUES ('116233', '116232');
  2565. INSERT INTO `tele_links` VALUES ('116234', '116235');
  2566. INSERT INTO `tele_links` VALUES ('116235', '116234');
  2567. INSERT INTO `tele_links` VALUES ('116236', '116237');
  2568. INSERT INTO `tele_links` VALUES ('116237', '116236');
  2569. INSERT INTO `tele_links` VALUES ('116340', '116341');
  2570. INSERT INTO `tele_links` VALUES ('116341', '116340');
  2571. INSERT INTO `tele_links` VALUES ('121488', '121491');
  2572. INSERT INTO `tele_links` VALUES ('121491', '121488');
  2573. INSERT INTO `tele_links` VALUES ('121587', '121588');
  2574. INSERT INTO `tele_links` VALUES ('121588', '121587');
  2575. INSERT INTO `tele_links` VALUES ('122095', '122096');
  2576. INSERT INTO `tele_links` VALUES ('122096', '122095');
  2577. INSERT INTO `tele_links` VALUES ('122205', '122206');
  2578. INSERT INTO `tele_links` VALUES ('122206', '122205');
  2579. INSERT INTO `tele_links` VALUES ('122559', '122560');
  2580. INSERT INTO `tele_links` VALUES ('122560', '122559');
  2581. INSERT INTO `tele_links` VALUES ('127733', '127734');
  2582. INSERT INTO `tele_links` VALUES ('127734', '127733');
  2583. INSERT INTO `tele_links` VALUES ('129005', '129007');
  2584. INSERT INTO `tele_links` VALUES ('129007', '129005');
  2585. INSERT INTO `tele_links` VALUES ('129587', '129588');
  2586. INSERT INTO `tele_links` VALUES ('129588', '129587');
  2587. INSERT INTO `tele_links` VALUES ('129660', '129661');
  2588. INSERT INTO `tele_links` VALUES ('129661', '129660');
  2589. INSERT INTO `tele_links` VALUES ('131608', '131609');
  2590. INSERT INTO `tele_links` VALUES ('131609', '131608');
  2591. INSERT INTO `tele_links` VALUES ('131731', '131732');
  2592. INSERT INTO `tele_links` VALUES ('131732', '131731');
  2593. INSERT INTO `tele_links` VALUES ('131741', '131742');
  2594. INSERT INTO `tele_links` VALUES ('131742', '131741');
  2595. INSERT INTO `tele_links` VALUES ('133051', '133052');
  2596. INSERT INTO `tele_links` VALUES ('133052', '133051');
  2597. INSERT INTO `tele_links` VALUES ('133192', '133193');
  2598. INSERT INTO `tele_links` VALUES ('133193', '133192');
  2599. INSERT INTO `tele_links` VALUES ('133842', '133843');
  2600. INSERT INTO `tele_links` VALUES ('133843', '133842');
  2601. INSERT INTO `tele_links` VALUES ('133844', '133845');
  2602. INSERT INTO `tele_links` VALUES ('133845', '133844');
  2603. INSERT INTO `tele_links` VALUES ('134407', '134408');
  2604. INSERT INTO `tele_links` VALUES ('134408', '134407');
  2605. INSERT INTO `tele_links` VALUES ('136490', '136491');
  2606. INSERT INTO `tele_links` VALUES ('136491', '136490');
  2607. INSERT INTO `tele_links` VALUES ('136492', '136493');
  2608. INSERT INTO `tele_links` VALUES ('136493', '136492');
  2609. INSERT INTO `tele_links` VALUES ('137265', '137266');
  2610. INSERT INTO `tele_links` VALUES ('137266', '137265');
  2611. INSERT INTO `tele_links` VALUES ('137591', '137592');
  2612. INSERT INTO `tele_links` VALUES ('137592', '137591');
  2613. INSERT INTO `tele_links` VALUES ('137593', '137595');
  2614. INSERT INTO `tele_links` VALUES ('137595', '137593');
  2615. INSERT INTO `tele_links` VALUES ('137609', '137610');
  2616. INSERT INTO `tele_links` VALUES ('137610', '137609');
  2617. INSERT INTO `tele_links` VALUES ('137611', '137613');
  2618. INSERT INTO `tele_links` VALUES ('137613', '137611');
  2619. INSERT INTO `tele_links` VALUES ('137752', '137753');
  2620. INSERT INTO `tele_links` VALUES ('137753', '137752');
  2621. INSERT INTO `tele_links` VALUES ('139056', '139057');
  2622. INSERT INTO `tele_links` VALUES ('139057', '139056');
  2623. INSERT INTO `tele_links` VALUES ('139431', '139432');
  2624. INSERT INTO `tele_links` VALUES ('139432', '139431');
  2625. INSERT INTO `tele_links` VALUES ('141417', '141418');
  2626. INSERT INTO `tele_links` VALUES ('141418', '141417');
  2627. INSERT INTO `tele_links` VALUES ('141419', '141420');
  2628. INSERT INTO `tele_links` VALUES ('141420', '141419');
  2629. INSERT INTO `tele_links` VALUES ('141421', '141422');
  2630. INSERT INTO `tele_links` VALUES ('141422', '141421');
  2631. INSERT INTO `tele_links` VALUES ('141443', '141444');
  2632. INSERT INTO `tele_links` VALUES ('141444', '141443');
  2633. INSERT INTO `tele_links` VALUES ('145946', '145949');
  2634. INSERT INTO `tele_links` VALUES ('145949', '145946');
  2635. INSERT INTO `tele_links` VALUES ('145956', '145959');
  2636. INSERT INTO `tele_links` VALUES ('145959', '145956');
  2637. INSERT INTO `tele_links` VALUES ('146064', '146066');
  2638. INSERT INTO `tele_links` VALUES ('146066', '146064');
  2639. INSERT INTO `tele_links` VALUES ('146067', '146068');
  2640. INSERT INTO `tele_links` VALUES ('146068', '146067');
  2641. INSERT INTO `tele_links` VALUES ('146069', '146070');
  2642. INSERT INTO `tele_links` VALUES ('146070', '146069');
  2643. INSERT INTO `tele_links` VALUES ('146071', '146072');
  2644. INSERT INTO `tele_links` VALUES ('146072', '146071');
  2645. INSERT INTO `tele_links` VALUES ('146073', '146074');
  2646. INSERT INTO `tele_links` VALUES ('146074', '146073');
  2647. INSERT INTO `tele_links` VALUES ('146075', '146076');
  2648. INSERT INTO `tele_links` VALUES ('146076', '146075');
  2649. INSERT INTO `tele_links` VALUES ('146077', '146078');
  2650. INSERT INTO `tele_links` VALUES ('146078', '146077');
  2651. INSERT INTO `tele_links` VALUES ('146079', '146080');
  2652. INSERT INTO `tele_links` VALUES ('146080', '146079');
  2653. INSERT INTO `tele_links` VALUES ('146081', '146082');
  2654. INSERT INTO `tele_links` VALUES ('146082', '146081');
  2655. INSERT INTO `tele_links` VALUES ('146083', '146084');
  2656. INSERT INTO `tele_links` VALUES ('146084', '146083');
  2657. INSERT INTO `tele_links` VALUES ('146085', '146086');
  2658. INSERT INTO `tele_links` VALUES ('146086', '146085');
  2659. INSERT INTO `tele_links` VALUES ('146087', '146088');
  2660. INSERT INTO `tele_links` VALUES ('146088', '146087');
  2661. INSERT INTO `tele_links` VALUES ('146089', '146090');
  2662. INSERT INTO `tele_links` VALUES ('146090', '146089');
  2663. INSERT INTO `tele_links` VALUES ('146091', '146092');
  2664. INSERT INTO `tele_links` VALUES ('146092', '146091');
  2665. INSERT INTO `tele_links` VALUES ('146093', '146095');
  2666. INSERT INTO `tele_links` VALUES ('146095', '146093');
  2667. INSERT INTO `tele_links` VALUES ('146100', '146103');
  2668. INSERT INTO `tele_links` VALUES ('146103', '146100');
  2669. INSERT INTO `tele_links` VALUES ('148514', '148515');
  2670. INSERT INTO `tele_links` VALUES ('148515', '148514');
  2671. INSERT INTO `tele_links` VALUES ('151942', '151943');
  2672. INSERT INTO `tele_links` VALUES ('151943', '151942');
  2673. INSERT INTO `tele_links` VALUES ('153210', '153211');
  2674. INSERT INTO `tele_links` VALUES ('153211', '153210');
  2675. INSERT INTO `tele_links` VALUES ('153212', '153213');
  2676. INSERT INTO `tele_links` VALUES ('153213', '153212');
  2677. INSERT INTO `tele_links` VALUES ('153424', '153426');
  2678. INSERT INTO `tele_links` VALUES ('153426', '153424');
  2679. INSERT INTO `tele_links` VALUES ('153537', '153538');
  2680. INSERT INTO `tele_links` VALUES ('153538', '153537');
  2681. INSERT INTO `tele_links` VALUES ('153639', '153640');
  2682. INSERT INTO `tele_links` VALUES ('153640', '153639');
  2683. INSERT INTO `tele_links` VALUES ('154867', '154868');
  2684. INSERT INTO `tele_links` VALUES ('154868', '154867');
  2685. INSERT INTO `tele_links` VALUES ('155261', '155262');
  2686. INSERT INTO `tele_links` VALUES ('155262', '155261');
  2687. INSERT INTO `tele_links` VALUES ('155763', '155764');
  2688. INSERT INTO `tele_links` VALUES ('155764', '155763');
  2689. INSERT INTO `tele_links` VALUES ('155849', '155850');
  2690. INSERT INTO `tele_links` VALUES ('155850', '155849');
  2691. INSERT INTO `tele_links` VALUES ('155851', '155852');
  2692. INSERT INTO `tele_links` VALUES ('155852', '155851');
  2693. INSERT INTO `tele_links` VALUES ('156775', '156776');
  2694. INSERT INTO `tele_links` VALUES ('156776', '156775');
  2695. INSERT INTO `tele_links` VALUES ('156778', '156779');
  2696. INSERT INTO `tele_links` VALUES ('156779', '156778');
  2697. INSERT INTO `tele_links` VALUES ('157796', '157797');
  2698. INSERT INTO `tele_links` VALUES ('157797', '157796');
  2699. INSERT INTO `tele_links` VALUES ('159365', '159366');
  2700. INSERT INTO `tele_links` VALUES ('159366', '159365');
  2701. INSERT INTO `tele_links` VALUES ('160527', '160528');
  2702. INSERT INTO `tele_links` VALUES ('160528', '160527');
  2703. INSERT INTO `tele_links` VALUES ('160529', '160530');
  2704. INSERT INTO `tele_links` VALUES ('160530', '160529');
  2705. INSERT INTO `tele_links` VALUES ('160668', '160669');
  2706. INSERT INTO `tele_links` VALUES ('160669', '160668');
  2707. INSERT INTO `tele_links` VALUES ('165565', '165567');
  2708. INSERT INTO `tele_links` VALUES ('165567', '165565');
  2709. INSERT INTO `tele_links` VALUES ('166893', '166894');
  2710. INSERT INTO `tele_links` VALUES ('166894', '166893');
  2711. INSERT INTO `tele_links` VALUES ('167650', '167651');
  2712. INSERT INTO `tele_links` VALUES ('167651', '167650');
  2713. INSERT INTO `tele_links` VALUES ('171373', '171374');
  2714. INSERT INTO `tele_links` VALUES ('171374', '171373');
  2715. INSERT INTO `tele_links` VALUES ('172861', '172862');
  2716. INSERT INTO `tele_links` VALUES ('172862', '172861');
  2717. INSERT INTO `tele_links` VALUES ('174054', '174055');
  2718. INSERT INTO `tele_links` VALUES ('174055', '174054');
  2719. INSERT INTO `tele_links` VALUES ('174847', '174848');
  2720. INSERT INTO `tele_links` VALUES ('174848', '174847');
  2721. INSERT INTO `tele_links` VALUES ('176012', '176013');
  2722. INSERT INTO `tele_links` VALUES ('176013', '176012');
  2723. INSERT INTO `tele_links` VALUES ('176015', '176016');
  2724. INSERT INTO `tele_links` VALUES ('176016', '176015');
  2725. INSERT INTO `tele_links` VALUES ('176690', '176691');
  2726. INSERT INTO `tele_links` VALUES ('176691', '176690');
  2727. INSERT INTO `tele_links` VALUES ('176692', '176693');
  2728. INSERT INTO `tele_links` VALUES ('176693', '176692');
  2729. INSERT INTO `tele_links` VALUES ('176694', '176695');
  2730. INSERT INTO `tele_links` VALUES ('176695', '176694');
  2731. INSERT INTO `tele_links` VALUES ('177336', '177337');
  2732. INSERT INTO `tele_links` VALUES ('177337', '177336');
  2733. INSERT INTO `tele_links` VALUES ('178733', '178736');
  2734. INSERT INTO `tele_links` VALUES ('178736', '178733');
  2735. INSERT INTO `tele_links` VALUES ('178761', '178764');
  2736. INSERT INTO `tele_links` VALUES ('178764', '178761');
  2737. INSERT INTO `tele_links` VALUES ('179178', '179179');
  2738. INSERT INTO `tele_links` VALUES ('179179', '179178');
  2739. INSERT INTO `tele_links` VALUES ('179180', '179181');
  2740. INSERT INTO `tele_links` VALUES ('179181', '179180');
  2741. INSERT INTO `tele_links` VALUES ('179182', '179183');
  2742. INSERT INTO `tele_links` VALUES ('179183', '179182');
  2743. INSERT INTO `tele_links` VALUES ('179588', '179589');
  2744. INSERT INTO `tele_links` VALUES ('179589', '179588');
  2745. INSERT INTO `tele_links` VALUES ('181155', '181156');
  2746. INSERT INTO `tele_links` VALUES ('181156', '181155');
  2747. INSERT INTO `tele_links` VALUES ('181464', '181465');
  2748. INSERT INTO `tele_links` VALUES ('181465', '181464');
  2749. INSERT INTO `tele_links` VALUES ('181540', '181541');
  2750. INSERT INTO `tele_links` VALUES ('181541', '181540');
  2751. INSERT INTO `tele_links` VALUES ('183663', '183664');
  2752. INSERT INTO `tele_links` VALUES ('183664', '183663');
  2753. INSERT INTO `tele_links` VALUES ('183665', '183666');
  2754. INSERT INTO `tele_links` VALUES ('183666', '183665');
  2755. INSERT INTO `tele_links` VALUES ('184979', '184980');
  2756. INSERT INTO `tele_links` VALUES ('184980', '184979');
  2757. INSERT INTO `tele_links` VALUES ('185611', '185616');
  2758. INSERT INTO `tele_links` VALUES ('185616', '185611');
  2759. INSERT INTO `tele_links` VALUES ('185913', '185914');
  2760. INSERT INTO `tele_links` VALUES ('185914', '185913');
  2761. INSERT INTO `tele_links` VALUES ('185931', '185932');
  2762. INSERT INTO `tele_links` VALUES ('185932', '185931');
  2763. INSERT INTO `tele_links` VALUES ('186079', '186080');
  2764. INSERT INTO `tele_links` VALUES ('186080', '186079');
  2765. INSERT INTO `tele_links` VALUES ('186289', '186290');
  2766. INSERT INTO `tele_links` VALUES ('186290', '186289');
  2767. INSERT INTO `tele_links` VALUES ('187165', '187166');
  2768. INSERT INTO `tele_links` VALUES ('187166', '187165');
  2769. INSERT INTO `tele_links` VALUES ('187244', '187245');
  2770. INSERT INTO `tele_links` VALUES ('187245', '187244');
  2771. INSERT INTO `tele_links` VALUES ('187246', '187247');
  2772. INSERT INTO `tele_links` VALUES ('187247', '187246');
  2773. INSERT INTO `tele_links` VALUES ('187440', '187442');
  2774. INSERT INTO `tele_links` VALUES ('187442', '187440');
  2775. INSERT INTO `tele_links` VALUES ('187454', '187455');
  2776. INSERT INTO `tele_links` VALUES ('187455', '187454');
  2777. INSERT INTO `tele_links` VALUES ('187779', '187780');
  2778. INSERT INTO `tele_links` VALUES ('187780', '187779');
  2779. INSERT INTO `tele_links` VALUES ('188236', '188237');
  2780. INSERT INTO `tele_links` VALUES ('188237', '188236');
  2781. INSERT INTO `tele_links` VALUES ('188385', '188386');
  2782. INSERT INTO `tele_links` VALUES ('188386', '188385');
  2783. INSERT INTO `tele_links` VALUES ('188540', '188543');
  2784. INSERT INTO `tele_links` VALUES ('188543', '188540');
  2785. INSERT INTO `tele_links` VALUES ('188766', '188769');
  2786. INSERT INTO `tele_links` VALUES ('188769', '188766');
  2787. INSERT INTO `tele_links` VALUES ('189444', '189445');
  2788. INSERT INTO `tele_links` VALUES ('189445', '189444');
  2789. INSERT INTO `tele_links` VALUES ('189446', '189447');
  2790. INSERT INTO `tele_links` VALUES ('189447', '189446');
  2791. INSERT INTO `tele_links` VALUES ('190652', '190656');
  2792. INSERT INTO `tele_links` VALUES ('190656', '190652');
  2793. INSERT INTO `tele_links` VALUES ('192165', '192166');
  2794. INSERT INTO `tele_links` VALUES ('192166', '192165');
  2795. INSERT INTO `tele_links` VALUES ('192784', '192785');
  2796. INSERT INTO `tele_links` VALUES ('192785', '192784');
  2797. INSERT INTO `tele_links` VALUES ('193207', '193208');
  2798. INSERT INTO `tele_links` VALUES ('193208', '193207');
  2799. INSERT INTO `tele_links` VALUES ('193434', '193435');
  2800. INSERT INTO `tele_links` VALUES ('193435', '193434');
  2801. INSERT INTO `tele_links` VALUES ('193624', '193626');
  2802. INSERT INTO `tele_links` VALUES ('193626', '193624');
  2803. INSERT INTO `tele_links` VALUES ('193632', '193635');
  2804. INSERT INTO `tele_links` VALUES ('193635', '193632');
  2805. INSERT INTO `tele_links` VALUES ('193815', '193817');
  2806. INSERT INTO `tele_links` VALUES ('193817', '193815');
  2807. INSERT INTO `tele_links` VALUES ('196609', '196611');
  2808. INSERT INTO `tele_links` VALUES ('196611', '196609');
  2809. INSERT INTO `tele_links` VALUES ('196794', '196795');
  2810. INSERT INTO `tele_links` VALUES ('196795', '196794');
  2811. INSERT INTO `tele_links` VALUES ('198183', '198184');
  2812. INSERT INTO `tele_links` VALUES ('198184', '198183');
  2813. INSERT INTO `tele_links` VALUES ('198185', '198187');
  2814. INSERT INTO `tele_links` VALUES ('198186', '198188');
  2815. INSERT INTO `tele_links` VALUES ('198187', '198185');
  2816. INSERT INTO `tele_links` VALUES ('198188', '198186');
  2817. INSERT INTO `tele_links` VALUES ('198189', '198192');
  2818. INSERT INTO `tele_links` VALUES ('198190', '198193');
  2819. INSERT INTO `tele_links` VALUES ('198192', '198189');
  2820. INSERT INTO `tele_links` VALUES ('198193', '198190');
  2821. INSERT INTO `tele_links` VALUES ('198194', '198195');
  2822. INSERT INTO `tele_links` VALUES ('198195', '198194');
  2823. INSERT INTO `tele_links` VALUES ('198196', '198197');
  2824. INSERT INTO `tele_links` VALUES ('198197', '198196');
  2825. INSERT INTO `tele_links` VALUES ('198198', '198199');
  2826. INSERT INTO `tele_links` VALUES ('198199', '198198');
  2827. INSERT INTO `tele_links` VALUES ('198943', '198944');
  2828. INSERT INTO `tele_links` VALUES ('198944', '198943');
  2829. INSERT INTO `tele_links` VALUES ('198990', '198991');
  2830. INSERT INTO `tele_links` VALUES ('198991', '198990');
  2831. INSERT INTO `tele_links` VALUES ('199006', '199007');
  2832. INSERT INTO `tele_links` VALUES ('199007', '199006');
  2833. INSERT INTO `tele_links` VALUES ('199008', '199009');
  2834. INSERT INTO `tele_links` VALUES ('199009', '199008');
  2835. INSERT INTO `tele_links` VALUES ('199983', '199984');
  2836. INSERT INTO `tele_links` VALUES ('199984', '199983');
  2837. INSERT INTO `tele_links` VALUES ('200112', '200113');
  2838. INSERT INTO `tele_links` VALUES ('200113', '200112');
  2839. INSERT INTO `tele_links` VALUES ('202941', '202942');
  2840. INSERT INTO `tele_links` VALUES ('202942', '202941');
  2841. INSERT INTO `tele_links` VALUES ('202945', '202946');
  2842. INSERT INTO `tele_links` VALUES ('202946', '202945');
  2843. INSERT INTO `tele_links` VALUES ('202960', '202961');
  2844. INSERT INTO `tele_links` VALUES ('202961', '202960');
  2845. INSERT INTO `tele_links` VALUES ('202965', '202966');
  2846. INSERT INTO `tele_links` VALUES ('202966', '202965');
  2847. INSERT INTO `tele_links` VALUES ('203152', '203153');
  2848. INSERT INTO `tele_links` VALUES ('203153', '203152');
  2849. INSERT INTO `tele_links` VALUES ('203649', '203650');
  2850. INSERT INTO `tele_links` VALUES ('203650', '203649');
  2851. INSERT INTO `tele_links` VALUES ('203652', '203653');
  2852. INSERT INTO `tele_links` VALUES ('203653', '203652');
  2853. INSERT INTO `tele_links` VALUES ('205253', '205254');
  2854. INSERT INTO `tele_links` VALUES ('205254', '205253');
  2855. INSERT INTO `tele_links` VALUES ('207700', '207701');
  2856. INSERT INTO `tele_links` VALUES ('207701', '207700');
  2857. INSERT INTO `tele_links` VALUES ('207716', '207717');
  2858. INSERT INTO `tele_links` VALUES ('207717', '207716');
  2859. INSERT INTO `tele_links` VALUES ('208085', '208086');
  2860. INSERT INTO `tele_links` VALUES ('208086', '208085');
  2861. INSERT INTO `tele_links` VALUES ('208087', '208088');
  2862. INSERT INTO `tele_links` VALUES ('208088', '208087');
  2863. INSERT INTO `tele_links` VALUES ('211219', '211220');
  2864. INSERT INTO `tele_links` VALUES ('211220', '211219');
  2865. INSERT INTO `tele_links` VALUES ('212925', '212926');
  2866. INSERT INTO `tele_links` VALUES ('212926', '212925');
  2867. INSERT INTO `tele_links` VALUES ('215064', '215065');
  2868. INSERT INTO `tele_links` VALUES ('215065', '215064');
  2869. INSERT INTO `tele_links` VALUES ('215066', '215067');
  2870. INSERT INTO `tele_links` VALUES ('215067', '215066');
  2871. INSERT INTO `tele_links` VALUES ('215068', '215069');
  2872. INSERT INTO `tele_links` VALUES ('215069', '215068');
  2873. INSERT INTO `tele_links` VALUES ('215070', '215071');
  2874. INSERT INTO `tele_links` VALUES ('215071', '215070');
  2875. INSERT INTO `tele_links` VALUES ('215072', '215073');
  2876. INSERT INTO `tele_links` VALUES ('215073', '215072');
  2877. INSERT INTO `tele_links` VALUES ('215074', '215075');
  2878. INSERT INTO `tele_links` VALUES ('215075', '215074');
  2879. INSERT INTO `tele_links` VALUES ('215076', '215077');
  2880. INSERT INTO `tele_links` VALUES ('215077', '215076');
  2881. INSERT INTO `tele_links` VALUES ('215078', '215079');
  2882. INSERT INTO `tele_links` VALUES ('215079', '215078');
  2883. INSERT INTO `tele_links` VALUES ('215257', '215258');
  2884. INSERT INTO `tele_links` VALUES ('215258', '215257');
  2885. INSERT INTO `tele_links` VALUES ('215570', '215571');
  2886. INSERT INTO `tele_links` VALUES ('215571', '215570');
  2887. INSERT INTO `tele_links` VALUES ('215572', '215573');
  2888. INSERT INTO `tele_links` VALUES ('215573', '215572');
  2889. INSERT INTO `tele_links` VALUES ('215845', '215846');
  2890. INSERT INTO `tele_links` VALUES ('215846', '215845');
  2891. INSERT INTO `tele_links` VALUES ('215847', '215848');
  2892. INSERT INTO `tele_links` VALUES ('215848', '215847');
  2893. INSERT INTO `tele_links` VALUES ('216396', '216397');
  2894. INSERT INTO `tele_links` VALUES ('216397', '216396');
  2895. INSERT INTO `tele_links` VALUES ('216398', '216399');
  2896. INSERT INTO `tele_links` VALUES ('216399', '216398');
  2897. INSERT INTO `tele_links` VALUES ('216400', '216401');
  2898. INSERT INTO `tele_links` VALUES ('216401', '216400');
  2899. INSERT INTO `tele_links` VALUES ('216402', '216403');
  2900. INSERT INTO `tele_links` VALUES ('216403', '216402');
  2901. INSERT INTO `tele_links` VALUES ('216404', '216405');
  2902. INSERT INTO `tele_links` VALUES ('216405', '216404');
  2903. INSERT INTO `tele_links` VALUES ('216406', '216407');
  2904. INSERT INTO `tele_links` VALUES ('216407', '216406');
  2905. INSERT INTO `tele_links` VALUES ('216408', '216409');
  2906. INSERT INTO `tele_links` VALUES ('216409', '216408');
  2907. INSERT INTO `tele_links` VALUES ('216410', '216411');
  2908. INSERT INTO `tele_links` VALUES ('216411', '216410');
  2909. INSERT INTO `tele_links` VALUES ('217873', '217874');
  2910. INSERT INTO `tele_links` VALUES ('217874', '217873');
  2911. INSERT INTO `tele_links` VALUES ('217875', '217876');
  2912. INSERT INTO `tele_links` VALUES ('217876', '217875');
  2913. INSERT INTO `tele_links` VALUES ('217877', '217878');
  2914. INSERT INTO `tele_links` VALUES ('217878', '217877');
  2915. INSERT INTO `tele_links` VALUES ('217879', '217880');
  2916. INSERT INTO `tele_links` VALUES ('217880', '217879');
  2917. INSERT INTO `tele_links` VALUES ('217881', '217882');
  2918. INSERT INTO `tele_links` VALUES ('217882', '217881');
  2919. INSERT INTO `tele_links` VALUES ('217883', '217884');
  2920. INSERT INTO `tele_links` VALUES ('217884', '217883');
  2921. INSERT INTO `tele_links` VALUES ('219193', '219194');
  2922. INSERT INTO `tele_links` VALUES ('219194', '219193');
  2923. INSERT INTO `tele_links` VALUES ('219510', '219511');
  2924. INSERT INTO `tele_links` VALUES ('219511', '219510');
  2925. INSERT INTO `tele_links` VALUES ('221209', '221210');
  2926. INSERT INTO `tele_links` VALUES ('221210', '221209');
  2927. INSERT INTO `tele_links` VALUES ('221225', '221226');
  2928. INSERT INTO `tele_links` VALUES ('221226', '221225');
  2929. INSERT INTO `tele_links` VALUES ('221239', '221240');
  2930. INSERT INTO `tele_links` VALUES ('221240', '221239');
  2931. INSERT INTO `tele_links` VALUES ('221241', '221242');
  2932. INSERT INTO `tele_links` VALUES ('221242', '221241');
  2933. INSERT INTO `tele_links` VALUES ('221254', '221255');
  2934. INSERT INTO `tele_links` VALUES ('221255', '221254');
  2935. INSERT INTO `tele_links` VALUES ('221458', '221459');
  2936. INSERT INTO `tele_links` VALUES ('221459', '221458');
  2937. INSERT INTO `tele_links` VALUES ('221460', '221461');
  2938. INSERT INTO `tele_links` VALUES ('221461', '221460');
  2939. INSERT INTO `tele_links` VALUES ('221462', '221463');
  2940. INSERT INTO `tele_links` VALUES ('221463', '221462');
  2941. INSERT INTO `tele_links` VALUES ('221464', '221465');
  2942. INSERT INTO `tele_links` VALUES ('221465', '221464');
  2943. INSERT INTO `tele_links` VALUES ('221466', '221467');
  2944. INSERT INTO `tele_links` VALUES ('221467', '221466');
  2945. INSERT INTO `tele_links` VALUES ('221468', '221471');
  2946. INSERT INTO `tele_links` VALUES ('221471', '221468');
  2947. INSERT INTO `tele_links` VALUES ('221476', '221477');
  2948. INSERT INTO `tele_links` VALUES ('221477', '221476');
  2949. INSERT INTO `tele_links` VALUES ('222102', '222103');
  2950. INSERT INTO `tele_links` VALUES ('222103', '222102');
  2951. INSERT INTO `tele_links` VALUES ('222104', '222105');
  2952. INSERT INTO `tele_links` VALUES ('222105', '222104');
  2953. INSERT INTO `tele_links` VALUES ('222504', '222505');
  2954. INSERT INTO `tele_links` VALUES ('222505', '222504');
  2955. INSERT INTO `tele_links` VALUES ('222815', '222816');
  2956. INSERT INTO `tele_links` VALUES ('222816', '222815');
  2957. INSERT INTO `tele_links` VALUES ('222892', '222893');
  2958. INSERT INTO `tele_links` VALUES ('222893', '222892');
  2959. INSERT INTO `tele_links` VALUES ('223203', '223204');
  2960. INSERT INTO `tele_links` VALUES ('223204', '223203');
  2961. INSERT INTO `tele_links` VALUES ('223283', '223284');
  2962. INSERT INTO `tele_links` VALUES ('223284', '223283');
  2963. INSERT INTO `tele_links` VALUES ('223653', '223654');
  2964. INSERT INTO `tele_links` VALUES ('223654', '223653');
  2965. INSERT INTO `tele_links` VALUES ('223901', '223902');
  2966. INSERT INTO `tele_links` VALUES ('223902', '223901');
  2967. INSERT INTO `tele_links` VALUES ('223991', '223992');
  2968. INSERT INTO `tele_links` VALUES ('223992', '223991');
  2969. INSERT INTO `tele_links` VALUES ('224469', '224470');
  2970. INSERT INTO `tele_links` VALUES ('224470', '224469');
  2971. INSERT INTO `tele_links` VALUES ('225991', '225992');
  2972. INSERT INTO `tele_links` VALUES ('225992', '225991');
  2973. INSERT INTO `tele_links` VALUES ('226169', '226170');
  2974. INSERT INTO `tele_links` VALUES ('226170', '226169');
  2975. INSERT INTO `tele_links` VALUES ('226482', '226483');
  2976. INSERT INTO `tele_links` VALUES ('226483', '226482');
  2977. INSERT INTO `tele_links` VALUES ('226502', '226503');
  2978. INSERT INTO `tele_links` VALUES ('226503', '226502');
  2979. INSERT INTO `tele_links` VALUES ('227481', '227482');
  2980. INSERT INTO `tele_links` VALUES ('227482', '227481');
  2981. INSERT INTO `tele_links` VALUES ('227487', '227488');
  2982. INSERT INTO `tele_links` VALUES ('227488', '227487');
  2983. INSERT INTO `tele_links` VALUES ('228243', '228244');
  2984. INSERT INTO `tele_links` VALUES ('228244', '228243');
  2985. INSERT INTO `tele_links` VALUES ('228830', '228831');
  2986. INSERT INTO `tele_links` VALUES ('228831', '228830');
  2987. INSERT INTO `tele_links` VALUES ('229022', '229023');
  2988. INSERT INTO `tele_links` VALUES ('229023', '229022');
  2989. INSERT INTO `tele_links` VALUES ('230138', '230139');
  2990. INSERT INTO `tele_links` VALUES ('230139', '230138');
  2991. INSERT INTO `tele_links` VALUES ('230432', '230433');
  2992. INSERT INTO `tele_links` VALUES ('230433', '230432');
  2993. INSERT INTO `tele_links` VALUES ('230434', '230435');
  2994. INSERT INTO `tele_links` VALUES ('230435', '230434');
  2995. INSERT INTO `tele_links` VALUES ('230831', '230832');
  2996. INSERT INTO `tele_links` VALUES ('230832', '230831');
  2997. INSERT INTO `tele_links` VALUES ('231176', '231177');
  2998. INSERT INTO `tele_links` VALUES ('231177', '231176');
  2999. INSERT INTO `tele_links` VALUES ('231178', '231179');
  3000. INSERT INTO `tele_links` VALUES ('231179', '231178');
  3001. INSERT INTO `tele_links` VALUES ('231250', '231251');
  3002. INSERT INTO `tele_links` VALUES ('231251', '231250');
  3003. INSERT INTO `tele_links` VALUES ('234126', '234127');
  3004. INSERT INTO `tele_links` VALUES ('234127', '234126');
  3005. INSERT INTO `tele_links` VALUES ('234128', '234129');
  3006. INSERT INTO `tele_links` VALUES ('234129', '234128');
  3007. INSERT INTO `tele_links` VALUES ('234130', '234131');
  3008. INSERT INTO `tele_links` VALUES ('234131', '234130');
  3009. INSERT INTO `tele_links` VALUES ('234132', '234133');
  3010. INSERT INTO `tele_links` VALUES ('234133', '234132');
  3011. INSERT INTO `tele_links` VALUES ('234134', '234135');
  3012. INSERT INTO `tele_links` VALUES ('234135', '234134');
  3013. INSERT INTO `tele_links` VALUES ('234136', '234137');
  3014. INSERT INTO `tele_links` VALUES ('234137', '234136');
  3015. INSERT INTO `tele_links` VALUES ('234138', '234139');
  3016. INSERT INTO `tele_links` VALUES ('234139', '234138');
  3017. INSERT INTO `tele_links` VALUES ('234140', '234141');
  3018. INSERT INTO `tele_links` VALUES ('234141', '234140');
  3019. INSERT INTO `tele_links` VALUES ('234142', '234143');
  3020. INSERT INTO `tele_links` VALUES ('234143', '234142');
  3021. INSERT INTO `tele_links` VALUES ('234144', '234145');
  3022. INSERT INTO `tele_links` VALUES ('234145', '234144');
  3023. INSERT INTO `tele_links` VALUES ('234146', '234147');
  3024. INSERT INTO `tele_links` VALUES ('234147', '234146');
  3025. INSERT INTO `tele_links` VALUES ('234148', '234149');
  3026. INSERT INTO `tele_links` VALUES ('234149', '234148');
  3027. INSERT INTO `tele_links` VALUES ('234150', '234151');
  3028. INSERT INTO `tele_links` VALUES ('234151', '234150');
  3029. INSERT INTO `tele_links` VALUES ('234152', '234153');
  3030. INSERT INTO `tele_links` VALUES ('234153', '234152');
  3031. INSERT INTO `tele_links` VALUES ('234154', '234155');
  3032. INSERT INTO `tele_links` VALUES ('234155', '234154');
  3033. INSERT INTO `tele_links` VALUES ('234156', '234157');
  3034. INSERT INTO `tele_links` VALUES ('234157', '234156');
  3035. INSERT INTO `tele_links` VALUES ('234158', '234159');
  3036. INSERT INTO `tele_links` VALUES ('234159', '234158');
  3037. INSERT INTO `tele_links` VALUES ('234160', '234161');
  3038. INSERT INTO `tele_links` VALUES ('234161', '234160');
  3039. INSERT INTO `tele_links` VALUES ('234162', '234163');
  3040. INSERT INTO `tele_links` VALUES ('234163', '234162');
  3041. INSERT INTO `tele_links` VALUES ('234164', '234165');
  3042. INSERT INTO `tele_links` VALUES ('234165', '234164');
  3043. INSERT INTO `tele_links` VALUES ('234166', '234167');
  3044. INSERT INTO `tele_links` VALUES ('234167', '234166');
  3045. INSERT INTO `tele_links` VALUES ('234168', '234169');
  3046. INSERT INTO `tele_links` VALUES ('234169', '234168');
  3047. INSERT INTO `tele_links` VALUES ('234170', '234171');
  3048. INSERT INTO `tele_links` VALUES ('234171', '234170');
  3049. INSERT INTO `tele_links` VALUES ('234172', '234173');
  3050. INSERT INTO `tele_links` VALUES ('234173', '234172');
  3051. INSERT INTO `tele_links` VALUES ('234174', '234175');
  3052. INSERT INTO `tele_links` VALUES ('234175', '234174');
  3053. INSERT INTO `tele_links` VALUES ('234176', '234177');
  3054. INSERT INTO `tele_links` VALUES ('234177', '234176');
  3055. INSERT INTO `tele_links` VALUES ('234178', '234179');
  3056. INSERT INTO `tele_links` VALUES ('234179', '234178');
  3057. INSERT INTO `tele_links` VALUES ('234180', '234181');
  3058. INSERT INTO `tele_links` VALUES ('234181', '234180');
  3059. INSERT INTO `tele_links` VALUES ('234182', '234183');
  3060. INSERT INTO `tele_links` VALUES ('234183', '234182');
  3061. INSERT INTO `tele_links` VALUES ('234184', '234185');
  3062. INSERT INTO `tele_links` VALUES ('234185', '234184');
  3063. INSERT INTO `tele_links` VALUES ('234186', '234187');
  3064. INSERT INTO `tele_links` VALUES ('234187', '234186');
  3065. INSERT INTO `tele_links` VALUES ('235124', '235125');
  3066. INSERT INTO `tele_links` VALUES ('235125', '235124');
  3067. INSERT INTO `tele_links` VALUES ('235126', '235127');
  3068. INSERT INTO `tele_links` VALUES ('235127', '235126');
  3069. INSERT INTO `tele_links` VALUES ('235204', '235205');
  3070. INSERT INTO `tele_links` VALUES ('235205', '235204');
  3071. INSERT INTO `tele_links` VALUES ('235206', '235207');
  3072. INSERT INTO `tele_links` VALUES ('235207', '235206');
  3073. INSERT INTO `tele_links` VALUES ('236706', '236707');
  3074. INSERT INTO `tele_links` VALUES ('236707', '236706');
  3075. INSERT INTO `tele_links` VALUES ('238040', '238041');
  3076. INSERT INTO `tele_links` VALUES ('238041', '238040');
  3077. INSERT INTO `tele_links` VALUES ('238476', '238477');
  3078. INSERT INTO `tele_links` VALUES ('238477', '238476');
  3079. INSERT INTO `tele_links` VALUES ('241502', '241503');
  3080. INSERT INTO `tele_links` VALUES ('241503', '241502');
  3081. INSERT INTO `tele_links` VALUES ('242711', '242712');
  3082. INSERT INTO `tele_links` VALUES ('242712', '242711');
  3083. INSERT INTO `tele_links` VALUES ('244843', '244844');
  3084. INSERT INTO `tele_links` VALUES ('244844', '244843');
  3085. INSERT INTO `tele_links` VALUES ('245188', '245189');
  3086. INSERT INTO `tele_links` VALUES ('245189', '245188');
  3087. INSERT INTO `tele_links` VALUES ('245375', '245376');
  3088. INSERT INTO `tele_links` VALUES ('245376', '245375');
  3089. INSERT INTO `tele_links` VALUES ('247738', '247739');
  3090. INSERT INTO `tele_links` VALUES ('247739', '247738');
  3091. INSERT INTO `tele_links` VALUES ('247740', '247741');
  3092. INSERT INTO `tele_links` VALUES ('247741', '247740');
  3093. INSERT INTO `tele_links` VALUES ('247947', '247948');
  3094. INSERT INTO `tele_links` VALUES ('247948', '247947');
  3095. INSERT INTO `tele_links` VALUES ('248593', '248594');
  3096. INSERT INTO `tele_links` VALUES ('248594', '248593');
  3097. INSERT INTO `tele_links` VALUES ('249645', '249646');
  3098. INSERT INTO `tele_links` VALUES ('249646', '249645');
  3099. INSERT INTO `tele_links` VALUES ('249918', '249919');
  3100. INSERT INTO `tele_links` VALUES ('249919', '249918');
  3101. INSERT INTO `tele_links` VALUES ('249920', '249921');
  3102. INSERT INTO `tele_links` VALUES ('249921', '249920');
  3103. INSERT INTO `tele_links` VALUES ('252256', '252257');
  3104. INSERT INTO `tele_links` VALUES ('252257', '252256');
  3105. INSERT INTO `tele_links` VALUES ('252304', '252305');
  3106. INSERT INTO `tele_links` VALUES ('252305', '252304');
  3107. INSERT INTO `tele_links` VALUES ('252306', '252307');
  3108. INSERT INTO `tele_links` VALUES ('252307', '252306');
  3109. INSERT INTO `tele_links` VALUES ('252715', '252716');
  3110. INSERT INTO `tele_links` VALUES ('252716', '252715');
  3111. INSERT INTO `tele_links` VALUES ('252717', '252718');
  3112. INSERT INTO `tele_links` VALUES ('252718', '252717');
  3113. INSERT INTO `tele_links` VALUES ('252732', '252733');
  3114. INSERT INTO `tele_links` VALUES ('252733', '252732');
  3115. INSERT INTO `tele_links` VALUES ('253040', '253041');
  3116. INSERT INTO `tele_links` VALUES ('253041', '253040');
  3117. INSERT INTO `tele_links` VALUES ('253043', '253044');
  3118. INSERT INTO `tele_links` VALUES ('253044', '253043');
  3119. INSERT INTO `tele_links` VALUES ('253109', '253110');
  3120. INSERT INTO `tele_links` VALUES ('253110', '253109');
  3121. INSERT INTO `tele_links` VALUES ('253111', '253112');
  3122. INSERT INTO `tele_links` VALUES ('253112', '253111');
  3123. INSERT INTO `tele_links` VALUES ('253179', '253180');
  3124. INSERT INTO `tele_links` VALUES ('253180', '253179');
  3125. INSERT INTO `tele_links` VALUES ('253181', '253182');
  3126. INSERT INTO `tele_links` VALUES ('253182', '253181');
  3127. INSERT INTO `tele_links` VALUES ('253990', '253991');
  3128. INSERT INTO `tele_links` VALUES ('253991', '253990');
  3129. INSERT INTO `tele_links` VALUES ('255122', '255123');
  3130. INSERT INTO `tele_links` VALUES ('255123', '255122');
  3131. INSERT INTO `tele_links` VALUES ('255124', '255125');
  3132. INSERT INTO `tele_links` VALUES ('255125', '255124');
  3133. INSERT INTO `tele_links` VALUES ('255126', '255127');
  3134. INSERT INTO `tele_links` VALUES ('255127', '255126');
  3135. INSERT INTO `tele_links` VALUES ('255128', '255129');
  3136. INSERT INTO `tele_links` VALUES ('255129', '255128');
  3137. INSERT INTO `tele_links` VALUES ('255130', '255131');
  3138. INSERT INTO `tele_links` VALUES ('255131', '255130');
  3139. INSERT INTO `tele_links` VALUES ('255132', '255133');
  3140. INSERT INTO `tele_links` VALUES ('255133', '255132');
  3141. INSERT INTO `tele_links` VALUES ('255134', '255135');
  3142. INSERT INTO `tele_links` VALUES ('255135', '255134');
  3143. INSERT INTO `tele_links` VALUES ('255136', '255137');
  3144. INSERT INTO `tele_links` VALUES ('255137', '255136');
  3145. INSERT INTO `tele_links` VALUES ('255138', '255139');
  3146. INSERT INTO `tele_links` VALUES ('255139', '255138');
  3147. INSERT INTO `tele_links` VALUES ('255140', '255141');
  3148. INSERT INTO `tele_links` VALUES ('255141', '255140');
  3149. INSERT INTO `tele_links` VALUES ('255142', '255143');
  3150. INSERT INTO `tele_links` VALUES ('255143', '255142');
  3151. INSERT INTO `tele_links` VALUES ('255144', '255145');
  3152. INSERT INTO `tele_links` VALUES ('255145', '255144');
  3153. INSERT INTO `tele_links` VALUES ('255204', '255205');
  3154. INSERT INTO `tele_links` VALUES ('255205', '255204');
  3155. INSERT INTO `tele_links` VALUES ('255206', '255207');
  3156. INSERT INTO `tele_links` VALUES ('255207', '255206');
  3157. INSERT INTO `tele_links` VALUES ('256861', '256862');
  3158. INSERT INTO `tele_links` VALUES ('256862', '256861');
  3159. INSERT INTO `tele_links` VALUES ('256878', '256879');
  3160. INSERT INTO `tele_links` VALUES ('256879', '256878');
  3161. INSERT INTO `tele_links` VALUES ('257718', '257719');
  3162. INSERT INTO `tele_links` VALUES ('257719', '257718');
  3163. INSERT INTO `tele_links` VALUES ('258114', '258115');
  3164. INSERT INTO `tele_links` VALUES ('258115', '258114');
  3165. INSERT INTO `tele_links` VALUES ('259246', '259247');
  3166. INSERT INTO `tele_links` VALUES ('259247', '259246');
  3167. INSERT INTO `tele_links` VALUES ('259811', '259812');
  3168. INSERT INTO `tele_links` VALUES ('259812', '259811');
  3169. INSERT INTO `tele_links` VALUES ('259820', '259821');
  3170. INSERT INTO `tele_links` VALUES ('259821', '259820');
  3171. INSERT INTO `tele_links` VALUES ('262608', '262609');
  3172. INSERT INTO `tele_links` VALUES ('262609', '262608');
  3173. INSERT INTO `tele_links` VALUES ('262773', '262774');
  3174. INSERT INTO `tele_links` VALUES ('262774', '262773');
  3175. INSERT INTO `tele_links` VALUES ('262808', '262809');
  3176. INSERT INTO `tele_links` VALUES ('262809', '262808');
  3177. INSERT INTO `tele_links` VALUES ('268005', '268009');
  3178. INSERT INTO `tele_links` VALUES ('268009', '268005');
  3179. INSERT INTO `tele_links` VALUES ('268495', '268496');
  3180. INSERT INTO `tele_links` VALUES ('268496', '268495');
  3181. INSERT INTO `tele_links` VALUES ('268497', '268498');
  3182. INSERT INTO `tele_links` VALUES ('268498', '268497');
  3183. INSERT INTO `tele_links` VALUES ('268499', '268500');
  3184. INSERT INTO `tele_links` VALUES ('268500', '268499');
  3185. INSERT INTO `tele_links` VALUES ('268501', '268502');
  3186. INSERT INTO `tele_links` VALUES ('268502', '268501');
  3187. INSERT INTO `tele_links` VALUES ('268537', '268538');
  3188. INSERT INTO `tele_links` VALUES ('268538', '268537');
  3189. INSERT INTO `tele_links` VALUES ('268539', '268540');
  3190. INSERT INTO `tele_links` VALUES ('268540', '268539');
  3191. INSERT INTO `tele_links` VALUES ('268955', '268956');
  3192. INSERT INTO `tele_links` VALUES ('268956', '268955');
  3193. INSERT INTO `tele_links` VALUES ('268957', '268958');
  3194. INSERT INTO `tele_links` VALUES ('268958', '268957');
  3195. INSERT INTO `tele_links` VALUES ('268959', '268960');
  3196. INSERT INTO `tele_links` VALUES ('268960', '268959');
  3197. INSERT INTO `tele_links` VALUES ('269852', '269853');
  3198. INSERT INTO `tele_links` VALUES ('269853', '269852');
  3199. INSERT INTO `tele_links` VALUES ('269976', '269977');
  3200. INSERT INTO `tele_links` VALUES ('269977', '269976');
  3201. INSERT INTO `tele_links` VALUES ('270219', '270220');
  3202. INSERT INTO `tele_links` VALUES ('270220', '270219');
  3203. INSERT INTO `tele_links` VALUES ('271156', '271157');
  3204. INSERT INTO `tele_links` VALUES ('271157', '271156');
  3205. INSERT INTO `tele_links` VALUES ('271494', '271495');
  3206. INSERT INTO `tele_links` VALUES ('271495', '271494');
  3207. INSERT INTO `tele_links` VALUES ('271518', '271519');
  3208. INSERT INTO `tele_links` VALUES ('271519', '271518');
  3209. INSERT INTO `tele_links` VALUES ('271662', '271663');
  3210. INSERT INTO `tele_links` VALUES ('271663', '271662');
  3211. INSERT INTO `tele_links` VALUES ('271664', '271665');
  3212. INSERT INTO `tele_links` VALUES ('271665', '271664');
  3213. INSERT INTO `tele_links` VALUES ('272498', '272499');
  3214. INSERT INTO `tele_links` VALUES ('272499', '272498');
  3215. INSERT INTO `tele_links` VALUES ('272572', '272573');
  3216. INSERT INTO `tele_links` VALUES ('272573', '272572');
  3217. INSERT INTO `tele_links` VALUES ('272575', '272576');
  3218. INSERT INTO `tele_links` VALUES ('272576', '272575');
  3219. INSERT INTO `tele_links` VALUES ('272675', '272676');
  3220. INSERT INTO `tele_links` VALUES ('272676', '272675');
  3221. INSERT INTO `tele_links` VALUES ('272678', '272679');
  3222. INSERT INTO `tele_links` VALUES ('272679', '272678');
  3223. INSERT INTO `tele_links` VALUES ('272680', '272682');
  3224. INSERT INTO `tele_links` VALUES ('272682', '272680');
  3225. INSERT INTO `tele_links` VALUES ('272683', '272684');
  3226. INSERT INTO `tele_links` VALUES ('272684', '272683');
  3227. INSERT INTO `tele_links` VALUES ('272685', '272686');
  3228. INSERT INTO `tele_links` VALUES ('272686', '272685');
  3229. INSERT INTO `tele_links` VALUES ('272687', '272688');
  3230. INSERT INTO `tele_links` VALUES ('272688', '272687');
  3231. INSERT INTO `tele_links` VALUES ('272694', '272697');
  3232. INSERT INTO `tele_links` VALUES ('272697', '272694');
  3233. INSERT INTO `tele_links` VALUES ('273420', '273422');
  3234. INSERT INTO `tele_links` VALUES ('273422', '273420');
  3235. INSERT INTO `tele_links` VALUES ('273764', '273765');
  3236. INSERT INTO `tele_links` VALUES ('273765', '273764');
  3237. INSERT INTO `tele_links` VALUES ('273768', '273769');
  3238. INSERT INTO `tele_links` VALUES ('273769', '273768');
  3239. INSERT INTO `tele_links` VALUES ('274072', '274073');
  3240. INSERT INTO `tele_links` VALUES ('274073', '274072');
  3241. INSERT INTO `tele_links` VALUES ('274102', '274103');
  3242. INSERT INTO `tele_links` VALUES ('274103', '274102');
  3243. INSERT INTO `tele_links` VALUES ('274190', '274191');
  3244. INSERT INTO `tele_links` VALUES ('274191', '274190');
  3245. INSERT INTO `tele_links` VALUES ('275084', '275086');
  3246. INSERT INTO `tele_links` VALUES ('275086', '275084');
  3247. INSERT INTO `tele_links` VALUES ('275091', '275092');
  3248. INSERT INTO `tele_links` VALUES ('275092', '275091');
  3249. INSERT INTO `tele_links` VALUES ('275094', '275095');
  3250. INSERT INTO `tele_links` VALUES ('275095', '275094');
  3251. INSERT INTO `tele_links` VALUES ('275097', '275098');
  3252. INSERT INTO `tele_links` VALUES ('275098', '275097');
  3253. INSERT INTO `tele_links` VALUES ('276156', '276157');
  3254. INSERT INTO `tele_links` VALUES ('276157', '276156');
  3255. INSERT INTO `tele_links` VALUES ('277515', '277516');
  3256. INSERT INTO `tele_links` VALUES ('277516', '277515');
  3257. INSERT INTO `tele_links` VALUES ('278055', '278056');
  3258. INSERT INTO `tele_links` VALUES ('278056', '278055');
  3259. INSERT INTO `tele_links` VALUES ('278526', '278527');
  3260. INSERT INTO `tele_links` VALUES ('278527', '278526');
  3261. INSERT INTO `tele_links` VALUES ('278532', '278533');
  3262. INSERT INTO `tele_links` VALUES ('278533', '278532');
  3263. INSERT INTO `tele_links` VALUES ('279055', '279056');
  3264. INSERT INTO `tele_links` VALUES ('279056', '279055');
  3265. INSERT INTO `tele_links` VALUES ('283179', '283180');
  3266. INSERT INTO `tele_links` VALUES ('283180', '283179');
  3267. INSERT INTO `tele_links` VALUES ('283938', '283941');
  3268. INSERT INTO `tele_links` VALUES ('283941', '283938');
  3269. INSERT INTO `tele_links` VALUES ('285114', '285115');
  3270. INSERT INTO `tele_links` VALUES ('285115', '285114');
  3271. INSERT INTO `tele_links` VALUES ('285116', '285117');
  3272. INSERT INTO `tele_links` VALUES ('285117', '285116');
  3273. INSERT INTO `tele_links` VALUES ('285118', '285119');
  3274. INSERT INTO `tele_links` VALUES ('285119', '285118');
  3275. INSERT INTO `tele_links` VALUES ('285121', '285122');
  3276. INSERT INTO `tele_links` VALUES ('285122', '285121');
  3277. INSERT INTO `tele_links` VALUES ('285123', '285124');
  3278. INSERT INTO `tele_links` VALUES ('285124', '285123');
  3279. INSERT INTO `tele_links` VALUES ('285125', '285126');
  3280. INSERT INTO `tele_links` VALUES ('285126', '285125');
  3281. INSERT INTO `tele_links` VALUES ('285127', '285128');
  3282. INSERT INTO `tele_links` VALUES ('285128', '285127');
  3283. INSERT INTO `tele_links` VALUES ('285130', '285131');
  3284. INSERT INTO `tele_links` VALUES ('285131', '285130');
  3285. INSERT INTO `tele_links` VALUES ('285132', '285133');
  3286. INSERT INTO `tele_links` VALUES ('285133', '285132');
  3287. INSERT INTO `tele_links` VALUES ('285134', '285135');
  3288. INSERT INTO `tele_links` VALUES ('285135', '285134');
  3289. INSERT INTO `tele_links` VALUES ('285136', '285137');
  3290. INSERT INTO `tele_links` VALUES ('285137', '285136');
  3291. INSERT INTO `tele_links` VALUES ('285138', '285139');
  3292. INSERT INTO `tele_links` VALUES ('285139', '285138');
  3293. INSERT INTO `tele_links` VALUES ('285521', '285522');
  3294. INSERT INTO `tele_links` VALUES ('285522', '285521');
  3295. INSERT INTO `tele_links` VALUES ('286177', '286178');
  3296. INSERT INTO `tele_links` VALUES ('286178', '286177');
  3297. INSERT INTO `tele_links` VALUES ('286373', '286374');
  3298. INSERT INTO `tele_links` VALUES ('286374', '286373');
  3299. INSERT INTO `tele_links` VALUES ('288298', '288299');
  3300. INSERT INTO `tele_links` VALUES ('288299', '288298');
  3301. INSERT INTO `tele_links` VALUES ('289047', '289049');
  3302. INSERT INTO `tele_links` VALUES ('289049', '289047');
  3303. INSERT INTO `tele_links` VALUES ('289193', '289194');
  3304. INSERT INTO `tele_links` VALUES ('289194', '289193');
  3305. INSERT INTO `tele_links` VALUES ('289447', '289448');
  3306. INSERT INTO `tele_links` VALUES ('289448', '289447');
  3307. INSERT INTO `tele_links` VALUES ('289785', '289786');
  3308. INSERT INTO `tele_links` VALUES ('289786', '289785');
  3309. INSERT INTO `tele_links` VALUES ('290068', '290069');
  3310. INSERT INTO `tele_links` VALUES ('290069', '290068');
  3311. INSERT INTO `tele_links` VALUES ('293049', '293050');
  3312. INSERT INTO `tele_links` VALUES ('293050', '293049');
  3313. INSERT INTO `tele_links` VALUES ('293079', '293080');
  3314. INSERT INTO `tele_links` VALUES ('293080', '293079');
  3315. INSERT INTO `tele_links` VALUES ('293571', '293572');
  3316. INSERT INTO `tele_links` VALUES ('293572', '293571');
  3317. INSERT INTO `tele_links` VALUES ('295594', '295595');
  3318. INSERT INTO `tele_links` VALUES ('295595', '295594');
  3319. INSERT INTO `tele_links` VALUES ('295598', '295600');
  3320. INSERT INTO `tele_links` VALUES ('295600', '295598');
  3321. INSERT INTO `tele_links` VALUES ('295864', '295865');
  3322. INSERT INTO `tele_links` VALUES ('295865', '295864');
  3323. INSERT INTO `tele_links` VALUES ('296600', '296601');
  3324. INSERT INTO `tele_links` VALUES ('296601', '296600');
  3325. INSERT INTO `tele_links` VALUES ('296741', '296742');
  3326. INSERT INTO `tele_links` VALUES ('296742', '296741');
  3327. INSERT INTO `tele_links` VALUES ('296913', '296914');
  3328. INSERT INTO `tele_links` VALUES ('296914', '296913');
  3329. INSERT INTO `tele_links` VALUES ('297048', '297049');
  3330. INSERT INTO `tele_links` VALUES ('297049', '297048');
  3331. INSERT INTO `tele_links` VALUES ('297402', '297403');
  3332. INSERT INTO `tele_links` VALUES ('297403', '297402');
  3333. INSERT INTO `tele_links` VALUES ('297599', '297600');
  3334. INSERT INTO `tele_links` VALUES ('297600', '297599');
  3335. INSERT INTO `tele_links` VALUES ('297950', '297951');
  3336. INSERT INTO `tele_links` VALUES ('297951', '297950');
  3337. INSERT INTO `tele_links` VALUES ('298170', '298171');
  3338. INSERT INTO `tele_links` VALUES ('298171', '298170');
  3339. INSERT INTO `tele_links` VALUES ('298201', '298203');
  3340. INSERT INTO `tele_links` VALUES ('298203', '298201');
  3341. INSERT INTO `tele_links` VALUES ('299698', '299700');
  3342. INSERT INTO `tele_links` VALUES ('299700', '299698');
  3343. INSERT INTO `tele_links` VALUES ('299974', '299975');
  3344. INSERT INTO `tele_links` VALUES ('299975', '299974');
  3345. INSERT INTO `tele_links` VALUES ('300172', '300173');
  3346. INSERT INTO `tele_links` VALUES ('300173', '300172');
  3347. INSERT INTO `tele_links` VALUES ('300174', '300175');
  3348. INSERT INTO `tele_links` VALUES ('300175', '300174');
  3349. INSERT INTO `tele_links` VALUES ('300176', '300177');
  3350. INSERT INTO `tele_links` VALUES ('300177', '300176');
  3351. INSERT INTO `tele_links` VALUES ('300354', '300355');
  3352. INSERT INTO `tele_links` VALUES ('300355', '300354');
  3353. INSERT INTO `tele_links` VALUES ('300463', '300464');
  3354. INSERT INTO `tele_links` VALUES ('300464', '300463');
  3355. INSERT INTO `tele_links` VALUES ('302212', '302213');
  3356. INSERT INTO `tele_links` VALUES ('302213', '302212');
  3357. INSERT INTO `tele_links` VALUES ('302524', '302527');
  3358. INSERT INTO `tele_links` VALUES ('302527', '302524');
  3359. INSERT INTO `tele_links` VALUES ('302531', '302534');
  3360. INSERT INTO `tele_links` VALUES ('302534', '302531');
  3361. INSERT INTO `tele_links` VALUES ('302539', '302542');
  3362. INSERT INTO `tele_links` VALUES ('302542', '302539');
  3363. INSERT INTO `tele_links` VALUES ('302547', '302550');
  3364. INSERT INTO `tele_links` VALUES ('302550', '302547');
  3365. INSERT INTO `tele_links` VALUES ('302555', '302558');
  3366. INSERT INTO `tele_links` VALUES ('302558', '302555');
  3367. INSERT INTO `tele_links` VALUES ('302563', '302566');
  3368. INSERT INTO `tele_links` VALUES ('302566', '302563');
  3369. INSERT INTO `tele_links` VALUES ('302571', '302574');
  3370. INSERT INTO `tele_links` VALUES ('302574', '302571');
  3371. INSERT INTO `tele_links` VALUES ('302579', '302582');
  3372. INSERT INTO `tele_links` VALUES ('302582', '302579');
  3373. INSERT INTO `tele_links` VALUES ('302587', '302589');
  3374. INSERT INTO `tele_links` VALUES ('302589', '302587');
  3375. INSERT INTO `tele_links` VALUES ('302590', '302591');
  3376. INSERT INTO `tele_links` VALUES ('302591', '302590');
  3377. INSERT INTO `tele_links` VALUES ('302592', '302593');
  3378. INSERT INTO `tele_links` VALUES ('302593', '302592');
  3379. INSERT INTO `tele_links` VALUES ('302594', '302595');
  3380. INSERT INTO `tele_links` VALUES ('302595', '302594');
  3381. INSERT INTO `tele_links` VALUES ('302596', '302597');
  3382. INSERT INTO `tele_links` VALUES ('302597', '302596');
  3383. INSERT INTO `tele_links` VALUES ('302807', '302808');
  3384. INSERT INTO `tele_links` VALUES ('302808', '302807');
  3385. INSERT INTO `tele_links` VALUES ('302809', '302810');
  3386. INSERT INTO `tele_links` VALUES ('302810', '302809');
  3387. INSERT INTO `tele_links` VALUES ('302811', '302812');
  3388. INSERT INTO `tele_links` VALUES ('302812', '302811');
  3389. INSERT INTO `tele_links` VALUES ('302813', '302814');
  3390. INSERT INTO `tele_links` VALUES ('302814', '302813');
  3391. INSERT INTO `tele_links` VALUES ('302816', '302818');
  3392. INSERT INTO `tele_links` VALUES ('302818', '302816');
  3393. INSERT INTO `tele_links` VALUES ('302819', '302820');
  3394. INSERT INTO `tele_links` VALUES ('302820', '302819');
  3395. INSERT INTO `tele_links` VALUES ('302821', '302822');
  3396. INSERT INTO `tele_links` VALUES ('302822', '302821');
  3397. INSERT INTO `tele_links` VALUES ('302823', '302824');
  3398. INSERT INTO `tele_links` VALUES ('302824', '302823');
  3399. INSERT INTO `tele_links` VALUES ('302825', '302826');
  3400. INSERT INTO `tele_links` VALUES ('302826', '302825');
  3401. INSERT INTO `tele_links` VALUES ('302827', '302828');
  3402. INSERT INTO `tele_links` VALUES ('302828', '302827');
  3403. INSERT INTO `tele_links` VALUES ('302829', '302830');
  3404. INSERT INTO `tele_links` VALUES ('302830', '302829');
  3405. INSERT INTO `tele_links` VALUES ('302831', '302832');
  3406. INSERT INTO `tele_links` VALUES ('302832', '302831');
  3407. INSERT INTO `tele_links` VALUES ('302833', '302834');
  3408. INSERT INTO `tele_links` VALUES ('302834', '302833');
  3409. INSERT INTO `tele_links` VALUES ('303218', '303219');
  3410. INSERT INTO `tele_links` VALUES ('303219', '303218');
  3411. INSERT INTO `tele_links` VALUES ('303547', '303548');
  3412. INSERT INTO `tele_links` VALUES ('303548', '303547');
  3413. INSERT INTO `tele_links` VALUES ('303582', '303583');
  3414. INSERT INTO `tele_links` VALUES ('303583', '303582');
  3415. INSERT INTO `tele_links` VALUES ('303884', '303885');
  3416. INSERT INTO `tele_links` VALUES ('303885', '303884');
  3417. INSERT INTO `tele_links` VALUES ('303886', '303887');
  3418. INSERT INTO `tele_links` VALUES ('303887', '303886');
  3419. INSERT INTO `tele_links` VALUES ('304831', '304832');
  3420. INSERT INTO `tele_links` VALUES ('304832', '304831');
  3421. INSERT INTO `tele_links` VALUES ('304922', '304923');
  3422. INSERT INTO `tele_links` VALUES ('304923', '304922');
  3423. INSERT INTO `tele_links` VALUES ('305275', '305276');
  3424. INSERT INTO `tele_links` VALUES ('305276', '305275');
  3425. INSERT INTO `tele_links` VALUES ('305748', '305751');
  3426. INSERT INTO `tele_links` VALUES ('305751', '305748');
  3427. INSERT INTO `tele_links` VALUES ('305970', '305971');
  3428. INSERT INTO `tele_links` VALUES ('305971', '305970');
  3429. INSERT INTO `tele_links` VALUES ('309325', '309326');
  3430. INSERT INTO `tele_links` VALUES ('309326', '309325');
  3431. INSERT INTO `tele_links` VALUES ('309474', '309475');
  3432. INSERT INTO `tele_links` VALUES ('309475', '309474');
  3433. INSERT INTO `tele_links` VALUES ('309531', '309532');
  3434. INSERT INTO `tele_links` VALUES ('309532', '309531');
  3435. INSERT INTO `tele_links` VALUES ('309732', '309733');
  3436. INSERT INTO `tele_links` VALUES ('309733', '309732');
  3437. INSERT INTO `tele_links` VALUES ('309819', '309820');
  3438. INSERT INTO `tele_links` VALUES ('309820', '309819');
  3439. INSERT INTO `tele_links` VALUES ('310401', '310402');
  3440. INSERT INTO `tele_links` VALUES ('310402', '310401');
  3441. INSERT INTO `tele_links` VALUES ('310870', '310871');
  3442. INSERT INTO `tele_links` VALUES ('310871', '310870');
  3443. INSERT INTO `tele_links` VALUES ('311598', '311599');
  3444. INSERT INTO `tele_links` VALUES ('311599', '311598');
  3445. INSERT INTO `tele_links` VALUES ('312061', '312064');
  3446. INSERT INTO `tele_links` VALUES ('312064', '312061');
  3447. INSERT INTO `tele_links` VALUES ('312101', '312104');
  3448. INSERT INTO `tele_links` VALUES ('312104', '312101');
  3449. INSERT INTO `tele_links` VALUES ('312454', '312455');
  3450. INSERT INTO `tele_links` VALUES ('312455', '312454');
  3451. INSERT INTO `tele_links` VALUES ('312550', '312551');
  3452. INSERT INTO `tele_links` VALUES ('312551', '312550');
  3453. INSERT INTO `tele_links` VALUES ('312552', '312553');
  3454. INSERT INTO `tele_links` VALUES ('312553', '312552');
  3455. INSERT INTO `tele_links` VALUES ('313476', '313477');
  3456. INSERT INTO `tele_links` VALUES ('313477', '313476');
  3457. INSERT INTO `tele_links` VALUES ('313478', '313479');
  3458. INSERT INTO `tele_links` VALUES ('313479', '313478');
  3459. INSERT INTO `tele_links` VALUES ('313480', '313481');
  3460. INSERT INTO `tele_links` VALUES ('313481', '313480');
  3461. INSERT INTO `tele_links` VALUES ('313482', '313483');
  3462. INSERT INTO `tele_links` VALUES ('313483', '313482');
  3463. INSERT INTO `tele_links` VALUES ('313484', '313485');
  3464. INSERT INTO `tele_links` VALUES ('313485', '313484');
  3465. INSERT INTO `tele_links` VALUES ('313486', '313487');
  3466. INSERT INTO `tele_links` VALUES ('313487', '313486');
  3467. INSERT INTO `tele_links` VALUES ('313795', '313796');
  3468. INSERT INTO `tele_links` VALUES ('313796', '313795');
  3469. INSERT INTO `tele_links` VALUES ('314750', '314751');
  3470. INSERT INTO `tele_links` VALUES ('314751', '314750');
  3471. INSERT INTO `tele_links` VALUES ('315370', '315371');
  3472. INSERT INTO `tele_links` VALUES ('315371', '315370');
  3473. INSERT INTO `tele_links` VALUES ('315526', '315527');
  3474. INSERT INTO `tele_links` VALUES ('315527', '315526');
  3475. INSERT INTO `tele_links` VALUES ('315528', '315529');
  3476. INSERT INTO `tele_links` VALUES ('315529', '315528');
  3477. INSERT INTO `tele_links` VALUES ('315530', '315531');
  3478. INSERT INTO `tele_links` VALUES ('315531', '315530');
  3479. INSERT INTO `tele_links` VALUES ('315532', '315533');
  3480. INSERT INTO `tele_links` VALUES ('315533', '315532');
  3481. INSERT INTO `tele_links` VALUES ('315534', '315535');
  3482. INSERT INTO `tele_links` VALUES ('315535', '315534');
  3483. INSERT INTO `tele_links` VALUES ('315536', '315537');
  3484. INSERT INTO `tele_links` VALUES ('315537', '315536');
  3485. INSERT INTO `tele_links` VALUES ('316044', '316045');
  3486. INSERT INTO `tele_links` VALUES ('316045', '316044');
  3487. INSERT INTO `tele_links` VALUES ('316519', '316520');
  3488. INSERT INTO `tele_links` VALUES ('316520', '316519');
  3489. INSERT INTO `tele_links` VALUES ('318390', '318391');
  3490. INSERT INTO `tele_links` VALUES ('318391', '318390');
  3491. INSERT INTO `tele_links` VALUES ('318960', '318961');
  3492. INSERT INTO `tele_links` VALUES ('318961', '318960');
  3493. INSERT INTO `tele_links` VALUES ('319035', '319036');
  3494. INSERT INTO `tele_links` VALUES ('319036', '319035');
  3495. INSERT INTO `tele_links` VALUES ('319522', '319523');
  3496. INSERT INTO `tele_links` VALUES ('319523', '319522');
  3497. INSERT INTO `tele_links` VALUES ('320516', '320517');
  3498. INSERT INTO `tele_links` VALUES ('320517', '320516');
  3499. INSERT INTO `tele_links` VALUES ('320567', '320568');
  3500. INSERT INTO `tele_links` VALUES ('320568', '320567');
  3501. INSERT INTO `tele_links` VALUES ('320647', '320648');
  3502. INSERT INTO `tele_links` VALUES ('320648', '320647');
  3503. INSERT INTO `tele_links` VALUES ('320914', '320915');
  3504. INSERT INTO `tele_links` VALUES ('320915', '320914');
  3505. INSERT INTO `tele_links` VALUES ('320916', '320917');
  3506. INSERT INTO `tele_links` VALUES ('320917', '320916');
  3507. INSERT INTO `tele_links` VALUES ('321837', '321838');
  3508. INSERT INTO `tele_links` VALUES ('321838', '321837');
  3509. INSERT INTO `tele_links` VALUES ('322153', '322154');
  3510. INSERT INTO `tele_links` VALUES ('322154', '322153');
  3511. INSERT INTO `tele_links` VALUES ('322366', '322367');
  3512. INSERT INTO `tele_links` VALUES ('322367', '322366');
  3513. INSERT INTO `tele_links` VALUES ('322368', '322369');
  3514. INSERT INTO `tele_links` VALUES ('322369', '322368');
  3515. INSERT INTO `tele_links` VALUES ('322370', '322371');
  3516. INSERT INTO `tele_links` VALUES ('322371', '322370');
  3517. INSERT INTO `tele_links` VALUES ('324412', '324413');
  3518. INSERT INTO `tele_links` VALUES ('324413', '324412');
  3519. INSERT INTO `tele_links` VALUES ('324414', '324415');
  3520. INSERT INTO `tele_links` VALUES ('324415', '324414');
  3521. INSERT INTO `tele_links` VALUES ('325576', '325577');
  3522. INSERT INTO `tele_links` VALUES ('325577', '325576');
  3523. INSERT INTO `tele_links` VALUES ('326960', '326963');
  3524. INSERT INTO `tele_links` VALUES ('326963', '326960');
  3525. INSERT INTO `tele_links` VALUES ('327606', '327607');
  3526. INSERT INTO `tele_links` VALUES ('327607', '327606');
  3527. INSERT INTO `tele_links` VALUES ('327608', '327609');
  3528. INSERT INTO `tele_links` VALUES ('327609', '327608');
  3529. INSERT INTO `tele_links` VALUES ('328875', '328876');
  3530. INSERT INTO `tele_links` VALUES ('328876', '328875');
  3531. INSERT INTO `tele_links` VALUES ('328958', '328959');
  3532. INSERT INTO `tele_links` VALUES ('328959', '328958');
  3533. INSERT INTO `tele_links` VALUES ('330134', '330135');
  3534. INSERT INTO `tele_links` VALUES ('330135', '330134');
  3535. INSERT INTO `tele_links` VALUES ('330262', '330263');
  3536. INSERT INTO `tele_links` VALUES ('330263', '330262');
  3537. INSERT INTO `tele_links` VALUES ('331174', '331175');
  3538. INSERT INTO `tele_links` VALUES ('331175', '331174');
  3539. INSERT INTO `tele_links` VALUES ('331214', '331215');
  3540. INSERT INTO `tele_links` VALUES ('331215', '331214');
  3541. INSERT INTO `tele_links` VALUES ('331446', '331447');
  3542. INSERT INTO `tele_links` VALUES ('331447', '331446');
  3543. INSERT INTO `tele_links` VALUES ('333032', '333033');
  3544. INSERT INTO `tele_links` VALUES ('333033', '333032');
  3545. INSERT INTO `tele_links` VALUES ('334273', '334274');
  3546. INSERT INTO `tele_links` VALUES ('334274', '334273');
  3547. INSERT INTO `tele_links` VALUES ('334354', '334355');
  3548. INSERT INTO `tele_links` VALUES ('334355', '334354');
  3549. INSERT INTO `tele_links` VALUES ('335339', '335340');
  3550. INSERT INTO `tele_links` VALUES ('335340', '335339');
  3551. INSERT INTO `tele_links` VALUES ('335360', '335361');
  3552. INSERT INTO `tele_links` VALUES ('335361', '335360');
  3553. INSERT INTO `tele_links` VALUES ('335362', '335363');
  3554. INSERT INTO `tele_links` VALUES ('335363', '335362');
  3555. INSERT INTO `tele_links` VALUES ('335461', '335462');
  3556. INSERT INTO `tele_links` VALUES ('335462', '335461');
  3557. INSERT INTO `tele_links` VALUES ('336384', '336385');
  3558. INSERT INTO `tele_links` VALUES ('336385', '336384');
  3559. INSERT INTO `tele_links` VALUES ('336823', '336826');
  3560. INSERT INTO `tele_links` VALUES ('336826', '336823');
  3561. INSERT INTO `tele_links` VALUES ('336950', '336951');
  3562. INSERT INTO `tele_links` VALUES ('336951', '336950');
  3563. INSERT INTO `tele_links` VALUES ('336952', '336953');
  3564. INSERT INTO `tele_links` VALUES ('336953', '336952');
  3565. INSERT INTO `tele_links` VALUES ('337202', '337203');
  3566. INSERT INTO `tele_links` VALUES ('337203', '337202');
  3567. INSERT INTO `tele_links` VALUES ('337213', '337214');
  3568. INSERT INTO `tele_links` VALUES ('337214', '337213');
  3569. INSERT INTO `tele_links` VALUES ('337216', '337217');
  3570. INSERT INTO `tele_links` VALUES ('337217', '337216');
  3571. INSERT INTO `tele_links` VALUES ('337218', '337219');
  3572. INSERT INTO `tele_links` VALUES ('337219', '337218');
  3573. INSERT INTO `tele_links` VALUES ('337222', '337223');
  3574. INSERT INTO `tele_links` VALUES ('337223', '337222');
  3575. INSERT INTO `tele_links` VALUES ('337233', '337234');
  3576. INSERT INTO `tele_links` VALUES ('337234', '337233');
  3577. INSERT INTO `tele_links` VALUES ('337240', '337243');
  3578. INSERT INTO `tele_links` VALUES ('337243', '337240');
  3579. INSERT INTO `tele_links` VALUES ('337248', '337251');
  3580. INSERT INTO `tele_links` VALUES ('337251', '337248');
  3581. INSERT INTO `tele_links` VALUES ('337259', '337261');
  3582. INSERT INTO `tele_links` VALUES ('337261', '337259');
  3583. INSERT INTO `tele_links` VALUES ('337277', '337279');
  3584. INSERT INTO `tele_links` VALUES ('337279', '337277');
  3585. INSERT INTO `tele_links` VALUES ('338196', '338197');
  3586. INSERT INTO `tele_links` VALUES ('338197', '338196');
  3587. INSERT INTO `tele_links` VALUES ('340370', '340371');
  3588. INSERT INTO `tele_links` VALUES ('340371', '340370');
  3589. INSERT INTO `tele_links` VALUES ('344073', '344074');
  3590. INSERT INTO `tele_links` VALUES ('344074', '344073');
  3591. INSERT INTO `tele_links` VALUES ('344075', '344076');
  3592. INSERT INTO `tele_links` VALUES ('344076', '344075');
  3593. INSERT INTO `tele_links` VALUES ('344077', '344078');
  3594. INSERT INTO `tele_links` VALUES ('344078', '344077');
  3595. INSERT INTO `tele_links` VALUES ('344079', '344080');
  3596. INSERT INTO `tele_links` VALUES ('344080', '344079');
  3597. INSERT INTO `tele_links` VALUES ('345348', '345350');
  3598. INSERT INTO `tele_links` VALUES ('345350', '345348');
  3599. INSERT INTO `tele_links` VALUES ('347682', '347683');
  3600. INSERT INTO `tele_links` VALUES ('347683', '347682');
  3601. INSERT INTO `tele_links` VALUES ('347975', '347976');
  3602. INSERT INTO `tele_links` VALUES ('347976', '347975');
  3603. INSERT INTO `tele_links` VALUES ('351474', '351475');
  3604. INSERT INTO `tele_links` VALUES ('351475', '351474');
  3605. INSERT INTO `tele_links` VALUES ('351527', '351528');
  3606. INSERT INTO `tele_links` VALUES ('351528', '351527');
  3607. INSERT INTO `tele_links` VALUES ('352101', '352102');
  3608. INSERT INTO `tele_links` VALUES ('352102', '352101');
  3609. INSERT INTO `tele_links` VALUES ('352103', '352104');
  3610. INSERT INTO `tele_links` VALUES ('352104', '352103');
  3611. INSERT INTO `tele_links` VALUES ('352106', '352107');
  3612. INSERT INTO `tele_links` VALUES ('352107', '352106');
  3613. INSERT INTO `tele_links` VALUES ('352108', '352109');
  3614. INSERT INTO `tele_links` VALUES ('352109', '352108');
  3615. INSERT INTO `tele_links` VALUES ('352110', '352111');
  3616. INSERT INTO `tele_links` VALUES ('352111', '352110');
  3617. INSERT INTO `tele_links` VALUES ('352112', '352113');
  3618. INSERT INTO `tele_links` VALUES ('352113', '352112');
  3619. INSERT INTO `tele_links` VALUES ('352115', '352116');
  3620. INSERT INTO `tele_links` VALUES ('352116', '352115');
  3621. INSERT INTO `tele_links` VALUES ('352117', '352118');
  3622. INSERT INTO `tele_links` VALUES ('352118', '352117');
  3623. INSERT INTO `tele_links` VALUES ('352119', '352120');
  3624. INSERT INTO `tele_links` VALUES ('352120', '352119');
  3625. INSERT INTO `tele_links` VALUES ('352121', '352122');
  3626. INSERT INTO `tele_links` VALUES ('352122', '352121');
  3627. INSERT INTO `tele_links` VALUES ('352124', '352127');
  3628. INSERT INTO `tele_links` VALUES ('352127', '352124');
  3629. INSERT INTO `tele_links` VALUES ('352129', '352130');
  3630. INSERT INTO `tele_links` VALUES ('352130', '352129');
  3631. INSERT INTO `tele_links` VALUES ('352779', '352780');
  3632. INSERT INTO `tele_links` VALUES ('352780', '352779');
  3633. INSERT INTO `tele_links` VALUES ('354614', '354615');
  3634. INSERT INTO `tele_links` VALUES ('354615', '354614');
  3635. INSERT INTO `tele_links` VALUES ('354643', '354644');
  3636. INSERT INTO `tele_links` VALUES ('354644', '354643');
  3637. INSERT INTO `tele_links` VALUES ('354717', '354718');
  3638. INSERT INTO `tele_links` VALUES ('354718', '354717');
  3639. INSERT INTO `tele_links` VALUES ('354719', '354720');
  3640. INSERT INTO `tele_links` VALUES ('354720', '354719');
  3641. INSERT INTO `tele_links` VALUES ('355326', '355327');
  3642. INSERT INTO `tele_links` VALUES ('355327', '355326');
  3643. INSERT INTO `tele_links` VALUES ('355341', '355342');
  3644. INSERT INTO `tele_links` VALUES ('355342', '355341');
  3645. INSERT INTO `tele_links` VALUES ('355344', '355346');
  3646. INSERT INTO `tele_links` VALUES ('355346', '355344');
  3647. INSERT INTO `tele_links` VALUES ('355531', '355532');
  3648. INSERT INTO `tele_links` VALUES ('355532', '355531');
  3649. INSERT INTO `tele_links` VALUES ('360323', '360324');
  3650. INSERT INTO `tele_links` VALUES ('360324', '360323');
  3651. INSERT INTO `tele_links` VALUES ('360325', '360327');
  3652. INSERT INTO `tele_links` VALUES ('360326', '360328');
  3653. INSERT INTO `tele_links` VALUES ('360327', '360325');
  3654. INSERT INTO `tele_links` VALUES ('360328', '360326');
  3655. INSERT INTO `tele_links` VALUES ('360329', '360331');
  3656. INSERT INTO `tele_links` VALUES ('360330', '360332');
  3657. INSERT INTO `tele_links` VALUES ('360331', '360329');
  3658. INSERT INTO `tele_links` VALUES ('360332', '360330');
  3659. INSERT INTO `tele_links` VALUES ('360335', '360336');
  3660. INSERT INTO `tele_links` VALUES ('360336', '360335');
  3661. INSERT INTO `tele_links` VALUES ('360337', '360338');
  3662. INSERT INTO `tele_links` VALUES ('360338', '360337');
  3663. INSERT INTO `tele_links` VALUES ('360370', '360371');
  3664. INSERT INTO `tele_links` VALUES ('360371', '360370');
  3665. INSERT INTO `tele_links` VALUES ('361458', '361459');
  3666. INSERT INTO `tele_links` VALUES ('361459', '361458');
  3667. INSERT INTO `tele_links` VALUES ('361523', '361524');
  3668. INSERT INTO `tele_links` VALUES ('361524', '361523');
  3669. INSERT INTO `tele_links` VALUES ('363896', '363897');
  3670. INSERT INTO `tele_links` VALUES ('363897', '363896');
  3671. INSERT INTO `tele_links` VALUES ('363898', '363899');
  3672. INSERT INTO `tele_links` VALUES ('363899', '363898');
  3673. INSERT INTO `tele_links` VALUES ('363900', '363901');
  3674. INSERT INTO `tele_links` VALUES ('363901', '363900');
  3675. INSERT INTO `tele_links` VALUES ('363902', '363903');
  3676. INSERT INTO `tele_links` VALUES ('363903', '363902');
  3677. INSERT INTO `tele_links` VALUES ('363904', '363905');
  3678. INSERT INTO `tele_links` VALUES ('363905', '363904');
  3679. INSERT INTO `tele_links` VALUES ('363906', '363907');
  3680. INSERT INTO `tele_links` VALUES ('363907', '363906');
  3681. INSERT INTO `tele_links` VALUES ('363908', '363909');
  3682. INSERT INTO `tele_links` VALUES ('363909', '363908');
  3683. INSERT INTO `tele_links` VALUES ('363910', '363911');
  3684. INSERT INTO `tele_links` VALUES ('363911', '363910');
  3685. INSERT INTO `tele_links` VALUES ('364099', '364100');
  3686. INSERT INTO `tele_links` VALUES ('364100', '364099');
  3687. INSERT INTO `tele_links` VALUES ('364101', '364104');
  3688. INSERT INTO `tele_links` VALUES ('364104', '364101');
  3689. INSERT INTO `tele_links` VALUES ('364416', '364417');
  3690. INSERT INTO `tele_links` VALUES ('364417', '364416');
  3691. INSERT INTO `tele_links` VALUES ('364499', '364500');
  3692. INSERT INTO `tele_links` VALUES ('364500', '364499');
  3693. INSERT INTO `tele_links` VALUES ('364501', '364502');
  3694. INSERT INTO `tele_links` VALUES ('364502', '364501');
  3695. INSERT INTO `tele_links` VALUES ('365044', '365045');
  3696. INSERT INTO `tele_links` VALUES ('365045', '365044');
  3697. INSERT INTO `tele_links` VALUES ('365151', '365152');
  3698. INSERT INTO `tele_links` VALUES ('365152', '365151');
  3699. INSERT INTO `tele_links` VALUES ('366493', '366494');
  3700. INSERT INTO `tele_links` VALUES ('366494', '366493');
  3701. INSERT INTO `tele_links` VALUES ('366496', '366497');
  3702. INSERT INTO `tele_links` VALUES ('366497', '366496');
  3703. INSERT INTO `tele_links` VALUES ('366618', '366619');
  3704. INSERT INTO `tele_links` VALUES ('366619', '366618');
  3705. INSERT INTO `tele_links` VALUES ('368033', '368034');
  3706. INSERT INTO `tele_links` VALUES ('368034', '368033');
  3707. INSERT INTO `tele_links` VALUES ('368035', '368036');
  3708. INSERT INTO `tele_links` VALUES ('368036', '368035');
  3709. INSERT INTO `tele_links` VALUES ('368037', '368038');
  3710. INSERT INTO `tele_links` VALUES ('368038', '368037');
  3711. INSERT INTO `tele_links` VALUES ('368039', '368041');
  3712. INSERT INTO `tele_links` VALUES ('368041', '368039');
  3713. INSERT INTO `tele_links` VALUES ('368042', '368043');
  3714. INSERT INTO `tele_links` VALUES ('368043', '368042');
  3715. INSERT INTO `tele_links` VALUES ('368044', '368045');
  3716. INSERT INTO `tele_links` VALUES ('368045', '368044');
  3717. INSERT INTO `tele_links` VALUES ('368046', '368047');
  3718. INSERT INTO `tele_links` VALUES ('368047', '368046');
  3719. INSERT INTO `tele_links` VALUES ('368048', '368049');
  3720. INSERT INTO `tele_links` VALUES ('368049', '368048');
  3721. INSERT INTO `tele_links` VALUES ('368050', '368051');
  3722. INSERT INTO `tele_links` VALUES ('368051', '368050');
  3723. INSERT INTO `tele_links` VALUES ('368549', '368550');
  3724. INSERT INTO `tele_links` VALUES ('368550', '368549');
  3725. INSERT INTO `tele_links` VALUES ('368551', '368552');
  3726. INSERT INTO `tele_links` VALUES ('368552', '368551');
  3727. INSERT INTO `tele_links` VALUES ('368554', '368555');
  3728. INSERT INTO `tele_links` VALUES ('368555', '368554');
  3729. INSERT INTO `tele_links` VALUES ('368556', '368558');
  3730. INSERT INTO `tele_links` VALUES ('368558', '368556');
  3731. INSERT INTO `tele_links` VALUES ('368837', '368838');
  3732. INSERT INTO `tele_links` VALUES ('368838', '368837');
  3733. INSERT INTO `tele_links` VALUES ('369907', '369908');
  3734. INSERT INTO `tele_links` VALUES ('369908', '369907');
  3735. INSERT INTO `tele_links` VALUES ('371431', '371432');
  3736. INSERT INTO `tele_links` VALUES ('371432', '371431');
  3737. INSERT INTO `tele_links` VALUES ('371747', '371748');
  3738. INSERT INTO `tele_links` VALUES ('371748', '371747');
  3739. INSERT INTO `tele_links` VALUES ('372331', '372332');
  3740. INSERT INTO `tele_links` VALUES ('372332', '372331');
  3741. INSERT INTO `tele_links` VALUES ('373161', '373162');
  3742. INSERT INTO `tele_links` VALUES ('373162', '373161');
  3743. INSERT INTO `tele_links` VALUES ('373319', '373320');
  3744. INSERT INTO `tele_links` VALUES ('373320', '373319');
  3745. INSERT INTO `tele_links` VALUES ('374292', '374293');
  3746. INSERT INTO `tele_links` VALUES ('374293', '374292');
  3747. INSERT INTO `tele_links` VALUES ('374650', '374651');
  3748. INSERT INTO `tele_links` VALUES ('374651', '374650');
  3749. INSERT INTO `tele_links` VALUES ('376080', '376081');
  3750. INSERT INTO `tele_links` VALUES ('376081', '376080');
  3751. INSERT INTO `tele_links` VALUES ('376771', '376772');
  3752. INSERT INTO `tele_links` VALUES ('376772', '376771');
  3753. INSERT INTO `tele_links` VALUES ('376773', '376774');
  3754. INSERT INTO `tele_links` VALUES ('376774', '376773');
  3755. INSERT INTO `tele_links` VALUES ('377175', '377176');
  3756. INSERT INTO `tele_links` VALUES ('377176', '377175');
  3757. INSERT INTO `tele_links` VALUES ('377255', '377256');
  3758. INSERT INTO `tele_links` VALUES ('377256', '377255');
  3759. INSERT INTO `tele_links` VALUES ('377257', '377258');
  3760. INSERT INTO `tele_links` VALUES ('377258', '377257');
  3761. INSERT INTO `tele_links` VALUES ('377261', '377262');
  3762. INSERT INTO `tele_links` VALUES ('377262', '377261');
  3763. INSERT INTO `tele_links` VALUES ('378059', '378060');
  3764. INSERT INTO `tele_links` VALUES ('378060', '378059');
  3765. INSERT INTO `tele_links` VALUES ('378287', '378288');
  3766. INSERT INTO `tele_links` VALUES ('378288', '378287');
  3767. INSERT INTO `tele_links` VALUES ('378317', '378318');
  3768. INSERT INTO `tele_links` VALUES ('378318', '378317');
  3769. INSERT INTO `tele_links` VALUES ('384397', '384398');
  3770. INSERT INTO `tele_links` VALUES ('384398', '384397');
  3771. INSERT INTO `tele_links` VALUES ('384418', '384419');
  3772. INSERT INTO `tele_links` VALUES ('384419', '384418');
  3773. INSERT INTO `tele_links` VALUES ('390653', '390654');
  3774. INSERT INTO `tele_links` VALUES ('390654', '390653');
  3775. INSERT INTO `tele_links` VALUES ('391059', '391060');
  3776. INSERT INTO `tele_links` VALUES ('391060', '391059');
  3777. INSERT INTO `tele_links` VALUES ('391632', '391633');
  3778. INSERT INTO `tele_links` VALUES ('391633', '391632');
  3779. INSERT INTO `tele_links` VALUES ('391800', '391801');
  3780. INSERT INTO `tele_links` VALUES ('391801', '391800');
  3781. INSERT INTO `tele_links` VALUES ('392838', '392839');
  3782. INSERT INTO `tele_links` VALUES ('392839', '392838');
  3783. INSERT INTO `tele_links` VALUES ('392855', '392856');
  3784. INSERT INTO `tele_links` VALUES ('392856', '392855');
  3785. INSERT INTO `tele_links` VALUES ('392859', '392860');
  3786. INSERT INTO `tele_links` VALUES ('392860', '392859');
  3787. INSERT INTO `tele_links` VALUES ('395399', '395400');
  3788. INSERT INTO `tele_links` VALUES ('395400', '395399');
  3789. INSERT INTO `tele_links` VALUES ('397676', '397677');
  3790. INSERT INTO `tele_links` VALUES ('397677', '397676');
  3791. INSERT INTO `tele_links` VALUES ('397678', '397679');
  3792. INSERT INTO `tele_links` VALUES ('397679', '397678');
  3793. INSERT INTO `tele_links` VALUES ('397680', '397681');
  3794. INSERT INTO `tele_links` VALUES ('397681', '397680');
  3795. INSERT INTO `tele_links` VALUES ('397682', '397683');
  3796. INSERT INTO `tele_links` VALUES ('397683', '397682');
  3797. INSERT INTO `tele_links` VALUES ('397684', '397685');
  3798. INSERT INTO `tele_links` VALUES ('397685', '397684');
  3799. INSERT INTO `tele_links` VALUES ('397686', '397687');
  3800. INSERT INTO `tele_links` VALUES ('397687', '397686');
  3801. INSERT INTO `tele_links` VALUES ('397692', '397693');
  3802. INSERT INTO `tele_links` VALUES ('397693', '397692');
  3803. INSERT INTO `tele_links` VALUES ('397694', '397695');
  3804. INSERT INTO `tele_links` VALUES ('397695', '397694');
  3805. INSERT INTO `tele_links` VALUES ('397696', '397697');
  3806. INSERT INTO `tele_links` VALUES ('397697', '397696');
  3807. INSERT INTO `tele_links` VALUES ('397698', '397699');
  3808. INSERT INTO `tele_links` VALUES ('397699', '397698');
  3809. INSERT INTO `tele_links` VALUES ('397700', '397701');
  3810. INSERT INTO `tele_links` VALUES ('397701', '397700');
  3811. INSERT INTO `tele_links` VALUES ('397702', '397703');
  3812. INSERT INTO `tele_links` VALUES ('397703', '397702');
  3813. INSERT INTO `tele_links` VALUES ('402216', '402217');
  3814. INSERT INTO `tele_links` VALUES ('402217', '402216');
  3815. INSERT INTO `tele_links` VALUES ('403835', '403836');
  3816. INSERT INTO `tele_links` VALUES ('403836', '403835');
  3817. INSERT INTO `tele_links` VALUES ('409285', '409286');
  3818. INSERT INTO `tele_links` VALUES ('409286', '409285');
  3819. INSERT INTO `tele_links` VALUES ('409765', '409766');
  3820. INSERT INTO `tele_links` VALUES ('409766', '409765');
  3821. INSERT INTO `tele_links` VALUES ('409768', '409769');
  3822. INSERT INTO `tele_links` VALUES ('409769', '409768');
  3823. INSERT INTO `tele_links` VALUES ('411090', '411091');
  3824. INSERT INTO `tele_links` VALUES ('411091', '411090');
  3825. INSERT INTO `tele_links` VALUES ('412140', '412141');
  3826. INSERT INTO `tele_links` VALUES ('412141', '412140');
  3827. INSERT INTO `tele_links` VALUES ('412143', '412144');
  3828. INSERT INTO `tele_links` VALUES ('412144', '412143');
  3829. INSERT INTO `tele_links` VALUES ('412147', '412148');
  3830. INSERT INTO `tele_links` VALUES ('412148', '412147');
  3831. INSERT INTO `tele_links` VALUES ('412149', '412150');
  3832. INSERT INTO `tele_links` VALUES ('412150', '412149');
  3833. INSERT INTO `tele_links` VALUES ('412516', '412517');
  3834. INSERT INTO `tele_links` VALUES ('412517', '412516');
  3835. INSERT INTO `tele_links` VALUES ('412795', '412796');
  3836. INSERT INTO `tele_links` VALUES ('412796', '412795');
  3837. INSERT INTO `tele_links` VALUES ('412797', '412798');
  3838. INSERT INTO `tele_links` VALUES ('412798', '412797');
  3839. INSERT INTO `tele_links` VALUES ('412820', '412821');
  3840. INSERT INTO `tele_links` VALUES ('412821', '412820');
  3841. INSERT INTO `tele_links` VALUES ('413014', '413015');
  3842. INSERT INTO `tele_links` VALUES ('413015', '413014');
  3843. INSERT INTO `tele_links` VALUES ('413858', '413859');
  3844. INSERT INTO `tele_links` VALUES ('413859', '413858');
  3845. INSERT INTO `tele_links` VALUES ('414409', '414410');
  3846. INSERT INTO `tele_links` VALUES ('414410', '414409');
  3847. INSERT INTO `tele_links` VALUES ('414419', '414420');
  3848. INSERT INTO `tele_links` VALUES ('414420', '414419');
  3849. INSERT INTO `tele_links` VALUES ('414421', '414422');
  3850. INSERT INTO `tele_links` VALUES ('414422', '414421');
  3851. INSERT INTO `tele_links` VALUES ('414423', '414424');
  3852. INSERT INTO `tele_links` VALUES ('414424', '414423');
  3853. INSERT INTO `tele_links` VALUES ('414671', '414672');
  3854. INSERT INTO `tele_links` VALUES ('414672', '414671');
  3855. INSERT INTO `tele_links` VALUES ('414902', '414903');
  3856. INSERT INTO `tele_links` VALUES ('414903', '414902');
  3857. INSERT INTO `tele_links` VALUES ('415369', '415370');
  3858. INSERT INTO `tele_links` VALUES ('415370', '415369');
  3859. INSERT INTO `tele_links` VALUES ('415371', '415372');
  3860. INSERT INTO `tele_links` VALUES ('415372', '415371');
  3861. INSERT INTO `tele_links` VALUES ('417126', '417127');
  3862. INSERT INTO `tele_links` VALUES ('417127', '417126');
  3863. INSERT INTO `tele_links` VALUES ('417400', '417401');
  3864. INSERT INTO `tele_links` VALUES ('417401', '417400');
  3865. INSERT INTO `tele_links` VALUES ('419967', '419968');
  3866. INSERT INTO `tele_links` VALUES ('419968', '419967');
  3867. INSERT INTO `tele_links` VALUES ('420364', '420365');
  3868. INSERT INTO `tele_links` VALUES ('420365', '420364');
  3869. INSERT INTO `tele_links` VALUES ('420510', '420511');
  3870. INSERT INTO `tele_links` VALUES ('420511', '420510');
  3871. INSERT INTO `tele_links` VALUES ('421839', '421840');
  3872. INSERT INTO `tele_links` VALUES ('421840', '421839');
  3873. INSERT INTO `tele_links` VALUES ('421881', '421882');
  3874. INSERT INTO `tele_links` VALUES ('421882', '421881');
  3875. INSERT INTO `tele_links` VALUES ('421883', '421884');
  3876. INSERT INTO `tele_links` VALUES ('421884', '421883');
  3877. INSERT INTO `tele_links` VALUES ('421885', '421886');
  3878. INSERT INTO `tele_links` VALUES ('421886', '421885');
  3879. INSERT INTO `tele_links` VALUES ('421887', '421888');
  3880. INSERT INTO `tele_links` VALUES ('421888', '421887');
  3881. INSERT INTO `tele_links` VALUES ('421889', '421890');
  3882. INSERT INTO `tele_links` VALUES ('421890', '421889');
  3883. INSERT INTO `tele_links` VALUES ('421891', '421892');
  3884. INSERT INTO `tele_links` VALUES ('421892', '421891');
  3885. INSERT INTO `tele_links` VALUES ('422669', '422670');
  3886. INSERT INTO `tele_links` VALUES ('422670', '422669');
  3887. INSERT INTO `tele_links` VALUES ('422862', '422863');
  3888. INSERT INTO `tele_links` VALUES ('422863', '422862');
  3889. INSERT INTO `tele_links` VALUES ('422864', '422865');
  3890. INSERT INTO `tele_links` VALUES ('422865', '422864');
  3891. INSERT INTO `tele_links` VALUES ('422866', '422867');
  3892. INSERT INTO `tele_links` VALUES ('422867', '422866');
  3893. INSERT INTO `tele_links` VALUES ('422868', '422869');
  3894. INSERT INTO `tele_links` VALUES ('422869', '422868');
  3895. INSERT INTO `tele_links` VALUES ('422870', '422871');
  3896. INSERT INTO `tele_links` VALUES ('422871', '422870');
  3897. INSERT INTO `tele_links` VALUES ('422872', '422873');
  3898. INSERT INTO `tele_links` VALUES ('422873', '422872');
  3899. INSERT INTO `tele_links` VALUES ('423436', '423437');
  3900. INSERT INTO `tele_links` VALUES ('423437', '423436');
  3901. INSERT INTO `tele_links` VALUES ('423837', '423838');
  3902. INSERT INTO `tele_links` VALUES ('423838', '423837');
  3903. INSERT INTO `tele_links` VALUES ('426014', '426015');
  3904. INSERT INTO `tele_links` VALUES ('426015', '426014');
  3905. INSERT INTO `tele_links` VALUES ('426414', '426415');
  3906. INSERT INTO `tele_links` VALUES ('426415', '426414');
  3907. INSERT INTO `tele_links` VALUES ('428887', '428888');
  3908. INSERT INTO `tele_links` VALUES ('428888', '428887');
  3909. INSERT INTO `tele_links` VALUES ('430354', '430355');
  3910. INSERT INTO `tele_links` VALUES ('430355', '430354');
  3911. INSERT INTO `tele_links` VALUES ('430356', '430357');
  3912. INSERT INTO `tele_links` VALUES ('430357', '430356');
  3913. INSERT INTO `tele_links` VALUES ('430358', '430359');
  3914. INSERT INTO `tele_links` VALUES ('430359', '430358');
  3915. INSERT INTO `tele_links` VALUES ('430360', '430362');
  3916. INSERT INTO `tele_links` VALUES ('430362', '430360');
  3917. INSERT INTO `tele_links` VALUES ('430366', '430367');
  3918. INSERT INTO `tele_links` VALUES ('430367', '430366');
  3919. INSERT INTO `tele_links` VALUES ('430368', '430369');
  3920. INSERT INTO `tele_links` VALUES ('430369', '430368');
  3921. INSERT INTO `tele_links` VALUES ('431428', '431429');
  3922. INSERT INTO `tele_links` VALUES ('431429', '431428');
  3923. INSERT INTO `tele_links` VALUES ('431587', '431588');
  3924. INSERT INTO `tele_links` VALUES ('431588', '431587');
  3925. INSERT INTO `tele_links` VALUES ('431889', '431890');
  3926. INSERT INTO `tele_links` VALUES ('431890', '431889');
  3927. INSERT INTO `tele_links` VALUES ('431965', '431966');
  3928. INSERT INTO `tele_links` VALUES ('431966', '431965');
  3929. INSERT INTO `tele_links` VALUES ('431967', '431968');
  3930. INSERT INTO `tele_links` VALUES ('431968', '431967');
  3931. INSERT INTO `tele_links` VALUES ('432230', '432231');
  3932. INSERT INTO `tele_links` VALUES ('432231', '432230');
  3933. INSERT INTO `tele_links` VALUES ('432236', '432237');
  3934. INSERT INTO `tele_links` VALUES ('432237', '432236');
  3935. INSERT INTO `tele_links` VALUES ('432238', '432239');
  3936. INSERT INTO `tele_links` VALUES ('432239', '432238');
  3937. INSERT INTO `tele_links` VALUES ('432801', '432802');
  3938. INSERT INTO `tele_links` VALUES ('432802', '432801');
  3939. INSERT INTO `tele_links` VALUES ('432834', '432835');
  3940. INSERT INTO `tele_links` VALUES ('432835', '432834');
  3941. INSERT INTO `tele_links` VALUES ('432886', '432887');
  3942. INSERT INTO `tele_links` VALUES ('432887', '432886');
  3943. INSERT INTO `tele_links` VALUES ('433331', '433332');
  3944. INSERT INTO `tele_links` VALUES ('433332', '433331');
  3945. INSERT INTO `tele_links` VALUES ('433333', '433334');
  3946. INSERT INTO `tele_links` VALUES ('433334', '433333');
  3947. INSERT INTO `tele_links` VALUES ('433396', '433397');
  3948. INSERT INTO `tele_links` VALUES ('433397', '433396');
  3949. INSERT INTO `tele_links` VALUES ('433398', '433399');
  3950. INSERT INTO `tele_links` VALUES ('433399', '433398');
  3951. INSERT INTO `tele_links` VALUES ('433496', '433497');
  3952. INSERT INTO `tele_links` VALUES ('433497', '433496');
  3953. INSERT INTO `tele_links` VALUES ('433503', '433504');
  3954. INSERT INTO `tele_links` VALUES ('433504', '433503');
  3955. INSERT INTO `tele_links` VALUES ('433766', '433767');
  3956. INSERT INTO `tele_links` VALUES ('433767', '433766');
  3957. INSERT INTO `tele_links` VALUES ('434017', '434018');
  3958. INSERT INTO `tele_links` VALUES ('434018', '434017');
  3959. INSERT INTO `tele_links` VALUES ('434177', '434178');
  3960. INSERT INTO `tele_links` VALUES ('434178', '434177');
  3961. INSERT INTO `tele_links` VALUES ('434398', '434399');
  3962. INSERT INTO `tele_links` VALUES ('434399', '434398');
  3963. INSERT INTO `tele_links` VALUES ('434583', '434584');
  3964. INSERT INTO `tele_links` VALUES ('434584', '434583');
  3965. INSERT INTO `tele_links` VALUES ('434891', '434892');
  3966. INSERT INTO `tele_links` VALUES ('434892', '434891');
  3967. INSERT INTO `tele_links` VALUES ('434987', '434988');
  3968. INSERT INTO `tele_links` VALUES ('434988', '434987');
  3969. INSERT INTO `tele_links` VALUES ('434990', '434991');
  3970. INSERT INTO `tele_links` VALUES ('434991', '434990');
  3971. INSERT INTO `tele_links` VALUES ('435077', '435078');
  3972. INSERT INTO `tele_links` VALUES ('435078', '435077');
  3973. INSERT INTO `tele_links` VALUES ('435250', '435251');
  3974. INSERT INTO `tele_links` VALUES ('435251', '435250');
  3975. INSERT INTO `tele_links` VALUES ('436781', '436782');
  3976. INSERT INTO `tele_links` VALUES ('436782', '436781');
  3977. INSERT INTO `tele_links` VALUES ('437101', '437102');
  3978. INSERT INTO `tele_links` VALUES ('437102', '437101');
  3979. INSERT INTO `tele_links` VALUES ('437176', '437177');
  3980. INSERT INTO `tele_links` VALUES ('437177', '437176');
  3981. INSERT INTO `tele_links` VALUES ('437306', '437307');
  3982. INSERT INTO `tele_links` VALUES ('437307', '437306');
  3983. INSERT INTO `tele_links` VALUES ('438281', '438282');
  3984. INSERT INTO `tele_links` VALUES ('438282', '438281');
  3985. INSERT INTO `tele_links` VALUES ('438283', '438284');
  3986. INSERT INTO `tele_links` VALUES ('438284', '438283');
  3987. INSERT INTO `tele_links` VALUES ('438285', '438286');
  3988. INSERT INTO `tele_links` VALUES ('438286', '438285');
  3989. INSERT INTO `tele_links` VALUES ('438287', '438288');
  3990. INSERT INTO `tele_links` VALUES ('438288', '438287');
  3991. INSERT INTO `tele_links` VALUES ('438329', '438330');
  3992. INSERT INTO `tele_links` VALUES ('438330', '438329');
  3993. INSERT INTO `tele_links` VALUES ('438602', '438603');
  3994. INSERT INTO `tele_links` VALUES ('438603', '438602');
  3995. INSERT INTO `tele_links` VALUES ('438622', '438623');
  3996. INSERT INTO `tele_links` VALUES ('438623', '438622');
  3997. INSERT INTO `tele_links` VALUES ('439069', '439070');
  3998. INSERT INTO `tele_links` VALUES ('439070', '439069');
  3999. INSERT INTO `tele_links` VALUES ('439232', '439233');
  4000. INSERT INTO `tele_links` VALUES ('439233', '439232');
  4001. INSERT INTO `tele_links` VALUES ('440044', '440045');
  4002. INSERT INTO `tele_links` VALUES ('440045', '440044');
  4003. INSERT INTO `tele_links` VALUES ('440046', '440047');
  4004. INSERT INTO `tele_links` VALUES ('440047', '440046');
  4005. INSERT INTO `tele_links` VALUES ('440048', '440049');
  4006. INSERT INTO `tele_links` VALUES ('440049', '440048');
  4007. INSERT INTO `tele_links` VALUES ('440050', '440051');
  4008. INSERT INTO `tele_links` VALUES ('440051', '440050');
  4009. INSERT INTO `tele_links` VALUES ('440070', '440071');
  4010. INSERT INTO `tele_links` VALUES ('440071', '440070');
  4011. INSERT INTO `tele_links` VALUES ('440072', '440073');
  4012. INSERT INTO `tele_links` VALUES ('440073', '440072');
  4013. INSERT INTO `tele_links` VALUES ('440184', '440185');
  4014. INSERT INTO `tele_links` VALUES ('440185', '440184');
  4015. INSERT INTO `tele_links` VALUES ('440186', '440187');
  4016. INSERT INTO `tele_links` VALUES ('440187', '440186');
  4017. INSERT INTO `tele_links` VALUES ('440191', '440192');
  4018. INSERT INTO `tele_links` VALUES ('440192', '440191');
  4019. INSERT INTO `tele_links` VALUES ('440193', '440194');
  4020. INSERT INTO `tele_links` VALUES ('440194', '440193');
  4021. INSERT INTO `tele_links` VALUES ('441068', '441069');
  4022. INSERT INTO `tele_links` VALUES ('441069', '441068');
  4023. INSERT INTO `tele_links` VALUES ('442102', '442103');
  4024. INSERT INTO `tele_links` VALUES ('442103', '442102');
  4025. INSERT INTO `tele_links` VALUES ('442104', '442105');
  4026. INSERT INTO `tele_links` VALUES ('442105', '442104');
  4027. INSERT INTO `tele_links` VALUES ('442106', '442107');
  4028. INSERT INTO `tele_links` VALUES ('442107', '442106');
  4029. INSERT INTO `tele_links` VALUES ('442376', '442377');
  4030. INSERT INTO `tele_links` VALUES ('442377', '442376');
  4031. INSERT INTO `tele_links` VALUES ('442459', '442460');
  4032. INSERT INTO `tele_links` VALUES ('442460', '442459');
  4033. INSERT INTO `tele_links` VALUES ('442563', '442564');
  4034. INSERT INTO `tele_links` VALUES ('442564', '442563');
  4035. INSERT INTO `tele_links` VALUES ('442565', '442566');
  4036. INSERT INTO `tele_links` VALUES ('442566', '442565');
  4037. INSERT INTO `tele_links` VALUES ('442567', '442568');
  4038. INSERT INTO `tele_links` VALUES ('442568', '442567');
  4039. INSERT INTO `tele_links` VALUES ('443237', '443238');
  4040. INSERT INTO `tele_links` VALUES ('443238', '443237');
  4041. INSERT INTO `tele_links` VALUES ('443239', '443240');
  4042. INSERT INTO `tele_links` VALUES ('443240', '443239');
  4043. INSERT INTO `tele_links` VALUES ('443754', '443755');
  4044. INSERT INTO `tele_links` VALUES ('443755', '443754');
  4045. INSERT INTO `tele_links` VALUES ('443757', '443758');
  4046. INSERT INTO `tele_links` VALUES ('443758', '443757');
  4047. INSERT INTO `tele_links` VALUES ('443799', '443800');
  4048. INSERT INTO `tele_links` VALUES ('443800', '443799');
  4049. INSERT INTO `tele_links` VALUES ('443875', '443876');
  4050. INSERT INTO `tele_links` VALUES ('443876', '443875');
  4051. INSERT INTO `tele_links` VALUES ('443933', '443934');
  4052. INSERT INTO `tele_links` VALUES ('443934', '443933');
  4053. INSERT INTO `tele_links` VALUES ('445874', '445875');
  4054. INSERT INTO `tele_links` VALUES ('445875', '445874');
  4055. INSERT INTO `tele_links` VALUES ('446044', '446045');
  4056. INSERT INTO `tele_links` VALUES ('446045', '446044');
  4057. INSERT INTO `tele_links` VALUES ('446819', '446820');
  4058. INSERT INTO `tele_links` VALUES ('446820', '446819');
  4059. INSERT INTO `tele_links` VALUES ('446821', '446822');
  4060. INSERT INTO `tele_links` VALUES ('446822', '446821');
  4061. INSERT INTO `tele_links` VALUES ('447888', '447889');
  4062. INSERT INTO `tele_links` VALUES ('447889', '447888');
  4063. INSERT INTO `tele_links` VALUES ('447890', '447891');
  4064. INSERT INTO `tele_links` VALUES ('447891', '447890');
  4065. INSERT INTO `tele_links` VALUES ('448372', '448373');
  4066. INSERT INTO `tele_links` VALUES ('448373', '448372');
  4067. INSERT INTO `tele_links` VALUES ('448374', '448375');
  4068. INSERT INTO `tele_links` VALUES ('448375', '448374');
  4069. INSERT INTO `tele_links` VALUES ('449115', '449116');
  4070. INSERT INTO `tele_links` VALUES ('449116', '449115');
  4071. INSERT INTO `tele_links` VALUES ('449117', '449118');
  4072. INSERT INTO `tele_links` VALUES ('449118', '449117');
  4073. INSERT INTO `tele_links` VALUES ('449119', '449120');
  4074. INSERT INTO `tele_links` VALUES ('449120', '449119');
  4075. INSERT INTO `tele_links` VALUES ('449121', '449122');
  4076. INSERT INTO `tele_links` VALUES ('449122', '449121');
  4077. INSERT INTO `tele_links` VALUES ('449288', '449289');
  4078. INSERT INTO `tele_links` VALUES ('449289', '449288');
  4079. INSERT INTO `tele_links` VALUES ('450943', '450944');
  4080. INSERT INTO `tele_links` VALUES ('450944', '450943');
  4081. INSERT INTO `tele_links` VALUES ('450981', '450982');
  4082. INSERT INTO `tele_links` VALUES ('450982', '450981');
  4083. INSERT INTO `tele_links` VALUES ('451007', '451008');
  4084. INSERT INTO `tele_links` VALUES ('451008', '451007');
  4085. INSERT INTO `tele_links` VALUES ('453387', '453388');
  4086. INSERT INTO `tele_links` VALUES ('453388', '453387');
  4087. INSERT INTO `tele_links` VALUES ('453409', '453410');
  4088. INSERT INTO `tele_links` VALUES ('453410', '453409');
  4089. INSERT INTO `tele_links` VALUES ('453431', '453432');
  4090. INSERT INTO `tele_links` VALUES ('453432', '453431');
  4091. INSERT INTO `tele_links` VALUES ('453457', '453458');
  4092. INSERT INTO `tele_links` VALUES ('453458', '453457');
  4093. INSERT INTO `tele_links` VALUES ('456732', '456733');
  4094. INSERT INTO `tele_links` VALUES ('456733', '456732');
  4095. INSERT INTO `tele_links` VALUES ('456875', '456876');
  4096. INSERT INTO `tele_links` VALUES ('456876', '456875');
  4097. INSERT INTO `tele_links` VALUES ('457371', '457372');
  4098. INSERT INTO `tele_links` VALUES ('457372', '457371');
  4099. INSERT INTO `tele_links` VALUES ('459031', '459032');
  4100. INSERT INTO `tele_links` VALUES ('459032', '459031');
  4101. INSERT INTO `tele_links` VALUES ('459033', '459034');
  4102. INSERT INTO `tele_links` VALUES ('459034', '459033');
  4103. INSERT INTO `tele_links` VALUES ('462738', '462739');
  4104. INSERT INTO `tele_links` VALUES ('462739', '462738');
  4105. INSERT INTO `tele_links` VALUES ('462833', '462834');
  4106. INSERT INTO `tele_links` VALUES ('462834', '462833');
  4107. INSERT INTO `tele_links` VALUES ('462916', '462917');
  4108. INSERT INTO `tele_links` VALUES ('462917', '462916');
  4109. INSERT INTO `tele_links` VALUES ('463173', '463174');
  4110. INSERT INTO `tele_links` VALUES ('463174', '463173');
  4111. INSERT INTO `tele_links` VALUES ('465359', '465360');
  4112. INSERT INTO `tele_links` VALUES ('465360', '465359');
  4113. INSERT INTO `tele_links` VALUES ('465361', '465362');
  4114. INSERT INTO `tele_links` VALUES ('465362', '465361');
  4115. INSERT INTO `tele_links` VALUES ('465599', '465600');
  4116. INSERT INTO `tele_links` VALUES ('465600', '465599');
  4117. INSERT INTO `tele_links` VALUES ('465602', '465603');
  4118. INSERT INTO `tele_links` VALUES ('465603', '465602');
  4119. INSERT INTO `tele_links` VALUES ('465693', '465694');
  4120. INSERT INTO `tele_links` VALUES ('465694', '465693');
  4121. INSERT INTO `tele_links` VALUES ('465695', '465696');
  4122. INSERT INTO `tele_links` VALUES ('465696', '465695');
  4123. INSERT INTO `tele_links` VALUES ('465697', '465698');
  4124. INSERT INTO `tele_links` VALUES ('465698', '465697');
  4125. INSERT INTO `tele_links` VALUES ('466718', '466719');
  4126. INSERT INTO `tele_links` VALUES ('466719', '466718');
  4127. INSERT INTO `tele_links` VALUES ('467055', '467056');
  4128. INSERT INTO `tele_links` VALUES ('467056', '467055');
  4129. INSERT INTO `tele_links` VALUES ('467057', '467058');
  4130. INSERT INTO `tele_links` VALUES ('467058', '467057');
  4131. INSERT INTO `tele_links` VALUES ('469071', '469072');
  4132. INSERT INTO `tele_links` VALUES ('469072', '469071');
  4133.  
  4134. -- ----------------------------
  4135. -- Table structure for `trigger_in_place`
  4136. -- ----------------------------
  4137. DROP TABLE IF EXISTS `trigger_in_place`;
  4138. CREATE TABLE `trigger_in_place` (
  4139. `original_trigger` int(11) NOT NULL,
  4140. `triggers_item` int(11) NOT NULL,
  4141. `extradata` text,
  4142. PRIMARY KEY (`original_trigger`,`triggers_item`),
  4143. KEY `triggers_item` (`triggers_item`) USING HASH
  4144. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  4145.  
  4146. -- ----------------------------
  4147. -- Records of trigger_in_place
  4148. -- ----------------------------
  4149.  
  4150. -- ----------------------------
  4151. -- Table structure for `trigger_item`
  4152. -- ----------------------------
  4153. DROP TABLE IF EXISTS `trigger_item`;
  4154. CREATE TABLE `trigger_item` (
  4155. `trigger_id` int(11) NOT NULL,
  4156. `trigger_input` enum('integer','multi_furniture','static_trigger','string') NOT NULL,
  4157. `trigger_data_2` varchar(10) DEFAULT NULL,
  4158. `trigger_data` varchar(100) DEFAULT NULL,
  4159. `all_user_triggerable` tinyint(1) NOT NULL DEFAULT '1',
  4160. PRIMARY KEY (`trigger_id`)
  4161. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  4162.  
  4163. -- ----------------------------
  4164. -- Records of trigger_item
  4165. -- ----------------------------
  4166.  
  4167. -- ----------------------------
  4168. -- Table structure for `trigger_rotation`
  4169. -- ----------------------------
  4170. DROP TABLE IF EXISTS `trigger_rotation`;
  4171. CREATE TABLE `trigger_rotation` (
  4172. `item_id` int(11) NOT NULL,
  4173. `rotation_status` tinyint(4) NOT NULL,
  4174. `movement_status` tinyint(4) NOT NULL,
  4175. PRIMARY KEY (`item_id`)
  4176. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  4177.  
  4178. -- ----------------------------
  4179. -- Records of trigger_rotation
  4180. -- ----------------------------
  4181.  
  4182. -- ----------------------------
  4183. -- Table structure for `users`
  4184. -- ----------------------------
  4185. DROP TABLE IF EXISTS `users`;
  4186. CREATE TABLE `users` (
  4187. `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  4188. `username` varchar(50) NOT NULL,
  4189. `real_name` varchar(100) NOT NULL DEFAULT '',
  4190. `password` varchar(500) NOT NULL,
  4191. `mail` varchar(250) NOT NULL DEFAULT 'defaultuser@meth0d.org',
  4192. `auth_ticket` varchar(500) DEFAULT NULL,
  4193. `rank` int(11) unsigned NOT NULL DEFAULT '1',
  4194. `credits` int(11) NOT NULL DEFAULT '50000',
  4195. `vip_points` int(11) NOT NULL DEFAULT '0',
  4196. `activity_points` int(11) NOT NULL DEFAULT '0',
  4197. `activity_points_lastupdate` double NOT NULL DEFAULT '0',
  4198. `look` text NOT NULL,
  4199. `gender` enum('M','F') NOT NULL DEFAULT 'M',
  4200. `motto` varchar(50) NOT NULL,
  4201. `last_online` int(250) NOT NULL,
  4202. `account_created` double NOT NULL DEFAULT '0',
  4203. `online` enum('0','1') NOT NULL DEFAULT '0',
  4204. `ip_last` varchar(120) NOT NULL,
  4205. `ip_reg` varchar(120) NOT NULL,
  4206. `home_room` int(10) unsigned NOT NULL DEFAULT '0',
  4207. `respect` int(11) NOT NULL DEFAULT '0',
  4208. `daily_respect_points` int(11) NOT NULL DEFAULT '3',
  4209. `daily_pet_respect_points` int(11) NOT NULL DEFAULT '3',
  4210. `newbie_status` int(11) NOT NULL DEFAULT '0',
  4211. `is_muted` enum('0','1') NOT NULL DEFAULT '0',
  4212. `mutant_penalty` enum('0','1','2') NOT NULL DEFAULT '0',
  4213. `mutant_penalty_expire` int(11) NOT NULL DEFAULT '0',
  4214. `block_newfriends` enum('0','1') NOT NULL DEFAULT '0',
  4215. `hide_online` enum('0','1') NOT NULL DEFAULT '0',
  4216. `hide_inroom` enum('0','1') NOT NULL DEFAULT '0',
  4217. `mail_verified` varchar(6) NOT NULL DEFAULT '0',
  4218. `vip` enum('0','1') NOT NULL DEFAULT '0',
  4219. `client_volume` int(11) NOT NULL DEFAULT '100',
  4220. `volume` varchar(12) NOT NULL DEFAULT '100,100,100',
  4221. `last_login` int(11) NOT NULL DEFAULT '0',
  4222. `accept_trading` enum('0','1') NOT NULL DEFAULT '1',
  4223. `whisper_enabled` enum('0','1') NOT NULL DEFAULT '1',
  4224. `is_guide` enum('0','1') NOT NULL DEFAULT '1',
  4225. `last_change` int(20) NOT NULL DEFAULT '0',
  4226. `key_colour` int(11) NOT NULL DEFAULT '0',
  4227. `position` varchar(30) NOT NULL,
  4228. `acc_pornbanned` enum('0','1') NOT NULL DEFAULT '0',
  4229. `acc_flagged` enum('0','1') NOT NULL DEFAULT '0',
  4230. `points` int(11) NOT NULL DEFAULT '0',
  4231. PRIMARY KEY (`id`),
  4232. UNIQUE KEY `username` (`username`),
  4233. KEY `auth_ticket` (`auth_ticket`),
  4234. KEY `online` (`online`),
  4235. KEY `rank` (`rank`),
  4236. KEY `ip_last` (`ip_last`)
  4237. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  4238.  
  4239. -- ----------------------------
  4240. -- Records of users
  4241. -- ----------------------------
  4242.  
  4243. -- ----------------------------
  4244. -- Table structure for `user_access`
  4245. -- ----------------------------
  4246. DROP TABLE IF EXISTS `user_access`;
  4247. CREATE TABLE `user_access` (
  4248. `user_id` int(11) unsigned NOT NULL DEFAULT '0',
  4249. `ip` varchar(255) NOT NULL,
  4250. `machineid` varchar(255) NOT NULL,
  4251. `last_login` int(11) NOT NULL,
  4252. PRIMARY KEY (`user_id`,`ip`,`machineid`)
  4253. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  4254.  
  4255. -- ----------------------------
  4256. -- Records of user_access
  4257. -- ----------------------------
  4258.  
  4259. -- ----------------------------
  4260. -- Table structure for `user_achievement`
  4261. -- ----------------------------
  4262. DROP TABLE IF EXISTS `user_achievement`;
  4263. CREATE TABLE `user_achievement` (
  4264. `userid` int(11) unsigned NOT NULL,
  4265. `group` varchar(255) NOT NULL,
  4266. `level` int(11) NOT NULL,
  4267. `progress` int(11) NOT NULL,
  4268. PRIMARY KEY (`userid`,`group`),
  4269. KEY `id` (`userid`) USING BTREE
  4270. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  4271.  
  4272. -- ----------------------------
  4273. -- Records of user_achievement
  4274. -- ----------------------------
  4275.  
  4276. -- ----------------------------
  4277. -- Table structure for `user_badges`
  4278. -- ----------------------------
  4279. DROP TABLE IF EXISTS `user_badges`;
  4280. CREATE TABLE `user_badges` (
  4281. `user_id` int(10) unsigned NOT NULL,
  4282. `badge_id` varchar(100) NOT NULL,
  4283. `badge_slot` int(11) NOT NULL DEFAULT '0',
  4284. KEY `user_id` (`user_id`)
  4285. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  4286.  
  4287. -- ----------------------------
  4288. -- Records of user_badges
  4289. -- ----------------------------
  4290.  
  4291. -- ----------------------------
  4292. -- Table structure for `user_bots`
  4293. -- ----------------------------
  4294. DROP TABLE IF EXISTS `user_bots`;
  4295. CREATE TABLE `user_bots` (
  4296. `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  4297. `user_id` int(11) unsigned NOT NULL,
  4298. `bot_id` int(11) unsigned NOT NULL,
  4299. `name` varchar(255) NOT NULL,
  4300. `motto` varchar(255) NOT NULL,
  4301. `figure` varchar(255) NOT NULL,
  4302. `gender` varchar(255) NOT NULL,
  4303. PRIMARY KEY (`id`)
  4304. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  4305.  
  4306. -- ----------------------------
  4307. -- Records of user_bots
  4308. -- ----------------------------
  4309.  
  4310. -- ----------------------------
  4311. -- Table structure for `user_effects`
  4312. -- ----------------------------
  4313. DROP TABLE IF EXISTS `user_effects`;
  4314. CREATE TABLE `user_effects` (
  4315. `user_id` int(10) unsigned NOT NULL,
  4316. `effect_id` int(11) NOT NULL DEFAULT '1',
  4317. `total_duration` int(11) NOT NULL DEFAULT '3600',
  4318. `is_activated` enum('0','1') NOT NULL DEFAULT '0',
  4319. `activated_stamp` double NOT NULL DEFAULT '0',
  4320. KEY `user_id` (`user_id`)
  4321. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  4322.  
  4323. -- ----------------------------
  4324. -- Records of user_effects
  4325. -- ----------------------------
  4326.  
  4327. -- ----------------------------
  4328. -- Table structure for `user_favorites`
  4329. -- ----------------------------
  4330. DROP TABLE IF EXISTS `user_favorites`;
  4331. CREATE TABLE `user_favorites` (
  4332. `user_id` int(10) unsigned NOT NULL,
  4333. `room_id` int(10) unsigned NOT NULL,
  4334. KEY `user_id` (`user_id`)
  4335. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  4336.  
  4337. -- ----------------------------
  4338. -- Records of user_favorites
  4339. -- ----------------------------
  4340.  
  4341. -- ----------------------------
  4342. -- Table structure for `user_ignores`
  4343. -- ----------------------------
  4344. DROP TABLE IF EXISTS `user_ignores`;
  4345. CREATE TABLE `user_ignores` (
  4346. `user_id` int(10) unsigned NOT NULL,
  4347. `ignore_id` int(10) unsigned NOT NULL,
  4348. KEY `user_id` (`user_id`)
  4349. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  4350.  
  4351. -- ----------------------------
  4352. -- Records of user_ignores
  4353. -- ----------------------------
  4354.  
  4355. -- ----------------------------
  4356. -- Table structure for `user_info`
  4357. -- ----------------------------
  4358. DROP TABLE IF EXISTS `user_info`;
  4359. CREATE TABLE `user_info` (
  4360. `user_id` int(11) NOT NULL,
  4361. `bans` int(11) NOT NULL DEFAULT '0',
  4362. `cautions` int(11) NOT NULL DEFAULT '0',
  4363. `reg_timestamp` double NOT NULL DEFAULT '0',
  4364. `login_timestamp` double NOT NULL DEFAULT '0',
  4365. `cfhs` int(11) NOT NULL DEFAULT '0',
  4366. `cfhs_abusive` int(11) NOT NULL DEFAULT '0',
  4367. PRIMARY KEY (`user_id`),
  4368. KEY `bans` (`bans`),
  4369. KEY `cautions` (`cautions`),
  4370. KEY `cfhs` (`cfhs`),
  4371. KEY `cfhs_abusive` (`cfhs_abusive`)
  4372. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  4373.  
  4374. -- ----------------------------
  4375. -- Records of user_info
  4376. -- ----------------------------
  4377.  
  4378. -- ----------------------------
  4379. -- Table structure for `user_items_songs`
  4380. -- ----------------------------
  4381. DROP TABLE IF EXISTS `user_items_songs`;
  4382. CREATE TABLE `user_items_songs` (
  4383. `item_id` int(10) unsigned NOT NULL,
  4384. `user_id` int(10) unsigned NOT NULL,
  4385. `song_id` int(11) NOT NULL,
  4386. PRIMARY KEY (`item_id`),
  4387. KEY `user_id` (`user_id`)
  4388. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  4389.  
  4390. -- ----------------------------
  4391. -- Records of user_items_songs
  4392. -- ----------------------------
  4393.  
  4394. -- ----------------------------
  4395. -- Table structure for `user_presents`
  4396. -- ----------------------------
  4397. DROP TABLE IF EXISTS `user_presents`;
  4398. CREATE TABLE `user_presents` (
  4399. `item_id` int(10) unsigned NOT NULL,
  4400. `base_id` int(10) unsigned NOT NULL,
  4401. `amount` int(11) NOT NULL,
  4402. `extra_data` text NOT NULL,
  4403. KEY `item_id` (`item_id`)
  4404. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  4405.  
  4406. -- ----------------------------
  4407. -- Records of user_presents
  4408. -- ----------------------------
  4409.  
  4410. -- ----------------------------
  4411. -- Table structure for `user_quests`
  4412. -- ----------------------------
  4413. DROP TABLE IF EXISTS `user_quests`;
  4414. CREATE TABLE `user_quests` (
  4415. `user_id` int(10) unsigned NOT NULL,
  4416. `quest_id` int(10) unsigned NOT NULL,
  4417. `progress` int(10) DEFAULT '0',
  4418. PRIMARY KEY (`user_id`,`quest_id`)
  4419. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  4420.  
  4421. -- ----------------------------
  4422. -- Records of user_quests
  4423. -- ----------------------------
  4424.  
  4425. -- ----------------------------
  4426. -- Table structure for `user_relationships`
  4427. -- ----------------------------
  4428. DROP TABLE IF EXISTS `user_relationships`;
  4429. CREATE TABLE `user_relationships` (
  4430. `id` int(11) NOT NULL AUTO_INCREMENT,
  4431. `user_id` int(11) NOT NULL,
  4432. `target` int(11) NOT NULL,
  4433. `type` enum('1','2','3') NOT NULL,
  4434. PRIMARY KEY (`id`),
  4435. KEY `user_id` (`user_id`)
  4436. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  4437.  
  4438. -- ----------------------------
  4439. -- Records of user_relationships
  4440. -- ----------------------------
  4441.  
  4442. -- ----------------------------
  4443. -- Table structure for `user_roomvisits`
  4444. -- ----------------------------
  4445. DROP TABLE IF EXISTS `user_roomvisits`;
  4446. CREATE TABLE `user_roomvisits` (
  4447. `user_id` int(10) unsigned NOT NULL,
  4448. `room_id` int(10) unsigned NOT NULL,
  4449. `entry_timestamp` double NOT NULL,
  4450. `exit_timestamp` double NOT NULL,
  4451. `hour` int(11) NOT NULL,
  4452. `minute` int(11) NOT NULL,
  4453. KEY `user_id` (`user_id`)
  4454. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  4455.  
  4456. -- ----------------------------
  4457. -- Records of user_roomvisits
  4458. -- ----------------------------
  4459.  
  4460. -- ----------------------------
  4461. -- Table structure for `user_stats`
  4462. -- ----------------------------
  4463. DROP TABLE IF EXISTS `user_stats`;
  4464. CREATE TABLE `user_stats` (
  4465. `id` int(7) NOT NULL,
  4466. `RoomVisits` int(7) NOT NULL DEFAULT '0',
  4467. `OnlineTime` int(7) NOT NULL DEFAULT '0',
  4468. `Respect` int(6) NOT NULL DEFAULT '0',
  4469. `RespectGiven` int(6) NOT NULL DEFAULT '0',
  4470. `GiftsGiven` int(6) NOT NULL DEFAULT '0',
  4471. `GiftsReceived` int(6) NOT NULL DEFAULT '0',
  4472. `DailyRespectPoints` int(1) NOT NULL DEFAULT '3',
  4473. `DailyPetRespectPoints` int(1) NOT NULL DEFAULT '3',
  4474. `AchievementScore` int(7) NOT NULL DEFAULT '0',
  4475. `quest_id` int(10) unsigned NOT NULL DEFAULT '0',
  4476. `quest_progress` int(10) NOT NULL DEFAULT '0',
  4477. `lev_builder` int(10) NOT NULL DEFAULT '0',
  4478. `InRoom` int(10) NOT NULL DEFAULT '0',
  4479. `lev_social` int(10) NOT NULL DEFAULT '0',
  4480. `lev_identity` int(10) NOT NULL DEFAULT '0',
  4481. `lev_explore` int(10) NOT NULL DEFAULT '0',
  4482. `groupid` int(11) NOT NULL DEFAULT '0',
  4483. `tickets_answered` int(11) NOT NULL DEFAULT '0',
  4484. PRIMARY KEY (`id`)
  4485. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  4486.  
  4487. -- ----------------------------
  4488. -- Records of user_stats
  4489. -- ----------------------------
  4490.  
  4491. -- ----------------------------
  4492. -- Table structure for `user_subscriptions`
  4493. -- ----------------------------
  4494. DROP TABLE IF EXISTS `user_subscriptions`;
  4495. CREATE TABLE `user_subscriptions` (
  4496. `user_id` int(10) unsigned NOT NULL,
  4497. `subscription_id` int(50) NOT NULL,
  4498. `timestamp_activated` int(11) NOT NULL,
  4499. `timestamp_expire` int(11) NOT NULL,
  4500. KEY `user_id` (`user_id`),
  4501. KEY `subscription_id` (`subscription_id`)
  4502. ) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT;
  4503.  
  4504. -- ----------------------------
  4505. -- Records of user_subscriptions
  4506. -- ----------------------------
  4507.  
  4508. -- ----------------------------
  4509. -- Table structure for `user_tags`
  4510. -- ----------------------------
  4511. DROP TABLE IF EXISTS `user_tags`;
  4512. CREATE TABLE `user_tags` (
  4513. `id` int(11) NOT NULL AUTO_INCREMENT,
  4514. `user_id` int(10) unsigned NOT NULL,
  4515. `tag` varchar(100) NOT NULL,
  4516. PRIMARY KEY (`id`),
  4517. KEY `user_id` (`user_id`)
  4518. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  4519.  
  4520. -- ----------------------------
  4521. -- Records of user_tags
  4522. -- ----------------------------
  4523.  
  4524. -- ----------------------------
  4525. -- Table structure for `user_wardrobe`
  4526. -- ----------------------------
  4527. DROP TABLE IF EXISTS `user_wardrobe`;
  4528. CREATE TABLE `user_wardrobe` (
  4529. `user_id` int(10) unsigned NOT NULL,
  4530. `slot_id` int(10) unsigned NOT NULL,
  4531. `look` varchar(120) NOT NULL,
  4532. `gender` enum('F','M') NOT NULL DEFAULT 'M',
  4533. KEY `user_id` (`user_id`)
  4534. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  4535.  
  4536. -- ----------------------------
  4537. -- Records of user_wardrobe
  4538. -- ----------------------------
  4539.  
  4540. -- ----------------------------
  4541. -- Table structure for `vip_purchases`
  4542. -- ----------------------------
  4543. DROP TABLE IF EXISTS `vip_purchases`;
  4544. CREATE TABLE `vip_purchases` (
  4545. `id` int(10) NOT NULL AUTO_INCREMENT,
  4546. `email` varchar(500) DEFAULT NULL,
  4547. `username` varchar(500) DEFAULT NULL,
  4548. `amount` int(10) DEFAULT NULL,
  4549. `transaction_id` text,
  4550. `everything_else` text,
  4551. `timestamp` int(10) DEFAULT NULL,
  4552. PRIMARY KEY (`id`)
  4553. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  4554.  
  4555. -- ----------------------------
  4556. -- Records of vip_purchases
  4557. -- ----------------------------
  4558.  
  4559. -- ----------------------------
  4560. -- Table structure for `vouchers`
  4561. -- ----------------------------
  4562. DROP TABLE IF EXISTS `vouchers`;
  4563. CREATE TABLE `vouchers` (
  4564. `voucher` varchar(255) NOT NULL,
  4565. `type` enum('credits','pixels','items','vippoints') NOT NULL DEFAULT 'credits',
  4566. `value` int(11) NOT NULL DEFAULT '100',
  4567. `max_uses` int(11) NOT NULL DEFAULT '1',
  4568. `cur_uses` int(11) NOT NULL DEFAULT '0',
  4569. PRIMARY KEY (`voucher`)
  4570. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  4571.  
  4572. -- ----------------------------
  4573. -- Records of vouchers
  4574. -- ----------------------------
  4575.  
  4576. -- ----------------------------
  4577. -- Table structure for `voucher_uses`
  4578. -- ----------------------------
  4579. DROP TABLE IF EXISTS `voucher_uses`;
  4580. CREATE TABLE `voucher_uses` (
  4581. `voucher` varchar(255) NOT NULL,
  4582. `user_id` int(11) NOT NULL
  4583. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  4584.  
  4585. -- ----------------------------
  4586. -- Records of voucher_uses
  4587. -- ----------------------------
  4588.  
  4589. -- ----------------------------
  4590. -- Table structure for `wired_items`
  4591. -- ----------------------------
  4592. DROP TABLE IF EXISTS `wired_items`;
  4593. CREATE TABLE `wired_items` (
  4594. `id` int(11) NOT NULL,
  4595. `items` varchar(255) NOT NULL,
  4596. `delay` int(11) NOT NULL,
  4597. `string` varchar(255) NOT NULL,
  4598. `bool` enum('0','1') NOT NULL DEFAULT '0',
  4599. PRIMARY KEY (`id`)
  4600. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  4601.  
  4602. -- ----------------------------
  4603. -- Records of wired_items
  4604. -- ----------------------------
  4605. INSERT INTO `wired_items` VALUES ('469551', '469449', '0', '', '0');
  4606. INSERT INTO `wired_items` VALUES ('469553', '469449', '0', '', '0');
  4607. INSERT INTO `wired_items` VALUES ('469554', '', '0', 'lol', '');
  4608.  
  4609. -- ----------------------------
  4610. -- Table structure for `wordfilter`
  4611. -- ----------------------------
  4612. DROP TABLE IF EXISTS `wordfilter`;
  4613. CREATE TABLE `wordfilter` (
  4614. `word` varchar(100) NOT NULL,
  4615. `replacement` varchar(100) NOT NULL,
  4616. `strict` enum('1','0') NOT NULL,
  4617. `addedby` varchar(100) NOT NULL,
  4618. `bannable` enum('0','1') NOT NULL DEFAULT '0',
  4619. PRIMARY KEY (`word`),
  4620. UNIQUE KEY `word` (`word`)
  4621. ) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT;
  4622.  
  4623. -- ----------------------------
  4624. -- Records of wordfilter
  4625. -- ----------------------------
  4626. INSERT INTO `wordfilter` VALUES ('nextgenhabbo.com', '', '1', 'Ash', '1');
Add Comment
Please, Sign In to add comment