Project

General

Profile

1
-- phpMyAdmin SQL Dump
2
-- version 4.0.4.1
3
-- http://www.phpmyadmin.net
4
--
5
-- Host: 127.0.0.1
6
-- Erstellungszeit: 17. Nov 2012 um 12:37
7
-- Server Version: 5.5.32
8
-- PHP-Version: 5.4.19
9
--
10
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
11
--
12
-- Daten für Tabelle `groups`
13
--
14
INSERT INTO `{TABLE_PREFIX}groups` (`group_id`, `name`, `system_permissions`, `module_permissions`, `template_permissions`) VALUES
15
(1, 'Administrators', 'pages,pages_view,pages_add,pages_add_l0,pages_settings,pages_modify,pages_intro,pages_delete,media,media_view,media_upload,media_rename,media_delete,media_create,addons,modules,modules_view,modules_install,modules_uninstall,templates,templates_view,templates_install,templates_uninstall,languages,languages_view,languages_install,languages_uninstall,settings,settings_basic,settings_advanced,access,users,users_view,users_add,users_modify,users_delete,groups,groups_view,groups_add,groups_modify,groups_delete,admintools', '', '');
16
--
17
-- Daten für Tabelle `search`
18
--
19
INSERT INTO `{TABLE_PREFIX}search` (`name`, `value`, `extra`) VALUES
20
('header', '<h1>[TEXT_SEARCH]</h1>\n<form name="searchpage" action="[WB_URL]/search/index.php" method="get">\n<table cellpadding="3" cellspacing="0" border="0" style="width:100%; max-width:500px">\n<tr>\n<td>\n<input type="hidden" name="search_path" value="[SEARCH_PATH]" />\n<input type="hidden" name="referrer" value="[REFERRER_ID]" />\n<input type="text" name="string" value="[SEARCH_STRING]" style="width: 100%;" />\n</td>\n<td width="100">\n<input type="submit" value="[TEXT_SEARCH]" style="width: 100%;" />\n</td>\n</tr>\n<tr>\n<td colspan="2">\n<input type="radio" name="match" id="match_all" value="all"[ALL_CHECKED] />\n<label for="match_all">[TEXT_ALL_WORDS]</label>\n<input type="radio" name="match" id="match_any" value="any"[ANY_CHECKED] />\n<label for="match_any">[TEXT_ANY_WORDS]</label>\n<input type="radio" name="match" id="match_exact" value="exact"[EXACT_CHECKED] />\n<label for="match_exact">[TEXT_EXACT_MATCH]</label>\n</td>\n</tr>\n</table>\n</form>\n<hr />', ''),
21
('footer', '', ''),
22
('results_header', '<p>[TEXT_RESULTS_FOR] <strong>[SEARCH_STRING]</strong>:</p>\n<div class="searchresults">', ''),
23
('results_loop', '<h3 style="margin:10px 0 3px 0;"><a href="[LINK]">[TITLE]</a></h3>\n<div style="font-size:0.8em;">[TEXT_LAST_UPDATED_BY] [DISPLAY_NAME] [TEXT_ON] [DATE]</div>\n<p style="padding: 0 0 5px 0; margin: 2px 0 10px 0; border-bottom: 1px solid #777;">[DESCRIPTION].. [EXCERPT]</p>', ''),
24
('results_footer', '</div>', ''),
25
('no_results', '<p>[TEXT_NO_RESULTS]</p>', ''),
26
('module_order', 'wysiwyg', ''),
27
('max_excerpt', '15', ''),
28
('time_limit', '0', ''),
29
('cfg_enable_old_search', 'true', ''),
30
('cfg_search_keywords', 'true', ''),
31
('cfg_search_description', 'true', ''),
32
('cfg_show_description', 'true', ''),
33
('cfg_enable_flush', 'false', ''),
34
('template', '', '');
35
--
36
-- Daten für Tabelle `settings`
37
--
38
INSERT INTO `{TABLE_PREFIX}settings` (`name`, `value`) VALUES
39
('website_description', ''),
40
('website_keywords', ''),
41
('website_header', ''),
42
('website_footer', ''),
43
('wysiwyg_style', 'font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;'),
44
('er_level', ''),
45
('sec_anchor', 'wb_'),
46
('default_date_format', 'M d Y'),
47
('default_time_format', 'g:i A'),
48
('redirect_timer', '1500'),
49
('home_folders', 'true'),
50
('warn_page_leave', '1'),
51
('default_template', 'round'),
52
('default_theme', 'wb_theme'),
53
('default_charset', 'utf-8'),
54
('multiple_menus', 'true'),
55
('page_level_limit', '4'),
56
('intro_page', 'false'),
57
('page_trash', 'inline'),
58
('homepage_redirection', 'false'),
59
('page_languages', 'true'),
60
('wysiwyg_editor', 'fckeditor'),
61
('manage_sections', 'true'),
62
('section_blocks', 'true'),
63
('smart_login', 'true'),
64
('frontend_login', 'false'),
65
('frontend_signup', 'false'),
66
('search', 'public'),
67
('page_extension', '.php'),
68
('page_spacer', '-'),
69
('pages_directory', '/pages'),
70
('rename_files_on_upload', 'ph.*?,cgi,pl,pm,exe,com,bat,pif,cmd,src,asp,aspx,js'),
71
('media_directory', '/media'),
72
('wbmailer_routine', 'phpmail'),
73
('wbmailer_default_sendername', 'WB Mailer'),
74
('wbmailer_smtp_host', ''),
75
('wbmailer_smtp_auth', ''),
76
('wbmailer_smtp_username', ''),
77
('wbmailer_smtp_password', ''),
78
('fingerprint_with_ip_octets', '2'),
79
('secure_form_module', ''),
80
('mediasettings', ''),
81
('page_icon_dir', '/templates/*/title_images'),
82
('dev_infos', 'false'),
83
('wbmail_signature', ''),
84
('confirmed_registration', '1'),
85
('page_extendet', 'true'),
86
('system_locked', '0'),
87
('password_crypt_loops', '12'),
88
('password_hash_type', 'false'),
89
('password_length', '10'),
90
('password_use_types', '65535');
91
-- End of file
(1-1/2)