Guest User

Untitled

a guest
Apr 27th, 2015
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.68 KB | None | 0 0
  1. -- phpMyAdmin SQL Dump
  2. -- version 3.1.3.1
  3. -- http://www.phpmyadmin.net
  4. --
  5. -- Host: localhost
  6. -- Generato il: 27 apr, 2015 at 06:32 PM
  7. -- Versione MySQL: 5.1.33
  8. -- Versione PHP: 5.3.28
  9.  
  10. SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
  11.  
  12. --
  13. -- Database: `ciao`
  14. --
  15.  
  16. -- --------------------------------------------------------
  17.  
  18. --
  19. -- Struttura della tabella `texts`
  20. --
  21.  
  22. CREATE TABLE IF NOT EXISTS `texts` (
  23. `identifier` varchar(50) NOT NULL,
  24. `display_text` text NOT NULL,
  25. PRIMARY KEY (`identifier`),
  26. KEY `identifier` (`identifier`)
  27. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  28.  
  29. --
  30. -- Dump dei dati per la tabella `texts`
  31. --
  32.  
  33. INSERT INTO `texts` (`identifier`, `display_text`) VALUES
  34. ('cmd_abbraccia_desc', ':abbraccia <username> - Abbraccia un utente'),
  35. ('cmd_about_desc', ':about - Server Information'),
  36. ('cmd_about_name', 'info'),
  37. ('cmd_alert_desc', ':alert <username> <message> - Alerts the target user with the message provided'),
  38. ('cmd_alert_name', 'alert'),
  39. ('cmd_award_desc', ':award <username> <achievement id> - The target user unlocks the selected achievement'),
  40. ('cmd_award_name', 'award'),
  41. ('cmd_ban_desc', ':ban <username> <time in seconds> - Bans the targetted user for the specified time in seconds. Minimum ban length of 10 minutes (600).'),
  42. ('cmd_ban_name', 'ban'),
  43. ('cmd_buy_desc', ':buy <count> - Modifies the quantity of your next catalogue purchase'),
  44. ('cmd_buy_name', 'buy'),
  45. ('cmd_cinque_desc', ':cinque <username> - Dai un batticinque ad un utente'),
  46. ('cmd_coins_desc', ':coins <username> <amount> - Gives the target user the set amount of credits'),
  47. ('cmd_coins_name', 'coins'),
  48. ('cmd_commands_name', 'commands'),
  49. ('cmd_control_desc', ':control <username> - Control the selected user'),
  50. ('cmd_control_name', 'control'),
  51. ('cmd_coords_desc', ':coords - Returns your current co-ordinates'),
  52. ('cmd_coords_name', 'coords'),
  53. ('cmd_dance_desc', ':dance <username> - Make the selected user dance'),
  54. ('cmd_dance_name', 'dance'),
  55. ('cmd_disablediagonal_desc', ':disablediagonal - Disable diagonal walking in the room'),
  56. ('cmd_disablediagonal_name', 'disablediagonal'),
  57. ('cmd_disconnect_name', 'disconnect'),
  58. ('cmd_emptyitems_desc', ':emptyitems - Clears your inventory'),
  59. ('cmd_emptyitems_name', 'emptyitems'),
  60. ('cmd_emptyitems_success', 'Inventory items cleared!'),
  61. ('cmd_emptypets_desc', ':emptypets - Removes all pets from your inventory'),
  62. ('cmd_emptypets_name', 'emptypets'),
  63. ('cmd_emptypets_success', 'Inventory pets cleared!'),
  64. ('cmd_empty_desc', ':empty <username> - Clears targets inventory'),
  65. ('cmd_empty_name', 'empty'),
  66. ('cmd_enable_desc', ':enable <effect id> - Applies the provided effect ID to yourself'),
  67. ('cmd_enable_name', 'enable'),
  68. ('cmd_error_disabled', 'This command has been disabled by the hotel owner, sorry!'),
  69. ('cmd_error_permission_vip', 'This command is restricted to VIP members only, for more info on VIP check out the website!'),
  70. ('cmd_flagme_desc', ':flagme - Allows you to change your username'),
  71. ('cmd_flagme_name', 'flagme'),
  72. ('cmd_fly_desc', ':fly - Vola nella stanza'),
  73. ('cmd_follow_desc', ':follow <username> - Follows the target whether they''re a friend or not'),
  74. ('cmd_follow_name', 'follow'),
  75. ('cmd_freeze_desc', ':freeze <username> - Disables pathfinding for the targetted user, thus freezing them in place'),
  76. ('cmd_freeze_name', 'freeze'),
  77. ('cmd_gatto_desc', ':gatto - Diventa un gatto'),
  78. ('cmd_givebadge_desc', ':givebadge <username> <badge id> - Gives the targetted user the specified badge'),
  79. ('cmd_givebadge_name', 'givebadge'),
  80. ('cmd_globalcredits_desc', ':globalcredits <amount> - Gives all users the specified amount of credits, including offline users'),
  81. ('cmd_globalcredits_name', 'globalcredits'),
  82. ('cmd_globalpixels_desc', ':globalpixels <amount> - Gives all users the specified amount of pixels, including offline users'),
  83. ('cmd_globalpixels_name', 'globalpixels'),
  84. ('cmd_globalpoints_desc', ':globalpoints <amount> - Gives all users the specified amount of points, including offline users'),
  85. ('cmd_globalpoints_name', 'globalpoints'),
  86. ('cmd_hal_desc', ':hal <url> <message> - Sends out a hotel-wide alert with the provided message and a link to the provided url'),
  87. ('cmd_hal_name', 'hal'),
  88. ('cmd_hal_title', 'Notice from Hotel Management:'),
  89. ('cmd_handitem_desc', ':handitem'),
  90. ('cmd_handitem_name', 'handitem'),
  91. ('cmd_ha_desc', ':ha <message> - Sends out a hotel-wide alert with the provided message'),
  92. ('cmd_ha_name', 'ha'),
  93. ('cmd_ha_title', 'Important Notice from Hotel Management'),
  94. ('cmd_invisible_desc', ':invisible - Puts you into spectator mode, you won''t be visible to anyone else, you''ll need to reload the hotel to remove this effect'),
  95. ('cmd_invisible_name', 'invisible'),
  96. ('cmd_ipban_desc', ':ipban <user> - Permanently bans the targetted user and applies an IP ban'),
  97. ('cmd_ipban_name', 'ipban'),
  98. ('cmd_kick_desc', ':kick <username> <reason> - Kicks the target user from the room with the reason provided'),
  99. ('cmd_kick_name', 'kick'),
  100. ('cmd_kill', ':kill <username> - Uccidi un utente'),
  101. ('cmd_kill_desc', ':kill <username> - Uccidi un utente'),
  102. ('cmd_kiss_desc', ':kiss <username> - Bacia un utente'),
  103. ('cmd_lay_desc', ':lay'),
  104. ('cmd_lay_name', 'lay'),
  105. ('cmd_makesay_desc', ':makesay <username> <message> - Make the selected user say a message'),
  106. ('cmd_makesay_name', 'makesay'),
  107. ('cmd_massbadge_desc', ':massbadge <badge id> - Gives all online users the specified badge'),
  108. ('cmd_massbadge_name', 'massbadge'),
  109. ('cmd_masscredits_desc', ':masscredits <amount> - Gives all online users the specified amount of credits'),
  110. ('cmd_masscredits_name', 'masscredits'),
  111. ('cmd_masspixels_desc', ':masspixels <amount> - Gives all online users the specified amount of pixels'),
  112. ('cmd_masspixels_name', 'masspixels'),
  113. ('cmd_masspoints_desc', ':masspoints <amount> - Gives all online users the specified amount of points'),
  114. ('cmd_masspoints_name', 'masspoints'),
  115. ('cmd_mimic_desc', ':mimic <username> - Copies the target users looks and applies them to yourself'),
  116. ('cmd_mimic_name', 'mimic'),
  117. ('cmd_moonwalk_desc', ':moonwalk - Toggles the ability to moonwalk'),
  118. ('cmd_moonwalk_name', 'moonwalk'),
  119. ('cmd_motd_desc', ':motd <username> <message> - Alerts the target user with the message provided'),
  120. ('cmd_motd_name', 'motd'),
  121. ('cmd_mute_desc', ':mute <username> - Mutes the targetted user'),
  122. ('cmd_mute_name', 'mute'),
  123. ('cmd_override_desc', ':override - Enables you to ignore pathfinding and walk across/through any surface'),
  124. ('cmd_override_name', 'override'),
  125. ('cmd_pickall_desc', ':pickall - Pick up all furni'),
  126. ('cmd_pickall_name', 'pickall'),
  127. ('cmd_pika_desc', ':pika - Diventa un Pikachu'),
  128. ('cmd_pixels_desc', ':pixels <username> <amount> - Gives the target user the set amount of pixels'),
  129. ('cmd_pixels_name', 'pixels'),
  130. ('cmd_points_desc', ':points <username> <amount> - Gives the target user the set amount of points'),
  131. ('cmd_points_name', 'points'),
  132. ('cmd_pull_desc', ':pull <username> - Pulls the target user to yourself'),
  133. ('cmd_pull_name', 'pull'),
  134. ('cmd_push_desc', ':push <username> - Pushes the target user 1 step away from yourself'),
  135. ('cmd_push_name', 'push'),
  136. ('cmd_rave_desc', ':rave - Make everyone dance'),
  137. ('cmd_rave_name', 'rave'),
  138. ('cmd_redeemcreds_desc', ':convertcredits - Turns all exchange items in your hand back into coins'),
  139. ('cmd_redeemcreds_name', 'convertcredits'),
  140. ('cmd_redeempixel_desc', ':redeempixel'),
  141. ('cmd_redeempixel_name', 'redeempixel'),
  142. ('cmd_redeemshell_desc', ':redeemshell'),
  143. ('cmd_redeemshell_name', 'redeemshell'),
  144. ('cmd_removebadge_desc', ':removebadge <username> <badge id> - Removes the specified badge from the targetted user'),
  145. ('cmd_removebadge_name', 'removebadge'),
  146. ('cmd_ride_desc', ':ride <horsename> - Allows you to ride a horse'),
  147. ('cmd_ride_err_nothorse', 'You cannot ride other users or small animals, sorry! :('),
  148. ('cmd_ride_err_riding', 'You need to :dismount before you can ride another animal!'),
  149. ('cmd_ride_err_swimming', 'You cannot ride animals while taking a swim, sorry! :('),
  150. ('cmd_ride_err_toofar', 'You need to get close to ride this animal!'),
  151. ('cmd_ride_err_tooslow', 'That animal already has a rider, sorry! :('),
  152. ('cmd_ride_instr_getoff', 'To get off the animal you can use :dismount or :getoff'),
  153. ('cmd_ride_name', 'ride'),
  154. ('cmd_roll_desc', ':roll <username> <number> - Make a user roll the selected number'),
  155. ('cmd_roll_name', 'roll'),
  156. ('cmd_roomalert_desc', ':roomalert <message> - Alerts everyone in the current room with the message provided'),
  157. ('cmd_roomalert_name', 'roomalert'),
  158. ('cmd_roombadge_desc', ':roombadge <badge id> - Gives all users in the current room the specified badge'),
  159. ('cmd_roombadge_name', 'roombadge'),
  160. ('cmd_roomeffect_desc', ':roomeffect'),
  161. ('cmd_roomeffect_name', 'roomeffect'),
  162. ('cmd_roominfo_name', 'roominfo'),
  163. ('cmd_roomkick_desc', ':roomkick <reason> - Kicks everyone from the current room with the reason provided'),
  164. ('cmd_roomkick_name', 'roomkick'),
  165. ('cmd_roommute_desc', ':roommute - Enables/Disables a room-wide mute'),
  166. ('cmd_roommute_name', 'roommute'),
  167. ('cmd_sa_desc', ':sa <message> - Sends a message to other staff members with the receive_sa permission'),
  168. ('cmd_sa_name', 'sa'),
  169. ('cmd_sa_title', 'Staff Announcement'),
  170. ('cmd_setmax_desc', ':setmax <count> Updates maximum allowed users in the room'),
  171. ('cmd_setmax_name', 'setmax'),
  172. ('cmd_setspeed_desc', ':setspeed <speed> - Changes the speed of rollers in the current room'),
  173. ('cmd_setspeed_name', 'setspeed'),
  174. ('cmd_shutdown_desc', ':shutdown - Immediately begins a server shutdown'),
  175. ('cmd_shutdown_name', 'shutdown'),
  176. ('cmd_sitdown_desc', ':sitdown - Make everyone sitdown'),
  177. ('cmd_sitdown_name', 'sitdown'),
  178. ('cmd_spull_desc', ':spull <username> - Forces the target user to walk towards you'),
  179. ('cmd_spull_name', 'spull'),
  180. ('cmd_spush_desc', ':spush'),
  181. ('cmd_spush_name', 'spush'),
  182. ('cmd_startquestion_desc', ':startquestion'),
  183. ('cmd_startquestion_name', 'startquestion'),
  184. ('cmd_summon_desc', ':summon <username> - Forces the target user to load your current room'),
  185. ('cmd_summon_name', 'summon'),
  186. ('cmd_superban_desc', ':superban <username> - Permanently bans the targetted user'),
  187. ('cmd_superban_name', 'superban'),
  188. ('cmd_teleport_desc', ':teleport - Clicking on a location will teleport you to it - walking is for losers!'),
  189. ('cmd_teleport_name', 'teleport'),
  190. ('cmd_unload_desc', ':unload - Unloads the room'),
  191. ('cmd_unload_name', 'unload'),
  192. ('cmd_unmute_desc', ':unmute <username> - Unmutes the targetted user'),
  193. ('cmd_unmute_name', 'unmute'),
  194. ('cmd_update_achievements_desc', ':update_achievements - Reloads achievements data from the database'),
  195. ('cmd_update_achievements_name', 'update_achievements'),
  196. ('cmd_update_bans_desc', ':update_bans - Re-applies all active bans from the bans database'),
  197. ('cmd_update_bans_name', 'update_bans'),
  198. ('cmd_update_bots_desc', ':update_bots - Reloads the bots from the bots table'),
  199. ('cmd_update_bots_name', 'update_bots'),
  200. ('cmd_update_catalogue_desc', ':update_catalogue - Reloads the catalogue pages and items from the database'),
  201. ('cmd_update_catalogue_name', 'update_catalogue'),
  202. ('cmd_update_filter_desc', ':update_filter - Reloads the hotel filter from the database'),
  203. ('cmd_update_filter_name', 'update_filter'),
  204. ('cmd_update_items_desc', ':update_items - Reloads the furniture settings from the furniture table'),
  205. ('cmd_update_items_name', 'update_items'),
  206. ('cmd_update_navigator_desc', ':update_navigator - Reloads the room models and navigator settings'),
  207. ('cmd_update_navigator_name', 'update_navigator'),
  208. ('cmd_update_permissions_desc', ':update_permissions - Reloads the permissions settings from the database'),
  209. ('cmd_update_permissions_name', 'update_permissions'),
  210. ('cmd_update_settings_desc', ':update_settings - Re-applies the settings from the server_settings table'),
  211. ('cmd_update_settings_name', 'update_settings'),
  212. ('cmd_update_texts_desc', ':update_texts - Updates texts from database'),
  213. ('cmd_update_texts_name', 'update_texts'),
  214. ('cmd_userinfo_desc', ':userinfo <username> - Returns some information about the target user to you'),
  215. ('cmd_userinfo_name', 'userinfo'),
  216. ('cmd_viphal_name', 'viphal'),
  217. ('cmd_viphal_title', 'VIP Alert'),
  218. ('cmd_vipha_desc', ':vipha'),
  219. ('cmd_vipha_name', 'vipha'),
  220. ('cmd_vipha_title', 'VIP Alert'),
  221. ('emu_cleandb', 'Cleaning up database..'),
  222. ('emu_connectdb', 'Connecting to database..'),
  223. ('emu_loadroles', 'Loading Roles..'),
  224. ('emu_loadsettings', 'Loading Settings..'),
  225. ('emu_loadtexts', 'Loading Texts..'),
  226. ('emu_sso_wrong', 'Login error: Your SSO ticket was incorrect'),
  227. ('emu_sso_wrong_secure', ' AND/OR your current IP doesn''t match our database '),
  228. ('error_maxpets', 'There are too many pets in this room. The maximum number of pets in a room is :'),
  229. ('error_muted', 'You are muted.'),
  230. ('error_roomunload', 'Oops, something went wrong with the room you were in, sorry!'),
  231. ('guidebot_welcome1', 'Hello and welcome to Habboon! I am a bot Guide and I''m here to help you.'),
  232. ('guidebot_welcome2', 'I can give you tips and hints on what to do here, just ask me a question :)'),
  233. ('marketplace_error_credits', 'Sorry, you don''t have enough credits!'),
  234. ('marketplace_error_expired', 'Sorry, this offer has expired.'),
  235. ('mod_error_permission_ban', 'You do not have permission to ban that user.'),
  236. ('mod_error_permission_caution', 'You do not have permission to caution that user, sending as a regular message instead.'),
  237. ('mod_error_permission_kick', 'You do not have permission to kick that user.'),
  238. ('mod_inappropriate_roomdesc', 'Inappropriate to Hotel Managament'),
  239. ('mod_inappropriate_roomname', 'Inappropriate to Hotel Managament'),
  240. ('mod_tool_category1', 'Room Problems'),
  241. ('mod_tool_category1_problem1', 'Door Problem'),
  242. ('mod_tool_category1_problem2', 'Final Warning'),
  243. ('mod_tool_category1_problem3', 'Persisting Issue'),
  244. ('mod_tool_category1_problem4', 'Swearing Issue'),
  245. ('mod_tool_category1_problem5', 'Forum Assist'),
  246. ('mod_tool_category1_problem6', 'Flooding Room'),
  247. ('mod_tool_category1_problem7', 'Room Name'),
  248. ('mod_tool_category1_problem8', 'Furni Loading'),
  249. ('mod_tool_category1_solution1', 'Please check that there is nothing blocking the doorway. If the problem persists please report it again and we will investigate further.'),
  250. ('mod_tool_category1_solution2', 'This is your final warning regarding your actions within Habboon. The next step will be a ban.'),
  251. ('mod_tool_category1_solution3', 'We understand that the problem you were having is continuing to occur. Please update us with all the details. '),
  252. ('mod_tool_category1_solution4', 'The language you are using in the room is not acceptable and is insulting other users please stop doing this or you will be kicked, possibly banned from habboon.'),
  253. ('mod_tool_category1_solution5', 'Please go to Otaku-Studios.com and submit your problem in the Habboon forums.'),
  254. ('mod_tool_category1_solution6', 'Attention, we''ve noticed you are filling up the chat with mindless and senseless speech. This is what is known as flooding the room. Please stop doing this immeadiately or you will be kicked from the room.'),
  255. ('mod_tool_category1_solution7', 'Please change your room name otherwise we will do it.'),
  256. ('mod_tool_category1_solution8', 'Furniture not loading in rooms is a rare occurance in Habboon. Please try reloading Habboon, or clearing your internet browsers cache. There are tutorials on how to on our help website. Go to habboon.com/help. '),
  257. ('mod_tool_category2', 'Player Support'),
  258. ('mod_tool_category2_problem1', 'Player Bug'),
  259. ('mod_tool_category2_problem2', 'Login Problem'),
  260. ('mod_tool_category2_problem3', 'Report Bug'),
  261. ('mod_tool_category2_problem4', 'CFH Abuse'),
  262. ('mod_tool_category2_problem5', 'Private Information'),
  263. ('mod_tool_category2_problem6', 'SWF Error'),
  264. ('mod_tool_category2_problem7', 'Cache'),
  265. ('mod_tool_category2_problem8', 'Temp. Problem'),
  266. ('mod_tool_category2_solution1', 'Thank you for contacting us regarding the bug. Please report it to the uservoice. www.habboon.uservoice.com'),
  267. ('mod_tool_category2_solution2', 'Please use the uservoice forum to report this problem. www.habboon.uservoice.com'),
  268. ('mod_tool_category2_solution3', 'Please report all bugs to our uservoice forum. www.habboon.uservoice.com'),
  269. ('mod_tool_category2_solution4', 'Please stop abusing the call for help system. It is only to be used in the event of an EMERGENCY. If you have general questions please seek the advice of an eXpert.'),
  270. ('mod_tool_category2_solution5', 'It is unsafe to give out your personal information.'),
  271. ('mod_tool_category2_solution6', 'Please report this bug and how to recreate the bug and post it at our uservoice forum. www.habboon.uservoice.com'),
  272. ('mod_tool_category2_solution7', 'If you are having problems with your comptuer memory, clear your cache.'),
  273. ('mod_tool_category2_solution8', 'Delete your temporary history!'),
  274. ('mod_tool_category3', 'Users Problems'),
  275. ('mod_tool_category3_problem1', 'Scamming'),
  276. ('mod_tool_category3_problem2', 'Trading Scam'),
  277. ('mod_tool_category3_problem3', 'Disconnection'),
  278. ('mod_tool_category3_problem4', 'Room Blocking'),
  279. ('mod_tool_category3_problem5', 'Freezing'),
  280. ('mod_tool_category3_problem6', 'Job Info'),
  281. ('mod_tool_category3_problem7', 'Flooding'),
  282. ('mod_tool_category3_problem8', 'Updates'),
  283. ('mod_tool_category3_solution1', 'There is no need to report scammers on Habboon. Habboon gives away 50 free coins every 15 minutes (along with Pixels) therefore it is useless to report scammers when our services are free. Please Note: All trading done within Habboon is done at your own risk.'),
  284. ('mod_tool_category3_solution2', 'If you have been scammed by trade in Habboon we can only apologise, there is no way of us retreiving the furniture that you have lost. Please note that all trading done on Habboon is done at your own risk, you should be vigilent when trading. '),
  285. ('mod_tool_category3_solution3', 'There are often times when we are updating the hotel or there may be a slight bug within the system that would cause you to disconnect. Disconnections shouldn''t happen often, if they do please seek help on our forums at Otaku-Studios.com'),
  286. ('mod_tool_category3_solution4', 'If there is a user in a room whom is blocking your path, ask the room owner to remove the user from the room. If the room ownwer is not there, please let us know and we will come and assist you.'),
  287. ('mod_tool_category3_solution5', 'Can explain us what happens to cause the freezing?'),
  288. ('mod_tool_category3_solution6', 'Please do not ask to be Staff in Habboon.Staff members are chosen from the eXpert team. To become a member of hotel staff first you must be an eXpert. To become an eXpert you must be active on the hotel, friendly, buid some good rooms. Please be patient if you do all of these things, we are bound to notice you. '),
  289. ('mod_tool_category3_solution7', 'Attention, we''ve noticed you''re flooding or spamming Habboon with text. Please do not continue doing this or you will be kicked and even possibly banned from Habboon. Thank-You.\r\n'),
  290. ('mod_tool_category3_solution8', 'Updates are conducted when needed in Habboon to give users the best experience possible we thank you for taking the time to contact us regarding updates on the hotel. If there are new things to add to the hotel you can be sure they are coming in the future.\r\n'),
  291. ('mod_tool_category4', 'Debug Problems'),
  292. ('mod_tool_category4_problem1', 'Lag'),
  293. ('mod_tool_category4_problem2', 'Disconnection'),
  294. ('mod_tool_category4_problem3', 'SSO Problem'),
  295. ('mod_tool_category4_problem4', 'Char. Filter'),
  296. ('mod_tool_category4_problem5', 'System Check'),
  297. ('mod_tool_category4_problem6', 'WireEncoding Error'),
  298. ('mod_tool_category4_problem7', 'BASE64 Error'),
  299. ('mod_tool_category4_problem8', 'Flash Player Problem'),
  300. ('mod_tool_category4_solution1', 'Try to leave the room or perhaps reload the hotel to get rid of the lag.'),
  301. ('mod_tool_category4_solution2', 'Often times we are updating the hotel or there may be a slight bug within the system that would cause a disconnection. Although it is rare, please bear with us while we update our services.'),
  302. ('mod_tool_category4_solution3', 'Please contact us by posting on our uservoice forum. www.habboon.uservoice.com'),
  303. ('mod_tool_category4_solution4', 'Can you say the username? We''ll take action if needed.'),
  304. ('mod_tool_category4_solution5', 'We already checking everything and debuging stuff'),
  305. ('mod_tool_category4_solution6', 'Please contact us by posting on our uservoice forum. www.habboon.uservoice.com'),
  306. ('mod_tool_category4_solution7', 'Please contact us by posting on our uservoice forum. www.habboon.uservoice.com'),
  307. ('mod_tool_category4_solution8', 'Please contact us by posting on our uservoice forum. www.habboon.uservoice.com'),
  308. ('mod_tool_category5', 'System Problems'),
  309. ('mod_tool_category5_problem1', 'Version'),
  310. ('mod_tool_category5_problem2', 'SWF Build'),
  311. ('mod_tool_category5_problem3', 'Freeze'),
  312. ('mod_tool_category5_problem4', 'Name Filter'),
  313. ('mod_tool_category5_problem5', 'Nickname Filter'),
  314. ('mod_tool_category5_problem6', 'Catalogue Issue'),
  315. ('mod_tool_category5_problem7', 'Swearing Filter'),
  316. ('mod_tool_category5_problem8', 'Update Filter'),
  317. ('mod_tool_category5_solution1', 'Habboon is always in the latest possible version.'),
  318. ('mod_tool_category5_solution2', 'Currenly We use the same version like Habbo.com'),
  319. ('mod_tool_category5_solution3', 'Can explain us what happens to cause the freezing?"'),
  320. ('mod_tool_category5_solution4', 'Can you say the username? We''ll take action if needed.'),
  321. ('mod_tool_category5_solution5', 'Can you say the usersname? We''ll take action if needed.'),
  322. ('mod_tool_category5_solution6', 'What item are you trying to buy and what section is it in? If possible could you report this bug to our uservoice forum? www.habboon.uservoice.com'),
  323. ('mod_tool_category5_solution7', 'If possible, leave the room and ignore the user. If their speech is highly inappropriate and is offending other users send another call. We''ll take care of it.'),
  324. ('mod_tool_category5_solution8', 'We will update your words in the filter Thanks for your report.'),
  325. ('mod_tool_category6', 'Common Issues'),
  326. ('mod_tool_category6_problem1', 'eXpert Info'),
  327. ('mod_tool_category6_problem2', 'Moderator Info'),
  328. ('mod_tool_category6_problem3', 'Rights Info'),
  329. ('mod_tool_category6_problem4', 'Weekly Rare'),
  330. ('mod_tool_category6_problem5', 'Coins'),
  331. ('mod_tool_category6_problem6', 'Swearing'),
  332. ('mod_tool_category6_problem7', 'Inappropriate Actions'),
  333. ('mod_tool_category6_problem8', 'Staff Members'),
  334. ('mod_tool_category6_solution1', 'Habboon hires eXperts based on many things. Users must be active within Habboon, friendly and stay out of trouble, Users wanting to become eXperts shouldn''t ask to be. We look for users who have a decent amount of furni filled rooms. Please wait for us to recognize you, do not ask to be an eXpert. It will only lower your chances.'),
  335. ('mod_tool_category6_solution2', 'Habboon Moderators are promoted from eXperts. Please do not ask to be a Moderator, it is very inappropriate to ask to be staff. If you are caught pestering staff you may be kicked from the room.'),
  336. ('mod_tool_category6_solution3', 'If you have given users rights to move furniture in your room and they have let you down by trashing your room, this is not something we can govern. It''s upto you whom you give room rights out to. We suggest you are more careful as to whom you give room rights out to in the future. We apologise we can''t be of anymore help.'),
  337. ('mod_tool_category6_solution4', 'The weekly rare listed in the catalouge under limited edition is changed at the beginning or near the end of the week. Please wait till then for a new rare to be released.'),
  338. ('mod_tool_category6_solution5', 'Coins are distributed every 15 minutes along with pixels. Open the catalouge to find out other easy ways to get coins.'),
  339. ('mod_tool_category6_solution6', 'Your language has been deemed inappropriate and adverse action may be taken on your account if you do not stop.'),
  340. ('mod_tool_category6_solution7', 'Your actions have been deemed inappropriate and adverse action may be taken on your account if you do not stop.'),
  341. ('mod_tool_category6_solution8', 'If you would like to see which Staff members are currently online. Please go to the habboon homepage, click community then Staff and eXperts. It will say next to the name which are online and offline. '),
  342. ('mus_alert_title', 'Important Notice from Hotel Management'),
  343. ('mus_hal_tail', 'Sent from Housekeeping'),
  344. ('mus_hal_title', 'Notice from Hotel Management:'),
  345. ('mus_ha_title', 'Important Notice from Hotel Management'),
  346. ('pet_breeds_0', 'QFHHIHHIIHHJIHHKIHHPAIHHQAIHHRAIHHSAIHHPBIHHQBIHHRBIHHSBIHHPCIHHQCIHHRCIHHSCIHHPDIHHQDIHHRDIHHSDIHHPEIHHQEIHHREIHHSEIHHPFIH'),
  347. ('pet_breeds_1', 'QFIHIHIIIHIJIHIKIHIPAIHIQAIHIRAIHISAIHIPBIHIQBIHIRBIHISBIHIPCIHIQCIHIRCIHISCIHIPDIHIQDIHIRDIHISDIHIPEIHIQEIHIREIHISEIHIPFIH'),
  348. ('pet_breeds_10', 'IRBHIH'),
  349. ('pet_breeds_11', 'RCSBIIHSBJIHSBKIHSBPAIHSBQAIHSBRAIHSBPBHHSBQBIHSBRBIHSBSBIHSBPCIHSBQCIHSBSCIHSBRDIH'),
  350. ('pet_breeds_12', 'RAPCHIHPCIIHPCJIHPCKIHPCPAIHPCQAIH'),
  351. ('pet_breeds_13', 'KQCRHIHQCRGIHQCKIH'),
  352. ('pet_breeds_14', 'PBRCHIHRCIIHRCJIHRCKHIRCPAIHRCQAIHRCRAIHRCSAIH'),
  353. ('pet_breeds_15', 'ISCHIH'),
  354. ('pet_breeds_16', 'IPDHIH'),
  355. ('pet_breeds_17', 'IQDHIH'),
  356. ('pet_breeds_18', 'IRDHIH'),
  357. ('pet_breeds_19', 'ISDHIH'),
  358. ('pet_breeds_2', 'PCJHIHJIIHJJIHJKIHJPAIHJQAIHJRAIHJSAIHJPBIHJQBIHJRBIHJSBIH'),
  359. ('pet_breeds_20', 'IPEHIH'),
  360. ('pet_breeds_21', 'IQEHIH'),
  361. ('pet_breeds_22', 'IREHIH'),
  362. ('pet_breeds_23', 'ISEHIH'),
  363. ('pet_breeds_24', 'IPFHIH'),
  364. ('pet_breeds_25', 'IQFHIH'),
  365. ('pet_breeds_26', 'IRFHIH'),
  366. ('pet_breeds_27', 'ISFHIH'),
  367. ('pet_breeds_28', 'IPGHIH'),
  368. ('pet_breeds_29', 'IQGHIH'),
  369. ('pet_breeds_3', 'SAKHIHKIIHKJIHKKIHKPAIHKQAIHKRAIH'),
  370. ('pet_breeds_30', 'IRGHIH'),
  371. ('pet_breeds_4', 'PAPAHIHPAIIHPAJIHPAKIH'),
  372. ('pet_breeds_5', 'SAQAHIHQAIIHQAJIHQAKIHQAQAIHQASAIHQAPBIH'),
  373. ('pet_breeds_6', 'QCRAHIHRAIIHRAJIHRAKIHRAPAIHRAQAIHRARAHIRASAHIRAPBHIRAQBHIRARBHIRASBIHRAPCHI'),
  374. ('pet_breeds_7', 'PBSAHIHSAIIHSAJIHSAKHISAPAIHSAQAIHSARAIHSASAIH'),
  375. ('pet_breeds_8', 'QCPBHIHPBIIHPBJIHPBKIHPBPAIHPBQAIHPBRAIHPBSAIHPBPBIHPBQBIHPBRBIHPBSBIHPBRCIH'),
  376. ('pet_breeds_9', 'QBQBHIHQBIIHQBJIHQBKIHQBPAIHQBQAIHQBRAIHQBSAIHQBPBIH'),
  377. ('pet_chatter_bear1', 'Rawwwwwr'),
  378. ('pet_chatter_bear2', '*ruggisci*'),
  379. ('pet_chatter_bear3', 'Grrrr'),
  380. ('pet_chatter_bear4', '*sniff sniff*'),
  381. ('pet_chatter_bear5', '*sbadiglia*'),
  382. ('pet_chatter_cat1', 'Purrrrr'),
  383. ('pet_chatter_cat2', 'Meeeeeow!'),
  384. ('pet_chatter_cat3', '*sbadiglia*'),
  385. ('pet_chatter_cat4', '*fusa*'),
  386. ('pet_chatter_cat5', 'meow :3'),
  387. ('pet_chatter_chic1', 'tweet tweet'),
  388. ('pet_chatter_chic2', '*muove le ali*'),
  389. ('pet_chatter_chic3', 'AWK AWK'),
  390. ('pet_chatter_chic4', '*becca*'),
  391. ('pet_chatter_chic5', '*corre intorno inutilmente*'),
  392. ('pet_chatter_croc1', '*vuole mangiare il suo padrone*'),
  393. ('pet_chatter_croc2', 'tick, tock, tick, tock'),
  394. ('pet_chatter_croc3', '*scatta*'),
  395. ('pet_chatter_croc4', 'Rrrr.. Grrrrr'),
  396. ('pet_chatter_croc5', '*sbadiglia*'),
  397. ('pet_chatter_dog1', 'woof woof woof!!!'),
  398. ('pet_chatter_dog2', 'Hooooowl'),
  399. ('pet_chatter_dog3', '*scodinsola*'),
  400. ('pet_chatter_dog4', '*insegue la coda*'),
  401. ('pet_chatter_dog5', '*morde pantaloni*'),
  402. ('pet_chatter_dragon1', '*si gira intorno*'),
  403. ('pet_chatter_dragon2', '*pensa a cosa bruciare*'),
  404. ('pet_chatter_dragon3', '*guarda il suo padrone*'),
  405. ('pet_chatter_dragon4', '*guarda volando*'),
  406. ('pet_chatter_dragon5', '*plana verso il basso*'),
  407. ('pet_chatter_frog1', 'Ribbit..'),
  408. ('pet_chatter_frog2', '*balza intorno alla stanza*'),
  409. ('pet_chatter_frog3', '*gracchia*'),
  410. ('pet_chatter_frog4', 'rrrribbit!'),
  411. ('pet_chatter_frog5', '*si distende*'),
  412. ('pet_chatter_generic1', 'Hmm..'),
  413. ('pet_chatter_generic2', '*va in cerca di cibo*'),
  414. ('pet_chatter_generic3', '*Humms*'),
  415. ('pet_chatter_generic4', '*guarda*'),
  416. ('pet_chatter_generic5', '*cerca dove bere*'),
  417. ('pet_chatter_horse1', 'neiiigh'),
  418. ('pet_chatter_horse2', '*trotta intorno alla stanza*'),
  419. ('pet_chatter_horse3', 'Neeeigh'),
  420. ('pet_chatter_horse4', '*guarda*'),
  421. ('pet_chatter_horse5', '*corre*'),
  422. ('pet_chatter_lion1', 'Rawwrrrr'),
  423. ('pet_chatter_lion2', '*fissa*'),
  424. ('pet_chatter_lion3', 'Grrrr'),
  425. ('pet_chatter_lion4', '*rugge*'),
  426. ('pet_chatter_lion5', '*fissa*'),
  427. ('pet_chatter_monkey1', 'Oo oo oo'),
  428. ('pet_chatter_monkey2', '*salta ovunque*'),
  429. ('pet_chatter_monkey3', 'Ooo oo!'),
  430. ('pet_chatter_monkey4', '*fissa*'),
  431. ('pet_chatter_monkey5', '*si gratta*'),
  432. ('pet_chatter_pig1', 'Oink Oink!'),
  433. ('pet_chatter_pig2', '*sbuffa*'),
  434. ('pet_chatter_pig3', '*annusa intorno alla stanza*'),
  435. ('pet_chatter_pig4', 'Oink!'),
  436. ('pet_chatter_pig5', '*si butta nel fango*'),
  437. ('pet_chatter_rhino1', 'CARICA!!'),
  438. ('pet_chatter_rhino2', '*corre*'),
  439. ('pet_chatter_rhino3', '*sbuffa*'),
  440. ('pet_chatter_rhino4', '*si prepara per attaccare*'),
  441. ('pet_chatter_rhino5', 'ARGHHHHHHHHHH!!'),
  442. ('pet_chatter_spider1', '*si arrampica*'),
  443. ('pet_chatter_spider2', '*corre*'),
  444. ('pet_chatter_spider3', '*sale sopra di te*'),
  445. ('pet_chatter_spider4', '*corre intorno alla stanza*'),
  446. ('pet_chatter_spider5', '*fissa*'),
  447. ('pet_chatter_turtle1', '*si nasconde nel suo guscio*'),
  448. ('pet_chatter_turtle2', '*fissa*'),
  449. ('pet_chatter_turtle3', '*si muove lentamente*'),
  450. ('pet_chatter_turtle4', '*ti fissa*'),
  451. ('pet_chatter_turtle5', 'o.O'),
  452. ('pet_cmd_beg', 'beg'),
  453. ('pet_cmd_down', 'down'),
  454. ('pet_cmd_drink', 'drink'),
  455. ('pet_cmd_eat', 'eat'),
  456. ('pet_cmd_follow', 'follow'),
  457. ('pet_cmd_follow_left', 'follow left'),
  458. ('pet_cmd_follow_right', 'follow right'),
  459. ('pet_cmd_free', 'free'),
  460. ('pet_cmd_here', 'here'),
  461. ('pet_cmd_jump', 'jump'),
  462. ('pet_cmd_move_forwar', 'move forwar'),
  463. ('pet_cmd_nest', 'nest'),
  464. ('pet_cmd_play', 'play'),
  465. ('pet_cmd_play_dead', 'play dead'),
  466. ('pet_cmd_play_football', 'play football'),
  467. ('pet_cmd_silent', 'silent'),
  468. ('pet_cmd_sit', 'sit'),
  469. ('pet_cmd_speak', 'speak'),
  470. ('pet_cmd_stand', 'stand'),
  471. ('pet_cmd_stay', 'stay'),
  472. ('pet_cmd_turn_left', 'turn left'),
  473. ('pet_cmd_turn_right', 'turn right'),
  474. ('pet_response_confused1', '*confuso*'),
  475. ('pet_response_confused2', 'Cosa??'),
  476. ('pet_response_confused3', '...?'),
  477. ('pet_response_confused4', 'Beh..'),
  478. ('pet_response_confused5', 'Hmm..?'),
  479. ('pet_response_confused6', '?'),
  480. ('pet_response_confused7', ':s'),
  481. ('pet_response_refusal1', '*ti ignora*'),
  482. ('pet_response_refusal2', '*rifiuta*'),
  483. ('pet_response_refusal3', 'No, fallo tu!'),
  484. ('pet_response_refusal4', 'Chi pensi che io sia?'),
  485. ('pet_response_refusal5', 'Io non sono il tuo schiavo!'),
  486. ('pet_response_silent', '*rimane zitto*'),
  487. ('pet_response_sleep', 'ZzzZZZzzzzZzz'),
  488. ('pet_response_sleeping1', 'ZzZzzzzz'),
  489. ('pet_response_sleeping2', 'Stanco... *dorme*'),
  490. ('pet_response_sleeping3', '*sta dormendo*'),
  491. ('pet_response_sleeping4', 'ZzZzzZ'),
  492. ('pet_response_sleeping5', 'Zzzz Zzzz Zzzz'),
  493. ('pulled', 'pulled'),
  494. ('pull_get_closer', 'That user is not close enough to you to be pulled, try getting closer'),
  495. ('to_them', 'vicino a te'),
  496. ('trade_error_roomdisabled', 'Trading has been disabled in this room, sorry!'),
  497. ('user', 'User'),
  498. ('wired_error_permissions', 'Saving item failed, you do not have permission to play with this item');
Add Comment
Please, Sign In to add comment