Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../var/softacul.../saurus
File: saurus.sql
[0] Fix | Delete
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
[1] Fix | Delete
SET time_zone = "+00:00";
[2] Fix | Delete
[3] Fix | Delete
[4] Fix | Delete
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
[5] Fix | Delete
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
[6] Fix | Delete
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
[7] Fix | Delete
/*!40101 SET NAMES utf8 */;
[8] Fix | Delete
[9] Fix | Delete
--
[10] Fix | Delete
-- Database: `soft_saurus47`
[11] Fix | Delete
--
[12] Fix | Delete
[13] Fix | Delete
-- --------------------------------------------------------
[14] Fix | Delete
[15] Fix | Delete
--
[16] Fix | Delete
-- Table structure for table `admin_osa`
[17] Fix | Delete
--
[18] Fix | Delete
[19] Fix | Delete
CREATE TABLE `admin_osa` (
[20] Fix | Delete
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
[21] Fix | Delete
`parent_id` int(11) unsigned NOT NULL DEFAULT '0',
[22] Fix | Delete
`sorteering` int(11) unsigned NOT NULL DEFAULT '0',
[23] Fix | Delete
`nimetus` varchar(255) DEFAULT NULL,
[24] Fix | Delete
`eng_nimetus` varchar(255) DEFAULT NULL,
[25] Fix | Delete
`fail` varchar(255) DEFAULT NULL,
[26] Fix | Delete
`moodul_id` int(11) unsigned NOT NULL DEFAULT '0',
[27] Fix | Delete
`extension` varchar(100) DEFAULT NULL,
[28] Fix | Delete
`show_in_editor` tinyint(1) unsigned NOT NULL DEFAULT '0',
[29] Fix | Delete
PRIMARY KEY (`id`),
[30] Fix | Delete
UNIQUE KEY `id` (`id`,`parent_id`),
[31] Fix | Delete
KEY `id_2` (`id`)
[32] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=159 ;
[33] Fix | Delete
[34] Fix | Delete
--
[35] Fix | Delete
-- Dumping data for table `admin_osa`
[36] Fix | Delete
--
[37] Fix | Delete
[38] Fix | Delete
INSERT INTO `admin_osa` VALUES
[39] Fix | Delete
(2, 1, 40, '', 'Data', '', 0, NULL, 0),
[40] Fix | Delete
(5, 1, 20, '', 'System', '', 0, NULL, 0),
[41] Fix | Delete
(9, 32, 90, '', 'Translations', 'sys_sonad_loetelu.php', 0, NULL, 0),
[42] Fix | Delete
(15, 69, 30, '', 'Log', 'log.php', 0, NULL, 1),
[43] Fix | Delete
(17, 32, 80, '', 'System articles', 'sys_alias.php', 0, NULL, 0),
[44] Fix | Delete
(19, 1, 90, '', 'Properties', '', 0, NULL, 1),
[45] Fix | Delete
(32, 1, 60, '', 'Languages', '', 0, NULL, 0),
[46] Fix | Delete
(33, 32, 100, '', 'Languages', 'keeled.php', 0, NULL, 0),
[47] Fix | Delete
(34, 1, 50, '', 'Presentation', NULL, 0, NULL, 0),
[48] Fix | Delete
(39, 34, 90, '', 'Custom Style Sheet', 'custom_css.php', 0, NULL, 0),
[49] Fix | Delete
(42, 5, 70, '', 'Configuration', 'change_config.php', 0, NULL, 0),
[50] Fix | Delete
(58, 34, 70, '', 'Content templates', 'content_templates.php', 0, NULL, 0),
[51] Fix | Delete
(59, 34, 80, '', 'Page templates', 'page_templates.php', 0, NULL, 0),
[52] Fix | Delete
(60, 19, 100, '', 'Site properties', 'change_config.php?group=1', 0, NULL, 1),
[53] Fix | Delete
(62, 69, 80, '', 'Recycle Bin', 'trash.php', 0, NULL, 1),
[54] Fix | Delete
(68, 5, 100, '', 'System info', 'sys_info.php', 0, NULL, 0),
[55] Fix | Delete
(69, 1, 100, '', 'Tools', '', 0, NULL, 1),
[56] Fix | Delete
(71, 34, 60, '', 'Object templates', 'object_template_map.php', 0, NULL, 0),
[57] Fix | Delete
(73, 69, 90, '', 'People', 'user_management.php', 0, NULL, 1),
[58] Fix | Delete
(74, 2, 90, '', 'Profiles', 'profiles.php', 0, NULL, 0),
[59] Fix | Delete
(75, 2, 80, '', 'Profile data', 'profile_data.php', 0, NULL, 0),
[60] Fix | Delete
(76, 5, 20, '', 'External tables', 'db_data.php', 0, NULL, 0),
[61] Fix | Delete
(77, 69, 100, '', 'Files', 'filemanager.php', 0, NULL, 1),
[62] Fix | Delete
(78, 1, 10, '', 'Help', NULL, 0, NULL, 0),
[63] Fix | Delete
(81, 78, 10, '', 'About', 'javascript:void(openpopup(''about.php'',''about'',''450'',''300''))', 0, NULL, 0),
[64] Fix | Delete
(83, 19, 80, '', 'Permissions', 'permissions.php', 0, NULL, 0),
[65] Fix | Delete
(85, 5, 80, '', 'Error log', 'error_log.php', 0, NULL, 0),
[66] Fix | Delete
(86, 1, 70, '', 'Extensions', '', 0, NULL, 0),
[67] Fix | Delete
(87, 86, 110, '', 'Extensions', 'extensions.php', 0, NULL, 0),
[68] Fix | Delete
(150, 69, 60, '', 'Feedback forms', 'feedbackforms_handler.php', 0, NULL, 1),
[69] Fix | Delete
(151, 19, 70, '', 'Image manipulation', 'images_config.php', 0, NULL, 0),
[70] Fix | Delete
(152, 2, 100, '', 'Explorer', 'site_explorer.php', 0, NULL, 0),
[71] Fix | Delete
(153, 19, 90, '', 'Site Design', 'designs.php', 0, NULL, 0),
[72] Fix | Delete
(158, 78, 100, NULL, 'Saurus CMS homepage', 'http://www.saurus.info/" target="_blank', 0, NULL, 0);
[73] Fix | Delete
[74] Fix | Delete
-- --------------------------------------------------------
[75] Fix | Delete
[76] Fix | Delete
--
[77] Fix | Delete
-- Table structure for table `allowed_mails`
[78] Fix | Delete
--
[79] Fix | Delete
[80] Fix | Delete
CREATE TABLE `allowed_mails` (
[81] Fix | Delete
`id` int(11) NOT NULL AUTO_INCREMENT,
[82] Fix | Delete
`mail` varchar(255) DEFAULT '0',
[83] Fix | Delete
`objekt_id_list` text,
[84] Fix | Delete
PRIMARY KEY (`id`)
[85] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
[86] Fix | Delete
[87] Fix | Delete
-- --------------------------------------------------------
[88] Fix | Delete
[89] Fix | Delete
--
[90] Fix | Delete
-- Table structure for table `cache`
[91] Fix | Delete
--
[92] Fix | Delete
[93] Fix | Delete
CREATE TABLE `cache` (
[94] Fix | Delete
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
[95] Fix | Delete
`objekt_id` int(10) unsigned NOT NULL DEFAULT '0',
[96] Fix | Delete
`aeg` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
[97] Fix | Delete
`checksum` varchar(20) NOT NULL DEFAULT '',
[98] Fix | Delete
`requests` int(11) unsigned NOT NULL DEFAULT '0',
[99] Fix | Delete
`sisu` longtext,
[100] Fix | Delete
`url` text NOT NULL,
[101] Fix | Delete
`user_id` bigint(20) unsigned DEFAULT NULL,
[102] Fix | Delete
`site_id` int(10) unsigned DEFAULT NULL,
[103] Fix | Delete
PRIMARY KEY (`id`),
[104] Fix | Delete
KEY `objekt_id` (`objekt_id`),
[105] Fix | Delete
KEY `url` (`url`(200))
[106] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
[107] Fix | Delete
[108] Fix | Delete
-- --------------------------------------------------------
[109] Fix | Delete
[110] Fix | Delete
--
[111] Fix | Delete
-- Table structure for table `config`
[112] Fix | Delete
--
[113] Fix | Delete
[114] Fix | Delete
CREATE TABLE `config` (
[115] Fix | Delete
`nimi` varchar(255) NOT NULL DEFAULT '',
[116] Fix | Delete
`sisu` varchar(255) DEFAULT NULL,
[117] Fix | Delete
`kirjeldus` text,
[118] Fix | Delete
`on_nahtav` enum('0','1') NOT NULL DEFAULT '0',
[119] Fix | Delete
PRIMARY KEY (`nimi`)
[120] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
[121] Fix | Delete
[122] Fix | Delete
--
[123] Fix | Delete
-- Dumping data for table `config`
[124] Fix | Delete
--
[125] Fix | Delete
[126] Fix | Delete
INSERT INTO `config` VALUES
[127] Fix | Delete
('active_users', '0:0', 'Visitors count on the site (guests:users)', '0'),
[128] Fix | Delete
('add_new_user_to_mailinglists', '0', 'Add new users to all mailinglists by default', '1'),
[129] Fix | Delete
('admin_ip_filter', '0', 'User IP access: 0 - luba k6ik, valja arvatud ... / 1 - keela k6ik, valja arvatud ...', '0'),
[130] Fix | Delete
('adm_img_path', '/admin/images', 'administraatori osas', '0'),
[131] Fix | Delete
('adm_path', '/admin', 'admini juur', '0'),
[132] Fix | Delete
('ad_auth_users', '0', 'Use Active Directory authentication for users (Y/N)', '0'),
[133] Fix | Delete
('ad_base_dn', 'OU=Company,DC=example,DC=com', 'Base DN of the AD server', '1'),
[134] Fix | Delete
('ad_create_cms_groups', '0', 'Create group if not found in CMS? (Y/N)', '1'),
[135] Fix | Delete
('ad_create_cms_users', '0', 'Create user if not found in CMS? (Y/N)', '1'),
[136] Fix | Delete
('ad_readall_password', '', 'Password of the AD user with read access to the Base DN (fill only if anonymous access is denied)', '1'),
[137] Fix | Delete
('ad_readall_username', '', 'Username of the AD user with read access to the Base DN (fill only if anonymous access is denied)', '1'),
[138] Fix | Delete
('ad_server', '', 'Active Directory server address', '1'),
[139] Fix | Delete
('ad_server_port', '389', 'Active Directory server port', '1'),
[140] Fix | Delete
('alamartiklid_paises', '0', 'Subarticles alignment', '1'),
[141] Fix | Delete
('alias_language_format', '0', 'Alias prefix format', '1'),
[142] Fix | Delete
('alias_trail_format', '0', 'Alias format', '1'),
[143] Fix | Delete
('allow_autologin_from_ip', '0', 'Automatic login based on user IP-address', '1'),
[144] Fix | Delete
('allow_change_position', '0', 'Allow to change position for the objects', '1'),
[145] Fix | Delete
('allow_commenting', '1', 'Allow commenting', '1'),
[146] Fix | Delete
('allow_forgot_password', '1', 'Allow "Forgot password" feature', '1'),
[147] Fix | Delete
('artiklite_arv_arhiivis', '20', 'Number of articles on archive page in "News" template', '1'),
[148] Fix | Delete
('bank_connection_logfile', '', 'The log file for Bank Connection', '0'),
[149] Fix | Delete
('cache_expired', '0', 'Cache expires (hours). 0 = cache is not used', '1'),
[150] Fix | Delete
('check_for_captcha', '1', 'Use CAPTCHA verification for comments and forums', '1'),
[151] Fix | Delete
('comment_max_chars', '120', 'Maximum length of word in the comment. Longer words will cause text wrapping.', '1'),
[152] Fix | Delete
('company_name', '', 'Company name to display when paying', '0'),
[153] Fix | Delete
('context_menu_open_event', 'click', 'Context menu open event', '1'),
[154] Fix | Delete
('custom_img_path', '/px_custom', 'custom piltide jaoks, mis ei kuulu toote komplekti', '0'),
[155] Fix | Delete
('custom_login_url', '', 'Enter a custom login page URL instead of the standard form like: http://www.example.com', '1'),
[156] Fix | Delete
('cyr_convert_encoding', '', 'Cyrillic conversation type. Value=(k,i,a,d,m,u) or empty', '1'),
[157] Fix | Delete
('date_format', 'dd.mm.yyyy', 'System date format', '1'),
[158] Fix | Delete
('default_comments', '0', 'Adding comments is allowed for objects by default', '1'),
[159] Fix | Delete
('default_mail', '[[admin_email]]', 'Default "To" e-mail address', '1'),
[160] Fix | Delete
('default_pass_expire_days', '365', 'Registered users password expiration time (in days)', '1'),
[161] Fix | Delete
('disable_form_based_login', '0', 'Disable form based login', '1'),
[162] Fix | Delete
('display_errors_ip', '', 'Display errors only to these IP addresses (semicolon separated)', '1'),
[163] Fix | Delete
('documents_directory', '/shared/documents', 'Documents directory', '1'),
[164] Fix | Delete
('documents_in_filesystem', '1', 'If this is 1 and documents_directory has a value, then {init_documents} saves documents to the filesystem', '1'),
[165] Fix | Delete
('documents_mod_xsendfile', '1', 'If this is 1 and documents_in_filesystem is 1 and documents_directory has a value and mod_xsendfile Apache mod has been installed, then mod_xsendfile will serve the files', '1'),
[166] Fix | Delete
('dont_cache_objects', '', 'Cache will be skipped for ID''s (coma separated list)', '1'),
[167] Fix | Delete
('editor_intra_link', '0', 'If "intranet" hyperlinks are allowed in the editor', '0'),
[168] Fix | Delete
('enable_mailing_list', '1', 'Enable mailing lists', '1'),
[169] Fix | Delete
('eshop_key', '', 'Key used to sign data in the shoppingcart (Not the same as the bank key!)', '0'),
[170] Fix | Delete
('ESTCARD_id', '', 'ID in the ESTCARD payment system', '0'),
[171] Fix | Delete
('ESTCARD_signature', '', 'SIGNATURE path or text for the ESTCARD payment system', '0'),
[172] Fix | Delete
('ESTCARD_url', 'https://pos.estcard.ee/test-pos/servlet/iPAYServlet', 'URL for connecting to ESTCARD payment system', '0'),
[173] Fix | Delete
('feedbackform_action', 'form.php', 'Form action', '1'),
[174] Fix | Delete
('feedbackform_check_for_captcha', '0', 'Use CAPTCHA verification for feedback forms', '1'),
[175] Fix | Delete
('feedbackform_form_name', 'SCMSForm', 'Form name', '1'),
[176] Fix | Delete
('feedbackform_method', 'post', 'Form method', '1'),
[177] Fix | Delete
('file_path', '/public', 'failide asukoht', '0'),
[178] Fix | Delete
('fm_allow_multiple_upload', '1', 'Allow for multiple file uploading', '1'),
[179] Fix | Delete
('force_https_for_admin', '0', 'Force HTTPS for admin environment', '1'),
[180] Fix | Delete
('force_https_for_editing', '0', 'Force HTTPS for editor environment', '1'),
[181] Fix | Delete
('from_email', '[[admin_email]]', 'Default "From" e-mail address', '1'),
[182] Fix | Delete
('gallup_ip_check', '2', 'Prevent multiple votes', '1'),
[183] Fix | Delete
('goto_user_details', '0:1:details.php?user=[user_id]', 'Hidden feature: kui sisselülitatud, siis kommentaari juures ei näidata mitte autori nime ja emaili,<br> vaid kasutajanime ja linki valislehele.', '0'),
[184] Fix | Delete
('HANZA_account', '', 'ACCOUNT to use for the HANZA.NET payment system', '0'),
[185] Fix | Delete
('HANZA_signature', '', 'SIGNATURE path or text for the HANZA.NET payment system', '0'),
[186] Fix | Delete
('HANZA_url', 'https://www.hanza.net/cgi-bin/hanza/pangalink.jsp', 'URL for connecting to the HANZA.NET payment system', '0'),
[187] Fix | Delete
('HANZA_username', '', 'USERNAME for the HANZA.NET payment system', '0'),
[188] Fix | Delete
('hostname', '[[domhost]]', 'Website domain e.g "your.site.com" (Caution! Affects whole website!)', '0'),
[189] Fix | Delete
('id_card_create_cms_users', '0', 'Create user if not found in CMS? (Y/N)', ''),
[190] Fix | Delete
('id_card_default_cms_group', '0', 'Default group for created users', ''),
[191] Fix | Delete
('imagemagick_path', '', 'Imagemagick binaries path. Fill only if Imagemagick is used for image \nmanipulation and it is not found in system path', '1'),
[192] Fix | Delete
('image_mode', 'gd lib', 'Image manipulation is handed by', '1'),
[193] Fix | Delete
('image_width', '600', 'Maximum size of picture in gallery (in pixels)', '1'),
[194] Fix | Delete
('img_path', '/px', 'piltide asukoht', '0'),
[195] Fix | Delete
('IPOS_account', '', 'ACCOUNT to use for the IPOS payment system', '0'),
[196] Fix | Delete
('IPOS_signature', '', 'SIGNATURE path or text for the IPOS payment system', '0'),
[197] Fix | Delete
('IPOS_url', 'https://unet.eyp.ee/cgi-bin/ws.sh/u-commerce.w', 'URL for connecting to the IPOS payment system', '0'),
[198] Fix | Delete
('IPOS_username', '', 'USERNAME for the IPOS payment system', '0'),
[199] Fix | Delete
('js_path', '/js', 'javascriptide asukoht', '0'),
[200] Fix | Delete
('kasutaja_voti', 'deprecated', 'reg.kasutaja parooli kodeerimisel kasutatav võti', '0'),
[201] Fix | Delete
('kasuta_ip_filter', '0', '0 - don''t use; 1 - users only; 2 - admins only; 3 - both admins and users', '0'),
[202] Fix | Delete
('kommentaaride_lehekulgede_arv', '10', 'Number of comments pages', '1'),
[203] Fix | Delete
('komment_arv_lehel', '10', 'Number of comments on 1 comments page', '1'),
[204] Fix | Delete
('KREP_account', '', 'ACCOUNT to use for the KREP payment system', '0'),
[205] Fix | Delete
('KREP_signature', '', 'SIGNATURE path or text for the KREP payment system', '0'),
[206] Fix | Delete
('KREP_url', 'https://i-pank.krediidipank.ee/', 'URL for connecting to the KREP payment system', '0'),
[207] Fix | Delete
('KREP_username', '', 'USERNAME for the KREP payment system', '0'),
[208] Fix | Delete
('lock_inactive_user_after_x_days', '0', 'Lock inactive user after x days', '1'),
[209] Fix | Delete
('login_duration_time', '5', 'Time within the login attempts are considered as one (in minutes)', '1'),
[210] Fix | Delete
('login_locked_time', '20', 'How long user is locked after failed login attempts (in minutes)', '1'),
[211] Fix | Delete
('mailinglist_sending_option', '0', 'Mailinglist send type', '1'),
[212] Fix | Delete
('maillist_article_content', '0', 'Article content', '1'),
[213] Fix | Delete
('maillist_article_title', '0', 'Article title', '1'),
[214] Fix | Delete
('maillist_footer', '', 'Custom footer (will be added after articles)', '1'),
[215] Fix | Delete
('maillist_format', '0', 'Mailinglists format', '1'),
[216] Fix | Delete
('maillist_header', '', 'Custom header (will be added prior articles)', '1'),
[217] Fix | Delete
('maillist_interval', '1', 'Mailing list interval (in hour)', '1'),
[218] Fix | Delete
('maillist_reporter_address', '', 'Send reports about mailinglist postings to (e-mail address)', '1'),
[219] Fix | Delete
('maillist_sender_address', '', 'Sender address', '1'),
[220] Fix | Delete
('maillist_sending_after_publishing', '0', 'Run mailinglists after each publishing (otherwise run on pageload)', '1'),
[221] Fix | Delete
('maillist_send_newer_than', '01.09.2004', 'Send articles that are newer than (dd.mm.yyyy)', '1'),
[222] Fix | Delete
('maillist_subject', '0', 'Mailinglist subject', '1'),
[223] Fix | Delete
('max_login_attempts', '5', 'Maximum number of login attempts', '1'),
[224] Fix | Delete
('new_user_password', '', 'Password string for new users (default is empty)', '1'),
[225] Fix | Delete
('next_10min', '1305282327', 'Time for next 10 minutes interval run', '0'),
[226] Fix | Delete
('next_counting_active_users', '0', 'Next calculation time for the visitors count', '0'),
[227] Fix | Delete
('next_day', '1305368127', 'Time for next day run', '0'),
[228] Fix | Delete
('next_hour', '1305285327', 'Millal järgmine auto_publishing toimub', '0'),
[229] Fix | Delete
('next_mailinglist', '1305285327', 'Millal järgmine auto_maillist toimub', '0'),
[230] Fix | Delete
('next_week', '1305886527', 'Time for next week run', '0'),
[231] Fix | Delete
('NORDEA_account', '', 'ACCOUNT to use for the Nordea Solo payment system', '0'),
[232] Fix | Delete
('NORDEA_MAC_key', '', 'Nordea MAC signature key', '0'),
[233] Fix | Delete
('NORDEA_url', 'https://solo3.nordea.fi/cgi-bin/SOLOPM01', 'URL for connecting to the Nordea Solo payment system', '0'),
[234] Fix | Delete
('NORDEA_username', '', 'USERNAME for the Nordea Solo payment system', '0'),
[235] Fix | Delete
('notification_about_new_user_enabled', '0', 'Notify administrator about new registered users by e-mail Y/N', '1'),
[236] Fix | Delete
('only_regusers_comment', '0', 'Only authenticated users may add comments', '1'),
[237] Fix | Delete
('original_picture_saved', '0', 'Allow original file download in image gallery\r\n', '1'),
[238] Fix | Delete
('otsingu_tulemuste_arv', '20', 'Number of articles on search result page', '1'),
[239] Fix | Delete
('payment_secret_key', '', 'Secret key to use for the payment system', '0'),
[240] Fix | Delete
('php_max_execution_time', '1300', 'Maximum time a script is allowed to run (seconds)', '1'),
[241] Fix | Delete
('php_memory_limit', '64', 'Maximum amount of memory a script is allowed to allocate (Mbytes)', '1'),
[242] Fix | Delete
('prog_path', '', 'Path to the ''kontrolli'' and ''signeeri'' programs', '0'),
[243] Fix | Delete
('protocol', 'http://', 'Protocol of the public website', '1'),
[244] Fix | Delete
('proxy_server', '', 'Proxy server address', '1'),
[245] Fix | Delete
('proxy_server_port', '', 'Proxy server port', '1'),
[246] Fix | Delete
('redirect_to_alias', '1', 'Redirect links containing object ID to object alias', '1'),
[247] Fix | Delete
('regusers_access_enabled', '0', '1 - enabled / 0 - disabled', '0'),
[248] Fix | Delete
('replace_links_with_alias', '0', 'Replace local links in content with their respective aliases', '1'),
[249] Fix | Delete
('SAMPO_account', '', 'ACCOUNT to use for the SAMPO payment system', '0'),
[250] Fix | Delete
('SAMPO_signature', '', 'SIGNATURE path or text for the SAMPO payment system', '0'),
[251] Fix | Delete
('SAMPO_url', 'https://www2.sampo.ee/cgi-bin/pizza', 'URL for connecting to the SAMPO payment system', '0'),
[252] Fix | Delete
('SAMPO_username', '', 'USERNAME for the SAMPO payment system', '0'),
[253] Fix | Delete
('save_error_log', '1', 'Save PHP and MySQL errors into the database', '1'),
[254] Fix | Delete
('save_site_log', '1', 'Enable site log', '1'),
[255] Fix | Delete
('search_result_excerpt_length', '180', 'Search result excerpt length', '0'),
[256] Fix | Delete
('secure_file_path', '/shared', 'File path for non public files', '0'),
[257] Fix | Delete
('send_error_notifiations_last_run', '2008-02-24 17:27:46', 'Last time when error notifications were sent', '0'),
[258] Fix | Delete
('send_error_notifiations_setting', '0', 'Method for error notifications activation', '1'),
[259] Fix | Delete
('send_error_notifiations_to', '', 'E-mail addresses to send error notifications (comma separated)', '1'),
[260] Fix | Delete
('send_error_notifiations_to_superusers', '0', 'Send error notifications to all superusers', '1'),
[261] Fix | Delete
('send_feedback_email', 'feedback@saurus.info', 'E-mail address where bug, feature request and other feedback are sent', '0'),
[262] Fix | Delete
('site_name', 'Saurus CMS', 'Website name, used on printer-friendly pages', '1'),
[263] Fix | Delete
('start_date_of_objects_counting', '01.09.2004', '[dd.mm.yyyy ] Start counting from that date', '1'),
[264] Fix | Delete
('styles_path', '/styles/default', 'Application skin', '1'),
[265] Fix | Delete
('subject', 'Data from website', 'E-mail "Subject"', '1'),
[266] Fix | Delete
('thumb_width', '150', 'Maximum size of thumbnail in gallery (in pixels)', '1'),
[267] Fix | Delete
('time_zone', '', 'GMT time zone the website is located in', '1'),
[268] Fix | Delete
('toolbar_allowed_on_print_page', '0', 'Standard buttons allowed on the Print Page', '0'),
[269] Fix | Delete
('transport_vat', '0.18', 'Transport V.A.T. value in percent', '1'),
[270] Fix | Delete
('trash_expires', '10', 'Number of days content objects are preserved in recycle bin. <br>If "0", objects will be deleted immediately.', '1'),
[271] Fix | Delete
('unix_userpasswd', '0', 'Use UNIX crypt for user login', '0'),
[272] Fix | Delete
('UPOS_account', '', 'ACCOUNT to use for the UPOS payment system', '0'),
[273] Fix | Delete
('UPOS_signature', '', 'SIGNATURE path or text for the UPOS payment system', '0'),
[274] Fix | Delete
('UPOS_url', 'https://unet.eyp.ee/cgi-bin/ws.sh/u-pos.w', 'URL for connecting to the UPOS payment system', '0'),
[275] Fix | Delete
('UPOS_username', '', 'USERNAME for the UPOS payment system', '0'),
[276] Fix | Delete
('users_can_delete_comment', '1', 'Users are allowed to delete their last comment', '1'),
[277] Fix | Delete
('users_can_register', '0', 'Site visitors are allowed to register', '1'),
[278] Fix | Delete
('users_require_safe_password', '0', 'Check for password difficulty', '1'),
[279] Fix | Delete
('user_ip_filter', '0', 'User IP access: 0 - luba k6ik, valja arvatud ... / 1 - keela k6ik, valja arvatud ...', '0'),
[280] Fix | Delete
('use_aliases', '0', 'Use human friendly URLs', '1'),
[281] Fix | Delete
('use_ntlm_auth', '0', 'Use NTLM authentication for users? (Y/N)', '1'),
[282] Fix | Delete
('wwwroot', '[[relativeurl]]', 'Website root URL (if any) e.g "/mysite" (Caution! Affects whole website!)', '0'),
[283] Fix | Delete
('xml_max_filecount', '100', 'The maximum number of XML import files that are processed at once', '1');
[284] Fix | Delete
[285] Fix | Delete
-- --------------------------------------------------------
[286] Fix | Delete
[287] Fix | Delete
--
[288] Fix | Delete
-- Table structure for table `config_images`
[289] Fix | Delete
--
[290] Fix | Delete
[291] Fix | Delete
CREATE TABLE `config_images` (
[292] Fix | Delete
`definition_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
[293] Fix | Delete
`name` text,
[294] Fix | Delete
`value` text,
[295] Fix | Delete
PRIMARY KEY (`definition_id`)
[296] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ;
[297] Fix | Delete
[298] Fix | Delete
--
[299] Fix | Delete
-- Dumping data for table `config_images`
[300] Fix | Delete
--
[301] Fix | Delete
[302] Fix | Delete
INSERT INTO `config_images` VALUES
[303] Fix | Delete
(2, 'Content width', '520'),
[304] Fix | Delete
(3, 'Half of content width', '260');
[305] Fix | Delete
[306] Fix | Delete
-- --------------------------------------------------------
[307] Fix | Delete
[308] Fix | Delete
--
[309] Fix | Delete
-- Table structure for table `css`
[310] Fix | Delete
--
[311] Fix | Delete
[312] Fix | Delete
CREATE TABLE `css` (
[313] Fix | Delete
`css_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
[314] Fix | Delete
`name` varchar(100) DEFAULT NULL,
[315] Fix | Delete
`data` blob,
[316] Fix | Delete
`is_active` tinyint(1) unsigned NOT NULL DEFAULT '0',
[317] Fix | Delete
PRIMARY KEY (`css_id`),
[318] Fix | Delete
UNIQUE KEY `name` (`name`)
[319] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ;
[320] Fix | Delete
[321] Fix | Delete
--
[322] Fix | Delete
-- Dumping data for table `css`
[323] Fix | Delete
--
[324] Fix | Delete
[325] Fix | Delete
INSERT INTO `css` VALUES
[326] Fix | Delete
(1, 'custom_css', '@import url(extensions/saurus4/css/main.css);\r\n@import url(extensions/saurus4/css/content.css);\r\n\r\nbody, td {\r\n font-family: "Lucida Sans Unicode", Verdana, sans-serif;\r\n font-size: 13px;\r\n color: #495B76;\r\n}\r\n\r\na {\r\n color: #85A5EF;\r\n}\r\n\r\nh1 {\r\n margin: 0px;\r\n padding-top: 10px;\r\n font-size: 24px;\r\n font-weight: normal;\r\n}\r\n\r\nh2 {\r\n margin: 0px;\r\n padding-top: 10px;\r\n font-size: 20px;\r\n font-weight: normal;\r\n}\r\n\r\nh3 {\r\n margin: 0px;\r\n padding-top: 10px;\r\n font-size: 16px;\r\n font-weight: normal;\r\n}\r\n\r\np.qoute {\r\n margin: 10px 0px 10px 0px;\r\n padding-left: 15px;\r\n font-style: italic;\r\n border-left: 3px solid #85A5EF;\r\n}\r\n\r\nspan.Date {\r\n font-size: 11px;\r\n color: #85A5EF;\r\n}\r\n', 1),
[327] Fix | Delete
(2, 'wysiwyg_css', 'h1 {\r\n margin: 0px;\r\n padding-top: 10px;\r\n font-size: 24px !important;\r\n font-weight: normal;\r\n}\r\n\r\nh2 {\r\n margin: 0px;\r\n padding-top: 10px;\r\n font-size: 20px !important;\r\n font-weight: normal;\r\n}\r\n\r\nh3 {\r\n margin: 0px;\r\n padding-top: 10px;\r\n font-size: 16px !important;\r\n font-weight: normal;\r\n} \r\n\r\np.qoute {\r\n margin: 10px 0px 10px 0px;\r\n padding-left: 15px;\r\n font-style: italic;\r\n border-left: 3px solid #85A5EF;\r\n}\r\n\r\npre {\r\n}\r\n\r\nspan.Date {\r\n font-size: 11px;\r\n color: #85A5EF;\r\n}\r\n', 1),
[328] Fix | Delete
(3, 'wysiwyg_css_general', 'body, td {\r\n padding: 5px 5px 5px 5px;\r\n margin: 0px;\r\n background-color: #ffffff;\r\n font-family: "Lucida Sans Unicode", Verdana, sans-serif;\r\n font-size: 13px;\r\n color: #495B76;\r\n}\r\n\r\na {\r\n color: #85A5EF !important;\r\n}\r\n', 1);
[329] Fix | Delete
[330] Fix | Delete
-- --------------------------------------------------------
[331] Fix | Delete
[332] Fix | Delete
--
[333] Fix | Delete
-- Table structure for table `document_parts`
[334] Fix | Delete
--
[335] Fix | Delete
[336] Fix | Delete
CREATE TABLE `document_parts` (
[337] Fix | Delete
`id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
[338] Fix | Delete
`objekt_id` bigint(20) unsigned NOT NULL DEFAULT '0',
[339] Fix | Delete
`content` longblob NOT NULL,
[340] Fix | Delete
PRIMARY KEY (`id`),
[341] Fix | Delete
KEY `id_objekt_id` (`objekt_id`,`id`)
[342] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
[343] Fix | Delete
[344] Fix | Delete
-- --------------------------------------------------------
[345] Fix | Delete
[346] Fix | Delete
--
[347] Fix | Delete
-- Table structure for table `error_log`
[348] Fix | Delete
--
[349] Fix | Delete
[350] Fix | Delete
CREATE TABLE `error_log` (
[351] Fix | Delete
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
[352] Fix | Delete
`time_of_error` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
[353] Fix | Delete
`source` text NOT NULL,
[354] Fix | Delete
`err_text` text NOT NULL,
[355] Fix | Delete
`err_type` enum('PHP','SQL','CMS') NOT NULL DEFAULT 'CMS',
[356] Fix | Delete
`domain` varchar(255) NOT NULL DEFAULT '',
[357] Fix | Delete
`referrer` varchar(255) NOT NULL DEFAULT '',
[358] Fix | Delete
`fdat_scope` text NOT NULL,
[359] Fix | Delete
`ip` varchar(15) NOT NULL DEFAULT '',
[360] Fix | Delete
`remote_user` varchar(255) NOT NULL DEFAULT '',
[361] Fix | Delete
PRIMARY KEY (`id`),
[362] Fix | Delete
KEY `err_type` (`err_type`)
[363] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
[364] Fix | Delete
[365] Fix | Delete
-- --------------------------------------------------------
[366] Fix | Delete
[367] Fix | Delete
--
[368] Fix | Delete
-- Table structure for table `extensions`
[369] Fix | Delete
--
[370] Fix | Delete
[371] Fix | Delete
CREATE TABLE `extensions` (
[372] Fix | Delete
`extension_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
[373] Fix | Delete
`name` varchar(100) NOT NULL DEFAULT '',
[374] Fix | Delete
`title` varchar(255) DEFAULT NULL,
[375] Fix | Delete
`description` text,
[376] Fix | Delete
`path` varchar(255) DEFAULT NULL,
[377] Fix | Delete
`author` varchar(255) DEFAULT NULL,
[378] Fix | Delete
`icon_path` varchar(255) DEFAULT NULL,
[379] Fix | Delete
`version` varchar(15) DEFAULT NULL,
[380] Fix | Delete
`version_date` date NOT NULL DEFAULT '0000-00-00',
[381] Fix | Delete
`min_saurus_version` varchar(15) DEFAULT NULL,
[382] Fix | Delete
`min_saurus_modules` varchar(255) DEFAULT NULL,
[383] Fix | Delete
`is_official` tinyint(1) unsigned NOT NULL DEFAULT '1',
[384] Fix | Delete
`is_active` tinyint(1) unsigned NOT NULL DEFAULT '0',
[385] Fix | Delete
`is_downloadable` tinyint(1) unsigned NOT NULL DEFAULT '0',
[386] Fix | Delete
PRIMARY KEY (`extension_id`),
[387] Fix | Delete
UNIQUE KEY `name` (`name`)
[388] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=5 ;
[389] Fix | Delete
[390] Fix | Delete
--
[391] Fix | Delete
-- Dumping data for table `extensions`
[392] Fix | Delete
--
[393] Fix | Delete
[394] Fix | Delete
INSERT INTO `extensions` VALUES
[395] Fix | Delete
(1, 'saurus4', 'Saurus 4', 'These templates ship with Saurus CMS 4 installation.', 'extensions/saurus4/', 'Saurus <a href="http://www.saurus.info" target="_blank">www.saurus.info</a>', 'logo.gif', '1.8', '2009-11-19', '4.6.4', '', 1, 0, 1),
[396] Fix | Delete
(4, 'sample', 'Sample Extension', 'For explaining how stuff works', 'extensions/sample/', 'Saurus <a href="http://www.saurus.info" target="_blank">www.saurus.info</a>', 'logo.gif', '1.0', '2006-05-18', '4.2.0', '', 1, 0, 0);
[397] Fix | Delete
[398] Fix | Delete
-- --------------------------------------------------------
[399] Fix | Delete
[400] Fix | Delete
--
[401] Fix | Delete
-- Table structure for table `ext_country`
[402] Fix | Delete
--
[403] Fix | Delete
[404] Fix | Delete
CREATE TABLE `ext_country` (
[405] Fix | Delete
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
[406] Fix | Delete
`profile_id` int(4) unsigned NOT NULL DEFAULT '0',
[407] Fix | Delete
`name` varchar(255) DEFAULT NULL,
[408] Fix | Delete
PRIMARY KEY (`id`),
[409] Fix | Delete
KEY `profile_id` (`profile_id`)
[410] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=235 ;
[411] Fix | Delete
[412] Fix | Delete
--
[413] Fix | Delete
-- Dumping data for table `ext_country`
[414] Fix | Delete
--
[415] Fix | Delete
[416] Fix | Delete
INSERT INTO `ext_country` VALUES
[417] Fix | Delete
(2, 135, 'Afghanistan'),
[418] Fix | Delete
(3, 135, 'Albania'),
[419] Fix | Delete
(4, 135, 'Algeria'),
[420] Fix | Delete
(5, 135, 'American Samoa'),
[421] Fix | Delete
(6, 135, 'Andorra'),
[422] Fix | Delete
(7, 135, 'Angola'),
[423] Fix | Delete
(8, 135, 'Anguilla'),
[424] Fix | Delete
(9, 135, 'Antartica'),
[425] Fix | Delete
(10, 135, 'Antigua and Barbuda'),
[426] Fix | Delete
(11, 135, 'Argentina'),
[427] Fix | Delete
(12, 135, 'Armenia'),
[428] Fix | Delete
(13, 135, 'Aruba'),
[429] Fix | Delete
(14, 135, 'Ascension Island'),
[430] Fix | Delete
(15, 135, 'Australia'),
[431] Fix | Delete
(16, 135, 'Azerbaijan'),
[432] Fix | Delete
(17, 135, 'Bahamas'),
[433] Fix | Delete
(18, 135, 'Bahrain'),
[434] Fix | Delete
(19, 135, 'Bangladesh'),
[435] Fix | Delete
(20, 135, 'Barbados'),
[436] Fix | Delete
(21, 135, 'Belarus'),
[437] Fix | Delete
(22, 135, 'Belgium'),
[438] Fix | Delete
(23, 135, 'Belize'),
[439] Fix | Delete
(24, 135, 'Benin'),
[440] Fix | Delete
(25, 135, 'Bermuda'),
[441] Fix | Delete
(26, 135, 'Bhutan'),
[442] Fix | Delete
(27, 135, 'Bolivia'),
[443] Fix | Delete
(28, 135, 'Bosnia and Herzegovina'),
[444] Fix | Delete
(29, 135, 'Botswana'),
[445] Fix | Delete
(30, 135, 'Bouvet Island'),
[446] Fix | Delete
(31, 135, 'Brazil'),
[447] Fix | Delete
(32, 135, 'British Indian Ocean Territory'),
[448] Fix | Delete
(33, 135, 'Brunei Darussalam'),
[449] Fix | Delete
(34, 135, 'Bulgaria'),
[450] Fix | Delete
(35, 135, 'Burkina Faso'),
[451] Fix | Delete
(36, 135, 'Burundi'),
[452] Fix | Delete
(37, 135, 'Cambodia'),
[453] Fix | Delete
(38, 135, 'Cameroon'),
[454] Fix | Delete
(39, 135, 'Canada'),
[455] Fix | Delete
(40, 135, 'Cap Verde'),
[456] Fix | Delete
(41, 135, 'Cayman Islands'),
[457] Fix | Delete
(42, 135, 'Central African Republic'),
[458] Fix | Delete
(43, 135, 'Chad'),
[459] Fix | Delete
(44, 135, 'Chile'),
[460] Fix | Delete
(45, 135, 'China'),
[461] Fix | Delete
(46, 135, 'Christmas Island'),
[462] Fix | Delete
(47, 135, 'Cocos (Keeling) Islands'),
[463] Fix | Delete
(48, 135, 'Colombia'),
[464] Fix | Delete
(49, 135, 'Comoros'),
[465] Fix | Delete
(50, 135, 'Croatia/Hrvatska'),
[466] Fix | Delete
(51, 135, 'Cuba'),
[467] Fix | Delete
(52, 135, 'Cyprus'),
[468] Fix | Delete
(53, 135, 'Czech Republic'),
[469] Fix | Delete
(54, 135, 'Denmark'),
[470] Fix | Delete
(55, 135, 'Djibouti'),
[471] Fix | Delete
(56, 135, 'Dominica'),
[472] Fix | Delete
(57, 135, 'Dominican Republic'),
[473] Fix | Delete
(58, 135, 'East Timor'),
[474] Fix | Delete
(59, 135, 'Ecuador'),
[475] Fix | Delete
(60, 135, 'Egypt'),
[476] Fix | Delete
(61, 135, 'El Salvador'),
[477] Fix | Delete
(62, 135, 'Equatorial Guinea'),
[478] Fix | Delete
(63, 135, 'Eritrea'),
[479] Fix | Delete
(64, 135, 'Estonia'),
[480] Fix | Delete
(65, 135, 'Ethiopia'),
[481] Fix | Delete
(66, 135, 'Falkland Islands (Malvina)'),
[482] Fix | Delete
(67, 135, 'Faroe Islands'),
[483] Fix | Delete
(68, 135, 'Fiji'),
[484] Fix | Delete
(69, 135, 'Finland'),
[485] Fix | Delete
(70, 135, 'France'),
[486] Fix | Delete
(71, 135, 'French Guiana'),
[487] Fix | Delete
(72, 135, 'French Polynesia'),
[488] Fix | Delete
(73, 135, 'French Southern Territories'),
[489] Fix | Delete
(74, 135, 'Gabon'),
[490] Fix | Delete
(75, 135, 'Gambia'),
[491] Fix | Delete
(76, 135, 'Georgia'),
[492] Fix | Delete
(77, 135, 'Germany'),
[493] Fix | Delete
(78, 135, 'Ghana'),
[494] Fix | Delete
(79, 135, 'Gibraltar'),
[495] Fix | Delete
(80, 135, 'Greece'),
[496] Fix | Delete
(81, 135, 'Greenland'),
[497] Fix | Delete
(82, 135, 'Grenada'),
[498] Fix | Delete
(83, 135, 'Guadeloupe'),
[499] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function