· 7 years ago · Nov 29, 2018, 06:06 PM
1--
2-- Struttura della tabella `cms_content`
3--
4
5CREATE TABLE IF NOT EXISTS `cms_content` (
6 `contentkey` text NOT NULL,
7 `contentvalue` text NOT NULL,
8 `setting_title` text NOT NULL,
9 `setting_desc` text NOT NULL,
10 `fieldtype` enum('1','2','3') NOT NULL DEFAULT '1',
11 `category` int(11) NOT NULL DEFAULT '1'
12) ENGINE=MyISAM DEFAULT CHARSET=latin1;
13
14--
15-- Dump dei dati per la tabella `cms_content`
16--
17
18INSERT INTO `cms_content` (`contentkey`, `contentvalue`, `setting_title`, `setting_desc`, `fieldtype`, `category`) VALUES
19('staff3-color', 'red', 'Staff Content Box 3 Color', 'Only valid colors defined in CSS such as ''orange'', ''blue'', etc', '3', 2),
20('staff1-heading', 'Need our help?', 'Staff Content Box 1 Heading', 'The title (heading) of Staff Content Box 1.', '1', 2),
21('staff2-heading', 'Joining the Team', 'Staff Content Box 2 Heading', 'The title (heading) of Staff Content Box 2.', '1', 2),
22('staff3-heading', 'Hotel Staff', 'Staff Content Box 3 Heading', 'The title (heading) of Staff Content Box 3.', '1', 2),
23('staff2-color', 'red', 'Staff Content Box 2 Color', 'Only valid colors defined in CSS such as ''orange'', ''blue'', etc', '3', 2),
24('staff1-color', 'red', 'Staff Content Box 1 Color', 'Only valid colors defined in CSS such as ''orange'', ''blue'', etc', '3', 2),
25('hc-maxmonths', '6', 'HC Months Limit', 'This will limit the allowed amount of subscribed Club months per user at once to this number. Set to ''0'' to have no limit.', '1', 1),
26('mod_staff-enabled', '1', 'Staff Module Enabled', 'This determines wether the Staff Module (staff.php) will be displayed/enabled.', '2', 2),
27('smilies-enabled', '1', 'Smilies Enabled', 'This determines wether Smilies will be shown on the Discussion Board and on Homes.', '2', 4),
28('enable-flash-promo', '1', 'Enable Flash Promo', 'This determines wether the Flash Promo on the login page will be displayed. If disabled, a HTML version will be used.', '2', 1),
29('allow-guests', '1', 'Allow guests?', 'This determines wether guest mode is enabled. Guest Mode allows you to visit (parts of) your site (with limitations) without logging in.', '2', 1),
30('forum-enabled', '1', 'Forum Enabled', 'This determines wether the Discussion Board will be shown/enabled.', '2', 4),
31('allow-group-purchase', '1', 'Group Purchasing Enabled', 'This determines wether new groups can be created or not.', '2', 1),
32('birthday-notifications', '1', 'Birthday Notifications Enabled', 'This will determine wether a ''Happy birthday'' message will be shown on a user''s birthday.', '2', 1),
33('client-widescreen', '1', 'Client in Widescreen', 'This determines wether the game client should display in widescreen mode or not.', '2', 1),
34('mod_staff-enabled', '1', 'Staff Module Enabled', 'This determines wether the Staff Module (staff.php) will be displayed/enabled.', '2', 2),
35('staff2-color', 'green', 'Staff Content Box 2 Color', 'Only valid colors defined in CSS such as ''orange'', ''blue'', etc', '3', 2),
36('staff1-color', 'green', 'Staff Content Box 1 Color', 'Only valid colors defined in CSS such as ''orange'', ''blue'', etc', '3', 2),
37('staff2-heading', 'Joining the Team', 'Staff Content Box 2 Heading', 'The title (heading) of Staff Content Box 2.', '1', 2),
38('staff1-heading', 'Need our help?', 'Staff Content Box 1 Heading', 'The title (heading) of Staff Content Box 1.', '1', 2),
39('credits2-heading', 'Get credits!', 'Credit Content Box 2 Heading', 'The title (heading) of Credit Content Box 2.', '1', 3),
40('credits1-heading', 'What are credits?', 'Credits Content Box 1 Heading', 'The title (heading) of Credit Content Box 1.', '1', 3),
41('staff1', 'You can find the staff members all over the hotel - in the public rooms, their own rooms, or that dark little corner in your room. But how can you call them if you actually need them!? Easy. If it\\''s urgent, use the Call for Help system in game by using the blue questionmark in the right bottom of your screen. If it isn\\''t urgent, use the Help Tool on the website.', 'Staff Content Box 1', 'The text within a content box on the staff page (if enabled).', '1', 2),
42('staff2', 'So you want that sexy staff badge next to your name in the hotel and on the site? Do you want to join BobbaDreams moderation team? Keep your eyes focused on this section and the news - if we\\''re looking for staff it will be announced there, and surely you won\\''t miss it!', 'Staff Content Box 2', 'The text within a content box on the staff page (if enabled).', '1', 2),
43('credits2', '<img class=''credits-image'' src=''./web-gallery/album1/palmchair.gif'' align=''left'' />To buy furniture or play games, you need <b>credits</b>. We provide you with free credits on registration, and if you run out, there are several ways you can earn more credits:<li>* Refer a friend to the hotel and earn credits</li><li>* Ask a staff member ingame</li><li>* Redeem a voucher if you have one</li><li>* Trade your furniture with others for credit furniture</li>', 'Credits Content Box 2', 'The text within a content box on the credits page.', '1', 3),
44('credits1', 'Credits are the hotel''s currency. You can use them to buy all kinds of things, from rubber ducks and sofas, to Habbo Club membership, jukeboxes and teleports.', 'Credits Content Box 1', 'The text within a content box on the credits page.', '1', 3),
45('staff2', 'So you want that sexy staff badge next to your name in the hotel and on the site? Do you want to join BobbaDreams moderation team? Keep your eyes focused on this section and the news - if we\\''re looking for staff it will be announced there, and surely you won\\''t miss it!', 'Staff Content Box 2', 'The text within a content box on the staff page (if enabled).', '1', 2),
46('team1-heading', 'Administrators', 'Team 1 Heading', 'The name (position) of Team 1.', '1', 2),
47('team2-heading', 'Moderators', 'Team 2 Heading', 'The name (position) of Team 2.', '1', 2),
48('team3-heading', 'Bobbas', 'Team 3 Heading', 'The name (position) of Team 3.', '1', 2),
49('team1', 'Administrators are...', 'Team 1 explaination', 'The text within a team box on the staff page (if enabled).', '1', 2),
50('team2', 'Moderators are...', 'Team 2 explaination', 'The text within a team box on the staff page (if enabled).', '1', 2),
51('team3', 'Bobbas are...', 'Team 3 explaination', 'The text within a team box on the staff page (if enabled).', '1', 2),
52('team1-what', 'What are Administrators?', 'Team 1 question', 'The text above Team 1.', '1', 2),
53('team2-what', 'What are Moderators?', 'Team 2 question', 'The text above Team 2.', '1', 2),
54('team3-what', 'What are Bobbas?', 'Team 3 question', 'The text above Team 3.', '1', 2);
55
56-- --------------------------------------------------------