ÿØÿàJFIFHHÿá .
BSA HACKER
Logo of a company Server : Apache
System : Linux nusantara.hosteko.com 4.18.0-553.16.1.lve.el8.x86_64 #1 SMP Tue Aug 13 17:45:03 UTC 2024 x86_64
User : koperas1 ( 1254)
PHP Version : 7.4.33
Disable Function : NONE
Directory :  /var/softaculous/geeklog/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //var/softaculous/geeklog/geeklog.sql
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;

--
-- Database: `geeklog222`
--

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]access`
--

CREATE TABLE `[[dbprefix]]access` (
  `acc_ft_id` mediumint(8) NOT NULL DEFAULT '0',
  `acc_grp_id` mediumint(8) NOT NULL DEFAULT '0',
  PRIMARY KEY (`acc_ft_id`,`acc_grp_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `[[dbprefix]]access`
--

INSERT INTO `[[dbprefix]]access` VALUES
(1, 3),
(2, 3),
(4, 3),
(5, 9),
(5, 11),
(6, 9),
(6, 11),
(7, 12),
(8, 5),
(9, 8),
(10, 4),
(11, 6),
(13, 10),
(14, 11),
(15, 11),
(16, 4),
(17, 10),
(18, 10),
(19, 11),
(20, 14),
(21, 15),
(23, 16),
(24, 16),
(25, 16),
(26, 16),
(27, 16),
(28, 16),
(29, 16),
(30, 16),
(31, 16),
(32, 16),
(33, 16),
(34, 16),
(35, 16),
(36, 16),
(37, 16),
(38, 16),
(39, 16),
(40, 16),
(41, 16),
(42, 16),
(43, 16),
(44, 16),
(45, 16),
(46, 16),
(47, 16),
(48, 16),
(49, 16),
(50, 16),
(51, 16),
(52, 16),
(53, 16),
(54, 16),
(55, 16),
(56, 16),
(57, 16),
(58, 16),
(59, 16),
(60, 16),
(61, 16),
(62, 3),
(62, 17),
(62, 25),
(63, 16),
(64, 16),
(65, 16),
(66, 16),
(67, 16),
(68, 18),
(69, 19),
(70, 3),
(70, 25),
(71, 20),
(72, 20),
(73, 20),
(74, 20),
(75, 20),
(76, 20),
(77, 20),
(78, 21),
(79, 21),
(80, 21),
(81, 21),
(82, 21),
(83, 21),
(84, 21),
(85, 21),
(86, 22),
(87, 22),
(88, 22),
(89, 22),
(90, 22),
(91, 22),
(92, 23),
(93, 24),
(95, 24),
(96, 24),
(97, 25),
(98, 25),
(100, 25),
(101, 25),
(102, 25),
(103, 25),
(104, 25),
(105, 26),
(106, 26),
(107, 26),
(108, 26),
(109, 26);

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]article_images`
--

CREATE TABLE `[[dbprefix]]article_images` (
  `ai_sid` varchar(128) NOT NULL,
  `ai_img_num` tinyint(2) unsigned NOT NULL,
  `ai_filename` varchar(128) NOT NULL,
  PRIMARY KEY (`ai_sid`,`ai_img_num`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]backup_codes`
--

CREATE TABLE `[[dbprefix]]backup_codes` (
  `code` varchar(16) NOT NULL,
  `uid` mediumint(8) NOT NULL DEFAULT '0',
  `is_used` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`code`),
  UNIQUE KEY `code` (`code`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]blocks`
--

CREATE TABLE `[[dbprefix]]blocks` (
  `bid` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
  `is_enabled` tinyint(1) unsigned NOT NULL DEFAULT '1',
  `name` varchar(48) NOT NULL DEFAULT '',
  `type` varchar(20) NOT NULL DEFAULT 'normal',
  `title` varchar(48) DEFAULT NULL,
  `blockorder` smallint(5) unsigned NOT NULL DEFAULT '1',
  `device` varchar(15) NOT NULL DEFAULT 'all',
  `content` text,
  `allow_autotags` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `convert_newlines` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `cache_time` int(11) NOT NULL DEFAULT '0',
  `rdfurl` varchar(255) DEFAULT NULL,
  `rdfupdated` datetime DEFAULT NULL,
  `rdf_last_modified` varchar(40) DEFAULT NULL,
  `rdf_etag` varchar(40) DEFAULT NULL,
  `rdflimit` smallint(5) unsigned NOT NULL DEFAULT '0',
  `onleft` tinyint(1) unsigned NOT NULL DEFAULT '1',
  `location` varchar(48) NOT NULL DEFAULT '',
  `phpblockfn` varchar(128) DEFAULT '',
  `help` varchar(255) DEFAULT '',
  `css_id` varchar(255) NOT NULL DEFAULT '',
  `css_classes` varchar(255) NOT NULL DEFAULT '',
  `owner_id` mediumint(8) unsigned NOT NULL DEFAULT '1',
  `group_id` mediumint(8) unsigned NOT NULL DEFAULT '1',
  `perm_owner` tinyint(1) unsigned NOT NULL DEFAULT '3',
  `perm_group` tinyint(1) unsigned NOT NULL DEFAULT '3',
  `perm_members` tinyint(1) unsigned NOT NULL DEFAULT '2',
  `perm_anon` tinyint(1) unsigned NOT NULL DEFAULT '2',
  PRIMARY KEY (`bid`),
  KEY `blocks_bid` (`bid`),
  KEY `blocks_is_enabled` (`is_enabled`),
  KEY `blocks_type` (`type`),
  KEY `blocks_name` (`name`),
  KEY `blocks_onleft` (`onleft`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC AUTO_INCREMENT=8 ;

--
-- Dumping data for table `[[dbprefix]]blocks`
--

INSERT INTO `[[dbprefix]]blocks` VALUES
(1, 1, 'user_block', 'gldefault', 'User Functions', 30, 'all', '', 0, 0, 0, '', '[[regtime]]', NULL, NULL, 0, 1, '', '', '', '', '', 2, 4, 3, 3, 2, 2),
(2, 1, 'admin_block', 'gldefault', 'Admins Only', 20, 'all', '', 0, 0, 0, '', '[[regtime]]', NULL, NULL, 0, 1, '', '', '', '', '', 2, 4, 3, 3, 2, 2),
(3, 1, 'section_block', 'gldefault', 'Topics', 10, 'all', '', 0, 0, 0, '', '[[regtime]]', NULL, NULL, 0, 1, '', '', '', '', '', 2, 4, 3, 3, 2, 2),
(4, 1, 'whats_new_block', 'gldefault', 'What''s New', 30, 'all', '', 0, 0, 0, '', '[[regtime]]', NULL, NULL, 0, 0, '', '', '', '', '', 2, 4, 3, 3, 2, 2),
(5, 1, 'first_block', 'normal', 'About Geeklog', 20, 'all', '<p><b>Welcome to Geeklog!</b></p><p>If you''re already familiar with Geeklog - and especially if you''re not: There have been many improvements to Geeklog since earlier versions that you might want to read up on. Please read the <a href="docs/english/changes.html">release notes</a>. If you need help, please see the <a href="docs/english/support.html">support options</a>.</p>', 0, 0, 0, '', '[[regtime]]', NULL, NULL, 0, 0, '', '', '', '', '', 2, 4, 3, 3, 2, 2),
(6, 1, 'whosonline_block', 'phpblock', 'Who''s Online', 10, 'all', '', 0, 0, 0, '', '[[regtime]]', NULL, NULL, 0, 0, '', 'phpblock_whosonline', '', '', '', 2, 4, 3, 3, 2, 2),
(7, 1, 'older_stories', 'gldefault', 'Older Stories', 40, 'all', '', 0, 0, 0, '', '[[regtime]]', NULL, NULL, 0, 1, '', '', '', '', '', 2, 4, 3, 3, 2, 2);

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]commentedits`
--

CREATE TABLE `[[dbprefix]]commentedits` (
  `cid` int(10) NOT NULL,
  `uid` mediumint(8) NOT NULL,
  `time` datetime NOT NULL,
  PRIMARY KEY (`cid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]commentnotifications`
--

CREATE TABLE `[[dbprefix]]commentnotifications` (
  `cid` int(10) DEFAULT NULL,
  `uid` mediumint(8) NOT NULL,
  `deletehash` varchar(32) NOT NULL,
  `mid` int(10) DEFAULT NULL,
  PRIMARY KEY (`deletehash`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]comments`
--

CREATE TABLE `[[dbprefix]]comments` (
  `cid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `type` varchar(30) NOT NULL DEFAULT 'article',
  `sid` varchar(128) NOT NULL DEFAULT '',
  `date` datetime DEFAULT NULL,
  `title` varchar(128) DEFAULT NULL,
  `comment` text,
  `pid` int(10) unsigned NOT NULL DEFAULT '0',
  `lft` mediumint(10) unsigned NOT NULL DEFAULT '0',
  `rht` mediumint(10) unsigned NOT NULL DEFAULT '0',
  `indent` mediumint(10) unsigned NOT NULL DEFAULT '0',
  `name` varchar(32) DEFAULT NULL,
  `uid` mediumint(8) NOT NULL DEFAULT '1',
  `seq` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`cid`),
  KEY `comments_sid` (`sid`),
  KEY `comments_uid` (`uid`),
  KEY `comments_lft` (`lft`),
  KEY `comments_rht` (`rht`),
  KEY `comments_date` (`date`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]commentsubmissions`
--

CREATE TABLE `[[dbprefix]]commentsubmissions` (
  `cid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `type` varchar(30) NOT NULL DEFAULT 'article',
  `sid` varchar(128) NOT NULL,
  `date` datetime DEFAULT NULL,
  `title` varchar(128) DEFAULT NULL,
  `comment` text,
  `uid` mediumint(8) NOT NULL DEFAULT '1',
  `name` varchar(32) DEFAULT NULL,
  `pid` int(10) NOT NULL DEFAULT '0',
  `seq` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`cid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]conf_values`
--

CREATE TABLE `[[dbprefix]]conf_values` (
  `name` varchar(50) DEFAULT NULL,
  `value` text,
  `type` varchar(50) DEFAULT NULL,
  `group_name` varchar(50) DEFAULT NULL,
  `default_value` text,
  `subgroup` int(11) DEFAULT NULL,
  `selectionArray` int(11) DEFAULT NULL,
  `sort_order` int(11) DEFAULT NULL,
  `tab` int(11) DEFAULT NULL,
  `fieldset` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `[[dbprefix]]conf_values`
--

INSERT INTO `[[dbprefix]]conf_values` VALUES
('sg_site', 'N;', 'subgroup', 'Core', 'N;', 0, -1, 0, 0, 0),
('tab_site', 'N;', 'tab', 'Core', 'N;', 0, -1, 0, 0, 0),
('fs_site', 'N;', 'fieldset', 'Core', 'N;', 0, -1, 0, 0, 0),
('site_url', '[[site_url_ser]]', 'text', 'Core', 's:0:"";', 0, -1, 20, 0, 0),
('site_admin_url', '[[site_admin_url_ser]]', 'text', 'Core', 's:0:"";', 0, -1, 30, 0, 0),
('site_name', '[[site_name_ser]]', 'text', 'Core', 's:0:"";', 0, -1, 60, 0, 0),
('path_site_logo', 's:0:"";', 'text', 'Core', 's:0:"";', 0, -1, 65, 0, 0),
('site_slogan', '[[site_desc_ser]]', 'text', 'Core', 's:0:"";', 0, -1, 70, 0, 0),
('site_disabled_msg', 's:44:"Geeklog Site is down. Please come back soon.";', 'textarea', 'Core', 's:44:"Geeklog Site is down. Please come back soon.";', 0, -1, 510, 0, 0),
('owner_name', 's:0:"";', 'text', 'Core', 's:0:"";', 0, -1, 1000, 0, 0),
('copyrightyear', 'unset', 'text', 'Core', 's:4:"2022";', 0, -1, 1440, 0, 0),
('url_rewrite', 'b:0;', 'select', 'Core', 'b:0;', 0, 1, 1800, 0, 0),
('url_routing', 'i:0;', 'select', 'Core', 'i:0;', 0, 37, 1850, 0, 0),
('cdn_hosted', 'b:0;', 'select', 'Core', 'b:0;', 0, 1, 1900, 0, 0),
('meta_tags', 'i:0;', 'select', 'Core', 'i:0;', 0, 23, 2000, 0, 0),
('meta_description', 's:47:"Geeklog - The secure Content Management System.";', 'textarea', 'Core', 's:47:"Geeklog - The secure Content Management System.";', 0, -1, 2010, 0, 0),
('meta_keywords', 's:84:"Geeklog, Content Management System, CMS, Open Source, Secure, Security, Blog, Weblog";', 'textarea', 'Core', 's:84:"Geeklog, Content Management System, CMS, Open Source, Secure, Security, Blog, Weblog";', 0, -1, 2020, 0, 0),
('cookie_consent', 'b:1;', 'select', 'Core', 'b:1;', 0, 1, 2030, 0, 0),
('about_cookies_link', 's:0:"";', 'text', 'Core', 's:0:"";', 0, -1, 2040, 0, 0),
('terms_of_use_link', 's:0:"";', 'text', 'Core', 's:0:"";', 0, -1, 2050, 0, 0),
('privacy_policy_link', 's:0:"";', 'text', 'Core', 's:0:"";', 0, -1, 2060, 0, 0),
('ip_anonymization', 'i:-1;', 'text', 'Core', 'i:-1;', 0, -1, 2070, 0, 0),
('tab_mail', 'N;', 'tab', 'Core', 'N;', 0, -1, 0, 1, 1),
('fs_mail', 'N;', 'fieldset', 'Core', 'N;', 0, -1, 0, 1, 1),
('site_mail', '[[admin_email_ser]]', 'text', 'Core', 's:0:"";', 0, -1, 40, 1, 1),
('noreply_mail', '[[noreply_email_ser]]', 'text', 'Core', 's:0:"";', 0, -1, 50, 1, 1),
('mail_settings', 'a:8:{s:7:"backend";s:4:"mail";s:13:"sendmail_path";s:17:"/usr/bin/sendmail";s:13:"sendmail_args";s:0:"";s:4:"host";s:16:"smtp.example.com";s:4:"port";s:2:"25";s:4:"auth";b:0;s:8:"username";s:13:"smtp-username";s:8:"password";s:13:"smtp-password";}', '@text', 'Core', 'a:8:{s:7:"backend";s:4:"mail";s:13:"sendmail_path";s:17:"/usr/bin/sendmail";s:13:"sendmail_args";s:0:"";s:4:"host";s:16:"smtp.example.com";s:4:"port";s:2:"25";s:4:"auth";b:0;s:8:"username";s:13:"smtp-username";s:8:"password";s:13:"smtp-password";}', 0, -1, 160, 1, 1),
('mail_cc_enabled', 'i:1;', 'select', 'Core', 'i:1;', 0, 0, 180, 1, 1),
('mail_cc_default', 'i:0;', 'select', 'Core', 'i:0;', 0, 0, 190, 1, 1),
('mail_charset', 's:0:"";', 'text', 'Core', 's:0:"";', 0, -1, 195, 1, 1),
('tab_syndication', 'N;', 'tab', 'Core', 'N;', 0, -1, 0, 2, 2),
('fs_syndication', 'N;', 'fieldset', 'Core', 'N;', 0, -1, 0, 2, 2),
('backend', 'i:1;', 'select', 'Core', 'i:1;', 0, 0, 1380, 2, 2),
('rdf_file', '[[rdf_file_ser]]', 'text', 'Core', 's:0:"";', 0, -1, 1390, 2, 2),
('rdf_limit', 'i:10;', 'text', 'Core', 'i:10;', 0, -1, 1400, 2, 2),
('rdf_storytext', 'i:1;', 'text', 'Core', 'i:1;', 0, -1, 1410, 2, 2),
('rdf_language', 's:5:"en-gb";', 'text', 'Core', 's:5:"en-gb";', 0, -1, 1420, 2, 2),
('syndication_max_headlines', 'i:0;', 'text', 'Core', 'i:0;', 0, -1, 1430, 2, 2),
('fs_syndication_comment', 'N;', 'fieldset', 'Core', 'N;', 0, -1, 0, 2, 3),
('comment_feeds_article_tag', 's:47:"<p>[Original Article: <a href="%s">%s</a>%s%s]\n";', 'text', 'Core', 's:47:"<p>[Original Article: <a href="%s">%s</a>%s%s]\n";', 0, -1, 10, 2, 3),
('comment_feeds_article_tag_position', 's:3:"end";', 'select', 'Core', 's:3:"end";', 0, 30, 20, 2, 3),
('comment_feeds_article_author_tag', 's:0:"";', 'text', 'Core', 's:0:"";', 0, -1, 30, 2, 3),
('comment_feeds_comment_author_tag', 's:33:", Comment By: <a href="%s">%s</a>";', 'text', 'Core', 's:33:", Comment By: <a href="%s">%s</a>";', 0, -1, 40, 2, 3),
('tab_paths', 'N;', 'tab', 'Core', 'N;', 0, -1, 0, 3, 3),
('fs_paths', 'N;', 'fieldset', 'Core', 'N;', 0, -1, 0, 3, 3),
('path_html', '[[path_html_ser]]', 'text', 'Core', 's:0:"";', 0, -1, 10, 3, 3),
('path_log', '[[path_log_ser]]', 'text', 'Core', 's:0:"";', 0, -1, 90, 3, 3),
('path_language', '[[path_language_ser]]', 'text', 'Core', 's:0:"";', 0, -1, 100, 3, 3),
('backup_path', '[[backup_path_ser]]', 'text', 'Core', 's:0:"";', 0, -1, 110, 3, 3),
('path_data', '[[path_data_ser]]', 'text', 'Core', 's:0:"";', 0, -1, 120, 3, 3),
('path_images', '[[path_images_ser]]', 'text', 'Core', 's:0:"";', 0, -1, 130, 3, 3),
('path_editors', '[[path_editors_ser]]', 'text', 'Core', 's:0:"";', 0, -1, 132, 3, 3),
('tab_database', 'N;', 'tab', 'Core', 'N;', 0, -1, 0, 5, 5),
('fs_database_backup', 'N;', 'fieldset', 'Core', 'N;', 0, -1, 0, 5, 5),
('dbdump_filename_prefix', 's:17:"geeklog_db_backup";', 'text', 'Core', 's:17:"geeklog_db_backup";', 0, -1, 170, 5, 5),
('dbdump_tables_only', 'i:1;', 'select', 'Core', 'i:1;', 0, 0, 175, 5, 5),
('dbdump_gzip', 'i:1;', 'select', 'Core', 'i:1;', 0, 0, 180, 5, 5),
('dbdump_max_files', 'i:10;', 'text', 'Core', 'i:10;', 0, -1, 185, 5, 5),
('tab_search', 'N;', 'tab', 'Core', 'N;', 0, -1, 0, 6, 6),
('fs_search', 'N;', 'fieldset', 'Core', 'N;', 0, -1, 0, 6, 6),
('search_style', 's:6:"google";', 'select', 'Core', 's:6:"google";', 0, 19, 644, 6, 6),
('search_limits', 's:11:"10,15,25,30";', 'text', 'Core', 's:11:"10,15,25,30";', 0, -1, 647, 6, 6),
('num_search_results', 'i:30;', 'text', 'Core', 'i:30;', 0, -1, 651, 6, 6),
('search_show_limit', 'b:1;', 'select', 'Core', 'b:1;', 0, 1, 654, 6, 6),
('search_show_sort', 'b:1;', 'select', 'Core', 'b:1;', 0, 1, 658, 6, 6),
('search_show_num', 'b:1;', 'select', 'Core', 'b:1;', 0, 1, 661, 6, 6),
('search_show_type', 'b:1;', 'select', 'Core', 'b:1;', 0, 1, 665, 6, 6),
('search_separator', 's:6:" &gt; ";', 'text', 'Core', 's:6:" &gt; ";', 0, -1, 668, 6, 6),
('search_def_keytype', 's:6:"phrase";', 'select', 'Core', 's:6:"phrase";', 0, 20, 672, 6, 6),
('search_use_fulltext', 'b:0;', 'hidden', 'Core', 'b:0;', 0, -1, 0, 6, 6),
('search_def_sort', 's:9:"hits|desc";', 'select', 'Core', 's:9:"hits|desc";', 0, 27, 676, 6, 6),
('search_use_topic', 'b:0;', 'select', 'Core', 'b:0;', 0, 1, 677, 6, 6),
('sg_stories', 'N;', 'subgroup', 'Core', 'N;', 1, -1, 0, 0, 0),
('tab_story', 'N;', 'tab', 'Core', 'N;', 1, -1, 0, 7, 7),
('fs_story', 'N;', 'fieldset', 'Core', 'N;', 1, -1, 0, 7, 7),
('maximagesperarticle', 'i:5;', 'text', 'Core', 'i:5;', 1, -1, 1170, 7, 7),
('limitnews', 'i:10;', 'text', 'Core', 'i:10;', 1, -1, 1180, 7, 7),
('minnews', 'i:1;', 'text', 'Core', 'i:1;', 1, -1, 1190, 7, 7),
('contributedbyline', 'i:1;', 'select', 'Core', 'i:1;', 1, 0, 1200, 7, 7),
('hideviewscount', 'i:0;', 'select', 'Core', 'i:0;', 1, 0, 1210, 7, 7),
('hideemailicon', 'i:0;', 'select', 'Core', 'i:0;', 1, 0, 1220, 7, 7),
('hideprintericon', 'i:0;', 'select', 'Core', 'i:0;', 1, 0, 1230, 7, 7),
('allow_page_breaks', 'i:1;', 'select', 'Core', 'i:1;', 1, 0, 1240, 7, 7),
('page_break_comments', 's:4:"last";', 'select', 'Core', 's:4:"last";', 1, 7, 1250, 7, 7),
('article_image_align', 's:5:"right";', 'select', 'Core', 's:5:"right";', 1, 8, 1260, 7, 7),
('show_topic_icon', 'i:1;', 'select', 'Core', 'i:1;', 1, 0, 1270, 7, 7),
('structured_data_type_default', 's:12:"core-article";', 'select', 'Core', 's:12:"core-article";', 1, 39, 1275, 7, 7),
('structured_data_article_topic', 'i:0;', 'select', 'Core', 'i:0;', 1, 42, 1277, 7, 7),
('draft_flag', 'i:0;', 'select', 'Core', 'i:0;', 1, 0, 1280, 7, 7),
('frontpage', 'i:1;', 'select', 'Core', 'i:1;', 1, 0, 1290, 7, 7),
('hide_no_news_msg', 'i:0;', 'select', 'Core', 'i:0;', 1, 0, 1300, 7, 7),
('hide_main_page_navigation', 's:5:"false";', 'select', 'Core', 's:5:"false";', 1, 36, 1310, 7, 7),
('onlyrootfeatures', 'i:0;', 'select', 'Core', 'i:0;', 1, 0, 1320, 7, 7),
('aftersave_story', 's:4:"list";', 'select', 'Core', 's:4:"list";', 1, 9, 1330, 7, 7),
('related_topics', 'i:1;', 'select', 'Core', 'i:1;', 1, 32, 1340, 7, 7),
('related_topics_max', 'i:6;', 'text', 'Core', 'i:6;', 1, -1, 1350, 7, 7),
('whats_related', 'i:1;', 'select', 'Core', 'i:1;', 1, 33, 1360, 7, 7),
('whats_related_max', 'i:0;', 'text', 'Core', 'i:0;', 1, -1, 1370, 7, 7),
('whats_related_trim', 'i:26;', 'text', 'Core', 'i:26;', 1, -1, 1380, 7, 7),
('default_cache_time_article', 'i:0;', 'text', 'Core', 'i:0;', 1, -1, 1390, 7, 7),
('blocks_article_topic_list_repeat_after', 'i:1;', 'text', 'Core', 'i:1;', 1, -1, 1400, 7, 7),
('tab_trackback', 'N;', 'tab', 'Core', 'N;', 1, -1, 0, 8, 8),
('fs_trackback', 'N;', 'fieldset', 'Core', 'N;', 1, -1, 0, 8, 8),
('trackback_enabled', 'b:1;', 'select', 'Core', 'b:1;', 1, 1, 1060, 8, 8),
('trackback_code', 'i:0;', 'select', 'Core', 'i:0;', 1, 3, 1070, 8, 8),
('trackbackspeedlimit', 'i:300;', 'text', 'Core', 'i:300;', 1, -1, 1080, 8, 8),
('check_trackback_link', 'i:2;', 'select', 'Core', 'i:2;', 1, 4, 1090, 8, 8),
('multiple_trackbacks', 'i:0;', 'select', 'Core', 'i:0;', 1, 2, 1100, 8, 8),
('tab_pingback', 'N;', 'tab', 'Core', 'N;', 1, -1, 0, 9, 9),
('fs_pingback', 'N;', 'fieldset', 'Core', 'N;', 1, -1, 0, 9, 9),
('pingback_enabled', 'b:1;', 'select', 'Core', 'b:1;', 1, 1, 1110, 9, 9),
('pingback_excerpt', 'b:1;', 'select', 'Core', 'b:1;', 1, 1, 1120, 9, 9),
('pingback_self', 'i:0;', 'select', 'Core', 'i:0;', 1, 13, 1130, 9, 9),
('ping_enabled', 'b:1;', 'select', 'Core', 'b:1;', 1, 1, 1140, 9, 9),
('sg_theme', 'N;', 'subgroup', 'Core', 'N;', 2, -1, 0, 0, 0),
('tab_theme', 'N;', 'tab', 'Core', 'N;', 2, -1, 0, 10, 10),
('fs_theme', 'N;', 'fieldset', 'Core', 'N;', 2, -1, 0, 10, 10),
('theme', 's:11:"denim_three";', 'select', 'Core', 's:11:"denim_three";', 2, -1, 190, 10, 10),
('doctype', 's:13:"html401strict";', 'select', 'Core', 's:13:"html401strict";', 2, 21, 195, 10, 10),
('menu_elements', 'a:5:{i:0;s:10:"contribute";i:1;s:6:"search";i:2;s:5:"stats";i:3;s:9:"directory";i:4;s:7:"plugins";}', '%select', 'Core', 'a:5:{i:0;s:10:"contribute";i:1;s:6:"search";i:2;s:5:"stats";i:3;s:9:"directory";i:4;s:7:"plugins";}', 2, 24, 200, 10, 10),
('path_themes', '[[path_themes_ser]]', 'text', 'Core', 's:0:"";', 2, -1, 210, 10, 10),
('cache_templates', 'b:1;', 'select', 'Core', 'b:1;', 2, 1, 220, 10, 10),
('cache_mobile', 'b:1;', 'select', 'Core', 'b:1;', 2, 1, 230, 10, 10),
('cache_resource', 'b:1;', 'select', 'Core', 'b:1;', 2, 1, 240, 10, 10),
('tab_theme_advanced', 'N;', 'tab', 'Core', 'N;', 2, -1, 0, 11, 11),
('fs_theme_advanced', 'N;', 'fieldset', 'Core', 'N;', 2, -1, 0, 11, 11),
('show_right_blocks', 'b:0;', 'select', 'Core', 'b:0;', 2, 1, 1350, 11, 11),
('showfirstasfeatured', 'i:0;', 'select', 'Core', 'i:0;', 2, 0, 1360, 11, 11),
('template_comments', 'b:0;', 'select', 'Core', 'b:0;', 2, 1, 1370, 11, 11),
('sg_blocks', 'N;', 'subgroup', 'Core', 'N;', 3, -1, 0, 0, 0),
('tab_admin_block', 'N;', 'tab', 'Core', 'N;', 3, -1, 0, 12, 12),
('fs_admin_block', 'N;', 'fieldset', 'Core', 'N;', 3, -1, 0, 12, 12),
('sort_admin', 'b:1;', 'select', 'Core', 'b:1;', 3, 1, 340, 12, 12),
('link_documentation', 'i:1;', 'select', 'Core', 'i:1;', 3, 0, 1150, 12, 12),
('link_versionchecker', 'i:1;', 'select', 'Core', 'i:1;', 3, 0, 1160, 12, 12),
('tab_topics_block', 'N;', 'tab', 'Core', 'N;', 3, -1, 0, 13, 13),
('fs_topics_block', 'N;', 'fieldset', 'Core', 'N;', 3, -1, 0, 13, 13),
('sortmethod', 's:5:"alpha";', 'select', 'Core', 's:5:"alpha";', 3, 15, 870, 13, 13),
('showstorycount', 'i:1;', 'select', 'Core', 'i:1;', 3, 0, 880, 13, 13),
('showsubmissioncount', 'i:1;', 'select', 'Core', 'i:1;', 3, 0, 890, 13, 13),
('hide_home_link', 'i:0;', 'select', 'Core', 'i:0;', 3, 0, 900, 13, 13),
('tab_whosonline_block', 'N;', 'tab', 'Core', 'N;', 3, -1, 0, 14, 14),
('fs_whosonline_block', 'N;', 'fieldset', 'Core', 'N;', 3, -1, 0, 14, 14),
('whosonline_threshold', 'i:300;', 'text', 'Core', 'i:300;', 3, -1, 910, 14, 14),
('whosonline_anonymous', 'i:0;', 'select', 'Core', 'i:0;', 3, 0, 920, 14, 14),
('whosonline_photo', 'i:0;', 'select', 'Core', 'i:0;', 3, 0, 930, 14, 14),
('tab_whatsnew_block', 'N;', 'tab', 'Core', 'N;', 3, -1, 0, 15, 15),
('fs_whatsnew_block', 'N;', 'fieldset', 'Core', 'N;', 3, -1, 0, 15, 15),
('newstoriesinterval', 'i:86400;', 'text', 'Core', 'i:86400;', 3, -1, 980, 15, 15),
('newcommentsinterval', 'i:172800;', 'text', 'Core', 'i:172800;', 3, -1, 990, 15, 15),
('newtrackbackinterval', 'i:172800;', 'text', 'Core', 'i:172800;', 3, -1, 1000, 15, 15),
('hidenewstories', 'i:0;', 'select', 'Core', 'i:0;', 3, 0, 1010, 15, 15),
('hidenewcomments', 'i:0;', 'select', 'Core', 'i:0;', 3, 0, 1020, 15, 15),
('hidenewtrackbacks', 'i:0;', 'select', 'Core', 'i:0;', 3, 0, 1030, 15, 15),
('hidenewplugins', 'i:0;', 'select', 'Core', 'i:0;', 3, 0, 1040, 15, 15),
('title_trim_length', 'i:20;', 'text', 'Core', 'i:20;', 3, -1, 1050, 15, 15),
('whatsnew_cache_time', 'i:3600;', 'text', 'Core', 'i:3600;', 3, -1, 1060, 15, 15),
('sg_users', 'N;', 'subgroup', 'Core', 'N;', 4, -1, 0, 0, 0),
('tab_users', 'N;', 'tab', 'Core', 'N;', 4, -1, 0, 16, 16),
('fs_users', 'N;', 'fieldset', 'Core', 'N;', 4, -1, 0, 16, 16),
('disable_new_user_registration', 'b:0;', 'select', 'Core', 'b:0;', 4, 0, 220, 16, 16),
('allow_user_themes', 'i:1;', 'select', 'Core', 'i:1;', 4, 0, 230, 16, 16),
('allow_user_photo', 'i:1;', 'select', 'Core', 'i:1;', 4, 0, 250, 16, 16),
('allow_username_change', 'i:0;', 'select', 'Core', 'i:0;', 4, 0, 260, 16, 16),
('allow_account_delete', 'i:0;', 'select', 'Core', 'i:0;', 4, 0, 270, 16, 16),
('hide_author_exclusion', 'i:0;', 'select', 'Core', 'i:0;', 4, 0, 280, 16, 16),
('show_fullname', 'i:0;', 'select', 'Core', 'i:0;', 4, 0, 290, 16, 16),
('require_user_email', 'i:1;', 'select', 'Core', 'i:1;', 4, 0, 295, 16, 16),
('show_servicename', 'b:1;', 'select', 'Core', 'b:1;', 4, 1, 300, 16, 16),
('custom_registration', 'b:0;', 'select', 'Core', 'b:0;', 4, 1, 310, 16, 16),
('user_login_method', 'a:4:{s:8:"standard";b:1;s:6:"openid";b:0;s:8:"3rdparty";b:0;s:5:"oauth";b:0;}', '@select', 'Core', 'a:4:{s:8:"standard";b:1;s:6:"openid";b:0;s:8:"3rdparty";b:0;s:5:"oauth";b:0;}', 4, 1, 320, 16, 16),
('facebook_login', 'i:0;', 'select', 'Core', 'i:0;', 4, 1, 350, 16, 16),
('facebook_consumer_key', 's:0:"";', 'text', 'Core', 's:0:"";', 4, -1, 351, 16, 16),
('facebook_consumer_secret', 's:0:"";', 'text', 'Core', 's:0:"";', 4, -1, 352, 16, 16),
('linkedin_login', 'i:0;', 'select', 'Core', 'i:0;', 4, 1, 353, 16, 16),
('linkedin_consumer_key', 's:0:"";', 'text', 'Core', 's:0:"";', 4, -1, 354, 16, 16),
('linkedin_consumer_secret', 's:0:"";', 'text', 'Core', 's:0:"";', 4, -1, 355, 16, 16),
('twitter_login', 'i:0;', 'select', 'Core', 'i:0;', 4, 1, 356, 16, 16),
('twitter_consumer_key', 's:0:"";', 'text', 'Core', 's:0:"";', 4, -1, 357, 16, 16),
('twitter_consumer_secret', 's:0:"";', 'text', 'Core', 's:0:"";', 4, -1, 358, 16, 16),
('google_login', 'i:0;', 'select', 'Core', 'i:0;', 4, 1, 359, 16, 16),
('google_consumer_key', 's:0:"";', 'text', 'Core', 's:0:"";', 4, -1, 360, 16, 16),
('google_consumer_secret', 's:0:"";', 'text', 'Core', 's:0:"";', 4, -1, 361, 16, 16),
('microsoft_login', 'i:0;', 'select', 'Core', 'i:0;', 4, 1, 362, 16, 16),
('microsoft_consumer_key', 's:0:"";', 'text', 'Core', 's:0:"";', 4, -1, 363, 16, 16),
('microsoft_consumer_secret', 's:0:"";', 'text', 'Core', 's:0:"";', 4, -1, 364, 16, 16),
('yahoo_login', 'i:0;', 'select', 'Core', 'i:0;', 4, 1, 365, 16, 16),
('yahoo_consumer_key', 's:0:"";', 'text', 'Core', 's:0:"";', 4, -1, 366, 16, 16),
('yahoo_consumer_secret', 's:0:"";', 'text', 'Core', 's:0:"";', 4, -1, 367, 16, 16),
('github_login', 'i:0;', 'select', 'Core', 'i:0;', 4, 1, 368, 16, 16),
('github_consumer_key', 's:0:"";', 'text', 'Core', 's:0:"";', 4, -1, 369, 16, 16),
('github_consumer_secret', 's:0:"";', 'text', 'Core', 's:0:"";', 4, -1, 370, 16, 16),
('aftersave_user', 's:4:"item";', 'select', 'Core', 's:4:"item";', 4, 9, 1340, 16, 16),
('tab_spamx', 'N;', 'tab', 'Core', 'N;', 4, -1, 0, 17, 17),
('fs_spamx', 'N;', 'fieldset', 'Core', 'N;', 4, -1, 0, 17, 17),
('spamx', 'i:128;', 'text', 'Core', 'i:128;', 4, -1, 330, 17, 17),
('tab_login', 'N;', 'tab', 'Core', 'N;', 4, -1, 0, 18, 18),
('fs_login', 'N;', 'fieldset', 'Core', 'N;', 4, -1, 0, 18, 18),
('lastlogin', 'b:1;', 'select', 'Core', 'b:1;', 4, 1, 640, 18, 18),
('loginrequired', 'i:0;', 'select', 'Core', 'i:0;', 4, 0, 680, 18, 18),
('submitloginrequired', 'i:0;', 'select', 'Core', 'i:0;', 4, 0, 690, 18, 18),
('commentsloginrequired', 'i:0;', 'select', 'Core', 'i:0;', 4, 0, 700, 18, 18),
('statsloginrequired', 'i:0;', 'select', 'Core', 'i:0;', 4, 0, 710, 18, 18),
('searchloginrequired', 'i:0;', 'select', 'Core', 'i:0;', 4, 16, 720, 18, 18),
('profileloginrequired', 'i:0;', 'select', 'Core', 'i:0;', 4, 0, 730, 18, 18),
('emailuserloginrequired', 'i:0;', 'select', 'Core', 'i:0;', 4, 0, 740, 18, 18),
('emailstoryloginrequired', 'i:0;', 'select', 'Core', 'i:0;', 4, 0, 750, 18, 18),
('directoryloginrequired', 'i:0;', 'select', 'Core', 'i:0;', 4, 0, 760, 18, 18),
('passwordspeedlimit', 'i:300;', 'text', 'Core', 'i:300;', 4, -1, 1680, 18, 18),
('login_attempts', 'i:3;', 'text', 'Core', 'i:3;', 4, -1, 1690, 18, 18),
('login_speedlimit', 'i:300;', 'text', 'Core', 'i:300;', 4, -1, 1700, 18, 18),
('invalidloginattempts', 'i:7;', 'text', 'Core', 'i:7;', 4, -1, 1710, 18, 18),
('invalidloginmaxtime', 'i:1200;', 'text', 'Core', 'i:1200;', 4, -1, 1720, 18, 18),
('enable_twofactorauth', 'i:0;', 'select', 'Core', 'i:0;', 4, 0, 1730, 18, 18),
('fs_pass', 'N;', 'fieldset', 'Core', 'N;', 4, -1, 0, 18, 42),
('pass_alg', 'i:1;', 'select', 'Core', 'i:1;', 4, 29, 800, 18, 42),
('pass_stretch', 'i:4096;', 'text', 'Core', 'i:4096;', 4, -1, 810, 18, 42),
('tab_user_submission', 'N;', 'tab', 'Core', 'N;', 4, -1, 0, 19, 19),
('fs_user_submission', 'N;', 'fieldset', 'Core', 'N;', 4, -1, 0, 19, 19),
('usersubmission', 'i:0;', 'select', 'Core', 'i:0;', 4, 0, 780, 19, 19),
('allow_domains', 's:0:"";', 'text', 'Core', 's:0:"";', 4, -1, 960, 19, 19),
('disallow_domains', 's:0:"";', 'text', 'Core', 's:0:"";', 4, -1, 970, 19, 19),
('tab_submission', 'N;', 'tab', 'Core', 'N;', 4, -1, 0, 20, 20),
('fs_submission', 'N;', 'fieldset', 'Core', 'N;', 4, -1, 0, 20, 20),
('storysubmission', 'i:1;', 'select', 'Core', 'i:1;', 4, 0, 770, 20, 20),
('listdraftstories', 'i:0;', 'select', 'Core', 'i:0;', 4, 0, 790, 20, 20),
('postmode', 's:9:"plaintext";', 'select', 'Core', 's:9:"plaintext";', 4, 5, 810, 20, 20),
('speedlimit', 'i:45;', 'text', 'Core', 'i:45;', 4, -1, 820, 20, 20),
('skip_preview', 'i:0;', 'select', 'Core', 'i:0;', 4, 0, 830, 20, 20),
('advanced_editor', 'b:0;', 'select', 'Core', 'b:0;', 4, 1, 840, 20, 20),
('advanced_editor_name', 's:8:"ckeditor";', 'select', 'Core', 's:8:"ckeditor";', 4, -1, 845, 20, 20),
('wikitext_editor', 'b:0;', 'select', 'Core', 'b:0;', 4, 1, 850, 20, 20),
('remove_4byte_chars', 'b:1;', 'select', 'Core', 'b:1;', 4, 1, 855, 20, 20),
('tab_comments', 'N;', 'tab', 'Core', 'N;', 4, -1, 0, 21, 21),
('fs_comments', 'N;', 'fieldset', 'Core', 'N;', 4, -1, 0, 21, 21),
('commentspeedlimit', 'i:45;', 'text', 'Core', 'i:45;', 4, -1, 1640, 21, 21),
('comment_limit', 'i:100;', 'text', 'Core', 'i:100;', 4, -1, 1650, 21, 21),
('comment_mode', 's:6:"nested";', 'select', 'Core', 's:6:"nested";', 4, 11, 1660, 21, 21),
('comment_order', 's:3:"ASC";', 'select', 'Core', 's:3:"ASC";', 4, 31, 1665, 21, 21),
('comment_code', 'i:0;', 'select', 'Core', 'i:0;', 4, 17, 1670, 21, 21),
('comment_edit', 'i:0;', 'select', 'Core', 'i:0;', 4, 0, 1680, 21, 21),
('commentsubmission', 'i:0;', 'select', 'Core', 'i:0;', 4, 0, 1682, 21, 21),
('comment_edittime', 'i:1800;', 'text', 'Core', 'i:1800;', 4, -1, 1684, 21, 21),
('article_comment_close_enabled', 'i:0;', 'select', 'Core', 'i:0;', 4, 0, 1685, 21, 21),
('article_comment_close_days', 'i:30;', 'text', 'Core', 'i:30;', 4, -1, 1686, 21, 21),
('comment_close_rec_stories', 'i:0;', 'text', 'Core', 'i:0;', 4, -1, 1688, 21, 21),
('allow_reply_notifications', 'i:0;', 'select', 'Core', 'i:0;', 4, 0, 1689, 21, 21),
('comment_on_same_page', 'i:0;', 'select', 'Core', 'i:0;', 4, 0, 1690, 21, 21),
('show_comments_at_replying', 'i:0;', 'select', 'Core', 'i:0;', 4, 0, 1691, 21, 21),
('tab_likes', 'N;', 'tab', 'Core', 'N;', 4, -1, 0, 51, 51),
('fs_likes', 'N;', 'fieldset', 'Core', 'N;', 4, -1, 0, 51, 51),
('likes_enabled', 'i:1;', 'select', 'Core', 'i:1;', 4, 40, 1700, 51, 51),
('likes_articles', 'i:1;', 'select', 'Core', 'i:1;', 4, 41, 1710, 51, 51),
('likes_comments', 'i:1;', 'select', 'Core', 'i:1;', 4, 41, 1720, 51, 51),
('likes_speedlimit', 'i:45;', 'text', 'Core', 'i:45;', 4, -1, 1730, 51, 51),
('likes_users_listed', 'i:5;', 'text', 'Core', 'i:5;', 4, -1, 1740, 51, 51),
('fs_likes_block_settings', 'N;', 'fieldset', 'Core', 'N;', 4, -1, 0, 51, 52),
('likes_block_enable', 'b:1;', 'select', 'Core', 'b:1;', 4, 0, 1750, 51, 52),
('likes_block_isleft', 'i:1;', 'select', 'Core', 'i:1;', 4, 0, 1760, 51, 52),
('likes_block_order', 'i:10;', 'text', 'Core', 'i:10;', 4, 0, 1770, 51, 52),
('likes_block_topic_option', 's:3:"all";', 'select', 'Core', 's:3:"all";', 4, 43, 1780, 51, 52),
('likes_block_topic', 'a:0:{}', '%select', 'Core', 'a:0:{}', 4, -1, 1790, 51, 52),
('likes_block_cache_time', 'i:3600;', 'text', 'Core', 'i:3600;', 4, -1, 1800, 51, 52),
('likes_block_displayed_actions', 'i:3;', 'select', 'Core', 'i:3;', 4, 46, 1810, 51, 52),
('likes_block_include_time', 'i:604800;', 'text', 'Core', 'i:604800;', 4, -1, 1820, 51, 52),
('likes_block_max_items', 'i:10;', 'text', 'Core', 'i:10;', 4, -1, 1830, 51, 52),
('likes_block_title_trim_length', 'i:20;', 'text', 'Core', 'i:20;', 4, -1, 1840, 51, 52),
('likes_block_likes_new_line', 'b:1;', 'select', 'Core', 'b:1;', 4, 0, 1850, 51, 52),
('likes_block_type', 's:0:"";', 'text', 'Core', 's:0:"";', 4, -1, 1860, 51, 52),
('likes_block_subtype', 's:0:"";', 'text', 'Core', 's:0:"";', 4, -1, 1870, 51, 52),
('fs_likes_block_permissions', 'N;', 'fieldset', 'Core', 'N;', 4, -1, 0, 51, 53),
('likes_block_group_id', 's:1:"4";', 'select', 'Core', 's:1:"4";', 4, -1, 1880, 51, 53),
('likes_block_permissions', 'a:4:{i:0;i:2;i:1;i:2;i:2;i:2;i:3;i:2;}', '@select', 'Core', 'a:4:{i:0;i:2;i:1;i:2;i:2;i:2;i:3;i:2;}', 4, 44, 1890, 51, 53),
('sg_images', 'N;', 'subgroup', 'Core', 'N;', 5, -1, 0, 0, 0),
('tab_imagelib', 'N;', 'tab', 'Core', 'N;', 5, -1, 0, 22, 22),
('fs_imagelib', 'N;', 'fieldset', 'Core', 'N;', 5, -1, 0, 22, 22),
('image_lib', 's:0:"";', 'select', 'Core', 's:0:"";', 5, 10, 1450, 22, 22),
('path_to_mogrify', 'unset', 'text', 'Core', 's:0:"";', 5, -1, 1460, 22, 22),
('path_to_netpbm', 'unset', 'text', 'Core', 's:0:"";', 5, -1, 1470, 22, 22),
('tab_upload', 'N;', 'tab', 'Core', 'N;', 5, -1, 0, 23, 23),
('fs_upload', 'N;', 'fieldset', 'Core', 'N;', 5, -1, 0, 23, 23),
('keep_unscaled_image', 'i:0;', 'select', 'Core', 'i:0;', 5, 0, 1480, 23, 23),
('allow_user_scaling', 'i:1;', 'select', 'Core', 'i:1;', 5, 0, 1490, 23, 23),
('jpeg_quality', 'unset', 'text', 'Core', 'i:75;', 5, -1, 1495, 23, 23),
('debug_image_upload', 'b:0;', 'select', 'Core', 'b:0;', 5, 1, 1500, 23, 23),
('tab_articleimg', 'N;', 'tab', 'Core', 'N;', 5, -1, 0, 24, 24),
('fs_articleimg', 'N;', 'fieldset', 'Core', 'N;', 5, -1, 0, 24, 24),
('max_image_width', 'i:300;', 'text', 'Core', 'i:300;', 5, -1, 1510, 24, 24),
('max_image_height', 'i:225;', 'text', 'Core', 'i:225;', 5, -1, 1520, 24, 24),
('max_image_size', 'i:1048576;', 'text', 'Core', 'i:1048576;', 5, -1, 1530, 24, 24),
('tab_topicicon', 'N;', 'tab', 'Core', 'N;', 5, -1, 0, 25, 25),
('fs_topicicon', 'N;', 'fieldset', 'Core', 'N;', 5, -1, 0, 25, 25),
('max_topicicon_width', 'i:48;', 'text', 'Core', 'i:48;', 5, -1, 1540, 25, 25),
('max_topicicon_height', 'i:48;', 'text', 'Core', 'i:48;', 5, -1, 1550, 25, 25),
('max_topicicon_size', 'i:65536;', 'text', 'Core', 'i:65536;', 5, -1, 1560, 25, 25),
('tab_userphoto', 'N;', 'tab', 'Core', 'N;', 5, -1, 0, 26, 26),
('fs_userphoto', 'N;', 'fieldset', 'Core', 'N;', 5, -1, 0, 26, 26),
('max_photo_width', 'i:128;', 'text', 'Core', 'i:128;', 5, -1, 1570, 26, 26),
('max_photo_height', 'i:128;', 'text', 'Core', 'i:128;', 5, -1, 1580, 26, 26),
('max_photo_size', 'i:65536;', 'text', 'Core', 'i:65536;', 5, -1, 1590, 26, 26),
('force_photo_width', 'unset', 'text', 'Core', 'i:75;', 5, -1, 1620, 26, 26),
('default_photo', 'unset', 'text', 'Core', '[[default_photo_ser]]', 5, -1, 1630, 26, 26),
('generate_user_icon', 'b:1;', 'select', 'Core', 'b:1;', 5, 1, 1640, 26, 26),
('tab_gravatar', 'N;', 'tab', 'Core', 'N;', 5, -1, 0, 27, 27),
('fs_gravatar', 'N;', 'fieldset', 'Core', 'N;', 5, -1, 0, 27, 27),
('use_gravatar', 'b:0;', 'select', 'Core', 'b:0;', 5, 1, 1600, 27, 27),
('gravatar_rating', 'unset', 'select', 'Core', 's:1:"R";', 5, 26, 1610, 27, 27),
('gravatar_identicon', 'unset', 'select', 'Core', 's:9:"identicon";', 5, 38, 1620, 27, 27),
('sg_locale', 'N;', 'subgroup', 'Core', 'N;', 6, -1, 0, 0, 0),
('tab_language', 'N;', 'tab', 'Core', 'N;', 6, -1, 0, 28, 28),
('fs_language', 'N;', 'fieldset', 'Core', 'N;', 6, -1, 0, 28, 28),
('language', '[[language_ser]]', 'select', 'Core', 's:7:"english";', 6, -1, 350, 28, 28),
('allow_user_language', 'i:1;', 'select', 'Core', 'i:1;', 6, 0, 360, 28, 28),
('switchlang_homepage', 'i:0;', 'select', 'Core', 'i:0;', 6, 0, 370, 28, 28),
('new_item_set_current_lang', 'i:0;', 'select', 'Core', 'i:0;', 6, 0, 380, 28, 28),
('fs_multilanguage', 'N;', 'fieldset', 'Core', 'N;', 6, -1, 0, 28, 29),
('language_files', 'unset', '*text', 'Core', 'a:3:{s:2:"en";s:13:"english_utf-8";s:2:"de";s:19:"german_formal_utf-8";s:2:"ja";s:14:"japanese_utf-8";}', 6, -1, 470, 28, 29),
('languages', 'unset', '*text', 'Core', 'a:3:{s:2:"en";s:7:"English";s:2:"de";s:7:"Deutsch";s:2:"ja";s:8:"Japanese";}', 6, -1, 480, 28, 29),
('tab_locale', 'N;', 'tab', 'Core', 'N;', 6, -1, 0, 29, 29),
('fs_locale', 'N;', 'fieldset', 'Core', 'N;', 6, -1, 0, 29, 29),
('locale', 's:5:"en_GB";', 'text', 'Core', 's:5:"en_GB";', 6, -1, 360, 29, 29),
('date', 's:26:"%A, %B %d %Y @ %I:%M %p %Z";', 'text', 'Core', 's:26:"%A, %B %d %Y @ %I:%M %p %Z";', 6, -1, 370, 29, 29),
('daytime', 's:14:"%Y-%m-%d %H:%M";', 'text', 'Core', 's:14:"%Y-%m-%d %H:%M";', 6, -1, 380, 29, 29),
('shortdate', 's:2:"%x";', 'text', 'Core', 's:2:"%x";', 6, -1, 390, 29, 29),
('dateonly', 's:5:"%d-%b";', 'text', 'Core', 's:5:"%d-%b";', 6, -1, 400, 29, 29),
('timeonly', 's:7:"%I:%M%p";', 'text', 'Core', 's:7:"%I:%M%p";', 6, -1, 410, 29, 29),
('week_start', 's:3:"Sun";', 'select', 'Core', 's:3:"Sun";', 6, 14, 420, 29, 29),
('hour_mode', 'i:12;', 'select', 'Core', 'i:12;', 6, 6, 430, 29, 29),
('thousand_separator', 's:1:",";', 'text', 'Core', 's:1:",";', 6, -1, 440, 29, 29),
('decimal_separator', 's:1:".";', 'text', 'Core', 's:1:".";', 6, -1, 450, 29, 29),
('decimal_count', 's:1:"2";', 'text', 'Core', 's:1:"2";', 6, -1, 460, 29, 29),
('timezone', 'unset', 'select', 'Core', 's:3:"UTC";', 6, -1, 490, 29, 29),
('sg_misc', 'N;', 'subgroup', 'Core', 'N;', 7, -1, 0, 0, 0),
('tab_cookies', 'N;', 'tab', 'Core', 'N;', 7, -1, 0, 30, 30),
('fs_cookies', 'N;', 'fieldset', 'Core', 'N;', 7, -1, 0, 30, 30),
('cookie_session', 's:10:"gl_session";', 'text', 'Core', 's:10:"gl_session";', 7, -1, 530, 30, 30),
('cookie_name', 's:7:"geeklog";', 'text', 'Core', 's:7:"geeklog";', 7, -1, 540, 30, 30),
('cookie_theme', 's:5:"theme";', 'text', 'Core', 's:5:"theme";', 7, -1, 560, 30, 30),
('cookie_language', 's:8:"language";', 'text', 'Core', 's:8:"language";', 7, -1, 570, 30, 30),
('cookie_tzid', 's:8:"timezone";', 'text', 'Core', 's:8:"timezone";', 7, -1, 575, 30, 30),
('cookie_anon_name', 's:9:"anon_name";', 'text', 'Core', 's:9:"anon_name";', 7, -1, 577, 30, 30),
('default_perm_cookie_timeout', 'i:28800;', 'select', 'Core', 'i:28800;', 7, -1, 590, 30, 30),
('session_cookie_timeout', 'i:7200;', 'text', 'Core', 'i:7200;', 7, -1, 600, 30, 30),
('cookie_path', '[[relativeurl_ser]]', 'text', 'Core', 's:1:"/";', 7, -1, 610, 30, 30),
('cookiedomain', 's:0:"";', 'text', 'Core', 's:0:"";', 7, -1, 620, 30, 30),
('cookiesecure', 'b:0;', 'select', 'Core', 'b:0;', 7, 1, 630, 30, 30),
('tab_misc', 'N;', 'tab', 'Core', 'N;', 7, -1, 0, 31, 31),
('fs_misc', 'N;', 'fieldset', 'Core', 'N;', 7, -1, 0, 31, 31),
('notification', 'a:0:{}', '%select', 'Core', 'a:0:{}', 7, 25, 800, 31, 31),
('cron_schedule_interval', 'i:0;', 'text', 'Core', 'i:0;', 7, -1, 860, 31, 31),
('disable_autolinks', 'i:0;', 'select', 'Core', 'i:0;', 7, 0, 1750, 31, 31),
('clickable_links', 'i:1;', 'select', 'Core', 'i:1;', 7, 1, 1753, 31, 31),
('linktext_maxlen', 'i:50;', 'text', 'Core', 'i:50;', 7, -1, 1754, 31, 31),
('compressed_output', 'i:0;', 'select', 'Core', 'i:0;', 7, 1, 1756, 31, 31),
('frame_options', 's:4:"DENY";', 'select', 'Core', 's:4:"DENY";', 7, 22, 1758, 31, 31),
('page_navigation_max_pages', 'i:7;', 'text', 'Core', 'i:7;', 7, -1, 1800, 31, 31),
('page_navigation_mobile_max_pages', 'i:7;', 'text', 'Core', 'i:7;', 7, -1, 1805, 31, 31),
('default_cache_time_block', 'i:0;', 'text', 'Core', 'i:0;', 7, -1, 1810, 31, 31),
('titletoid', 'i:0;', 'select', 'Core', 'i:0;', 7, 1, 1820, 31, 31),
('langurl_topic', 'a:3:{i:0;s:0:"";i:1;s:9:"index.php";i:2;s:5:"topic";}', '@hidden', 'Core', 'a:3:{i:0;s:0:"";i:1;s:9:"index.php";i:2;s:5:"topic";}', 7, 1, 1830, 31, 31),
('langurl_article', 'a:3:{i:0;s:0:"";i:1;s:11:"article.php";i:2;s:5:"story";}', '@hidden', 'Core', 'a:3:{i:0;s:0:"";i:1;s:11:"article.php";i:2;s:5:"story";}', 7, 1, 1830, 31, 31),
('404_log', 'i:1;', 'select', 'Core', 'i:1;', 7, 1, 1840, 31, 31),
('tab_debug', 'N;', 'tab', 'Core', 'N;', 7, -1, 0, 32, 32),
('fs_debug', 'N;', 'fieldset', 'Core', 'N;', 7, -1, 0, 32, 32),
('rootdebug', 'b:0;', 'select', 'Core', 'b:0;', 7, 1, 520, 32, 32),
('tab_daily_digest', 'N;', 'tab', 'Core', 'N;', 7, -1, 0, 33, 33),
('fs_daily_digest', 'N;', 'fieldset', 'Core', 'N;', 7, -1, 0, 33, 33),
('emailstories', 'i:0;', 'select', 'Core', 'i:0;', 7, 0, 930, 33, 33),
('emailstorieslength', 'i:1;', 'text', 'Core', 'i:1;', 7, -1, 940, 33, 33),
('emailstoriesperdefault', 'i:0;', 'select', 'Core', 'i:0;', 7, 0, 950, 33, 33),
('tab_htmlfilter', 'N;', 'tab', 'Core', 'N;', 7, -1, 0, 34, 34),
('fs_htmlfilter', 'N;', 'fieldset', 'Core', 'N;', 7, -1, 0, 34, 34),
('user_html', 'a:14:{s:1:"p";a:0:{}s:1:"b";a:0:{}s:6:"strong";a:0:{}s:1:"i";a:0:{}s:1:"a";a:3:{s:4:"href";i:1;s:5:"title";i:1;s:3:"rel";i:1;}s:2:"em";a:0:{}s:2:"br";a:0:{}s:2:"tt";a:0:{}s:2:"hr";a:0:{}s:2:"li";a:0:{}s:2:"ol";a:0:{}s:2:"ul";a:0:{}s:4:"code";a:0:{}s:3:"pre";a:0:{}}', '**placeholder', 'Core', 'a:14:{s:1:"p";a:0:{}s:1:"b";a:0:{}s:6:"strong";a:0:{}s:1:"i";a:0:{}s:1:"a";a:3:{s:4:"href";i:1;s:5:"title";i:1;s:3:"rel";i:1;}s:2:"em";a:0:{}s:2:"br";a:0:{}s:2:"tt";a:0:{}s:2:"hr";a:0:{}s:2:"li";a:0:{}s:2:"ol";a:0:{}s:2:"ul";a:0:{}s:4:"code";a:0:{}s:3:"pre";a:0:{}}', 7, -1, 1710, 34, 34),
('admin_html', 'a:7:{s:1:"p";a:3:{s:5:"class";i:1;s:2:"id";i:1;s:5:"align";i:1;}s:3:"div";a:2:{s:5:"class";i:1;s:2:"id";i:1;}s:4:"span";a:2:{s:5:"class";i:1;s:2:"id";i:1;}s:5:"table";a:6:{s:5:"class";i:1;s:2:"id";i:1;s:5:"width";i:1;s:6:"border";i:1;s:11:"cellspacing";i:1;s:11:"cellpadding";i:1;}s:2:"tr";a:4:{s:5:"class";i:1;s:2:"id";i:1;s:5:"align";i:1;s:6:"valign";i:1;}s:2:"th";a:6:{s:5:"class";i:1;s:2:"id";i:1;s:5:"align";i:1;s:6:"valign";i:1;s:7:"colspan";i:1;s:7:"rowspan";i:1;}s:2:"td";a:6:{s:5:"class";i:1;s:2:"id";i:1;s:5:"align";i:1;s:6:"valign";i:1;s:7:"colspan";i:1;s:7:"rowspan";i:1;}}', '**placeholder', 'Core', 'a:7:{s:1:"p";a:3:{s:5:"class";i:1;s:2:"id";i:1;s:5:"align";i:1;}s:3:"div";a:2:{s:5:"class";i:1;s:2:"id";i:1;}s:4:"span";a:2:{s:5:"class";i:1;s:2:"id";i:1;}s:5:"table";a:6:{s:5:"class";i:1;s:2:"id";i:1;s:5:"width";i:1;s:6:"border";i:1;s:11:"cellspacing";i:1;s:11:"cellpadding";i:1;}s:2:"tr";a:4:{s:5:"class";i:1;s:2:"id";i:1;s:5:"align";i:1;s:6:"valign";i:1;}s:2:"th";a:6:{s:5:"class";i:1;s:2:"id";i:1;s:5:"align";i:1;s:6:"valign";i:1;s:7:"colspan";i:1;s:7:"rowspan";i:1;}s:2:"td";a:6:{s:5:"class";i:1;s:2:"id";i:1;s:5:"align";i:1;s:6:"valign";i:1;s:7:"colspan";i:1;s:7:"rowspan";i:1;}}', 7, -1, 1720, 34, 34),
('advanced_html', 'a:1:{s:3:"img";a:7:{s:5:"width";i:1;s:6:"height";i:1;s:3:"src";i:1;s:5:"align";i:1;s:6:"valign";i:1;s:6:"border";i:1;s:3:"alt";i:1;}}', '**placeholder', 'Core', 'a:1:{s:3:"img";a:7:{s:5:"width";i:1;s:6:"height";i:1;s:3:"src";i:1;s:5:"align";i:1;s:6:"valign";i:1;s:6:"border";i:1;s:3:"alt";i:1;}}', 7, -1, 1721, 34, 34),
('skip_html_filter_for_root', 'i:0;', 'select', 'Core', 'i:0;', 7, 0, 1730, 34, 34),
('allowed_protocols', 'a:3:{i:0;s:4:"http";i:1;s:3:"ftp";i:2;s:5:"https";}', '%text', 'Core', 'a:3:{i:0;s:4:"http";i:1;s:3:"ftp";i:2;s:5:"https";}', 7, -1, 1740, 34, 34),
('tab_censoring', 'N;', 'tab', 'Core', 'N;', 7, -1, 0, 35, 35),
('fs_censoring', 'N;', 'fieldset', 'Core', 'N;', 7, -1, 0, 35, 35),
('censormode', 'i:1;', 'select', 'Core', 'i:1;', 7, 18, 1760, 35, 35),
('censorreplace', 's:10:"*censored*";', 'text', 'Core', 's:10:"*censored*";', 7, -1, 1770, 35, 35),
('censorlist', 'a:14:{i:0;s:4:"fuck";i:1;s:4:"cunt";i:2;s:6:"fucker";i:3;s:7:"fucking";i:4;s:5:"pussy";i:5;s:4:"cock";i:6;s:4:"c0ck";i:7;s:5:" cum ";i:8;s:4:"twat";i:9;s:4:"clit";i:10;s:5:"bitch";i:11;s:3:"fuk";i:12;s:6:"fuking";i:13;s:12:"motherfucker";}', '%text', 'Core', 'a:14:{i:0;s:4:"fuck";i:1;s:4:"cunt";i:2;s:6:"fucker";i:3;s:7:"fucking";i:4;s:5:"pussy";i:5;s:4:"cock";i:6;s:4:"c0ck";i:7;s:5:" cum ";i:8;s:4:"twat";i:9;s:4:"clit";i:10;s:5:"bitch";i:11;s:3:"fuk";i:12;s:6:"fuking";i:13;s:12:"motherfucker";}', 7, -1, 1780, 35, 35),
('tab_iplookup', 'N;', 'tab', 'Core', 'N;', 7, -1, 0, 36, 36),
('fs_iplookup', 'N;', 'fieldset', 'Core', 'N;', 7, -1, 0, 36, 36),
('ip_lookup', 'unset', 'text', 'Core', 's:28:"/nettools/whois.php?domain=*";', 7, -1, 1790, 36, 36),
('tab_permissions', 'N;', 'tab', 'Core', 'N;', 7, -1, 0, 37, 37),
('fs_perm_story', 'N;', 'fieldset', 'Core', 'N;', 7, -1, 0, 37, 37),
('default_permissions_story', 'a:4:{i:0;i:3;i:1;i:2;i:2;i:2;i:3;i:2;}', '@select', 'Core', 'a:4:{i:0;i:3;i:1;i:2;i:2;i:2;i:3;i:2;}', 7, 12, 1820, 37, 37),
('fs_perm_topic', 'N;', 'fieldset', 'Core', 'N;', 7, -1, 0, 37, 38),
('default_permissions_topic', 'a:4:{i:0;i:3;i:1;i:2;i:2;i:2;i:3;i:2;}', '@select', 'Core', 'a:4:{i:0;i:3;i:1;i:2;i:2;i:2;i:3;i:2;}', 7, 12, 1830, 37, 38),
('fs_perm_block', 'N;', 'fieldset', 'Core', 'N;', 7, -1, 0, 37, 39),
('default_permissions_block', 'a:4:{i:0;i:3;i:1;i:2;i:2;i:2;i:3;i:2;}', '@select', 'Core', 'a:4:{i:0;i:3;i:1;i:2;i:2;i:2;i:3;i:2;}', 7, 12, 1810, 37, 39),
('fs_autotag_permissions', 'N;', 'fieldset', 'Core', 'N;', 7, -1, 0, 37, 41),
('autotag_permissions_story', 'a:4:{i:0;i:2;i:1;i:2;i:2;i:2;i:3;i:2;}', '@select', 'Core', 'a:4:{i:0;i:2;i:1;i:2;i:2;i:2;i:3;i:2;}', 7, 28, 1870, 37, 41),
('autotag_permissions_user', 'a:4:{i:0;i:2;i:1;i:2;i:2;i:2;i:3;i:2;}', '@select', 'Core', 'a:4:{i:0;i:2;i:1;i:2;i:2;i:2;i:3;i:2;}', 7, 28, 1880, 37, 41),
('autotag_permissions_topic', 'a:4:{i:0;i:2;i:1;i:2;i:2;i:2;i:3;i:2;}', '@select', 'Core', 'a:4:{i:0;i:2;i:1;i:2;i:2;i:2;i:3;i:2;}', 7, 28, 1890, 37, 41),
('autotag_permissions_related_topics', 'a:4:{i:0;i:2;i:1;i:2;i:2;i:0;i:3;i:0;}', '@select', 'Core', 'a:4:{i:0;i:2;i:1;i:2;i:2;i:0;i:3;i:0;}', 7, 28, 1900, 37, 41),
('autotag_permissions_related_items', 'a:4:{i:0;i:2;i:1;i:2;i:2;i:0;i:3;i:0;}', '@select', 'Core', 'a:4:{i:0;i:2;i:1;i:2;i:2;i:0;i:3;i:0;}', 7, 28, 1910, 37, 41),
('autotag_permissions_block', 'a:4:{i:0;i:2;i:1;i:2;i:2;i:0;i:3;i:0;}', '@select', 'Core', 'a:4:{i:0;i:2;i:1;i:2;i:2;i:0;i:3;i:0;}', 7, 28, 1920, 37, 41),
('autotag_permissions_structureddata', 'a:4:{i:0;i:2;i:1;i:2;i:2;i:0;i:3;i:0;}', '@select', 'Core', 'a:4:{i:0;i:2;i:1;i:2;i:2;i:0;i:3;i:0;}', 7, 28, 1930, 37, 41),
('autotag_permissions_likes_block', 'a:4:{i:0;i:2;i:1;i:2;i:2;i:0;i:3;i:0;}', '@select', 'Core', 'a:4:{i:0;i:2;i:1;i:2;i:2;i:0;i:3;i:0;}', 7, 28, 1940, 37, 41),
('tab_webservices', 'N;', 'tab', 'Core', 'N;', 7, -1, 0, 40, 40),
('fs_webservices', 'N;', 'fieldset', 'Core', 'N;', 7, -1, 0, 40, 40),
('disable_webservices', 'i:1;', 'select', 'Core', 'i:1;', 7, 0, 1840, 40, 40),
('restrict_webservices', 'i:0;', 'select', 'Core', 'i:0;', 7, 0, 1850, 40, 40),
('atom_max_stories', 'i:10;', 'text', 'Core', 'i:10;', 7, 0, 1860, 40, 40),
('tab_topics', 'N;', 'tab', 'Core', 'N;', 7, -1, 0, 45, 45),
('fs_breadcrumbs', 'N;', 'fieldset', 'Core', 'N;', 7, -1, 0, 45, 45),
('multiple_breadcrumbs', 'i:0;', 'select', 'Core', 'i:0;', 7, 0, 2000, 45, 45),
('disable_breadcrumbs_topics', 'i:0;', 'select', 'Core', 'i:0;', 7, 0, 2010, 45, 45),
('disable_breadcrumbs_articles', 'i:0;', 'select', 'Core', 'i:0;', 7, 0, 2020, 45, 45),
('disable_breadcrumbs_plugins', 'i:0;', 'select', 'Core', 'i:0;', 7, 0, 2030, 45, 45),
('breadcrumb_root_site_name', 'i:0;', 'select', 'Core', 'i:0;', 7, 0, 2040, 45, 45),
('sg_filemanager', 'N;', 'subgroup', 'Core', 'N;', 8, -1, 0, 0, 46),
('tab_filemanager_general', 'N;', 'tab', 'Core', 'N;', 8, -1, 0, 46, 46),
('fs_filemanager_general', 'N;', 'fieldset', 'Core', 'N;', 8, -1, 0, 46, 46),
('filemanager_disabled', 'b:0;', 'select', 'Core', 'b:0;', 8, 1, 2050, 46, 46),
('filemanager_browse_only', 'b:0;', 'select', 'Core', 'b:0;', 8, 1, 2060, 46, 46),
('filemanager_default_view_mode', 's:4:"grid";', 'select', 'Core', 's:4:"grid";', 8, 34, 2070, 46, 46),
('filemanager_show_confirmation', 'b:1;', 'select', 'Core', 'b:1;', 8, 1, 2080, 46, 46),
('filemanager_search_box', 'b:1;', 'select', 'Core', 'b:1;', 8, 1, 2090, 46, 46),
('filemanager_file_sorting', 's:7:"default";', 'select', 'Core', 's:7:"default";', 8, 35, 2100, 46, 46),
('filemanager_chars_only_latin', 'b:0;', 'select', 'Core', 'b:0;', 8, 1, 2110, 46, 46),
('filemanager_date_format', 's:7:"yMMMdHm";', 'text', 'Core', 's:7:"yMMMdHm";', 8, -1, 2120, 46, 46),
('filemanager_logger', 'b:0;', 'select', 'Core', 'b:0;', 8, 1, 2130, 46, 46),
('filemanager_show_thumbs', 'b:1;', 'select', 'Core', 'b:1;', 8, 1, 2140, 46, 46),
('filemanager_generate_thumbnails', 'b:1;', 'select', 'Core', 'b:1;', 8, 1, 2150, 46, 46),
('tab_filemanager_upload', 'N;', 'tab', 'Core', 'N;', 8, -1, 0, 47, 47),
('fs_filemanager_upload', 'N;', 'fieldset', 'Core', 'N;', 8, -1, 0, 47, 47),
('filemanager_upload_overwrite', 'b:0;', 'select', 'Core', 'b:0;', 8, 1, 2160, 47, 47),
('filemanager_upload_file_size_limit', 'i:16;', 'text', 'Core', 'i:16;', 8, -1, 2170, 47, 47),
('tab_filemanager_images', 'N;', 'tab', 'Core', 'N;', 8, -1, 0, 48, 48),
('fs_filemanager_images', 'N;', 'fieldset', 'Core', 'N;', 8, -1, 0, 48, 48),
('filemanager_images_ext', 'a:5:{i:0;s:3:"jpg";i:1;s:4:"jpeg";i:2;s:3:"gif";i:3;s:3:"png";i:4;s:3:"svg";}', '%text', 'Core', 'a:5:{i:0;s:3:"jpg";i:1;s:4:"jpeg";i:2;s:3:"gif";i:3;s:3:"png";i:4;s:3:"svg";}', 8, -1, 2180, 48, 48),
('tab_filemanager_videos', 'N;', 'tab', 'Core', 'N;', 8, -1, 0, 49, 49),
('fs_filemanager_videos', 'N;', 'fieldset', 'Core', 'N;', 8, -1, 0, 49, 49),
('filemanager_show_video_player', 'b:1;', 'select', 'Core', 'b:1;', 8, 1, 2190, 49, 49),
('filemanager_videos_ext', 'a:3:{i:0;s:3:"ogv";i:1;s:3:"mp4";i:2;s:4:"webm";}', '%text', 'Core', 'a:3:{i:0;s:3:"ogv";i:1;s:3:"mp4";i:2;s:4:"webm";}', 8, -1, 2200, 49, 49),
('filemanager_videos_player_width', 'i:400;', 'text', 'Core', 'i:400;', 8, -1, 2210, 49, 49),
('filemanager_videos_player_height', 'i:222;', 'text', 'Core', 'i:222;', 8, -1, 2220, 49, 49),
('tab_filemanager_audios', 'N;', 'tab', 'Core', 'N;', 8, -1, 0, 50, 50),
('fs_filemanager_audios', 'N;', 'fieldset', 'Core', 'N;', 8, -1, 0, 50, 50),
('filemanager_show_audio_player', 'b:1;', 'select', 'Core', 'b:1;', 8, 1, 2230, 50, 50),
('filemanager_audios_ext', 'a:3:{i:0;s:3:"ogg";i:1;s:3:"mp3";i:2;s:3:"wav";}', '%text', 'Core', 'a:3:{i:0;s:3:"ogg";i:1;s:3:"mp3";i:2;s:3:"wav";}', 8, -1, 2240, 50, 50),
('sg_main', 'N;', 'subgroup', 'calendar', 'N;', 0, -1, 0, 0, 0),
('tab_main', 'N;', 'tab', 'calendar', 'N;', 0, -1, 0, 0, 0),
('fs_main', 'N;', 'fieldset', 'calendar', 'N;', 0, -1, 0, 0, 0),
('calendarloginrequired', 'i:0;', 'select', 'calendar', 'i:0;', 0, 0, 10, 0, 0),
('hidecalendarmenu', 'i:0;', 'select', 'calendar', 'i:0;', 0, 1, 20, 0, 0),
('personalcalendars', 'i:1;', 'select', 'calendar', 'i:1;', 0, 1, 30, 0, 0),
('eventsubmission', 'i:1;', 'select', 'calendar', 'i:1;', 0, 0, 40, 0, 0),
('showupcomingevents', 'i:1;', 'select', 'calendar', 'i:1;', 0, 0, 50, 0, 0),
('upcomingeventsrange', 'i:14;', 'text', 'calendar', 'i:14;', 0, 0, 60, 0, 0),
('hour_mode', 'i:12;', 'select', 'calendar', 'i:12;', 0, 6, 70, 0, 0),
('event_types', 'a:13:{i:0;s:11:"Anniversary";i:1;s:11:"Appointment";i:2;s:8:"Birthday";i:3;s:8:"Business";i:4;s:9:"Education";i:5;s:7:"Holiday";i:6;s:7:"Meeting";i:7;s:13:"Miscellaneous";i:8;s:8:"Personal";i:9;s:10:"Phone Call";i:10;s:16:"Special Occasion";i:11;s:6:"Travel";i:12;s:8:"Vacation";}', '%text', 'calendar', 'a:13:{i:0;s:11:"Anniversary";i:1;s:11:"Appointment";i:2;s:8:"Birthday";i:3;s:8:"Business";i:4;s:9:"Education";i:5;s:7:"Holiday";i:6;s:7:"Meeting";i:7;s:13:"Miscellaneous";i:8;s:8:"Personal";i:9;s:10:"Phone Call";i:10;s:16:"Special Occasion";i:11;s:6:"Travel";i:12;s:8:"Vacation";}', 0, -1, 80, 0, 0),
('notification', 'i:0;', 'select', 'calendar', 'i:0;', 0, 0, 90, 0, 0),
('delete_event', 'i:0;', 'select', 'calendar', 'i:0;', 0, 0, 100, 0, 0),
('aftersave', 's:4:"list";', 'select', 'calendar', 's:4:"list";', 0, 9, 110, 0, 0),
('recaptcha', 'i:4;', 'select', 'calendar', 'i:4;', 0, 16, 120, 0, 0),
('recaptcha_score', 'd:0.5;', 'text', 'calendar', 'd:0.5;', 0, -1, 130, 0, 0),
('tab_permissions', 'N;', 'tab', 'calendar', 'N;', 0, -1, 0, 1, 1),
('fs_permissions', 'N;', 'fieldset', 'calendar', 'N;', 0, -1, 0, 1, 1),
('default_permissions', 'a:4:{i:0;i:3;i:1;i:2;i:2;i:2;i:3;i:2;}', '@select', 'calendar', 'a:4:{i:0;i:3;i:1;i:2;i:2;i:2;i:3;i:2;}', 0, 12, 120, 1, 1),
('tab_autotag_permissions', 'N;', 'tab', 'calendar', 'N;', 0, -1, 0, 10, 10),
('fs_autotag_permissions', 'N;', 'fieldset', 'calendar', 'N;', 0, -1, 0, 10, 10),
('autotag_permissions_event', 'a:4:{i:0;i:2;i:1;i:2;i:2;i:2;i:3;i:2;}', '@select', 'calendar', 'a:4:{i:0;i:2;i:1;i:2;i:2;i:2;i:3;i:2;}', 0, 13, 10, 10, 10),
('tab_events_block', 'N;', 'tab', 'calendar', 'N;', 0, -1, 0, 20, 20),
('fs_block_settings', 'N;', 'fieldset', 'calendar', 'N;', 0, -1, 0, 20, 10),
('block_enable', 'b:1;', 'select', 'calendar', 'b:1;', 0, 0, 10, 20, 10),
('block_isleft', 'i:1;', 'select', 'calendar', 'i:1;', 0, 0, 20, 20, 10),
('block_order', 'i:50;', 'text', 'calendar', 'i:50;', 0, 0, 30, 20, 10),
('block_topic_option', 's:3:"all";', 'select', 'calendar', 's:3:"all";', 0, 15, 40, 20, 10),
('block_topic', 'a:0:{}', '%select', 'calendar', 'a:0:{}', 0, -1, 50, 20, 10),
('fs_block_permissions', 'N;', 'fieldset', 'calendar', 'N;', 0, -1, 0, 20, 20),
('block_group_id', 's:2:"20";', 'select', 'calendar', 's:2:"20";', 0, -1, 10, 20, 20),
('block_permissions', 'a:4:{i:0;i:2;i:1;i:2;i:2;i:2;i:3;i:2;}', '@select', 'calendar', 'a:4:{i:0;i:2;i:1;i:2;i:2;i:2;i:3;i:2;}', 0, 14, 20, 20, 20),
('sg_main', 'N;', 'subgroup', 'links', 'N;', 0, -1, 0, 0, 0),
('tab_public', 'N;', 'tab', 'links', 'N;', 0, -1, 0, 0, 0),
('fs_public', 'N;', 'fieldset', 'links', 'N;', 0, -1, 0, 0, 0),
('linksloginrequired', 'i:0;', 'select', 'links', 'i:0;', 0, 0, 10, 0, 0),
('linkcols', 'i:3;', 'text', 'links', 'i:3;', 0, 0, 20, 0, 0),
('linksperpage', 'i:10;', 'text', 'links', 'i:10;', 0, 0, 30, 0, 0),
('show_top10', 'b:1;', 'select', 'links', 'b:1;', 0, 1, 40, 0, 0),
('show_category_descriptions', 'b:1;', 'select', 'links', 'b:1;', 0, 1, 50, 0, 0),
('new_window', 'b:0;', 'select', 'links', 'b:0;', 0, 1, 55, 0, 0),
('recaptcha', 'i:4;', 'select', 'links', 'i:4;', 0, 14, 58, 0, 0),
('recaptcha_score', 'd:0.5;', 'text', 'links', 'd:0.5;', 0, -1, 59, 0, 0),
('tab_admin', 'N;', 'tab', 'links', 'N;', 0, -1, 0, 1, 1),
('fs_admin', 'N;', 'fieldset', 'links', 'N;', 0, -1, 0, 1, 1),
('hidenewlinks', 'i:0;', 'select', 'links', 'i:0;', 0, 0, 60, 1, 1),
('newlinksinterval', 'i:1209600;', 'text', 'links', 'i:1209600;', 0, 0, 70, 1, 1),
('hidelinksmenu', 'i:0;', 'select', 'links', 'i:0;', 0, 0, 80, 1, 1),
('linksubmission', 'i:1;', 'select', 'links', 'i:1;', 0, 0, 90, 1, 1),
('notification', 'i:0;', 'select', 'links', 'i:0;', 0, 0, 100, 1, 1),
('delete_links', 'i:0;', 'select', 'links', 'i:0;', 0, 0, 110, 1, 1),
('aftersave', 's:4:"list";', 'select', 'links', 's:4:"list";', 0, 9, 120, 1, 1),
('root', 's:4:"site";', 'text', 'links', 's:4:"site";', 0, 0, 130, 1, 1),
('tab_permissions', 'N;', 'tab', 'links', 'N;', 0, -1, 0, 2, 2),
('fs_permissions', 'N;', 'fieldset', 'links', 'N;', 0, -1, 0, 2, 2),
('default_permissions', 'a:4:{i:0;i:3;i:1;i:2;i:2;i:2;i:3;i:2;}', '@select', 'links', 'a:4:{i:0;i:3;i:1;i:2;i:2;i:2;i:3;i:2;}', 0, 12, 140, 2, 2),
('tab_cpermissions', 'N;', 'tab', 'links', 'N;', 0, -1, 0, 3, 3),
('fs_cpermissions', 'N;', 'fieldset', 'links', 'N;', 0, -1, 0, 3, 3),
('category_permissions', 'a:4:{i:0;i:3;i:1;i:2;i:2;i:2;i:3;i:2;}', '@select', 'links', 'a:4:{i:0;i:3;i:1;i:2;i:2;i:2;i:3;i:2;}', 0, 12, 150, 3, 3),
('tab_autotag_permissions', 'N;', 'tab', 'links', 'N;', 0, -1, 0, 10, 10),
('fs_autotag_permissions', 'N;', 'fieldset', 'links', 'N;', 0, -1, 0, 10, 10),
('autotag_permissions_link', 'a:4:{i:0;i:2;i:1;i:2;i:2;i:2;i:3;i:2;}', '@select', 'links', 'a:4:{i:0;i:2;i:1;i:2;i:2;i:2;i:3;i:2;}', 0, 13, 10, 10, 10),
('sg_main', 'N;', 'subgroup', 'polls', 'N;', 0, -1, 0, 0, 0),
('tab_main', 'N;', 'tab', 'polls', 'N;', 0, -1, 0, 0, 0),
('fs_main', 'N;', 'fieldset', 'polls', 'N;', 0, -1, 0, 0, 0),
('pollsloginrequired', 'i:0;', 'select', 'polls', 'i:0;', 0, 0, 10, 0, 0),
('hidepollsmenu', 'i:0;', 'select', 'polls', 'i:0;', 0, 1, 20, 0, 0),
('maxquestions', 'i:5;', 'text', 'polls', 'i:5;', 0, 0, 30, 0, 0),
('maxanswers', 'i:8;', 'text', 'polls', 'i:8;', 0, 0, 40, 0, 0),
('answerorder', 's:11:"submitorder";', 'select', 'polls', 's:11:"submitorder";', 0, 2, 50, 0, 0),
('pollcookietime', 'i:86400;', 'text', 'polls', 'i:86400;', 0, 0, 60, 0, 0),
('polladdresstime', 'i:604800;', 'text', 'polls', 'i:604800;', 0, 0, 70, 0, 0),
('delete_polls', 'i:0;', 'select', 'polls', 'i:0;', 0, 0, 80, 0, 0),
('aftersave', 's:4:"list";', 'select', 'polls', 's:4:"list";', 0, 9, 90, 0, 0),
('meta_tags', 'i:0;', 'select', 'polls', 'i:0;', 0, 0, 100, 0, 0),
('likes_polls', 'i:1;', 'select', 'polls', 'i:1;', 0, 41, 110, 0, 0),
('tab_whatsnew', 'N;', 'tab', 'polls', 'N;', 0, -1, 0, 1, 1),
('fs_whatsnew', 'N;', 'fieldset', 'polls', 'N;', 0, -1, 0, 1, 1),
('newpollsinterval', 'i:1209600;', 'text', 'polls', 'i:1209600;', 0, -1, 10, 1, 1),
('hidenewpolls', 's:4:"hide";', 'select', 'polls', 's:4:"hide";', 0, 5, 20, 1, 1),
('title_trim_length', 'i:20;', 'text', 'polls', 'i:20;', 0, -1, 30, 1, 1),
('tab_permissions', 'N;', 'tab', 'polls', 'N;', 0, -1, 0, 2, 2),
('fs_permissions', 'N;', 'fieldset', 'polls', 'N;', 0, -1, 0, 2, 2),
('default_permissions', 'a:4:{i:0;i:3;i:1;i:2;i:2;i:2;i:3;i:2;}', '@select', 'polls', 'a:4:{i:0;i:3;i:1;i:2;i:2;i:2;i:3;i:2;}', 0, 12, 100, 2, 2),
('tab_autotag_permissions', 'N;', 'tab', 'polls', 'N;', 0, -1, 0, 10, 10),
('fs_autotag_permissions', 'N;', 'fieldset', 'polls', 'N;', 0, -1, 0, 10, 10),
('autotag_permissions_poll', 'a:4:{i:0;i:2;i:1;i:2;i:2;i:2;i:3;i:2;}', '@select', 'polls', 'a:4:{i:0;i:2;i:1;i:2;i:2;i:2;i:3;i:2;}', 0, 13, 10, 10, 10),
('autotag_permissions_poll_vote', 'a:4:{i:0;i:2;i:1;i:2;i:2;i:0;i:3;i:0;}', '@select', 'polls', 'a:4:{i:0;i:2;i:1;i:2;i:2;i:0;i:3;i:0;}', 0, 13, 10, 10, 10),
('autotag_permissions_poll_result', 'a:4:{i:0;i:2;i:1;i:2;i:2;i:0;i:3;i:0;}', '@select', 'polls', 'a:4:{i:0;i:2;i:1;i:2;i:2;i:0;i:3;i:0;}', 0, 13, 10, 10, 10),
('tab_poll_block', 'N;', 'tab', 'polls', 'N;', 0, -1, 0, 20, 20),
('fs_block_settings', 'N;', 'fieldset', 'polls', 'N;', 0, -1, 0, 20, 10),
('block_enable', 'b:1;', 'select', 'polls', 'b:1;', 0, 0, 10, 20, 10),
('block_isleft', 'i:0;', 'select', 'polls', 'i:0;', 0, 0, 20, 20, 10),
('block_order', 'i:100;', 'text', 'polls', 'i:100;', 0, 0, 30, 20, 10),
('block_topic_option', 's:3:"all";', 'select', 'polls', 's:3:"all";', 0, 15, 40, 20, 10),
('block_topic', 'a:0:{}', '%select', 'polls', 'a:0:{}', 0, -1, 50, 20, 10),
('fs_block_permissions', 'N;', 'fieldset', 'polls', 'N;', 0, -1, 0, 20, 20),
('block_group_id', 's:2:"22";', 'select', 'polls', 's:2:"22";', 0, -1, 10, 20, 20),
('block_permissions', 'a:4:{i:0;i:2;i:1;i:2;i:2;i:2;i:3;i:2;}', '@select', 'polls', 'a:4:{i:0;i:2;i:1;i:2;i:2;i:2;i:3;i:2;}', 0, 14, 20, 20, 20),
('sg_main', 'N;', 'subgroup', 'recaptcha', 'N;', 0, -1, 0, 0, 0),
('tab_general', 'N;', 'tab', 'recaptcha', 'N;', 0, -1, 0, 0, 0),
('fs_system', 'N;', 'fieldset', 'recaptcha', 'N;', 0, -1, 0, 0, 0),
('site_key', 's:0:"";', 'text', 'recaptcha', 's:0:"";', 0, -1, 10, 0, 0),
('secret_key', 's:0:"";', 'text', 'recaptcha', 's:0:"";', 0, -1, 20, 0, 0),
('invisible_site_key', 's:0:"";', 'text', 'recaptcha', 's:0:"";', 0, -1, 30, 0, 0),
('invisible_secret_key', 's:0:"";', 'text', 'recaptcha', 's:0:"";', 0, -1, 40, 0, 0),
('site_key_v3', 's:0:"";', 'text', 'recaptcha', 's:0:"";', 0, -1, 50, 0, 0),
('secret_key_v3', 's:0:"";', 'text', 'recaptcha', 's:0:"";', 0, -1, 60, 0, 0),
('logging', 'i:0;', 'select', 'recaptcha', 'i:0;', 0, 0, 70, 0, 0),
('anonymous_only', 'i:0;', 'select', 'recaptcha', 'i:0;', 0, 0, 80, 0, 0),
('remoteusers', 'i:0;', 'select', 'recaptcha', 'i:0;', 0, 0, 90, 0, 0),
('tab_integration', 'N;', 'tab', 'recaptcha', 'N;', 0, -1, 100, 1, 0),
('fs_integration', 'N;', 'fieldset', 'recaptcha', 'N;', 0, -1, 110, 1, 0),
('enable_comment', 'i:4;', 'select', 'recaptcha', 'i:4;', 0, 2, 120, 1, 0),
('enable_contact', 'i:4;', 'select', 'recaptcha', 'i:4;', 0, 2, 130, 1, 0),
('enable_emailstory', 'i:4;', 'select', 'recaptcha', 'i:4;', 0, 2, 140, 1, 0),
('enable_registration', 'i:4;', 'select', 'recaptcha', 'i:4;', 0, 2, 150, 1, 0),
('enable_getpassword', 'i:4;', 'select', 'recaptcha', 'i:4;', 0, 2, 160, 1, 0),
('enable_loginform', 'i:4;', 'select', 'recaptcha', 'i:4;', 0, 2, 170, 1, 0),
('enable_story', 'i:4;', 'select', 'recaptcha', 'i:4;', 0, 2, 180, 1, 0),
('tab_score', 'N;', 'tab', 'recaptcha', 'N;', 0, -1, 190, 2, 0),
('fs_score', 'N;', 'fieldset', 'recaptcha', 'N;', 0, -1, 200, 2, 0),
('score_comment', 'd:0.5;', 'text', 'recaptcha', 'd:0.5;', 0, -1, 210, 2, 0),
('score_contact', 'd:0.5;', 'text', 'recaptcha', 'd:0.5;', 0, -1, 220, 2, 0),
('score_emailstory', 'd:0.5;', 'text', 'recaptcha', 'd:0.5;', 0, -1, 230, 2, 0),
('score_registration', 'd:0.5;', 'text', 'recaptcha', 'd:0.5;', 0, -1, 240, 2, 0),
('score_getpassword', 'd:0.5;', 'text', 'recaptcha', 'd:0.5;', 0, -1, 250, 2, 0),
('score_loginform', 'd:0.5;', 'text', 'recaptcha', 'd:0.5;', 0, -1, 260, 2, 0);
INSERT INTO `[[dbprefix]]conf_values` VALUES
('score_story', 'd:0.5;', 'text', 'recaptcha', 'd:0.5;', 0, -1, 270, 2, 0),
('sg_main', 'N;', 'subgroup', 'spamx', 'N;', 0, -1, 0, 0, 0),
('tab_main', 'N;', 'tab', 'spamx', 'N;', 0, -1, 0, 0, 0),
('fs_main', 'N;', 'fieldset', 'spamx', 'N;', 0, -1, 0, 0, 0),
('logging', 'b:1;', 'select', 'spamx', 'b:1;', 0, 1, 10, 0, 0),
('timeout', 'i:5;', 'text', 'spamx', 'i:5;', 0, -1, 30, 0, 0),
('notification_email', 'unset', 'text', 'spamx', 's:0:"";', 0, -1, 40, 0, 0),
('spamx_action', 'unset', 'text', 'spamx', 'i:128;', 0, -1, 50, 0, 0),
('max_age', 'i:0;', 'text', 'spamx', 'i:0;', 0, -1, 60, 0, 0),
('records_delete', 'a:2:{i:0;s:5:"email";i:1;s:2:"IP";}', '%text', 'spamx', 'a:2:{i:0;s:5:"email";i:1;s:2:"IP";}', 0, -1, 70, 0, 0),
('tab_modules', 'N;', 'tab', 'spamx', 'N;', 0, -1, 0, 10, 0),
('fs_sfs', 'N;', 'fieldset', 'spamx', 'N;', 0, -1, 0, 10, 0),
('sfs_enabled', 'b:0;', 'select', 'spamx', 'b:0;', 0, 1, 10, 10, 0),
('sfs_confidence', 'i:25;', 'text', 'spamx', 'i:25;', 0, -1, 20, 10, 0),
('fs_snl', 'N;', 'fieldset', 'spamx', 'N;', 0, -1, 0, 10, 10),
('snl_enabled', 'b:0;', 'select', 'spamx', 'b:0;', 0, 1, 10, 10, 10),
('snl_num_links', 'i:5;', 'text', 'spamx', 'i:5;', 0, -1, 20, 10, 10),
('fs_akismet', 'N;', 'fieldset', 'spamx', 'N;', 0, -1, 0, 10, 20),
('akismet_enabled', 'b:0;', 'select', 'spamx', 'b:0;', 0, 1, 10, 10, 20),
('akismet_api_key', 's:0:"";', 'text', 'spamx', 's:0:"";', 0, -1, 20, 10, 20),
('sg_main', 'N;', 'subgroup', 'staticpages', 'N;', 0, -1, 0, 0, 0),
('tab_main', 'N;', 'tab', 'staticpages', 'N;', 0, -1, 0, 0, 0),
('fs_main', 'N;', 'fieldset', 'staticpages', 'N;', 0, -1, 0, 0, 0),
('allow_php', 'i:0;', 'select', 'staticpages', 'i:0;', 0, 0, 10, 0, 0),
('enable_eval_php_save', 'i:0;', 'select', 'staticpages', 'i:0;', 0, 0, 15, 0, 0),
('sort_by', 's:2:"id";', 'select', 'staticpages', 's:2:"id";', 0, 2, 20, 0, 0),
('sort_menu_by', 's:5:"label";', 'select', 'staticpages', 's:5:"label";', 0, 3, 30, 0, 0),
('sort_list_by', 's:5:"title";', 'select', 'staticpages', 's:5:"title";', 0, 4, 35, 0, 0),
('delete_pages', 'i:0;', 'select', 'staticpages', 'i:0;', 0, 0, 40, 0, 0),
('in_block', 'i:1;', 'select', 'staticpages', 'i:1;', 0, 0, 50, 0, 0),
('show_hits', 'i:1;', 'select', 'staticpages', 'i:1;', 0, 0, 60, 0, 0),
('show_date', 'i:1;', 'select', 'staticpages', 'i:1;', 0, 0, 70, 0, 0),
('filter_html', 'i:0;', 'select', 'staticpages', 'i:0;', 0, 0, 80, 0, 0),
('censor', 'i:0;', 'select', 'staticpages', 'i:0;', 0, 0, 90, 0, 0),
('aftersave', 's:4:"list";', 'select', 'staticpages', 's:4:"list";', 0, 9, 100, 0, 0),
('atom_max_items', 'i:10;', 'text', 'staticpages', 'i:10;', 0, -1, 110, 0, 0),
('meta_tags', 'i:0;', 'select', 'staticpages', 'i:0;', 0, 0, 120, 0, 0),
('comment_code', 'i:-1;', 'select', 'staticpages', 'i:-1;', 0, 17, 125, 0, 0),
('structured_data_type_default', 's:12:"core-webpage";', 'select', 'staticpages', 's:12:"core-webpage";', 0, 39, 126, 0, 0),
('draft_flag', 'i:0;', 'select', 'staticpages', 'i:0;', 0, 0, 127, 0, 0),
('disable_breadcrumbs_staticpages', 'i:0;', 'select', 'staticpages', 'i:0;', 0, 0, 128, 0, 0),
('default_cache_time', 'i:0;', 'text', 'staticpages', 'i:0;', 0, -1, 129, 0, 0),
('likes_pages', 'i:0;', 'select', 'staticpages', 'i:0;', 0, 41, 130, 0, 0),
('langurl_staticpages', 'a:3:{i:0;s:11:"staticpages";i:1;s:9:"index.php";i:2;s:4:"page";}', '@hidden', 'Core', 'a:3:{i:0;s:11:"staticpages";i:1;s:9:"index.php";i:2;s:4:"page";}', 7, 1, 1830, 31, 31),
('tab_whatsnew', 'N;', 'tab', 'staticpages', 'N;', 0, -1, 0, 1, 1),
('fs_whatsnew', 'N;', 'fieldset', 'staticpages', 'N;', 0, -1, 0, 1, 1),
('newstaticpagesinterval', 'i:1209600;', 'text', 'staticpages', 'i:1209600;', 0, -1, 10, 1, 1),
('hidenewstaticpages', 's:4:"hide";', 'select', 'staticpages', 's:4:"hide";', 0, 5, 20, 1, 1),
('title_trim_length', 'i:20;', 'text', 'staticpages', 'i:20;', 0, -1, 30, 1, 1),
('includecenterblocks', 'i:0;', 'select', 'staticpages', 'i:0;', 0, 0, 40, 1, 1),
('includephp', 'i:0;', 'select', 'staticpages', 'i:0;', 0, 0, 50, 1, 1),
('tab_search', 'N;', 'tab', 'staticpages', 'N;', 0, -1, 0, 2, 2),
('fs_search', 'N;', 'fieldset', 'staticpages', 'N;', 0, -1, 0, 2, 2),
('includesearch', 'i:1;', 'select', 'staticpages', 'i:1;', 0, 0, 10, 2, 2),
('includesearchcenterblocks', 'i:0;', 'select', 'staticpages', 'i:0;', 0, 0, 20, 2, 2),
('includesearchphp', 'i:0;', 'select', 'staticpages', 'i:0;', 0, 0, 30, 2, 2),
('includesearchtemplate', 'i:0;', 'select', 'staticpages', 'i:0;', 0, 0, 40, 2, 2),
('tab_permissions', 'N;', 'tab', 'staticpages', 'N;', 0, -1, 0, 3, 3),
('fs_permissions', 'N;', 'fieldset', 'staticpages', 'N;', 0, -1, 0, 3, 3),
('default_permissions', 'a:4:{i:0;i:3;i:1;i:2;i:2;i:2;i:3;i:2;}', '@select', 'staticpages', 'a:4:{i:0;i:3;i:1;i:2;i:2;i:2;i:3;i:2;}', 0, 12, 130, 3, 3),
('tab_autotag_permissions', 'N;', 'tab', 'staticpages', 'N;', 0, -1, 0, 10, 10),
('fs_autotag_permissions', 'N;', 'fieldset', 'staticpages', 'N;', 0, -1, 0, 10, 10),
('autotag_permissions_staticpage', 'a:4:{i:0;i:2;i:1;i:2;i:2;i:2;i:3;i:2;}', '@select', 'staticpages', 'a:4:{i:0;i:2;i:1;i:2;i:2;i:2;i:3;i:2;}', 0, 13, 10, 10, 10),
('autotag_permissions_staticpage_content', 'a:4:{i:0;i:2;i:1;i:2;i:2;i:0;i:3;i:0;}', '@select', 'staticpages', 'a:4:{i:0;i:2;i:1;i:2;i:2;i:0;i:3;i:0;}', 0, 13, 10, 10, 10),
('sg_main', 'N;', 'subgroup', 'xmlsitemap', 'N;', 0, -1, 0, 0, 0),
('tab_main', 'N;', 'tab', 'xmlsitemap', 'N;', 0, -1, 0, 0, 0),
('fs_main', 'N;', 'fieldset', 'xmlsitemap', 'N;', 0, -1, 0, 0, 0),
('sitemap_file', 's:11:"sitemap.xml";', 'text', 'xmlsitemap', 's:11:"sitemap.xml";', 0, -1, 10, 0, 0),
('mobile_sitemap_file', 'unset', 'text', 'xmlsitemap', 's:18:"mobile_sitemap.xml";', 0, -1, 20, 0, 0),
('include_homepage', 'b:0;', 'select', 'xmlsitemap', 'b:0;', 0, 1, 25, 0, 0),
('types', 'a:4:{i:0;s:7:"article";i:1;s:8:"calendar";i:2;s:5:"polls";i:3;s:11:"staticpages";}', '%text', 'xmlsitemap', 'a:4:{i:0;s:7:"article";i:1;s:8:"calendar";i:2;s:5:"polls";i:3;s:11:"staticpages";}', 0, -1, 30, 0, 0),
('lastmod', 'a:4:{i:0;s:7:"article";i:1;s:8:"calendar";i:2;s:5:"polls";i:3;s:11:"staticpages";}', '%text', 'xmlsitemap', 'a:4:{i:0;s:7:"article";i:1;s:8:"calendar";i:2;s:5:"polls";i:3;s:11:"staticpages";}', 0, -1, 50, 0, 0),
('tab_pri', 'N;', 'tab', 'xmlsitemap', 'N;', 0, -1, 0, 1, 1),
('fs_pri', 'N;', 'fieldset', 'xmlsitemap', 'N;', 0, -1, 0, 1, 1),
('priorities', 'a:4:{s:7:"article";d:0.5;s:8:"calendar";d:0.5;s:5:"polls";d:0.5;s:11:"staticpages";d:0.5;}', '*text', 'xmlsitemap', 'a:4:{s:7:"article";d:0.5;s:8:"calendar";d:0.5;s:5:"polls";d:0.5;s:11:"staticpages";d:0.5;}', 0, -1, 50, 1, 1),
('tab_freq', 'N;', 'tab', 'xmlsitemap', 'N;', 0, -1, 0, 2, 2),
('fs_freq', 'N;', 'fieldset', 'xmlsitemap', 'N;', 0, -1, 0, 2, 2),
('frequencies', 'a:4:{s:7:"article";s:5:"daily";s:8:"calendar";s:5:"daily";s:5:"polls";s:5:"daily";s:11:"staticpages";s:6:"weekly";}', '@select', 'xmlsitemap', 'a:4:{s:7:"article";s:5:"daily";s:8:"calendar";s:5:"daily";s:5:"polls";s:5:"daily";s:11:"staticpages";s:6:"weekly";}', 0, 20, 60, 2, 2),
('tab_ping', 'N;', 'tab', 'xmlsitemap', 'N;', 0, -1, 0, 3, 3),
('fs_ping', 'N;', 'fieldset', 'xmlsitemap', 'N;', 0, -1, 0, 3, 3),
('ping_google', 'b:1;', 'select', 'xmlsitemap', 'b:1;', 0, 1, 100, 3, 3),
('indexnow', 'b:0;', 'select', 'xmlsitemap', 'b:0;', 0, 1, 110, 3, 3),
('indexnow_key', 's:0:"";', 'text', 'xmlsitemap', 's:0:"";', 0, -1, 111, 3, 3),
('indexnow_key_location', 's:0:"";', 'text', 'xmlsitemap', 's:0:"";', 0, -1, 112, 3, 3),
('tab_news', 'N;', 'tab', 'xmlsitemap', 'N;', 0, -1, 0, 4, 4),
('fs_news', 'N;', 'fieldset', 'xmlsitemap', 'N;', 0, -1, 0, 4, 4),
('news_sitemap_file', 'unset', 'text', 'xmlsitemap', 's:16:"news_sitemap.xml";', 0, -1, 120, 4, 4),
('news_sitemap_topics', 'a:0:{}', '%text', 'xmlsitemap', 'a:0:{}', 0, -1, 130, 4, 4),
('news_sitemap_age', 'i:172800;', 'text', 'xmlsitemap', 'i:172800;', 0, -1, 140, 4, 4);

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]events`
--

CREATE TABLE `[[dbprefix]]events` (
  `eid` varchar(20) NOT NULL DEFAULT '',
  `title` varchar(128) DEFAULT NULL,
  `description` text,
  `postmode` varchar(10) NOT NULL DEFAULT 'plaintext',
  `datestart` date DEFAULT NULL,
  `dateend` date DEFAULT NULL,
  `url` varchar(255) DEFAULT NULL,
  `hits` mediumint(8) unsigned NOT NULL DEFAULT '0',
  `owner_id` mediumint(8) unsigned NOT NULL DEFAULT '1',
  `group_id` mediumint(8) unsigned NOT NULL DEFAULT '1',
  `perm_owner` tinyint(1) unsigned NOT NULL DEFAULT '3',
  `perm_group` tinyint(1) unsigned NOT NULL DEFAULT '3',
  `perm_members` tinyint(1) unsigned NOT NULL DEFAULT '2',
  `perm_anon` tinyint(1) unsigned NOT NULL DEFAULT '2',
  `address1` varchar(40) DEFAULT NULL,
  `address2` varchar(40) DEFAULT NULL,
  `city` varchar(60) DEFAULT NULL,
  `state` varchar(40) DEFAULT NULL,
  `zipcode` varchar(16) DEFAULT NULL,
  `allday` tinyint(1) NOT NULL DEFAULT '0',
  `event_type` varchar(40) NOT NULL DEFAULT '',
  `location` varchar(128) DEFAULT NULL,
  `timestart` time DEFAULT NULL,
  `timeend` time DEFAULT NULL,
  PRIMARY KEY (`eid`),
  KEY `events_eid` (`eid`),
  KEY `events_event_type` (`event_type`),
  KEY `events_datestart` (`datestart`),
  KEY `events_dateend` (`dateend`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]eventsubmission`
--

CREATE TABLE `[[dbprefix]]eventsubmission` (
  `eid` varchar(20) NOT NULL DEFAULT '',
  `title` varchar(128) DEFAULT NULL,
  `description` text,
  `location` varchar(128) DEFAULT NULL,
  `datestart` date DEFAULT NULL,
  `dateend` date DEFAULT NULL,
  `url` varchar(255) DEFAULT NULL,
  `allday` tinyint(1) NOT NULL DEFAULT '0',
  `zipcode` varchar(16) DEFAULT NULL,
  `state` varchar(40) DEFAULT NULL,
  `city` varchar(60) DEFAULT NULL,
  `address2` varchar(40) DEFAULT NULL,
  `address1` varchar(40) DEFAULT NULL,
  `event_type` varchar(40) NOT NULL DEFAULT '',
  `timestart` time DEFAULT NULL,
  `timeend` time DEFAULT NULL,
  `owner_id` mediumint(8) unsigned NOT NULL DEFAULT '1',
  PRIMARY KEY (`eid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `[[dbprefix]]eventsubmission`
--

INSERT INTO `[[dbprefix]]eventsubmission` VALUES
('2008050110130162', 'Installed the Calendar plugin', 'Today, you successfully installed the Calendar plugin.', 'Your webserver', '[[regday]]', '[[regday]]', 'https://www.geeklog.net/', 1, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, 1);

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]features`
--

CREATE TABLE `[[dbprefix]]features` (
  `ft_id` mediumint(8) NOT NULL AUTO_INCREMENT,
  `ft_name` varchar(50) NOT NULL DEFAULT '',
  `ft_descr` varchar(255) NOT NULL DEFAULT '',
  `ft_gl_core` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`ft_id`),
  KEY `ft_name` (`ft_name`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC AUTO_INCREMENT=110 ;

--
-- Dumping data for table `[[dbprefix]]features`
--

INSERT INTO `[[dbprefix]]features` VALUES
(1, 'story.edit', 'Access to story editor', 1),
(2, 'story.moderate', 'Ability to moderate pending stories', 1),
(3, 'story.submit', 'May skip the story submission queue', 1),
(4, 'story.ping', 'Ability to send pings, pingbacks, or trackbacks for stories', 1),
(5, 'user.edit', 'Access to user editor', 1),
(6, 'user.delete', 'Ability to delete a user', 1),
(7, 'user.mail', 'Ability to send email to members', 1),
(8, 'syndication.edit', 'Access to Content Syndication', 1),
(9, 'webservices.atompub', 'May use Atompub Webservices (if restricted)', 1),
(10, 'block.edit', 'Access to block editor', 1),
(11, 'topic.edit', 'Access to topic editor', 1),
(13, 'plugin.edit', 'Can change plugin status', 1),
(14, 'group.edit', 'Ability to edit groups', 1),
(15, 'group.delete', 'Ability to delete groups', 1),
(16, 'block.delete', 'Ability to delete a block', 1),
(17, 'plugin.install', 'Can install/uninstall plugins', 1),
(18, 'plugin.upload', 'Can upload new plugins', 1),
(19, 'group.assign', 'Ability to assign users to groups', 1),
(20, 'comment.moderate', 'Ability to moderate comments', 1),
(21, 'comment.submit', 'Comments are automatically published', 1),
(22, 'htmlfilter.skip', 'Skip filtering posts for HTML', 1),
(23, 'config.Core.tab_site', 'Access to configure site', 1),
(24, 'config.Core.tab_mail', 'Access to configure mail', 1),
(25, 'config.Core.tab_syndication', 'Access to configure syndication', 1),
(26, 'config.Core.tab_paths', 'Access to configure paths', 1),
(27, 'config.Core.tab_pear', 'Access to configure PEAR', 1),
(28, 'config.Core.tab_mysql', 'Access to configure MySQL', 1),
(29, 'config.Core.tab_search', 'Access to configure search', 1),
(30, 'config.Core.tab_story', 'Access to configure story', 1),
(31, 'config.Core.tab_trackback', 'Access to configure trackback', 1),
(32, 'config.Core.tab_pingback', 'Access to configure pingback', 1),
(33, 'config.Core.tab_theme', 'Access to configure theme', 1),
(34, 'config.Core.tab_theme_advanced', 'Access to configure theme advanced settings', 1),
(35, 'config.Core.tab_admin_block', 'Access to configure admin block', 1),
(36, 'config.Core.tab_topics_block', 'Access to configure topics block', 1),
(37, 'config.Core.tab_whosonline_block', 'Access to configure who''s online block', 1),
(38, 'config.Core.tab_whatsnew_block', 'Access to configure what''s new block', 1),
(39, 'config.Core.tab_users', 'Access to configure users', 1),
(40, 'config.Core.tab_spamx', 'Access to configure Spam-x', 1),
(41, 'config.Core.tab_login', 'Access to configure login settings', 1),
(42, 'config.Core.tab_user_submission', 'Access to configure user submission', 1),
(43, 'config.Core.tab_submission', 'Access to configure submission settings', 1),
(44, 'config.Core.tab_comments', 'Access to configure comments', 1),
(45, 'config.Core.tab_imagelib', 'Access to configure image library', 1),
(46, 'config.Core.tab_upload', 'Access to configure upload', 1),
(47, 'config.Core.tab_articleimg', 'Access to configure images in article', 1),
(48, 'config.Core.tab_topicicon', 'Access to configure topic icons', 1),
(49, 'config.Core.tab_userphoto', 'Access to configure photos', 1),
(50, 'config.Core.tab_gravatar', 'Access to configure gravatar', 1),
(51, 'config.Core.tab_language', 'Access to configure language', 1),
(52, 'config.Core.tab_locale', 'Access to configure locale', 1),
(53, 'config.Core.tab_cookies', 'Access to configure cookies', 1),
(54, 'config.Core.tab_misc', 'Access to configure miscellaneous settings', 1),
(55, 'config.Core.tab_debug', 'Access to configure debug', 1),
(56, 'config.Core.tab_daily_digest', 'Access to configure daily digest', 1),
(57, 'config.Core.tab_htmlfilter', 'Access to configure HTML filtering', 1),
(58, 'config.Core.tab_censoring', 'Access to configure censoring', 1),
(59, 'config.Core.tab_iplookup', 'Access to configure IP lookup', 1),
(60, 'config.Core.tab_permissions', 'Access to configure default permissions for story, topic, block and autotags', 1),
(61, 'config.Core.tab_webservices', 'Access to configure webservices', 1),
(62, 'filemanager.admin', 'Ability to use File Manager', 0),
(63, 'config.Filemanager.tab_general', 'Access to configure Filemanager General Settings', 0),
(64, 'config.Filemanager.tab_upload', 'Access to configure Filemanager Upload Settings', 0),
(65, 'config.Filemanager.tab_images', 'Access to configure Filemanager Images Settings', 0),
(66, 'config.Filemanager.tab_videos', 'Access to configure Filemanager Videos Settings', 0),
(67, 'config.Filemanager.tab_audios', 'Access to configure Filemanager Audios Settings', 0),
(68, 'language.edit', 'Can manage Language Settings', 1),
(69, 'theme.edit', 'Can manage Theme Settings', 1),
(70, 'structureddata.autotag', 'Can use the Structured Data Autotag', 1),
(71, 'calendar.moderate', 'Ability to moderate pending events', 0),
(72, 'calendar.edit', 'Access to event editor', 0),
(73, 'calendar.submit', 'May skip the event submission queue', 0),
(74, 'config.calendar.tab_main', 'Access to configure general calendar settings', 0),
(75, 'config.calendar.tab_permissions', 'Access to configure event default permissions', 0),
(76, 'config.calendar.tab_autotag_permissions', 'Access to configure event autotag usage permissions', 0),
(77, 'config.calendar.tab_events_block', 'Access to configure events block', 0),
(78, 'links.edit', 'Access to links editor', 0),
(79, 'links.moderate', 'Ability to moderate pending links', 0),
(80, 'links.submit', 'May skip the links submission queue', 0),
(81, 'config.links.tab_public', 'Access to configure public links list settings', 0),
(82, 'config.links.tab_admin', 'Access to configure links admin settings', 0),
(83, 'config.links.tab_permissions', 'Access to configure link permissions', 0),
(84, 'config.links.tab_cpermissions', 'Access to configure link''s category permissions', 0),
(85, 'config.links.tab_autotag_permissions', 'Access to configure link''s autotag usage permissions', 0),
(86, 'polls.edit', 'Access to polls editor', 0),
(87, 'config.polls.tab_whatsnew', 'Access to configure polls what''s new block', 0),
(88, 'config.polls.tab_main', 'Access to configure general polls settings', 0),
(89, 'config.polls.tab_permissions', 'Access to configure polls default permissions', 0),
(90, 'config.polls.tab_autotag_permissions', 'Access to configure polls autotag usage permissions', 0),
(91, 'config.polls.tab_poll_block', 'Access to configure polls block', 0),
(92, 'recaptcha.edit', 'Access to reCAPTCHA editor', 0),
(93, 'spamx.admin', 'Full access to Spam-X plugin', 0),
(94, 'spamx.skip', 'Skip checking posts for Spam', 0),
(95, 'config.spamx.tab_main', 'Access to configure Spam-x main settings', 0),
(96, 'config.spamx.tab_modules', 'Access to configure Spam-x modules', 0),
(97, 'staticpages.edit', 'Access to Static Pages editor', 0),
(98, 'staticpages.delete', 'Ability to delete static pages', 0),
(99, 'staticpages.PHP', 'Ability to use PHP in static pages', 0),
(100, 'config.staticpages.tab_main', 'Access to configure static pages main settings', 0),
(101, 'config.staticpages.tab_whatsnew', 'Access to configure static pages what''s new block', 0),
(102, 'config.staticpages.tab_search', 'Access to configure static pages search results', 0),
(103, 'config.staticpages.tab_permissions', 'Access to configure static pages default permissions', 0),
(104, 'config.staticpages.tab_autotag_permissions', 'Access to configure static pages autotag usage permissions', 0),
(105, 'xmlsitemap.edit', 'Access to XMLSitemap administration screen', 0),
(106, 'config.xmlsitemap.tab_main', 'Access to configure general XMLSitemap settings', 0),
(107, 'config.xmlsitemap.tab_pri', 'Access to configure XMLSitemap priorities', 0),
(108, 'config.xmlsitemap.tab_freq', 'Access to configure XMLSitemap update frequency', 0),
(109, 'config.xmlsitemap.tab_ping', 'Access to configure XMLSitemap pings', 0);

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]groups`
--

CREATE TABLE `[[dbprefix]]groups` (
  `grp_id` mediumint(8) NOT NULL AUTO_INCREMENT,
  `grp_name` varchar(50) NOT NULL DEFAULT '',
  `grp_descr` varchar(255) NOT NULL DEFAULT '',
  `grp_gl_core` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `grp_default` tinyint(1) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`grp_id`),
  UNIQUE KEY `grp_name` (`grp_name`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC AUTO_INCREMENT=27 ;

--
-- Dumping data for table `[[dbprefix]]groups`
--

INSERT INTO `[[dbprefix]]groups` VALUES
(1, 'Root', 'Has full access to the site', 1, 0),
(2, 'All Users', 'Group that a typical user is added to', 1, 0),
(3, 'Story Admin', 'Has full access to story features', 1, 0),
(4, 'Block Admin', 'Has full access to block features', 1, 0),
(5, 'Syndication Admin', 'Can create and modify web feeds for the site', 1, 0),
(6, 'Topic Admin', 'Has full access to topic features', 1, 0),
(7, 'Remote Users', 'Users in this group can have authenticated against a remote server.', 1, 0),
(8, 'Webservices Users', 'Can use the Webservices API (if restricted)', 0, 0),
(9, 'User Admin', 'Has full access to user features', 1, 0),
(10, 'Plugin Admin', 'Has full access to plugin features', 1, 0),
(11, 'Group Admin', 'Is a User Admin with access to groups, too', 1, 0),
(12, 'Mail Admin', 'Can use Mail Utility', 1, 0),
(13, 'Logged-in Users', 'All registered members', 1, 0),
(14, 'Comment Admin', 'Can moderate comments', 1, 0),
(15, 'Comment Submitters', 'Can submit comments', 0, 0),
(16, 'Configuration Admin', 'Has full access to configuration', 1, 0),
(17, 'Filemanager Admin', 'Has full access to File Manager', 1, 0),
(18, 'Language Admin', 'Has full access to language', 1, 0),
(19, 'Theme Admin', 'Has full access to themes', 1, 0),
(20, 'Calendar Admin', 'Has full access to Calendar features', 0, 0),
(21, 'Links Admin', 'Has full access to Links features', 0, 0),
(22, 'Polls Admin', 'Has full access to Polls features', 0, 0),
(23, 'reCAPTCHA Admin', 'Users in this group can administer the ReCAPTCHA plugin', 0, 0),
(24, 'spamx Admin', 'Users in this group can administer the Spam-X plugin', 0, 0),
(25, 'Static Page Admin', 'Users in this group can administer the Static Pages plugin', 0, 0),
(26, 'XMLSitemap Admin', 'Has full access to XMLSitemap features', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]group_assignments`
--

CREATE TABLE `[[dbprefix]]group_assignments` (
  `ug_main_grp_id` mediumint(8) NOT NULL DEFAULT '0',
  `ug_uid` mediumint(8) unsigned DEFAULT NULL,
  `ug_grp_id` mediumint(8) unsigned DEFAULT NULL,
  KEY `group_assignments_ug_main_grp_id` (`ug_main_grp_id`),
  KEY `group_assignments_ug_uid` (`ug_uid`),
  KEY `ug_main_grp_id` (`ug_main_grp_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `[[dbprefix]]group_assignments`
--

INSERT INTO `[[dbprefix]]group_assignments` VALUES
(2, 1, NULL),
(2, 2, NULL),
(13, 2, NULL),
(1, 2, NULL),
(9, NULL, 11),
(3, NULL, 1),
(4, NULL, 1),
(5, NULL, 1),
(6, NULL, 1),
(8, NULL, 1),
(9, NULL, 1),
(10, NULL, 1),
(11, NULL, 1),
(12, NULL, 1),
(14, NULL, 1),
(15, NULL, 1),
(16, NULL, 1),
(17, NULL, 1),
(18, NULL, 1),
(19, NULL, 1),
(20, NULL, 1),
(21, NULL, 1),
(22, NULL, 1),
(23, NULL, 1),
(24, NULL, 1),
(25, NULL, 1),
(26, NULL, 1);

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]ip_addresses`
--

CREATE TABLE `[[dbprefix]]ip_addresses` (
  `seq` int(11) NOT NULL AUTO_INCREMENT,
  `ipaddress` varchar(39) NOT NULL DEFAULT '0.0.0.0',
  `created_at` int(11) NOT NULL DEFAULT '0',
  `is_anonymized` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`seq`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC AUTO_INCREMENT=1 ;

--
-- Dumping data for table `[[dbprefix]]ip_addresses`
--



-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]language_items`
--

CREATE TABLE `[[dbprefix]]language_items` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `var_name` varchar(30) NOT NULL,
  `language` varchar(30) NOT NULL,
  `name` varchar(30) NOT NULL,
  `value` text,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]likes`
--

CREATE TABLE `[[dbprefix]]likes` (
  `lid` int(11) NOT NULL AUTO_INCREMENT,
  `type` varchar(30) NOT NULL,
  `subtype` varchar(15) NOT NULL DEFAULT '',
  `id` varchar(128) NOT NULL,
  `uid` mediumint(9) NOT NULL,
  `seq` int(11) NOT NULL DEFAULT '0',
  `action` tinyint(4) NOT NULL,
  `created` datetime NOT NULL,
  PRIMARY KEY (`lid`),
  KEY `type` (`type`,`subtype`,`id`),
  KEY `type_2` (`type`,`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]linkcategories`
--

CREATE TABLE `[[dbprefix]]linkcategories` (
  `cid` varchar(32) NOT NULL,
  `pid` varchar(32) NOT NULL,
  `category` varchar(32) NOT NULL,
  `description` text,
  `tid` varchar(20) DEFAULT NULL,
  `created` datetime DEFAULT NULL,
  `modified` datetime DEFAULT NULL,
  `owner_id` mediumint(8) unsigned NOT NULL DEFAULT '1',
  `group_id` mediumint(8) unsigned NOT NULL DEFAULT '1',
  `perm_owner` tinyint(1) unsigned NOT NULL DEFAULT '3',
  `perm_group` tinyint(1) unsigned NOT NULL DEFAULT '2',
  `perm_members` tinyint(1) unsigned NOT NULL DEFAULT '2',
  `perm_anon` tinyint(1) unsigned NOT NULL DEFAULT '2',
  PRIMARY KEY (`cid`),
  KEY `links_pid` (`pid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `[[dbprefix]]linkcategories`
--

INSERT INTO `[[dbprefix]]linkcategories` VALUES
('geeklog-sites', 'site', 'Geeklog Sites', 'Sites using or related to the Geeklog CMS', NULL, '[[regtime]]', '[[regtime]]', 2, 21, 3, 3, 2, 2),
('site', 'root', 'Root', 'Website root', '', '[[regtime]]', '[[regtime]]', 2, 21, 3, 3, 2, 2);

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]links`
--

CREATE TABLE `[[dbprefix]]links` (
  `lid` varchar(40) NOT NULL DEFAULT '',
  `cid` varchar(32) DEFAULT NULL,
  `url` varchar(255) DEFAULT NULL,
  `description` text,
  `title` varchar(96) DEFAULT NULL,
  `hits` int(11) NOT NULL DEFAULT '0',
  `date` datetime DEFAULT NULL,
  `owner_id` mediumint(8) unsigned NOT NULL DEFAULT '1',
  `group_id` mediumint(8) unsigned NOT NULL DEFAULT '1',
  `perm_owner` tinyint(1) unsigned NOT NULL DEFAULT '3',
  `perm_group` tinyint(1) unsigned NOT NULL DEFAULT '2',
  `perm_members` tinyint(1) unsigned NOT NULL DEFAULT '2',
  `perm_anon` tinyint(1) unsigned NOT NULL DEFAULT '2',
  PRIMARY KEY (`lid`),
  KEY `links_category` (`cid`),
  KEY `links_date` (`date`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `[[dbprefix]]links`
--

INSERT INTO `[[dbprefix]]links` VALUES
('geeklog.net', 'geeklog-sites', 'https://www.geeklog.net/', 'Visit the Geeklog homepage for support, FAQs, updates, add-ons, and a great community.', 'Geeklog Project Homepage', 123, '[[regtime]]', 1, 21, 3, 3, 2, 2);

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]linksubmission`
--

CREATE TABLE `[[dbprefix]]linksubmission` (
  `lid` varchar(40) NOT NULL DEFAULT '',
  `cid` varchar(32) DEFAULT NULL,
  `url` varchar(255) DEFAULT NULL,
  `description` text,
  `title` varchar(96) DEFAULT NULL,
  `hits` int(11) DEFAULT NULL,
  `date` datetime DEFAULT NULL,
  `owner_id` mediumint(8) unsigned NOT NULL DEFAULT '1',
  PRIMARY KEY (`lid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]personal_events`
--

CREATE TABLE `[[dbprefix]]personal_events` (
  `eid` varchar(20) NOT NULL DEFAULT '',
  `title` varchar(128) DEFAULT NULL,
  `event_type` varchar(40) NOT NULL DEFAULT '',
  `datestart` date DEFAULT NULL,
  `dateend` date DEFAULT NULL,
  `address1` varchar(40) DEFAULT NULL,
  `address2` varchar(40) DEFAULT NULL,
  `city` varchar(60) DEFAULT NULL,
  `state` varchar(40) DEFAULT NULL,
  `zipcode` varchar(16) DEFAULT NULL,
  `allday` tinyint(1) NOT NULL DEFAULT '0',
  `url` varchar(255) DEFAULT NULL,
  `description` text,
  `postmode` varchar(10) NOT NULL DEFAULT 'plaintext',
  `owner_id` mediumint(8) unsigned NOT NULL DEFAULT '1',
  `group_id` mediumint(8) unsigned NOT NULL DEFAULT '1',
  `perm_owner` tinyint(1) unsigned NOT NULL DEFAULT '3',
  `perm_group` tinyint(1) unsigned NOT NULL DEFAULT '3',
  `perm_members` tinyint(1) unsigned NOT NULL DEFAULT '2',
  `perm_anon` tinyint(1) unsigned NOT NULL DEFAULT '2',
  `uid` mediumint(8) NOT NULL DEFAULT '0',
  `location` varchar(128) DEFAULT NULL,
  `timestart` time DEFAULT NULL,
  `timeend` time DEFAULT NULL,
  PRIMARY KEY (`eid`,`uid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]pingservice`
--

CREATE TABLE `[[dbprefix]]pingservice` (
  `pid` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(128) DEFAULT NULL,
  `ping_url` varchar(255) DEFAULT NULL,
  `site_url` varchar(255) DEFAULT NULL,
  `method` varchar(80) DEFAULT NULL,
  `is_enabled` tinyint(1) unsigned NOT NULL DEFAULT '1',
  PRIMARY KEY (`pid`),
  KEY `pingservice_is_enabled` (`is_enabled`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC AUTO_INCREMENT=2 ;

--
-- Dumping data for table `[[dbprefix]]pingservice`
--

INSERT INTO `[[dbprefix]]pingservice` VALUES
(1, 'Ping-O-Matic', 'http://rpc.pingomatic.com/', 'http://pingomatic.com/', 'weblogUpdates.ping', 1);

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]plugins`
--

CREATE TABLE `[[dbprefix]]plugins` (
  `pi_name` varchar(30) NOT NULL DEFAULT '',
  `pi_version` varchar(20) NOT NULL DEFAULT '',
  `pi_gl_version` varchar(20) NOT NULL DEFAULT '',
  `pi_enabled` tinyint(1) unsigned NOT NULL DEFAULT '1',
  `pi_homepage` varchar(128) NOT NULL DEFAULT '',
  `pi_load` smallint(5) unsigned NOT NULL DEFAULT '10000',
  PRIMARY KEY (`pi_name`),
  KEY `plugins_enabled` (`pi_enabled`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `[[dbprefix]]plugins`
--

INSERT INTO `[[dbprefix]]plugins` VALUES
('calendar', '1.1.9', '2.2.2', 1, 'https://www.geeklog.net/', 10000),
('links', '2.1.8', '2.2.2', 1, 'https://www.geeklog.net/', 10000),
('polls', '2.2.1', '2.2.2', 1, 'https://www.geeklog.net/', 10000),
('recaptcha', '1.2.4', '2.2.2', 1, 'https://github.com/Geeklog-Core/geeklog', 10000),
('spamx', '1.3.6', '2.2.0', 1, 'https://www.geeklog.net/', 10000),
('staticpages', '1.7.3', '2.2.2', 1, 'https://www.geeklog.net/', 10000),
('xmlsitemap', '2.0.3', '2.2.2', 1, 'https://github.com/Geeklog-Core/geeklog', 10000);

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]pollanswers`
--

CREATE TABLE `[[dbprefix]]pollanswers` (
  `pid` varchar(128) NOT NULL DEFAULT '',
  `qid` mediumint(9) NOT NULL DEFAULT '0',
  `aid` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `answer` varchar(255) DEFAULT NULL,
  `votes` mediumint(8) unsigned DEFAULT NULL,
  `remark` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`pid`,`qid`,`aid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `[[dbprefix]]pollanswers`
--

INSERT INTO `[[dbprefix]]pollanswers` VALUES
('geeklogfeaturepoll', 0, 1, 'Child Topics Support', 0, ''),
('geeklogfeaturepoll', 0, 2, 'Multiple Topics for Articles and Blocks', 0, ''),
('geeklogfeaturepoll', 0, 3, 'Updated Password Security', 0, ''),
('geeklogfeaturepoll', 0, 4, 'New Theme', 0, ''),
('geeklogfeaturepoll', 0, 5, 'Other', 0, ''),
('geeklogfeaturepoll', 1, 1, 'Permissions Handling', 0, ''),
('geeklogfeaturepoll', 1, 2, 'Spam Protection', 0, ''),
('geeklogfeaturepoll', 1, 3, 'Focus on Security', 0, ''),
('geeklogfeaturepoll', 1, 4, 'Plugin Availability', 0, ''),
('geeklogfeaturepoll', 1, 5, 'The Community', 0, '');

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]pollquestions`
--

CREATE TABLE `[[dbprefix]]pollquestions` (
  `qid` mediumint(9) NOT NULL DEFAULT '0',
  `pid` varchar(128) NOT NULL DEFAULT '',
  `question` varchar(255) NOT NULL,
  `allow_multipleanswers` tinyint(1) DEFAULT NULL,
  `description` mediumtext,
  PRIMARY KEY (`qid`,`pid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `[[dbprefix]]pollquestions`
--

INSERT INTO `[[dbprefix]]pollquestions` VALUES
(0, 'geeklogfeaturepoll', 'What is the best new feature of Geeklog?', NULL, NULL),
(1, 'geeklogfeaturepoll', 'What is the all-time best feature of Geeklog?', NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]polltopics`
--

CREATE TABLE `[[dbprefix]]polltopics` (
  `pid` varchar(128) NOT NULL DEFAULT '',
  `topic` varchar(255) DEFAULT NULL,
  `meta_description` text,
  `meta_keywords` text,
  `voters` mediumint(8) unsigned DEFAULT NULL,
  `questions` int(11) NOT NULL DEFAULT '0',
  `created` datetime DEFAULT NULL,
  `modified` datetime DEFAULT NULL,
  `display` tinyint(4) NOT NULL DEFAULT '0',
  `is_open` tinyint(1) NOT NULL DEFAULT '1',
  `hideresults` tinyint(1) NOT NULL DEFAULT '0',
  `commentcode` tinyint(4) NOT NULL DEFAULT '0',
  `statuscode` tinyint(4) NOT NULL DEFAULT '0',
  `owner_id` mediumint(8) unsigned NOT NULL DEFAULT '1',
  `group_id` mediumint(8) unsigned NOT NULL DEFAULT '1',
  `perm_owner` tinyint(1) unsigned NOT NULL DEFAULT '3',
  `perm_group` tinyint(1) unsigned NOT NULL DEFAULT '2',
  `perm_members` tinyint(1) unsigned NOT NULL DEFAULT '2',
  `perm_anon` tinyint(1) unsigned NOT NULL DEFAULT '2',
  `description` mediumtext,
  PRIMARY KEY (`pid`),
  KEY `pollquestions_qid` (`pid`),
  KEY `pollquestions_created` (`created`),
  KEY `pollquestions_display` (`display`),
  KEY `pollquestions_commentcode` (`commentcode`),
  KEY `pollquestions_statuscode` (`statuscode`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `[[dbprefix]]polltopics`
--

INSERT INTO `[[dbprefix]]polltopics` VALUES
('geeklogfeaturepoll', 'Tell us your opinion about Geeklog', 'A poll about users opinions of Geeklog.', 'Poll, Geeklog, Opinion', 0, 2, '[[regtime]]', '[[regtime]]', 1, 1, 1, 0, 0, 1, 22, 3, 2, 2, 2, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]pollvoters`
--

CREATE TABLE `[[dbprefix]]pollvoters` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `pid` varchar(128) NOT NULL,
  `seq` int(11) NOT NULL DEFAULT '0',
  `date` int(10) unsigned DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]routes`
--

CREATE TABLE `[[dbprefix]]routes` (
  `rid` int(11) NOT NULL AUTO_INCREMENT,
  `method` int(11) NOT NULL DEFAULT '1',
  `rule` varchar(255) NOT NULL DEFAULT '',
  `route` varchar(255) NOT NULL DEFAULT '',
  `status_code` int(11) NOT NULL DEFAULT '200',
  `priority` int(11) NOT NULL DEFAULT '100',
  `enabled` tinyint(1) unsigned NOT NULL DEFAULT '1',
  PRIMARY KEY (`rid`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC AUTO_INCREMENT=11 ;

--
-- Dumping data for table `[[dbprefix]]routes`
--

INSERT INTO `[[dbprefix]]routes` VALUES
(1, 1, '/article/@sid', '/article.php?story=@sid', 200, 100, 1),
(2, 1, '/article/@sid/print', '/article.php?story=@sid&mode=print', 200, 110, 1),
(3, 1, '/article/@sid/@page', '/article.php?story=@sid&page=@page', 200, 120, 1),
(4, 1, '/topic/@topic', '/index.php?topic=@topic', 200, 130, 1),
(5, 1, '/topic/@topic/@page', '/index.php?topic=@topic&page=@page', 200, 140, 1),
(6, 1, '/archives/@topic/@year/@month', '/directory.php?topic=@topic&year=@year&month=@month', 200, 150, 1),
(7, 1, '/page/@page', '/staticpages/index.php?page=@page', 200, 160, 1),
(8, 1, '/page/@page/print', '/staticpages/index.php?page=@page&disp_mode=print', 200, 170, 1),
(9, 1, '/links/portal/@item', '/links/portal.php?what=link&item=@item', 200, 180, 1),
(10, 1, '/links/category/@cat', '/links/index.php?category=@cat', 200, 190, 1);

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]sessions`
--

CREATE TABLE `[[dbprefix]]sessions` (
  `sess_id` varchar(190) NOT NULL DEFAULT '',
  `start_time` int(10) unsigned NOT NULL DEFAULT '0',
  `seq` int(11) NOT NULL DEFAULT '0',
  `uid` mediumint(8) NOT NULL DEFAULT '1',
  `whos_online` tinyint(1) NOT NULL DEFAULT '1',
  `autologin_key_hash` varchar(190) NOT NULL DEFAULT '',
  PRIMARY KEY (`sess_id`),
  KEY `start_time` (`start_time`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `[[dbprefix]]sessions`
--



-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]spamx`
--

CREATE TABLE `[[dbprefix]]spamx` (
  `name` varchar(20) NOT NULL DEFAULT '',
  `value` varchar(191) NOT NULL DEFAULT '',
  `counter` int(11) NOT NULL DEFAULT '0',
  `regdate` datetime DEFAULT NULL,
  PRIMARY KEY (`name`,`value`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]speedlimit`
--

CREATE TABLE `[[dbprefix]]speedlimit` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `ipaddress` varchar(39) NOT NULL DEFAULT '',
  `date` int(10) unsigned DEFAULT NULL,
  `type` varchar(30) NOT NULL DEFAULT 'submit',
  PRIMARY KEY (`id`),
  KEY `type_ipaddress` (`type`,`ipaddress`),
  KEY `date` (`date`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]staticpage`
--

CREATE TABLE `[[dbprefix]]staticpage` (
  `sp_id` varchar(128) NOT NULL DEFAULT '',
  `sp_title` varchar(128) NOT NULL DEFAULT '',
  `sp_page_title` varchar(128) NOT NULL DEFAULT '',
  `sp_content` text NOT NULL,
  `page_data` text,
  `sp_hits` mediumint(8) unsigned NOT NULL DEFAULT '0',
  `created` datetime DEFAULT NULL,
  `modified` datetime DEFAULT NULL,
  `sp_format` varchar(20) NOT NULL DEFAULT '',
  `sp_onmenu` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `sp_onhits` tinyint(1) unsigned NOT NULL DEFAULT '1',
  `sp_onlastupdate` tinyint(1) unsigned NOT NULL DEFAULT '1',
  `sp_label` varchar(64) DEFAULT NULL,
  `commentcode` tinyint(4) NOT NULL DEFAULT '0',
  `structured_data_type` varchar(40) NOT NULL DEFAULT '',
  `meta_description` text,
  `meta_keywords` text,
  `template_flag` tinyint(1) unsigned DEFAULT '0',
  `template_id` varchar(40) NOT NULL DEFAULT '',
  `cache_time` int(11) NOT NULL DEFAULT '0',
  `draft_flag` tinyint(1) unsigned DEFAULT '0',
  `search` tinyint(1) NOT NULL DEFAULT '1',
  `likes` tinyint(1) NOT NULL DEFAULT '-1',
  `owner_id` mediumint(8) unsigned NOT NULL DEFAULT '1',
  `group_id` mediumint(8) unsigned NOT NULL DEFAULT '1',
  `perm_owner` tinyint(1) unsigned NOT NULL DEFAULT '3',
  `perm_group` tinyint(1) unsigned NOT NULL DEFAULT '2',
  `perm_members` tinyint(1) unsigned NOT NULL DEFAULT '2',
  `perm_anon` tinyint(1) unsigned NOT NULL DEFAULT '2',
  `sp_centerblock` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `sp_help` varchar(255) DEFAULT '',
  `sp_where` tinyint(1) unsigned NOT NULL DEFAULT '1',
  `sp_php` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `sp_nf` tinyint(1) unsigned DEFAULT '0',
  `sp_inblock` tinyint(1) unsigned DEFAULT '1',
  `postmode` varchar(16) NOT NULL DEFAULT 'html',
  `sp_prev` varchar(128) NOT NULL DEFAULT '',
  `sp_next` varchar(128) NOT NULL DEFAULT '',
  `sp_parent` varchar(128) NOT NULL DEFAULT '',
  PRIMARY KEY (`sp_id`),
  KEY `staticpage_created` (`created`),
  KEY `staticpage_sp_onmenu` (`sp_onmenu`),
  KEY `staticpage_sp_centerblock` (`sp_centerblock`),
  KEY `staticpage_sp_where` (`sp_where`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]stories`
--

CREATE TABLE `[[dbprefix]]stories` (
  `sid` varchar(128) NOT NULL DEFAULT '',
  `uid` mediumint(8) NOT NULL DEFAULT '1',
  `draft_flag` tinyint(1) unsigned DEFAULT '0',
  `date` datetime DEFAULT NULL,
  `modified` datetime DEFAULT NULL,
  `title` varchar(128) DEFAULT NULL,
  `page_title` varchar(128) DEFAULT NULL,
  `introtext` text,
  `bodytext` text,
  `text_version` tinyint(2) NOT NULL DEFAULT '1',
  `hits` mediumint(8) unsigned NOT NULL DEFAULT '0',
  `numpages` tinyint(1) NOT NULL DEFAULT '1',
  `numemails` mediumint(8) unsigned NOT NULL DEFAULT '0',
  `comments` mediumint(8) unsigned NOT NULL DEFAULT '0',
  `comment_expire` datetime DEFAULT NULL,
  `trackbacks` mediumint(8) unsigned NOT NULL DEFAULT '0',
  `related` text,
  `featured` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `show_topic_icon` tinyint(1) unsigned NOT NULL DEFAULT '1',
  `commentcode` tinyint(4) NOT NULL DEFAULT '0',
  `structured_data_type` varchar(40) NOT NULL DEFAULT '',
  `trackbackcode` tinyint(4) NOT NULL DEFAULT '0',
  `statuscode` tinyint(4) NOT NULL DEFAULT '0',
  `expire` datetime DEFAULT NULL,
  `postmode` varchar(10) NOT NULL DEFAULT 'html',
  `advanced_editor_mode` tinyint(1) unsigned DEFAULT '0',
  `frontpage` tinyint(1) unsigned DEFAULT '1',
  `meta_description` text,
  `meta_keywords` text,
  `cache_time` int(11) NOT NULL DEFAULT '0',
  `owner_id` mediumint(8) NOT NULL DEFAULT '1',
  `group_id` mediumint(8) NOT NULL DEFAULT '2',
  `perm_owner` tinyint(1) unsigned NOT NULL DEFAULT '3',
  `perm_group` tinyint(1) unsigned NOT NULL DEFAULT '3',
  `perm_members` tinyint(1) unsigned NOT NULL DEFAULT '2',
  `perm_anon` tinyint(1) unsigned NOT NULL DEFAULT '2',
  PRIMARY KEY (`sid`),
  KEY `stories_sid` (`sid`),
  KEY `stories_uid` (`uid`),
  KEY `stories_featured` (`featured`),
  KEY `stories_hits` (`hits`),
  KEY `stories_statuscode` (`statuscode`),
  KEY `stories_expire` (`expire`),
  KEY `stories_date` (`date`),
  KEY `stories_frontpage` (`frontpage`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `[[dbprefix]]stories`
--

INSERT INTO `[[dbprefix]]stories` VALUES
('welcome', 2, 0, '[[regtime]]', NULL, 'Welcome to Geeklog!', NULL, '<p>Welcome and let me be the first to congratulate you on installing Geeklog. Please take the time to read everything in the <a href="docs/english/index.html">docs directory</a>. Geeklog now has enhanced, user-based security.  You should thoroughly understand how these work before you run a production Geeklog Site.</p>\r<p>To log into your new Geeklog site, please use this account:</p>\r<p>Username: <b>Admin</b><br />\rPassword: <b>password</b></p><p><b>And don''t forget to <a href="usersettings.php">change your password</a> after logging in!</b></p>', '', 1, 100, 1, 1, 0, NULL, 0, '', 1, 1, 0, 'core-article', 0, 0, NULL, 'html', 0, 1, NULL, NULL, 0, 2, 3, 3, 2, 2, 2);

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]storysubmission`
--

CREATE TABLE `[[dbprefix]]storysubmission` (
  `sid` varchar(20) NOT NULL DEFAULT '',
  `uid` mediumint(8) NOT NULL DEFAULT '1',
  `title` varchar(128) DEFAULT NULL,
  `introtext` text,
  `bodytext` text,
  `text_version` tinyint(2) NOT NULL DEFAULT '1',
  `date` datetime DEFAULT NULL,
  `postmode` varchar(10) NOT NULL DEFAULT 'html',
  `meta_description` text,
  `meta_keywords` text,
  PRIMARY KEY (`sid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `[[dbprefix]]storysubmission`
--

INSERT INTO `[[dbprefix]]storysubmission` VALUES
('security-reminder', 2, 'Are you secure?', '<p>This is a reminder to secure your site once you have Geeklog up and running. What you should do:</p>\r\r<ol>\r<li>Change the default password for the Admin account.</li>\r<li>Remove the install directory (you won''t need it any more).</li>\r</ol>', NULL, 1, '[[regtime]]', 'html', NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]syndication`
--

CREATE TABLE `[[dbprefix]]syndication` (
  `fid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `type` varchar(30) NOT NULL DEFAULT 'article',
  `topic` varchar(75) NOT NULL DEFAULT '::all',
  `header_tid` varchar(75) NOT NULL DEFAULT 'none',
  `format` varchar(20) NOT NULL DEFAULT 'RSS-2.0',
  `limits` varchar(5) NOT NULL DEFAULT '10',
  `content_length` smallint(5) unsigned NOT NULL DEFAULT '0',
  `title` varchar(40) NOT NULL DEFAULT '',
  `description` text,
  `feedlogo` varchar(255) DEFAULT NULL,
  `filename` varchar(40) NOT NULL DEFAULT 'geeklog.rss',
  `charset` varchar(20) NOT NULL DEFAULT 'UTF-8',
  `language` varchar(20) NOT NULL DEFAULT 'en-gb',
  `is_enabled` tinyint(1) unsigned NOT NULL DEFAULT '1',
  `updated` datetime DEFAULT NULL,
  `update_info` text,
  PRIMARY KEY (`fid`),
  KEY `syndication_type` (`type`),
  KEY `syndication_topic` (`topic`),
  KEY `syndication_is_enabled` (`is_enabled`),
  KEY `syndication_updated` (`updated`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC AUTO_INCREMENT=2 ;

--
-- Dumping data for table `[[dbprefix]]syndication`
--

INSERT INTO `[[dbprefix]]syndication` VALUES
(1, 'article', '::all', 'all', 'RSS-2.0', '10', 1, 'Geeklog Site', 'Another Nifty Geeklog Site', NULL, 'geeklog.rss', 'iso-8859-1', 'en-gb', 1, '[[regtime]]', 'welcome');

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]tokens`
--

CREATE TABLE `[[dbprefix]]tokens` (
  `token` varchar(32) NOT NULL,
  `created` datetime NOT NULL,
  `owner_id` mediumint(8) unsigned NOT NULL,
  `urlfor` varchar(255) NOT NULL,
  `ttl` mediumint(8) unsigned NOT NULL DEFAULT '1',
  PRIMARY KEY (`token`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]topics`
--

CREATE TABLE `[[dbprefix]]topics` (
  `tid` varchar(75) NOT NULL DEFAULT '',
  `topic` varchar(75) DEFAULT NULL,
  `title` varchar(128) DEFAULT NULL,
  `imageurl` varchar(255) DEFAULT NULL,
  `meta_description` text,
  `meta_keywords` text,
  `sortnum` smallint(3) DEFAULT NULL,
  `limitnews` tinyint(3) DEFAULT NULL,
  `is_default` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `archive_flag` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `parent_id` varchar(128) NOT NULL DEFAULT 'root',
  `inherit` tinyint(1) NOT NULL DEFAULT '1',
  `hidden` tinyint(1) NOT NULL DEFAULT '0',
  `owner_id` mediumint(8) unsigned NOT NULL DEFAULT '1',
  `group_id` mediumint(8) unsigned NOT NULL DEFAULT '1',
  `perm_owner` tinyint(1) unsigned NOT NULL DEFAULT '3',
  `perm_group` tinyint(1) unsigned NOT NULL DEFAULT '3',
  `perm_members` tinyint(1) unsigned NOT NULL DEFAULT '2',
  `perm_anon` tinyint(1) unsigned NOT NULL DEFAULT '2',
  PRIMARY KEY (`tid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `[[dbprefix]]topics`
--

INSERT INTO `[[dbprefix]]topics` VALUES
('Geeklog', 'Geeklog', NULL, '/images/topics/topic_gl.png', 'A topic that contains posts about Geeklog.', 'Geeklog, Posts, Information', 2, 10, 0, 0, 'root', 1, 0, 2, 6, 3, 2, 2, 2),
('General', 'General News', NULL, '/images/topics/topic_news.png', 'A topic that contains general news related posts.', 'News, Post, Information', 1, 10, 0, 0, 'root', 1, 0, 2, 6, 3, 2, 2, 2);

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]topic_assignments`
--

CREATE TABLE `[[dbprefix]]topic_assignments` (
  `tid` varchar(75) NOT NULL,
  `type` varchar(30) NOT NULL,
  `subtype` varchar(15) NOT NULL DEFAULT '',
  `id` varchar(128) NOT NULL,
  `inherit` tinyint(1) NOT NULL DEFAULT '1',
  `tdefault` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`tid`,`type`,`subtype`,`id`),
  KEY `tid` (`tid`,`type`,`id`),
  KEY `type` (`type`,`subtype`,`id`),
  KEY `type_2` (`type`,`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `[[dbprefix]]topic_assignments`
--

INSERT INTO `[[dbprefix]]topic_assignments` VALUES
('all', 'block', '', '1', 1, 0),
('all', 'block', '', '2', 1, 0),
('all', 'block', '', '3', 1, 0),
('all', 'block', '', '4', 1, 0),
('all', 'block', '', '6', 1, 0),
('all', 'block', '', '7', 1, 0),
('Geeklog', 'article', '', 'security-reminder', 1, 1),
('Geeklog', 'article', '', 'welcome', 1, 1),
('homeonly', 'block', '', '5', 1, 0);

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]trackback`
--

CREATE TABLE `[[dbprefix]]trackback` (
  `cid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `sid` varchar(128) NOT NULL,
  `url` varchar(250) DEFAULT NULL,
  `title` varchar(128) DEFAULT NULL,
  `blog` varchar(80) DEFAULT NULL,
  `excerpt` text,
  `date` datetime DEFAULT NULL,
  `type` varchar(30) NOT NULL DEFAULT 'article',
  `seq` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`cid`),
  KEY `trackback_sid` (`sid`),
  KEY `trackback_url` (`url`(191)),
  KEY `trackback_type` (`type`),
  KEY `trackback_date` (`date`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]userautologin`
--

CREATE TABLE `[[dbprefix]]userautologin` (
  `autologin_key_hash` varchar(190) NOT NULL DEFAULT '',
  `expiry_time` int(10) unsigned NOT NULL DEFAULT '0',
  `uid` mediumint(8) NOT NULL,
  PRIMARY KEY (`autologin_key_hash`),
  KEY `expiry_time` (`expiry_time`),
  KEY `uid` (`uid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]users`
--

CREATE TABLE `[[dbprefix]]users` (
  `uid` mediumint(8) NOT NULL AUTO_INCREMENT,
  `username` varchar(16) NOT NULL DEFAULT '',
  `remoteusername` varchar(60) DEFAULT NULL,
  `remoteservice` varchar(60) DEFAULT NULL,
  `fullname` varchar(80) DEFAULT NULL,
  `passwd` varchar(128) NOT NULL DEFAULT '',
  `salt` varchar(64) NOT NULL DEFAULT '',
  `algorithm` tinyint(3) NOT NULL DEFAULT '0',
  `stretch` int(8) unsigned NOT NULL DEFAULT '1',
  `email` varchar(96) DEFAULT NULL,
  `homepage` varchar(96) DEFAULT NULL,
  `sig` varchar(160) NOT NULL DEFAULT '',
  `regdate` datetime DEFAULT NULL,
  `photo` varchar(128) DEFAULT NULL,
  `cookietimeout` int(8) unsigned DEFAULT '28800',
  `theme` varchar(64) DEFAULT NULL,
  `language` varchar(64) DEFAULT NULL,
  `pwrequestid` varchar(16) DEFAULT NULL,
  `emailconfirmid` varchar(16) DEFAULT NULL,
  `emailtoconfirm` varchar(96) DEFAULT NULL,
  `status` smallint(5) unsigned NOT NULL DEFAULT '1',
  `num_reminders` tinyint(1) NOT NULL DEFAULT '0',
  `invalidlogins` smallint(6) NOT NULL DEFAULT '0',
  `lastinvalid` int(10) unsigned DEFAULT NULL,
  `twofactorauth_enabled` tinyint(3) NOT NULL DEFAULT '0',
  `twofactorauth_secret` varchar(255) NOT NULL DEFAULT '',
  `postmode` varchar(10) NOT NULL DEFAULT 'plaintext',
  PRIMARY KEY (`uid`),
  UNIQUE KEY `users_username` (`username`),
  KEY `LOGIN` (`uid`,`passwd`,`username`),
  KEY `users_fullname` (`fullname`),
  KEY `users_email` (`email`),
  KEY `users_passwd` (`passwd`),
  KEY `users_pwrequestid` (`pwrequestid`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC AUTO_INCREMENT=3 ;

--
-- Dumping data for table `[[dbprefix]]users`
--

INSERT INTO `[[dbprefix]]users` VALUES
(1, 'Anonymous', NULL, NULL, 'Anonymous', '', '', 0, 1, NULL, NULL, '', '[[regtime]]', NULL, 0, NULL, NULL, NULL, NULL, NULL, 3, 0, 0, NULL, 0, '', 'plaintext'),
(2, '[[admin_username]]', NULL, NULL, 'Geeklog SuperUser', '[[admin_pass]]', '', 0, 1, '[[admin_email]]', '[[softurl]]', '', '[[regtime]]', NULL, 28800, NULL, NULL, NULL, NULL, NULL, 3, 0, 0, NULL, 0, '', 'plaintext');

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]user_attributes`
--

CREATE TABLE `[[dbprefix]]user_attributes` (
  `uid` mediumint(8) NOT NULL DEFAULT '1',
  `commentmode` varchar(10) NOT NULL DEFAULT 'nested',
  `commentorder` varchar(4) NOT NULL DEFAULT 'ASC',
  `commentlimit` mediumint(8) unsigned NOT NULL DEFAULT '100',
  `etids` text NOT NULL,
  `noboxes` tinyint(4) NOT NULL DEFAULT '0',
  `maxstories` tinyint(4) NOT NULL DEFAULT '0',
  `about` text NOT NULL,
  `location` varchar(96) NOT NULL DEFAULT '',
  `pgpkey` text NOT NULL,
  `tokens` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `lastgranted` int(10) unsigned NOT NULL DEFAULT '0',
  `lastlogin` varchar(10) NOT NULL DEFAULT '0',
  `dfid` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `advanced_editor` tinyint(1) unsigned NOT NULL DEFAULT '1',
  `tzid` varchar(125) NOT NULL DEFAULT '',
  `emailfromadmin` tinyint(1) NOT NULL DEFAULT '1',
  `emailfromuser` tinyint(1) NOT NULL DEFAULT '1',
  `showonline` tinyint(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`uid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `[[dbprefix]]user_attributes`
--

INSERT INTO `[[dbprefix]]user_attributes` VALUES
(1, 'nested', 'ASC', 100, '', 0, 0, '', '', '', 0, 0, '[[timestamp]]', 0, 0, '', 0, 0, 1),
(2, 'nested', 'ASC', 100, '', 0, 0, '', '', '', 0, 0, '0', 0, 1, '', 1, 1, 1);

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]vars`
--

CREATE TABLE `[[dbprefix]]vars` (
  `name` varchar(20) NOT NULL DEFAULT '',
  `value` text,
  PRIMARY KEY (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC;

--
-- Dumping data for table `[[dbprefix]]vars`
--

INSERT INTO `[[dbprefix]]vars` VALUES
('database_engine', 'InnoDB'),
('database_version', '2.2.2'),
('lastemailedstories', ''),
('last_article_publish', '[[regtime]]'),
('last_scheduled_run', ''),
('spamx.counter', '0'),
('totalhits', '1'),
('xmlsitemap.pings', '{"google":[[timestamp]]}'),
('xmlsitemap_filename', 'sitemap.xml'),
('xmlsitemap_mobile', 'mobile_sitemap.xml'),
('xmlsitemap_news', 'news_sitemap.xml');

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;