· 8 years ago · Jun 04, 2018, 02:18 AM
1-- --------------------------------------------------------
2-- Host: 127.0.0.1
3-- Server version: 10.1.25-MariaDB - mariadb.org binary distribution
4-- Server OS: Win32
5-- HeidiSQL Version: 9.4.0.5125
6-- --------------------------------------------------------
7
8/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
9/*!40101 SET NAMES utf8 */;
10/*!50503 SET NAMES utf8mb4 */;
11/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
12/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
13
14-- Dumping structure for table quasar.moderation_presets
15DROP TABLE IF EXISTS `moderation_presets`;
16CREATE TABLE IF NOT EXISTS `moderation_presets` (
17 `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
18 `type` enum('user','room') NOT NULL DEFAULT 'user',
19 `message` text NOT NULL,
20 `enabled` int(11) DEFAULT '1',
21 PRIMARY KEY (`id`)
22) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8;
23
24-- Dumping data for table quasar.moderation_presets: ~7 rows (approximately)
25/*!40000 ALTER TABLE `moderation_presets` DISABLE KEYS */;
26INSERT INTO `moderation_presets` (`id`, `type`, `message`, `enabled`) VALUES
27 (1, 'room', 'Esta habitación es inaceptable para la dirección de la comunidad.', 1),
28 (3, 'user', 'Spam de otras comunidades, en helandia esta prohibido.', 1),
29 (4, 'user', 'Reporte su inconveniente a CONTACTO@HELANDIA.COM', 1),
30 (5, 'user', 'Haga clic en el usuario y pulse el botón de ignorar para evitar el discurso de esta persona en el futuro.', 1),
31 (6, 'user', 'Si tiene alguna sugerencia para mejorar Helandia, envÃela a CONTACTO@HELANDIA.COM', 1),
32 (7, 'user', 'Su lengua y / o el comportamiento es inaceptable. Por favor comportarse apropiadamente o puede ser expulsado de Helandia.', 1),
33 (8, 'user', 'Su nombre de usuario se contiene caracteres no válidos o es generalmente inadecuada. Por favor cambia su nombre de usuario rápidamente para evitar ser permanentemente expulsado de la comunidad.', 1);
34/*!40000 ALTER TABLE `moderation_presets` ENABLE KEYS */;
35
36-- Dumping structure for table quasar.moderation_preset_action_categories
37DROP TABLE IF EXISTS `moderation_preset_action_categories`;
38CREATE TABLE IF NOT EXISTS `moderation_preset_action_categories` (
39 `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
40 `caption` varchar(32) NOT NULL DEFAULT '',
41 PRIMARY KEY (`id`)
42) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8;
43
44-- Dumping data for table quasar.moderation_preset_action_categories: ~7 rows (approximately)
45/*!40000 ALTER TABLE `moderation_preset_action_categories` DISABLE KEYS */;
46INSERT INTO `moderation_preset_action_categories` (`id`, `caption`) VALUES
47 (1, 'Problemas comunes'),
48 (2, 'Account'),
49 (3, 'Por trabajar'),
50 (4, 'General Rules #2'),
51 (5, 'Amenazas de hack'),
52 (6, 'Habboon Hotel #2'),
53 (7, 'Publicidad de holos');
54/*!40000 ALTER TABLE `moderation_preset_action_categories` ENABLE KEYS */;
55
56-- Dumping structure for table quasar.moderation_preset_action_messages
57DROP TABLE IF EXISTS `moderation_preset_action_messages`;
58CREATE TABLE IF NOT EXISTS `moderation_preset_action_messages` (
59 `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
60 `parent_id` int(10) unsigned NOT NULL,
61 `caption` varchar(32) NOT NULL,
62 `message_text` text NOT NULL,
63 `mute_hours` int(11) NOT NULL DEFAULT '0',
64 `ban_hours` int(11) NOT NULL DEFAULT '24',
65 `ip_ban_hours` int(11) NOT NULL DEFAULT '0',
66 `trade_lock_days` int(11) NOT NULL DEFAULT '0',
67 `notice` text NOT NULL,
68 PRIMARY KEY (`id`)
69) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8;
70
71-- Dumping data for table quasar.moderation_preset_action_messages: ~20 rows (approximately)
72/*!40000 ALTER TABLE `moderation_preset_action_messages` DISABLE KEYS */;
73INSERT INTO `moderation_preset_action_messages` (`id`, `parent_id`, `caption`, `message_text`, `mute_hours`, `ban_hours`, `ip_ban_hours`, `trade_lock_days`, `notice`) VALUES
74 (1, 1, 'Reporte innecesario', 'No abuses con los reportes; debe utilizarse solamente durante casos de emergencia.', 0, 0, 0, 0, ''),
75 (2, 7, 'Mención de otro holo', 'No anunciar otro Holo, Retros; enlaces o mencionar a propósito el nombre de otra comunidad\ncon las intenciones de la publicidad está estrictamente prohibido. ULTIMA ADVERTENCIA ', 0, 0, 0, 0, ''),
76 (3, 1, 'Estafado en apuestas.', 'Los juegos de apuestas están permitidos en Helandia, solo bajo la supervisión del staff si usted fue estafado en un sitio no autorizado no nos hacemos responsables. ', 0, 0, 0, 0, ''),
77 (4, 1, 'Bullying', '¿Bravucón? mejor evita el bullyng, puede que algún dia seas victima de el también.', 0, 0, 0, 0, ''),
78 (5, 4, 'Información personal', 'No revelar información personal de otro usuario (por ejemplo, dirección, dirección IP, número de teléfono, escuela) sin su consentimiento.', 0, 0, 0, 0, ''),
79 (6, 7, 'Spamming', 'No repetir excesivamente declaraciones idénticas o similares (spam).', 0, 0, 0, 0, ''),
80 (7, 4, 'Actos sexuales', 'Actos y conversaciones sexuales en Helandia, deben ser privados asà que ten cuidado.', 0, 0, 0, 0, ''),
81 (8, 5, 'DDoS/Intento de hack', 'No intentes tumbar Helandia, no tiene caso que lo hagas.', 0, 0, 0, 0, ''),
82 (9, 2, 'Se regala / cuenta de venta / co', 'No intente o regalar, vender o comercio de su cuenta de Helandia y / o Helandia Furnis por artÃculos virtuales de otro juego, cuentas de otro juego, dinero en efectivo, o viceversa, sin el permiso de un administrador.', 0, 0, 0, 0, ''),
83 (10, 1, 'Nombres ofensivos ', 'No cree un nombre de usuario con un nombre ofensivo que es insultante, racista, de acoso, o desagradable.', 0, 0, 0, 0, ''),
84 (11, 2, 'Evadir la prohibición de IP', 'No evadir IPBAN', 0, 0, 0, 0, ''),
85 (12, 2, 'Compartiendo cuenta', 'No comparta su cuenta con otros usuarios.', 0, 0, 0, 0, ''),
86 (13, 5, 'Amenazas / Hacks', 'No amenace a, intento, o hackear cuentas de otros usuarios', 0, 0, 0, 0, ''),
87 (14, 5, 'Multiples cuentas', 'No crear varias cuentas para el propósito de tomar una ventaja.', 0, 0, 0, 0, ''),
88 (15, 3, 'Abuso de bugs', 'No intente o explotar los errores de Helandia; informar de ello a la Administración de inmediato.', 0, 0, 0, 0, ''),
89 (16, 3, 'Reembolsos', 'No intente o reembolso de su MembresÃa VIP o donación a Helandia en un momento dado; todos los pagos son finales.', 0, 0, 0, 0, ''),
90 (17, 6, 'Misleading Info', 'Do not intentionally give wrong or misleading information to staff members in reports about rule violations, complaints, bug reports, or support requests.', 0, 0, 0, 0, ''),
91 (18, 3, 'False statements', 'Do not make false statements against Habboon Hotel or any other part of its services.', 0, 0, 0, 0, ''),
92 (19, 3, 'Impersonation', 'Do not pretend to be a representative of Habboon Hotel or claim to have their powers.', 0, 0, 0, 0, ''),
93 (20, 6, 'Threatening Habboon', 'Do not threaten to, attempt to, or use any scripts or third party software to enter, disrupt, or modify Habboon Hotel.', 0, 0, 0, 0, '');
94/*!40000 ALTER TABLE `moderation_preset_action_messages` ENABLE KEYS */;
95
96-- Dumping structure for table quasar.moderation_tickets
97DROP TABLE IF EXISTS `moderation_tickets`;
98CREATE TABLE IF NOT EXISTS `moderation_tickets` (
99 `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
100 `score` int(11) NOT NULL,
101 `type` int(11) NOT NULL,
102 `status` enum('open','picked','resolved','abusive','invalid','deleted') NOT NULL DEFAULT 'open',
103 `sender_id` int(10) unsigned NOT NULL,
104 `reported_id` int(10) unsigned NOT NULL,
105 `moderator_id` int(10) unsigned NOT NULL,
106 `message` text NOT NULL,
107 `room_id` int(10) unsigned NOT NULL,
108 `room_name` varchar(100) NOT NULL,
109 `timestamp` double NOT NULL,
110 `extra_id` int(11) NOT NULL DEFAULT '0',
111 `report_type` int(11) NOT NULL DEFAULT '1',
112 PRIMARY KEY (`id`),
113 UNIQUE KEY `id` (`id`),
114 KEY `sender_id` (`sender_id`),
115 KEY `status` (`status`),
116 KEY `reported_id` (`reported_id`),
117 KEY `moderator_id` (`moderator_id`)
118) ENGINE=InnoDB DEFAULT CHARSET=latin1;
119
120-- Dumping data for table quasar.moderation_tickets: ~0 rows (approximately)
121/*!40000 ALTER TABLE `moderation_tickets` DISABLE KEYS */;
122/*!40000 ALTER TABLE `moderation_tickets` ENABLE KEYS */;
123
124-- Dumping structure for table quasar.moderation_topics
125DROP TABLE IF EXISTS `moderation_topics`;
126CREATE TABLE IF NOT EXISTS `moderation_topics` (
127 `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
128 `caption` varchar(225) NOT NULL DEFAULT '',
129 PRIMARY KEY (`id`)
130) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
131
132-- Dumping data for table quasar.moderation_topics: ~6 rows (approximately)
133/*!40000 ALTER TABLE `moderation_topics` DISABLE KEYS */;
134INSERT INTO `moderation_topics` (`id`, `caption`) VALUES
135 (1, 'sexual_content'),
136 (2, 'pii_meeting_irl'),
137 (3, 'scamming'),
138 (4, 'trolling_bad_behavior'),
139 (5, 'violent_behavior'),
140 (6, 'game_interruption');
141/*!40000 ALTER TABLE `moderation_topics` ENABLE KEYS */;
142
143-- Dumping structure for table quasar.moderation_topic_actions
144DROP TABLE IF EXISTS `moderation_topic_actions`;
145CREATE TABLE IF NOT EXISTS `moderation_topic_actions` (
146 `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
147 `parent_id` int(11) NOT NULL,
148 `type` varchar(255) NOT NULL,
149 `caption` varchar(225) NOT NULL DEFAULT '',
150 `message_text` varchar(255) NOT NULL,
151 `default_sanction` varchar(255) NOT NULL,
152 `mute_time` int(11) NOT NULL,
153 `ban_time` int(11) NOT NULL,
154 `ip_time` int(11) NOT NULL,
155 `trade_lock_time` int(11) NOT NULL,
156 PRIMARY KEY (`id`)
157) ENGINE=InnoDB AUTO_INCREMENT=37 DEFAULT CHARSET=utf8;
158
159-- Dumping data for table quasar.moderation_topic_actions: ~27 rows (approximately)
160/*!40000 ALTER TABLE `moderation_topic_actions` DISABLE KEYS */;
161INSERT INTO `moderation_topic_actions` (`id`, `parent_id`, `type`, `caption`, `message_text`, `default_sanction`, `mute_time`, `ban_time`, `ip_time`, `trade_lock_time`) VALUES
162 (1, 1, 'mods', 'explicit_sexual_talk', 'Users are to not participate in any sexual, inappropriate, or generally objective acts towards other users without their prior consent.', 'alert', 0, 0, 0, 0),
163 (2, 1, 'mods', 'cybersex', 'Users are to not participate in any sexual, inappropriate, or generally objective acts towards other users without their prior consent.', 'alert', 0, 0, 0, 0),
164 (3, 1, 'mods', 'sexual_webcam_images', 'Users are to not participate in any sexual, inappropriate, or generally objective acts towards other users without their prior consent.', 'alert', 0, 0, 0, 0),
165 (6, 2, 'mods', 'meet_irl', 'Do not disclose any personal information of another user (e.g., address, IP Address, phone number, school) without their consent.', 'alert', 0, 0, 0, 0),
166 (8, 2, 'mods', 'asking_pii', 'Do not disclose any personal information of another user (e.g., address, IP Address, phone number, school) without their consent.', 'alert', 0, 0, 0, 0),
167 (9, 3, 'mods', 'scamsites_promoting', '', 'ban', 0, 2678400, 2678400, 0),
168 (10, 3, 'mods', 'selling_buying_accounts_or_furni', '', 'ban', 0, 2678400, 0, 0),
169 (11, 3, 'mods', 'stealing_accounts_or_furni', '', 'ban', 0, 2678400, 0, 0),
170 (12, 4, 'mods_till_logout', 'bullying', 'Do not bully, harass, or abuse other users; avoid violent or aggressive behaviour.', 'alert', 0, 0, 0, 0),
171 (13, 4, 'mods', 'habbo_name', 'Do not create a username with an offensive name that is insulting, racist, harassing, or generally objectionable.', 'ban', 0, 2678400, 0, 0),
172 (14, 4, 'auto_reply', 'swearing', 'This CFH has been deemed a non-emergency. Please use the ignore feature, swearing is not moderated on Habboon.', 'alert', 0, 0, 0, 0),
173 (15, 4, 'mods_till_logout', 'drugs_promotion', '', 'alert', 0, 0, 0, 0),
174 (16, 4, 'auto_reply', 'gambling', 'This CFH has been deemed a non-emergency. Gambling is allowed on Habboon.com', '', 0, 0, 0, 0),
175 (17, 4, 'mods', 'staff_impersonation', 'Do not pretend to be a representative of Habboon Hotel or claim to have their powers.', 'alert', 0, 0, 0, 0),
176 (18, 4, 'auto_reply', 'minors_access', 'This CFH has been deemed a non-emergency. Minors are allowed on Habboon as long as they follow the rules.', '', 0, 0, 0, 0),
177 (19, 5, 'mods_till_logout', 'hate_speech', '', 'alert', 0, 0, 0, 0),
178 (20, 5, 'mods_till_logout', 'violent_roleplay', '', 'alert', 0, 0, 0, 0),
179 (21, 5, 'mods', 'self_threatening', '', 'alert', 0, 0, 0, 0),
180 (22, 6, 'mods_till_logout', 'flooding', 'Do not excessively repeat identical or similar statements (flooding).', 'mute', 1, 0, 0, 0),
181 (23, 6, 'auto_reply', 'door_blocking', 'This CFH has been deemed a non-emergency. Please ask the room owner to kick the person from the room.', 'kick', 0, 0, 0, 0),
182 (29, 6, 'mods', 'raids', 'Users are to not participate in any raids, including mass flooding across Habboon services.', 'kick', 0, 0, 0, 0),
183 (31, 1, 'mods', 'sexually_inappropiate_behaviour', 'Users are to not participate in any sexual, inappropriate, or generally objective acts towards other users without their prior consent.', 'alert', 0, 0, 0, 0),
184 (32, 3, 'auto_reply', 'hacking_scamming_tricks', 'This CFH has been deemed a non-emergency. Please report this activity with video evidence via BoonForums.com.', '', 0, 0, 0, 0),
185 (33, 3, 'auto_reply', 'fraud', 'This CFH has been deemed a non-emergency. Please report this activity with video evidence via BoonForums.com.', '', 0, 0, 0, 0),
186 (34, 4, 'mods', 'inappropiate_room_group_event', 'Do not create a group with an offensive name that is insulting, racist, harassing, or generally objectionable.', 'alert', 0, 0, 0, 0),
187 (35, 6, 'mods', 'scripting', 'Users are to not participate in any scripting, hacking or malicious acts against users or Habboon services.', 'ban', 0, 2678400, 0, 0),
188 (36, 1, 'mods', 'sex_links', 'Users are to not participate in any sexual, inappropriate, or generally objective acts towards other users without their prior consent.', 'alert', 0, 0, 0, 0);
189/*!40000 ALTER TABLE `moderation_topic_actions` ENABLE KEYS */;
190
191/*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */;
192/*!40014 SET FOREIGN_KEY_CHECKS=IF(@OLD_FOREIGN_KEY_CHECKS IS NULL, 1, @OLD_FOREIGN_KEY_CHECKS) */;
193/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;