/**ABDB**/CREATE TABLE `qaiswd_jdownloads_categories` ( `id` int(11) NOT NULL AUTO_INCREMENT, `cat_dir` text COLLATE utf8mb4_unicode_ci NOT NULL, `cat_dir_parent` text COLLATE utf8mb4_unicode_ci NOT NULL, `parent_id` int(11) unsigned NOT NULL DEFAULT '0', `lft` int(11) NOT NULL DEFAULT '0', `rgt` int(11) NOT NULL DEFAULT '0', `level` int(10) unsigned NOT NULL DEFAULT '0', `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `alias` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `description` text COLLATE utf8mb4_unicode_ci NOT NULL, `pic` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `access` int(10) unsigned DEFAULT NULL, `metakey` text COLLATE utf8mb4_unicode_ci NOT NULL, `metadesc` text COLLATE utf8mb4_unicode_ci NOT NULL, `robots` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `created_user_id` int(10) unsigned NOT NULL DEFAULT '0', `created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `modified_user_id` int(10) NOT NULL DEFAULT '0', `modified_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL, `notes` text COLLATE utf8mb4_unicode_ci NOT NULL, `views` int(10) unsigned NOT NULL DEFAULT '0', `params` text COLLATE utf8mb4_unicode_ci NOT NULL, `password` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL, `password_md5` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL, `ordering` int(11) NOT NULL DEFAULT '0', `published` tinyint(1) NOT NULL DEFAULT '0', `checked_out` int(11) NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `asset_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'FK to the #__assets table', PRIMARY KEY (`id`), KEY `idx_access` (`access`), KEY `idx_checked_out` (`checked_out`), KEY `idx_left_right` (`lft`,`rgt`), KEY `idx_alias` (`alias`(190)), KEY `idx_language` (`language`) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /**ABDB**/INSERT INTO `qaiswd_jdownloads_categories` VALUES ('1', '', '', '0', '0', '15', '0', 'ROOT', 'root', '', '', '1', '', '', '', '0', '0000-00-00 00:00:00', '0', '0000-00-00 00:00:00', '*', '', '0', '', '', '', '0', '1', '0', '0000-00-00 00:00:00', '0'), ('2', '@eaDir', '', '1', '1', '2', '1', '@eaDir', 'eadir', '', 'folder.png', '1', '', '', '', '128', '2019-12-11 13:35:29', '0', '0000-00-00 00:00:00', '*', 'Automatically added.', '0', '{}', '', '', '1', '0', '0', '0000-00-00 00:00:00', '137'), ('3', 'Category example', '', '1', '3', '6', '1', 'Category example', 'category-example', '', 'folder.png', '1', '', '', '', '128', '2019-12-11 13:35:29', '0', '0000-00-00 00:00:00', '*', 'Automatically added.', '0', '{}', '', '', '2', '0', '0', '0000-00-00 00:00:00', '138'), ('4', 'Subcategory example', 'Category example', '3', '4', '5', '2', 'Subcategory example', 'subcategory-example', '', 'folder.png', '1', '', '', '', '128', '2019-12-11 13:35:29', '0', '0000-00-00 00:00:00', '*', 'Automatically added.', '0', '{}', '', '', '1', '0', '0', '0000-00-00 00:00:00', '139'), ('5', 'Helpdesk', '', '1', '7', '8', '1', 'Helpdesk', 'helpdesk', '', 'folder.png', '1', '', '', '', '128', '2019-12-11 13:35:29', '0', '0000-00-00 00:00:00', '*', 'Automatically added.', '0', '{}', '', '', '3', '1', '0', '0000-00-00 00:00:00', '140'), ('6', 'Software', '', '1', '9', '14', '1', 'Software', 'software', '', 'folder.png', '1', '', '', '', '128', '2019-12-11 13:35:29', '0', '0000-00-00 00:00:00', '*', 'Automatically added.', '0', '{}', '', '', '4', '1', '0', '0000-00-00 00:00:00', '141'), ('7', 'Joomla', 'Software', '6', '10', '13', '2', 'Joomla', 'joomla', '', 'folder.png', '1', '', '', '', '128', '2019-12-11 13:35:29', '0', '0000-00-00 00:00:00', '*', 'Automatically added.', '0', '{}', '', '', '1', '1', '0', '0000-00-00 00:00:00', '142'), ('8', '@eaDir', 'Software/Joomla', '7', '11', '12', '3', '@eaDir', 'eadir', '', 'folder.png', '1', '', '', '', '128', '2019-12-11 13:35:29', '0', '0000-00-00 00:00:00', '*', 'Automatically added.', '0', '{}', '', '', '1', '0', '0', '0000-00-00 00:00:00', '143'); /**ABDB**/CREATE TABLE `qaiswd_gsd_config` ( `name` varchar(255) NOT NULL, `params` text NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Store any configuration in key => params maps'; /**ABDB**/INSERT INTO `qaiswd_gsd_config` VALUES ('config', '{\"sitename_enabled\":\"1\",\"sitename_name\":\"\",\"sitename_name_alt\":\"\",\"sitename_url\":\"\",\"breadcrumbs_enabled\":\"1\",\"include_home\":\"1\",\"breadcrumbs_home\":\"\",\"sitelinks_enabled\":\"0\",\"sitelinks_search_custom_url\":\"\",\"logo_file\":\"\",\"socialprofiles_type\":\"Organization\",\"socialprofiles_facebook\":\"\",\"socialprofiles_twitter\":\"\",\"socialprofiles_instagram\":\"\",\"socialprofiles_youtube\":\"\",\"socialprofiles_linkedin\":\"\",\"socialprofiles_pinterest\":\"\",\"socialprofiles_soundcloud\":\"\",\"socialprofiles_tumblr\":\"\",\"socialprofiles_other\":\"\",\"preparecontent\":\"1\",\"minifyjson\":\"1\",\"desclimit\":\"300\",\"debug\":\"0\",\"show_update_notification\":\"1\",\"initonevent\":\"onBeforeRender\",\"customcode\":\"\"}'); /**ABDB**/CREATE TABLE `qaiswd_gsd` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `title` varchar(100) NOT NULL, `contenttype` varchar(100) NOT NULL, `params` text, `plugin` varchar(50) NOT NULL DEFAULT '0' COMMENT 'The plugin name of the referenced item', `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `ordering` int(11) NOT NULL DEFAULT '0', `note` text NOT NULL, `state` tinyint(3) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `state` (`state`), KEY `plugin` (`plugin`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; /**ABDB**/INSERT INTO `qaiswd_gsd` VALUES ('1', 'JoomShaper Helix Ultimate Template Framework', 'article', '{\"article\":{\"headline\":{\"option\":\"gsd.item.headline\",\"custom\":\"\"},\"description\":{\"option\":\"gsd.item.description\",\"custom\":\"\"},\"author\":{\"option\":\"user.name\",\"custom\":\"\",\"fixed\":\"0\"},\"image\":{\"option\":\"gsd.item.image\",\"custom\":\"\",\"fixed\":\"\"},\"publisher_name\":{\"option\":\"gsd.sitename\",\"custom\":\"\",\"fixed\":\"0\"},\"publisher_logo\":{\"option\":\"gsd.sitelogo\",\"custom\":\"\",\"fixed\":\"\"},\"publish_up\":{\"option\":\"gsd.item.publish_up\",\"custom\":\"\",\"fixed\":\"\"},\"modified\":{\"option\":\"gsd.item.modified\",\"custom\":\"\",\"fixed\":\"\"}},\"assignments\":{\"article\":{\"assignment_state\":\"1\",\"selection\":[\"19\"]},\"category\":{\"assignment_state\":\"0\",\"params\":{\"inc_children\":\"0\"}}},\"colorgroup\":\"none\"}', 'content', '2019-12-13 12:26:30', '0', '', '1'), ('2', 'Windows 10 Update / Upgrade Downloaden', 'article', '{\"article\":{\"headline\":{\"option\":\"gsd.item.headline\",\"custom\":\"\"},\"description\":{\"option\":\"gsd.item.description\",\"custom\":\"\"},\"author\":{\"option\":\"user.name\",\"custom\":\"\",\"fixed\":\"0\"},\"image\":{\"option\":\"gsd.item.image\",\"custom\":\"\",\"fixed\":\"\"},\"publisher_name\":{\"option\":\"gsd.sitename\",\"custom\":\"\",\"fixed\":\"0\"},\"publisher_logo\":{\"option\":\"gsd.sitelogo\",\"custom\":\"\",\"fixed\":\"\"},\"publish_up\":{\"option\":\"gsd.item.publish_up\",\"custom\":\"\",\"fixed\":\"\"},\"modified\":{\"option\":\"gsd.item.modified\",\"custom\":\"\",\"fixed\":\"\"}},\"assignments\":{\"article\":{\"assignment_state\":\"1\",\"selection\":[\"16\"]},\"category\":{\"assignment_state\":\"0\",\"params\":{\"inc_children\":\"0\"}}},\"colorgroup\":\"none\"}', 'content', '2019-12-18 14:42:33', '0', '', '1'); /**ABDB**/CREATE TABLE `qaiswd_finder_types` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `title` varchar(100) NOT NULL, `mime` varchar(100) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `title` (`title`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /**ABDB**/CREATE TABLE `qaiswd_finder_tokens_aggregate` ( `term_id` int(10) unsigned NOT NULL, `map_suffix` char(1) NOT NULL, `term` varchar(75) NOT NULL, `stem` varchar(75) NOT NULL, `common` tinyint(1) unsigned NOT NULL DEFAULT '0', `phrase` tinyint(1) unsigned NOT NULL DEFAULT '0', `term_weight` float unsigned NOT NULL, `context` tinyint(1) unsigned NOT NULL DEFAULT '2', `context_weight` float unsigned NOT NULL, `total_weight` float unsigned NOT NULL, `language` char(3) NOT NULL DEFAULT '', KEY `token` (`term`), KEY `keyword_id` (`term_id`) ) ENGINE=MEMORY DEFAULT CHARSET=utf8mb4; /**ABDB**/CREATE TABLE `qaiswd_finder_tokens` ( `term` varchar(75) NOT NULL, `stem` varchar(75) NOT NULL, `common` tinyint(1) unsigned NOT NULL DEFAULT '0', `phrase` tinyint(1) unsigned NOT NULL DEFAULT '0', `weight` float unsigned NOT NULL DEFAULT '1', `context` tinyint(1) unsigned NOT NULL DEFAULT '2', `language` char(3) NOT NULL DEFAULT '', KEY `idx_word` (`term`), KEY `idx_context` (`context`) ) ENGINE=MEMORY DEFAULT CHARSET=utf8mb4; /**ABDB**/CREATE TABLE `qaiswd_finder_terms_common` ( `term` varchar(75) NOT NULL, `language` varchar(3) NOT NULL, KEY `idx_word_lang` (`term`,`language`), KEY `idx_lang` (`language`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /**ABDB**/INSERT INTO `qaiswd_finder_terms_common` VALUES ('a', 'en'), ('about', 'en'), ('after', 'en'), ('ago', 'en'), ('all', 'en'), ('am', 'en'), ('an', 'en'), ('and', 'en'), ('any', 'en'), ('are', 'en'), ('aren\'t', 'en'), ('as', 'en'), ('at', 'en'), ('be', 'en'), ('but', 'en'), ('by', 'en'), ('for', 'en'), ('from', 'en'), ('get', 'en'), ('go', 'en'), ('how', 'en'), ('if', 'en'), ('in', 'en'), ('into', 'en'), ('is', 'en'), ('isn\'t', 'en'), ('it', 'en'), ('its', 'en'), ('me', 'en'), ('more', 'en'), ('most', 'en'), ('must', 'en'), ('my', 'en'), ('new', 'en'), ('no', 'en'), ('none', 'en'), ('not', 'en'), ('nothing', 'en'), ('of', 'en'), ('off', 'en'), ('often', 'en'), ('old', 'en'), ('on', 'en'), ('onc', 'en'), ('once', 'en'), ('only', 'en'), ('or', 'en'), ('other', 'en'), ('our', 'en'), ('ours', 'en'), ('out', 'en'), ('over', 'en'), ('page', 'en'), ('she', 'en'), ('should', 'en'), ('small', 'en'), ('so', 'en'), ('some', 'en'), ('than', 'en'), ('thank', 'en'), ('that', 'en'), ('the', 'en'), ('their', 'en'), ('theirs', 'en'), ('them', 'en'), ('then', 'en'), ('there', 'en'), ('these', 'en'), ('they', 'en'), ('this', 'en'), ('those', 'en'), ('thus', 'en'), ('time', 'en'), ('times', 'en'), ('to', 'en'), ('too', 'en'), ('true', 'en'), ('under', 'en'), ('until', 'en'), ('up', 'en'), ('upon', 'en'), ('use', 'en'), ('user', 'en'), ('users', 'en'), ('version', 'en'), ('very', 'en'), ('via', 'en'), ('want', 'en'), ('was', 'en'), ('way', 'en'), ('were', 'en'), ('what', 'en'), ('when', 'en'), ('where', 'en'), ('which', 'en'), ('who', 'en'), ('whom', 'en'), ('whose', 'en'), ('why', 'en'), ('wide', 'en'), ('will', 'en'), ('with', 'en'), ('within', 'en'), ('without', 'en'), ('would', 'en'), ('yes', 'en'), ('yet', 'en'), ('you', 'en'), ('your', 'en'), ('yours', 'en'); /**ABDB**/CREATE TABLE `qaiswd_finder_terms` ( `term_id` int(10) unsigned NOT NULL AUTO_INCREMENT, `term` varchar(75) NOT NULL, `stem` varchar(75) NOT NULL, `common` tinyint(1) unsigned NOT NULL DEFAULT '0', `phrase` tinyint(1) unsigned NOT NULL DEFAULT '0', `weight` float unsigned NOT NULL DEFAULT '0', `soundex` varchar(75) NOT NULL, `links` int(10) NOT NULL DEFAULT '0', `language` char(3) NOT NULL DEFAULT '', PRIMARY KEY (`term_id`), UNIQUE KEY `idx_term` (`term`), KEY `idx_term_phrase` (`term`,`phrase`), KEY `idx_stem_phrase` (`stem`,`phrase`), KEY `idx_soundex_phrase` (`soundex`,`phrase`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /**ABDB**/CREATE TABLE `qaiswd_finder_taxonomy_map` ( `link_id` int(10) unsigned NOT NULL, `node_id` int(10) unsigned NOT NULL, PRIMARY KEY (`link_id`,`node_id`), KEY `link_id` (`link_id`), KEY `node_id` (`node_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /**ABDB**/CREATE TABLE `qaiswd_finder_taxonomy` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `parent_id` int(10) unsigned NOT NULL DEFAULT '0', `title` varchar(255) NOT NULL, `state` tinyint(1) unsigned NOT NULL DEFAULT '1', `access` tinyint(1) unsigned NOT NULL DEFAULT '0', `ordering` tinyint(1) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `parent_id` (`parent_id`), KEY `state` (`state`), KEY `ordering` (`ordering`), KEY `access` (`access`), KEY `idx_parent_published` (`parent_id`,`state`,`access`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4; /**ABDB**/INSERT INTO `qaiswd_finder_taxonomy` VALUES ('1', '0', 'ROOT', '0', '0', '0'); /**ABDB**/CREATE TABLE `qaiswd_finder_links_termsf` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /**ABDB**/CREATE TABLE `qaiswd_finder_links_termse` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /**ABDB**/CREATE TABLE `qaiswd_finder_links_termsd` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /**ABDB**/CREATE TABLE `qaiswd_finder_links_termsc` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /**ABDB**/CREATE TABLE `qaiswd_finder_links_termsb` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /**ABDB**/CREATE TABLE `qaiswd_finder_links_termsa` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /**ABDB**/CREATE TABLE `qaiswd_finder_links_terms9` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /**ABDB**/CREATE TABLE `qaiswd_finder_links_terms8` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /**ABDB**/CREATE TABLE `qaiswd_finder_links_terms7` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /**ABDB**/CREATE TABLE `qaiswd_finder_links_terms6` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /**ABDB**/CREATE TABLE `qaiswd_finder_links_terms5` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /**ABDB**/CREATE TABLE `qaiswd_finder_links_terms4` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /**ABDB**/CREATE TABLE `qaiswd_finder_links_terms3` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /**ABDB**/CREATE TABLE `qaiswd_finder_links_terms2` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /**ABDB**/CREATE TABLE `qaiswd_finder_links_terms1` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /**ABDB**/CREATE TABLE `qaiswd_finder_links_terms0` ( `link_id` int(10) unsigned NOT NULL, `term_id` int(10) unsigned NOT NULL, `weight` float unsigned NOT NULL, PRIMARY KEY (`link_id`,`term_id`), KEY `idx_term_weight` (`term_id`,`weight`), KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /**ABDB**/CREATE TABLE `qaiswd_finder_links` ( `link_id` int(10) unsigned NOT NULL AUTO_INCREMENT, `url` varchar(255) NOT NULL, `route` varchar(255) NOT NULL, `title` varchar(400) DEFAULT NULL, `description` text, `indexdate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `md5sum` varchar(32) DEFAULT NULL, `published` tinyint(1) NOT NULL DEFAULT '1', `state` int(5) DEFAULT '1', `access` int(5) DEFAULT '0', `language` varchar(8) NOT NULL, `publish_start_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `publish_end_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `start_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `end_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `list_price` double unsigned NOT NULL DEFAULT '0', `sale_price` double unsigned NOT NULL DEFAULT '0', `type_id` int(11) NOT NULL, `object` mediumblob NOT NULL, PRIMARY KEY (`link_id`), KEY `idx_type` (`type_id`), KEY `idx_title` (`title`(100)), KEY `idx_md5` (`md5sum`), KEY `idx_url` (`url`(75)), KEY `idx_published_list` (`published`,`state`,`access`,`publish_start_date`,`publish_end_date`,`list_price`), KEY `idx_published_sale` (`published`,`state`,`access`,`publish_start_date`,`publish_end_date`,`sale_price`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /**ABDB**/CREATE TABLE `qaiswd_finder_filters` ( `filter_id` int(10) unsigned NOT NULL AUTO_INCREMENT, `title` varchar(255) NOT NULL, `alias` varchar(255) NOT NULL, `state` tinyint(1) NOT NULL DEFAULT '1', `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `created_by` int(10) unsigned NOT NULL, `created_by_alias` varchar(255) NOT NULL, `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `modified_by` int(10) unsigned NOT NULL DEFAULT '0', `checked_out` int(10) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `map_count` int(10) unsigned NOT NULL DEFAULT '0', `data` text NOT NULL, `params` mediumtext, PRIMARY KEY (`filter_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /**ABDB**/CREATE TABLE `qaiswd_fields_values` ( `field_id` int(10) unsigned NOT NULL, `item_id` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'Allow references to items which have strings as ids, eg. none db systems.', `value` text COLLATE utf8mb4_unicode_ci NOT NULL, KEY `idx_field_id` (`field_id`), KEY `idx_item_id` (`item_id`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /**ABDB**/CREATE TABLE `qaiswd_fields_groups` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `asset_id` int(10) unsigned NOT NULL DEFAULT '0', `context` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `note` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` text COLLATE utf8mb4_unicode_ci NOT NULL, `state` tinyint(1) NOT NULL DEFAULT '0', `checked_out` int(11) NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `ordering` int(11) NOT NULL DEFAULT '0', `params` text COLLATE utf8mb4_unicode_ci NOT NULL, `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `created_by` int(10) unsigned NOT NULL DEFAULT '0', `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `modified_by` int(10) unsigned NOT NULL DEFAULT '0', `access` int(11) NOT NULL DEFAULT '1', PRIMARY KEY (`id`), KEY `idx_checkout` (`checked_out`), KEY `idx_state` (`state`), KEY `idx_created_by` (`created_by`), KEY `idx_access` (`access`), KEY `idx_context` (`context`(191)), KEY `idx_language` (`language`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /**ABDB**/CREATE TABLE `qaiswd_fields_categories` ( `field_id` int(11) NOT NULL DEFAULT '0', `category_id` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`field_id`,`category_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /**ABDB**/CREATE TABLE `qaiswd_fields` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `asset_id` int(10) unsigned NOT NULL DEFAULT '0', `context` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `group_id` int(10) unsigned NOT NULL DEFAULT '0', `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `label` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `default_value` text COLLATE utf8mb4_unicode_ci NOT NULL, `type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'text', `note` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` text COLLATE utf8mb4_unicode_ci NOT NULL, `state` tinyint(1) NOT NULL DEFAULT '0', `required` tinyint(1) NOT NULL DEFAULT '0', `checked_out` int(11) NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `ordering` int(11) NOT NULL DEFAULT '0', `params` text COLLATE utf8mb4_unicode_ci NOT NULL, `fieldparams` text COLLATE utf8mb4_unicode_ci NOT NULL, `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `created_user_id` int(10) unsigned NOT NULL DEFAULT '0', `modified_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `modified_by` int(10) unsigned NOT NULL DEFAULT '0', `access` int(11) NOT NULL DEFAULT '1', PRIMARY KEY (`id`), KEY `idx_checkout` (`checked_out`), KEY `idx_state` (`state`), KEY `idx_created_user_id` (`created_user_id`), KEY `idx_access` (`access`), KEY `idx_context` (`context`(191)), KEY `idx_language` (`language`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /**ABDB**/CREATE TABLE `qaiswd_extensions` ( `extension_id` int(11) NOT NULL AUTO_INCREMENT, `package_id` int(11) NOT NULL DEFAULT '0' COMMENT 'Parent package ID for extensions installed as a package.', `name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL, `type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, `element` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL, `folder` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL, `client_id` tinyint(3) NOT NULL, `enabled` tinyint(3) NOT NULL DEFAULT '0', `access` int(10) unsigned NOT NULL DEFAULT '1', `protected` tinyint(3) NOT NULL DEFAULT '0', `manifest_cache` text COLLATE utf8mb4_unicode_ci NOT NULL, `params` text COLLATE utf8mb4_unicode_ci NOT NULL, `custom_data` text COLLATE utf8mb4_unicode_ci NOT NULL, `system_data` text COLLATE utf8mb4_unicode_ci NOT NULL, `checked_out` int(10) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `ordering` int(11) DEFAULT '0', `state` int(11) DEFAULT '0', PRIMARY KEY (`extension_id`), KEY `element_clientid` (`element`,`client_id`), KEY `element_folder_clientid` (`element`,`folder`,`client_id`), KEY `extension` (`type`,`element`,`folder`,`client_id`) ) ENGINE=InnoDB AUTO_INCREMENT=10260 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /**ABDB**/INSERT INTO `qaiswd_extensions` VALUES ('1', '0', 'com_mailto', 'component', 'com_mailto', '', '0', '1', '1', '1', '{\"name\":\"com_mailto\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_MAILTO_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mailto\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('2', '0', 'com_wrapper', 'component', 'com_wrapper', '', '0', '1', '1', '1', '{\"name\":\"com_wrapper\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\\n\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_WRAPPER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"wrapper\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('3', '0', 'com_admin', 'component', 'com_admin', '', '1', '1', '1', '1', '{\"name\":\"com_admin\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_ADMIN_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('4', '0', 'com_banners', 'component', 'com_banners', '', '1', '1', '1', '0', '{\"name\":\"com_banners\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_BANNERS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"banners\"}', '{\"purchase_type\":\"3\",\"track_impressions\":\"0\",\"track_clicks\":\"0\",\"metakey_prefix\":\"\",\"save_history\":\"1\",\"history_limit\":10}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('5', '0', 'com_cache', 'component', 'com_cache', '', '1', '1', '1', '1', '{\"name\":\"com_cache\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CACHE_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('6', '0', 'com_categories', 'component', 'com_categories', '', '1', '1', '1', '1', '{\"name\":\"com_categories\",\"type\":\"component\",\"creationDate\":\"December 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('7', '0', 'com_checkin', 'component', 'com_checkin', '', '1', '1', '1', '1', '{\"name\":\"com_checkin\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CHECKIN_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('8', '0', 'com_contact', 'component', 'com_contact', '', '1', '1', '1', '0', '{\"name\":\"com_contact\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CONTACT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contact\"}', '{\"contact_layout\":\"_:default\",\"show_contact_category\":\"hide\",\"save_history\":\"1\",\"history_limit\":10,\"show_contact_list\":\"0\",\"presentation_style\":\"plain\",\"show_tags\":\"1\",\"show_info\":\"1\",\"show_name\":\"0\",\"show_position\":\"1\",\"show_email\":\"0\",\"add_mailto_link\":\"1\",\"show_street_address\":\"1\",\"show_suburb\":\"1\",\"show_state\":\"1\",\"show_postcode\":\"1\",\"show_country\":\"1\",\"show_telephone\":\"1\",\"show_mobile\":\"1\",\"show_fax\":\"1\",\"show_webpage\":\"1\",\"show_image\":\"1\",\"image\":\"\",\"show_misc\":\"1\",\"allow_vcard\":\"0\",\"show_articles\":\"0\",\"articles_display_num\":\"10\",\"show_profile\":\"0\",\"show_user_custom_fields\":[\"-1\"],\"show_links\":\"0\",\"linka_name\":\"\",\"linkb_name\":\"\",\"linkc_name\":\"\",\"linkd_name\":\"\",\"linke_name\":\"\",\"contact_icons\":\"0\",\"icon_address\":\"\",\"icon_email\":\"\",\"icon_telephone\":\"\",\"icon_mobile\":\"\",\"icon_fax\":\"\",\"icon_misc\":\"\",\"category_layout\":\"_:default\",\"show_category_title\":\"1\",\"show_description\":\"1\",\"show_description_image\":\"0\",\"maxLevel\":\"-1\",\"show_subcat_desc\":\"1\",\"show_empty_categories\":\"0\",\"show_cat_items\":\"1\",\"show_cat_tags\":\"1\",\"show_base_description\":\"1\",\"maxLevelcat\":\"-1\",\"show_subcat_desc_cat\":\"1\",\"show_empty_categories_cat\":\"0\",\"show_cat_items_cat\":\"1\",\"filter_field\":\"0\",\"show_pagination_limit\":\"0\",\"show_headings\":\"1\",\"show_image_heading\":\"0\",\"show_position_headings\":\"1\",\"show_email_headings\":\"0\",\"show_telephone_headings\":\"1\",\"show_mobile_headings\":\"0\",\"show_fax_headings\":\"0\",\"show_suburb_headings\":\"1\",\"show_state_headings\":\"1\",\"show_country_headings\":\"1\",\"show_pagination\":\"2\",\"show_pagination_results\":\"1\",\"initial_sort\":\"ordering\",\"captcha\":\"\",\"show_email_form\":\"1\",\"show_email_copy\":\"0\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"1\",\"custom_reply\":\"0\",\"redirect\":\"\",\"show_feed_link\":\"1\",\"sef_advanced\":0,\"sef_ids\":0,\"custom_fields_enable\":\"1\"}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('9', '0', 'com_cpanel', 'component', 'com_cpanel', '', '1', '1', '1', '1', '{\"name\":\"com_cpanel\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CPANEL_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10', '0', 'com_installer', 'component', 'com_installer', '', '1', '1', '1', '1', '{\"name\":\"com_installer\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_INSTALLER_XML_DESCRIPTION\",\"group\":\"\"}', '{\"show_jed_info\":\"1\",\"cachetimeout\":\"6\",\"minimum_stability\":\"4\"}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('11', '0', 'com_languages', 'component', 'com_languages', '', '1', '1', '1', '1', '{\"name\":\"com_languages\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_LANGUAGES_XML_DESCRIPTION\",\"group\":\"\"}', '{\"administrator\":\"en-GB\",\"site\":\"en-GB\"}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('12', '0', 'com_login', 'component', 'com_login', '', '1', '1', '1', '1', '{\"name\":\"com_login\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_LOGIN_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('13', '0', 'com_media', 'component', 'com_media', '', '1', '1', '0', '1', '{\"name\":\"com_media\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_MEDIA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"media\"}', '{\"upload_extensions\":\"bmp,csv,doc,gif,ico,jpg,jpeg,odg,odp,ods,odt,pdf,png,ppt,txt,xcf,xls,BMP,CSV,DOC,GIF,ICO,JPG,JPEG,ODG,ODP,ODS,ODT,PDF,PNG,PPT,TXT,XCF,XLS\",\"upload_maxsize\":\"10\",\"file_path\":\"images\",\"image_path\":\"images\",\"restrict_uploads\":\"1\",\"allowed_media_usergroup\":\"3\",\"check_mime\":\"1\",\"image_extensions\":\"bmp,gif,jpg,png\",\"ignore_extensions\":\"\",\"upload_mime\":\"image\\/jpeg,image\\/gif,image\\/png,image\\/bmp,application\\/msword,application\\/excel,application\\/pdf,application\\/powerpoint,text\\/plain,application\\/x-zip\",\"upload_mime_illegal\":\"text\\/html\"}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('14', '0', 'com_menus', 'component', 'com_menus', '', '1', '1', '1', '1', '{\"name\":\"com_menus\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_MENUS_XML_DESCRIPTION\",\"group\":\"\"}', '{\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\"}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('15', '0', 'com_messages', 'component', 'com_messages', '', '1', '1', '1', '1', '{\"name\":\"com_messages\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_MESSAGES_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('16', '0', 'com_modules', 'component', 'com_modules', '', '1', '1', '1', '1', '{\"name\":\"com_modules\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_MODULES_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('17', '0', 'com_newsfeeds', 'component', 'com_newsfeeds', '', '1', '1', '1', '0', '{\"name\":\"com_newsfeeds\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_NEWSFEEDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"newsfeeds\"}', '{\"newsfeed_layout\":\"_:default\",\"save_history\":\"1\",\"history_limit\":5,\"show_feed_image\":\"1\",\"show_feed_description\":\"1\",\"show_item_description\":\"1\",\"feed_character_count\":\"0\",\"feed_display_order\":\"des\",\"float_first\":\"right\",\"float_second\":\"right\",\"show_tags\":\"1\",\"category_layout\":\"_:default\",\"show_category_title\":\"1\",\"show_description\":\"1\",\"show_description_image\":\"1\",\"maxLevel\":\"-1\",\"show_empty_categories\":\"0\",\"show_subcat_desc\":\"1\",\"show_cat_items\":\"1\",\"show_cat_tags\":\"1\",\"show_base_description\":\"1\",\"maxLevelcat\":\"-1\",\"show_empty_categories_cat\":\"0\",\"show_subcat_desc_cat\":\"1\",\"show_cat_items_cat\":\"1\",\"filter_field\":\"1\",\"show_pagination_limit\":\"1\",\"show_headings\":\"1\",\"show_articles\":\"0\",\"show_link\":\"1\",\"show_pagination\":\"1\",\"show_pagination_results\":\"1\"}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('18', '0', 'com_plugins', 'component', 'com_plugins', '', '1', '1', '1', '1', '{\"name\":\"com_plugins\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_PLUGINS_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('19', '0', 'com_search', 'component', 'com_search', '', '1', '1', '1', '0', '{\"name\":\"com_search\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_SEARCH_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"search\"}', '{\"enabled\":\"0\",\"search_phrases\":\"1\",\"search_areas\":\"1\",\"show_date\":\"1\",\"opensearch_name\":\"\",\"opensearch_description\":\"\"}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('20', '0', 'com_templates', 'component', 'com_templates', '', '1', '1', '1', '1', '{\"name\":\"com_templates\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_TEMPLATES_XML_DESCRIPTION\",\"group\":\"\"}', '{\"template_positions_display\":\"0\",\"upload_limit\":\"10\",\"image_formats\":\"gif,bmp,jpg,jpeg,png\",\"source_formats\":\"txt,less,ini,xml,js,php,css,scss,sass\",\"font_formats\":\"woff,ttf,otf\",\"compressed_formats\":\"zip\"}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('22', '0', 'com_content', 'component', 'com_content', '', '1', '1', '0', '1', '{\"name\":\"com_content\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CONTENT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"content\"}', '{\"article_layout\":\"_:default\",\"show_title\":\"1\",\"link_titles\":\"1\",\"show_intro\":\"1\",\"info_block_position\":\"0\",\"info_block_show_title\":\"1\",\"show_category\":\"1\",\"link_category\":\"1\",\"show_parent_category\":\"0\",\"link_parent_category\":\"0\",\"show_associations\":\"0\",\"flags\":\"1\",\"show_author\":\"1\",\"link_author\":\"0\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"1\",\"show_item_navigation\":\"1\",\"show_vote\":\"1\",\"show_readmore\":\"1\",\"show_readmore_title\":\"0\",\"readmore_limit\":\"100\",\"show_tags\":\"1\",\"show_icons\":\"1\",\"show_print_icon\":\"1\",\"show_email_icon\":\"1\",\"show_hits\":\"1\",\"record_hits\":\"1\",\"show_noauth\":\"0\",\"urls_position\":\"0\",\"captcha\":\"\",\"show_publishing_options\":\"1\",\"show_article_options\":\"1\",\"save_history\":\"1\",\"history_limit\":10,\"show_urls_images_frontend\":\"0\",\"show_urls_images_backend\":\"1\",\"targeta\":0,\"targetb\":0,\"targetc\":0,\"float_intro\":\"left\",\"float_fulltext\":\"left\",\"category_layout\":\"_:blog\",\"show_category_heading_title_text\":\"1\",\"show_category_title\":\"0\",\"show_description\":\"0\",\"show_description_image\":\"0\",\"maxLevel\":\"1\",\"show_empty_categories\":\"0\",\"show_no_articles\":\"1\",\"show_subcat_desc\":\"1\",\"show_cat_num_articles\":\"0\",\"show_cat_tags\":\"1\",\"show_base_description\":\"1\",\"maxLevelcat\":\"-1\",\"show_empty_categories_cat\":\"0\",\"show_subcat_desc_cat\":\"1\",\"show_cat_num_articles_cat\":\"1\",\"num_leading_articles\":\"1\",\"num_intro_articles\":\"4\",\"num_columns\":\"2\",\"num_links\":\"4\",\"multi_column_order\":\"0\",\"show_subcategory_content\":\"0\",\"show_pagination_limit\":\"1\",\"filter_field\":\"hide\",\"show_headings\":\"1\",\"list_show_date\":\"0\",\"date_format\":\"\",\"list_show_hits\":\"1\",\"list_show_author\":\"1\",\"list_show_votes\":\"0\",\"list_show_ratings\":\"0\",\"orderby_pri\":\"order\",\"orderby_sec\":\"rdate\",\"order_date\":\"published\",\"show_pagination\":\"2\",\"show_pagination_results\":\"1\",\"show_featured\":\"show\",\"show_feed_link\":\"1\",\"feed_summary\":\"0\",\"feed_show_readmore\":\"0\",\"sef_advanced\":1,\"sef_ids\":1,\"custom_fields_enable\":\"1\"}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('23', '0', 'com_config', 'component', 'com_config', '', '1', '1', '0', '1', '{\"name\":\"com_config\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CONFIG_XML_DESCRIPTION\",\"group\":\"\"}', '{\"filters\":{\"1\":{\"filter_type\":\"NH\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"9\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"6\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"7\":{\"filter_type\":\"NONE\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"2\":{\"filter_type\":\"NH\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"3\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"4\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"5\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"8\":{\"filter_type\":\"NONE\",\"filter_tags\":\"\",\"filter_attributes\":\"\"}}}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('24', '0', 'com_redirect', 'component', 'com_redirect', '', '1', '1', '0', '1', '{\"name\":\"com_redirect\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_REDIRECT_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('25', '0', 'com_users', 'component', 'com_users', '', '1', '1', '0', '1', '{\"name\":\"com_users\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_USERS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"users\"}', '{\"allowUserRegistration\":\"1\",\"new_usertype\":\"2\",\"guest_usergroup\":\"9\",\"sendpassword\":\"1\",\"useractivation\":\"2\",\"mail_to_admin\":\"1\",\"captcha\":\"\",\"frontend_userparams\":\"1\",\"site_language\":\"0\",\"change_login_name\":\"0\",\"reset_count\":\"10\",\"reset_time\":\"1\",\"minimum_length\":\"4\",\"minimum_integers\":\"0\",\"minimum_symbols\":\"0\",\"minimum_uppercase\":\"0\",\"save_history\":\"1\",\"history_limit\":5,\"mailSubjectPrefix\":\"\",\"mailBodySuffix\":\"\",\"debugUsers\":\"1\",\"debugGroups\":\"1\",\"sef_advanced\":0,\"custom_fields_enable\":\"1\"}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('27', '0', 'com_finder', 'component', 'com_finder', '', '1', '1', '0', '0', '{\"name\":\"com_finder\",\"type\":\"component\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_FINDER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"finder\"}', '{\"enabled\":\"0\",\"show_description\":\"1\",\"description_length\":255,\"allow_empty_query\":\"0\",\"show_url\":\"1\",\"show_autosuggest\":\"1\",\"show_suggested_query\":\"1\",\"show_explained_query\":\"1\",\"show_advanced\":\"1\",\"show_advanced_tips\":\"1\",\"expand_advanced\":\"0\",\"show_date_filters\":\"0\",\"sort_order\":\"relevance\",\"sort_direction\":\"desc\",\"highlight_terms\":\"1\",\"opensearch_name\":\"\",\"opensearch_description\":\"\",\"batch_size\":\"50\",\"memory_table_limit\":30000,\"title_multiplier\":\"1.7\",\"text_multiplier\":\"0.7\",\"meta_multiplier\":\"1.2\",\"path_multiplier\":\"2.0\",\"misc_multiplier\":\"0.3\",\"stem\":\"1\",\"stemmer\":\"snowball\",\"enable_logging\":\"0\"}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('28', '0', 'com_joomlaupdate', 'component', 'com_joomlaupdate', '', '1', '1', '0', '1', '{\"name\":\"com_joomlaupdate\",\"type\":\"component\",\"creationDate\":\"February 2012\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.6.2\",\"description\":\"COM_JOOMLAUPDATE_XML_DESCRIPTION\",\"group\":\"\"}', '{\"updatesource\":\"default\",\"customurl\":\"\"}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('29', '0', 'com_tags', 'component', 'com_tags', '', '1', '1', '1', '1', '{\"name\":\"com_tags\",\"type\":\"component\",\"creationDate\":\"December 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.1.0\",\"description\":\"COM_TAGS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"tags\"}', '{\"tag_layout\":\"_:default\",\"save_history\":\"1\",\"history_limit\":5,\"show_tag_title\":\"0\",\"tag_list_show_tag_image\":\"0\",\"tag_list_show_tag_description\":\"0\",\"tag_list_image\":\"\",\"tag_list_orderby\":\"title\",\"tag_list_orderby_direction\":\"ASC\",\"show_headings\":\"0\",\"tag_list_show_date\":\"0\",\"tag_list_show_item_image\":\"0\",\"tag_list_show_item_description\":\"0\",\"tag_list_item_maximum_characters\":0,\"return_any_or_all\":\"1\",\"include_children\":\"0\",\"maximum\":200,\"tag_list_language_filter\":\"all\",\"tags_layout\":\"_:default\",\"all_tags_orderby\":\"title\",\"all_tags_orderby_direction\":\"ASC\",\"all_tags_show_tag_image\":\"0\",\"all_tags_show_tag_descripion\":\"0\",\"all_tags_tag_maximum_characters\":20,\"all_tags_show_tag_hits\":\"0\",\"filter_field\":\"1\",\"show_pagination_limit\":\"1\",\"show_pagination\":\"2\",\"show_pagination_results\":\"1\",\"tag_field_ajax_mode\":\"1\",\"show_feed_link\":\"1\"}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('30', '0', 'com_contenthistory', 'component', 'com_contenthistory', '', '1', '1', '1', '0', '{\"name\":\"com_contenthistory\",\"type\":\"component\",\"creationDate\":\"May 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"COM_CONTENTHISTORY_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contenthistory\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('31', '0', 'com_ajax', 'component', 'com_ajax', '', '1', '1', '1', '1', '{\"name\":\"com_ajax\",\"type\":\"component\",\"creationDate\":\"August 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"COM_AJAX_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"ajax\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('32', '0', 'com_postinstall', 'component', 'com_postinstall', '', '1', '1', '1', '1', '{\"name\":\"com_postinstall\",\"type\":\"component\",\"creationDate\":\"September 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"COM_POSTINSTALL_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('33', '0', 'com_fields', 'component', 'com_fields', '', '1', '1', '1', '0', '{\"name\":\"com_fields\",\"type\":\"component\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"COM_FIELDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"fields\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('34', '0', 'com_associations', 'component', 'com_associations', '', '1', '1', '1', '0', '{\"name\":\"com_associations\",\"type\":\"component\",\"creationDate\":\"January 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"COM_ASSOCIATIONS_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('35', '0', 'com_privacy', 'component', 'com_privacy', '', '1', '1', '1', '1', '{\"name\":\"com_privacy\",\"type\":\"component\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"COM_PRIVACY_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"privacy\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('36', '0', 'com_actionlogs', 'component', 'com_actionlogs', '', '1', '1', '1', '1', '{\"name\":\"com_actionlogs\",\"type\":\"component\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"COM_ACTIONLOGS_XML_DESCRIPTION\",\"group\":\"\"}', '{\"ip_logging\":0,\"csv_delimiter\":\",\",\"loggable_extensions\":[\"com_banners\",\"com_cache\",\"com_categories\",\"com_checkin\",\"com_config\",\"com_contact\",\"com_content\",\"com_installer\",\"com_media\",\"com_menus\",\"com_messages\",\"com_modules\",\"com_newsfeeds\",\"com_plugins\",\"com_redirect\",\"com_tags\",\"com_templates\",\"com_users\"]}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('102', '0', 'LIB_PHPUTF8', 'library', 'phputf8', '', '0', '1', '1', '1', '{\"name\":\"LIB_PHPUTF8\",\"type\":\"library\",\"creationDate\":\"2006\",\"author\":\"Harry Fuecks\",\"copyright\":\"Copyright various authors\",\"authorEmail\":\"hfuecks@gmail.com\",\"authorUrl\":\"http:\\/\\/sourceforge.net\\/projects\\/phputf8\",\"version\":\"0.5\",\"description\":\"LIB_PHPUTF8_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"phputf8\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('103', '0', 'LIB_JOOMLA', 'library', 'joomla', '', '0', '1', '1', '1', '{\"name\":\"LIB_JOOMLA\",\"type\":\"library\",\"creationDate\":\"2008\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"https:\\/\\/www.joomla.org\",\"version\":\"13.1\",\"description\":\"LIB_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}', '{\"mediaversion\":\"bec49465f437f94d922def1a60ff5bec\"}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('104', '0', 'LIB_IDNA', 'library', 'idna_convert', '', '0', '1', '1', '1', '{\"name\":\"LIB_IDNA\",\"type\":\"library\",\"creationDate\":\"2004\",\"author\":\"phlyLabs\",\"copyright\":\"2004-2011 phlyLabs Berlin, http:\\/\\/phlylabs.de\",\"authorEmail\":\"phlymail@phlylabs.de\",\"authorUrl\":\"http:\\/\\/phlylabs.de\",\"version\":\"0.8.0\",\"description\":\"LIB_IDNA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"idna_convert\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('105', '0', 'FOF', 'library', 'fof', '', '0', '1', '1', '1', '{\"name\":\"FOF\",\"type\":\"library\",\"creationDate\":\"2015-04-22 13:15:32\",\"author\":\"Nicholas K. Dionysopoulos \\/ Akeeba Ltd\",\"copyright\":\"(C)2011-2015 Nicholas K. Dionysopoulos\",\"authorEmail\":\"nicholas@akeebabackup.com\",\"authorUrl\":\"https:\\/\\/www.akeebabackup.com\",\"version\":\"2.4.3\",\"description\":\"LIB_FOF_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"fof\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('106', '0', 'LIB_PHPASS', 'library', 'phpass', '', '0', '1', '1', '1', '{\"name\":\"LIB_PHPASS\",\"type\":\"library\",\"creationDate\":\"2004-2006\",\"author\":\"Solar Designer\",\"copyright\":\"\",\"authorEmail\":\"solar@openwall.com\",\"authorUrl\":\"http:\\/\\/www.openwall.com\\/phpass\\/\",\"version\":\"0.3\",\"description\":\"LIB_PHPASS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"phpass\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('200', '0', 'mod_articles_archive', 'module', 'mod_articles_archive', '', '0', '1', '1', '0', '{\"name\":\"mod_articles_archive\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_ARTICLES_ARCHIVE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_articles_archive\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('201', '0', 'mod_articles_latest', 'module', 'mod_articles_latest', '', '0', '1', '1', '0', '{\"name\":\"mod_articles_latest\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LATEST_NEWS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_articles_latest\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('202', '0', 'mod_articles_popular', 'module', 'mod_articles_popular', '', '0', '1', '1', '0', '{\"name\":\"mod_articles_popular\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_POPULAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_articles_popular\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('203', '0', 'mod_banners', 'module', 'mod_banners', '', '0', '1', '1', '0', '{\"name\":\"mod_banners\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_BANNERS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_banners\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('204', '0', 'mod_breadcrumbs', 'module', 'mod_breadcrumbs', '', '0', '1', '1', '1', '{\"name\":\"mod_breadcrumbs\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_BREADCRUMBS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_breadcrumbs\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('205', '0', 'mod_custom', 'module', 'mod_custom', '', '0', '1', '1', '1', '{\"name\":\"mod_custom\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_CUSTOM_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_custom\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('206', '0', 'mod_feed', 'module', 'mod_feed', '', '0', '1', '1', '0', '{\"name\":\"mod_feed\",\"type\":\"module\",\"creationDate\":\"July 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_FEED_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_feed\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('207', '0', 'mod_footer', 'module', 'mod_footer', '', '0', '1', '1', '0', '{\"name\":\"mod_footer\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_FOOTER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_footer\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('208', '0', 'mod_login', 'module', 'mod_login', '', '0', '1', '1', '1', '{\"name\":\"mod_login\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LOGIN_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_login\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('209', '0', 'mod_menu', 'module', 'mod_menu', '', '0', '1', '1', '1', '{\"name\":\"mod_menu\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_MENU_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_menu\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('210', '0', 'mod_articles_news', 'module', 'mod_articles_news', '', '0', '1', '1', '0', '{\"name\":\"mod_articles_news\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_ARTICLES_NEWS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_articles_news\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('211', '0', 'mod_random_image', 'module', 'mod_random_image', '', '0', '1', '1', '0', '{\"name\":\"mod_random_image\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_RANDOM_IMAGE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_random_image\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('212', '0', 'mod_related_items', 'module', 'mod_related_items', '', '0', '1', '1', '0', '{\"name\":\"mod_related_items\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_RELATED_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_related_items\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('213', '0', 'mod_search', 'module', 'mod_search', '', '0', '1', '1', '0', '{\"name\":\"mod_search\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_SEARCH_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_search\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('214', '0', 'mod_stats', 'module', 'mod_stats', '', '0', '1', '1', '0', '{\"name\":\"mod_stats\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_STATS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_stats\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('215', '0', 'mod_syndicate', 'module', 'mod_syndicate', '', '0', '1', '1', '1', '{\"name\":\"mod_syndicate\",\"type\":\"module\",\"creationDate\":\"May 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_SYNDICATE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_syndicate\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('216', '0', 'mod_users_latest', 'module', 'mod_users_latest', '', '0', '1', '1', '0', '{\"name\":\"mod_users_latest\",\"type\":\"module\",\"creationDate\":\"December 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_USERS_LATEST_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_users_latest\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('218', '0', 'mod_whosonline', 'module', 'mod_whosonline', '', '0', '1', '1', '0', '{\"name\":\"mod_whosonline\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_WHOSONLINE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_whosonline\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('219', '0', 'mod_wrapper', 'module', 'mod_wrapper', '', '0', '1', '1', '0', '{\"name\":\"mod_wrapper\",\"type\":\"module\",\"creationDate\":\"October 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_WRAPPER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_wrapper\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('220', '0', 'mod_articles_category', 'module', 'mod_articles_category', '', '0', '1', '1', '0', '{\"name\":\"mod_articles_category\",\"type\":\"module\",\"creationDate\":\"February 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_ARTICLES_CATEGORY_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_articles_category\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('221', '0', 'mod_articles_categories', 'module', 'mod_articles_categories', '', '0', '1', '1', '0', '{\"name\":\"mod_articles_categories\",\"type\":\"module\",\"creationDate\":\"February 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_ARTICLES_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_articles_categories\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('222', '0', 'mod_languages', 'module', 'mod_languages', '', '0', '1', '1', '1', '{\"name\":\"mod_languages\",\"type\":\"module\",\"creationDate\":\"February 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.5.0\",\"description\":\"MOD_LANGUAGES_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_languages\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('223', '0', 'mod_finder', 'module', 'mod_finder', '', '0', '1', '0', '0', '{\"name\":\"mod_finder\",\"type\":\"module\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_FINDER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_finder\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('300', '0', 'mod_custom', 'module', 'mod_custom', '', '1', '1', '1', '1', '{\"name\":\"mod_custom\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_CUSTOM_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_custom\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('301', '0', 'mod_feed', 'module', 'mod_feed', '', '1', '1', '1', '0', '{\"name\":\"mod_feed\",\"type\":\"module\",\"creationDate\":\"July 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_FEED_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_feed\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('302', '0', 'mod_latest', 'module', 'mod_latest', '', '1', '1', '1', '0', '{\"name\":\"mod_latest\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LATEST_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_latest\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('303', '0', 'mod_logged', 'module', 'mod_logged', '', '1', '1', '1', '0', '{\"name\":\"mod_logged\",\"type\":\"module\",\"creationDate\":\"January 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LOGGED_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_logged\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('304', '0', 'mod_login', 'module', 'mod_login', '', '1', '1', '1', '1', '{\"name\":\"mod_login\",\"type\":\"module\",\"creationDate\":\"March 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LOGIN_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_login\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('305', '0', 'mod_menu', 'module', 'mod_menu', '', '1', '1', '1', '0', '{\"name\":\"mod_menu\",\"type\":\"module\",\"creationDate\":\"March 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_MENU_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_menu\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('307', '0', 'mod_popular', 'module', 'mod_popular', '', '1', '1', '1', '0', '{\"name\":\"mod_popular\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_POPULAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_popular\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('308', '0', 'mod_quickicon', 'module', 'mod_quickicon', '', '1', '1', '1', '1', '{\"name\":\"mod_quickicon\",\"type\":\"module\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_QUICKICON_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_quickicon\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('309', '0', 'mod_status', 'module', 'mod_status', '', '1', '1', '1', '0', '{\"name\":\"mod_status\",\"type\":\"module\",\"creationDate\":\"February 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_STATUS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_status\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('310', '0', 'mod_submenu', 'module', 'mod_submenu', '', '1', '1', '1', '0', '{\"name\":\"mod_submenu\",\"type\":\"module\",\"creationDate\":\"February 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_SUBMENU_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_submenu\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('311', '0', 'mod_title', 'module', 'mod_title', '', '1', '1', '1', '0', '{\"name\":\"mod_title\",\"type\":\"module\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_TITLE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_title\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('312', '0', 'mod_toolbar', 'module', 'mod_toolbar', '', '1', '1', '1', '1', '{\"name\":\"mod_toolbar\",\"type\":\"module\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_TOOLBAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_toolbar\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('313', '0', 'mod_multilangstatus', 'module', 'mod_multilangstatus', '', '1', '1', '1', '0', '{\"name\":\"mod_multilangstatus\",\"type\":\"module\",\"creationDate\":\"September 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_MULTILANGSTATUS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_multilangstatus\"}', '{\"cache\":\"0\"}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('314', '0', 'mod_version', 'module', 'mod_version', '', '1', '1', '1', '0', '{\"name\":\"mod_version\",\"type\":\"module\",\"creationDate\":\"January 2012\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_VERSION_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_version\"}', '{\"format\":\"short\",\"product\":\"1\",\"cache\":\"0\"}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('315', '0', 'mod_stats_admin', 'module', 'mod_stats_admin', '', '1', '1', '1', '0', '{\"name\":\"mod_stats_admin\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_STATS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_stats_admin\"}', '{\"serverinfo\":\"0\",\"siteinfo\":\"0\",\"counter\":\"0\",\"increase\":\"0\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('316', '0', 'mod_tags_popular', 'module', 'mod_tags_popular', '', '0', '1', '1', '0', '{\"name\":\"mod_tags_popular\",\"type\":\"module\",\"creationDate\":\"January 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.1.0\",\"description\":\"MOD_TAGS_POPULAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_tags_popular\"}', '{\"maximum\":\"5\",\"timeframe\":\"alltime\",\"owncache\":\"1\"}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('317', '0', 'mod_tags_similar', 'module', 'mod_tags_similar', '', '0', '1', '1', '0', '{\"name\":\"mod_tags_similar\",\"type\":\"module\",\"creationDate\":\"January 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.1.0\",\"description\":\"MOD_TAGS_SIMILAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_tags_similar\"}', '{\"maximum\":\"5\",\"matchtype\":\"any\",\"owncache\":\"1\"}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('318', '0', 'mod_sampledata', 'module', 'mod_sampledata', '', '1', '1', '1', '0', '{\"name\":\"mod_sampledata\",\"type\":\"module\",\"creationDate\":\"July 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.8.0\",\"description\":\"MOD_SAMPLEDATA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_sampledata\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('319', '0', 'mod_latestactions', 'module', 'mod_latestactions', '', '1', '1', '1', '0', '{\"name\":\"mod_latestactions\",\"type\":\"module\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"MOD_LATESTACTIONS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_latestactions\"}', '{}', '', '', '0', '1970-01-01 00:00:00', '0', '0'), ('320', '0', 'mod_privacy_dashboard', 'module', 'mod_privacy_dashboard', '', '1', '1', '1', '0', '{\"name\":\"mod_privacy_dashboard\",\"type\":\"module\",\"creationDate\":\"June 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"MOD_PRIVACY_DASHBOARD_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_privacy_dashboard\"}', '{}', '', '', '0', '1970-01-01 00:00:00', '0', '0'), ('400', '0', 'plg_authentication_gmail', 'plugin', 'gmail', 'authentication', '0', '0', '1', '0', '{\"name\":\"plg_authentication_gmail\",\"type\":\"plugin\",\"creationDate\":\"February 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_GMAIL_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"gmail\"}', '{\"applysuffix\":\"0\",\"suffix\":\"\",\"verifypeer\":\"1\",\"user_blacklist\":\"\"}', '', '', '0', '0000-00-00 00:00:00', '1', '0'), ('401', '0', 'plg_authentication_joomla', 'plugin', 'joomla', 'authentication', '0', '1', '1', '1', '{\"name\":\"plg_authentication_joomla\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_AUTH_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('402', '0', 'plg_authentication_ldap', 'plugin', 'ldap', 'authentication', '0', '0', '1', '0', '{\"name\":\"plg_authentication_ldap\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_LDAP_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"ldap\"}', '{\"host\":\"\",\"port\":\"389\",\"use_ldapV3\":\"0\",\"negotiate_tls\":\"0\",\"no_referrals\":\"0\",\"auth_method\":\"bind\",\"base_dn\":\"\",\"search_string\":\"\",\"users_dn\":\"\",\"username\":\"admin\",\"password\":\"bobby7\",\"ldap_fullname\":\"fullName\",\"ldap_email\":\"mail\",\"ldap_uid\":\"uid\"}', '', '', '0', '0000-00-00 00:00:00', '3', '0'), ('403', '0', 'plg_content_contact', 'plugin', 'contact', 'content', '0', '1', '1', '0', '{\"name\":\"plg_content_contact\",\"type\":\"plugin\",\"creationDate\":\"January 2014\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.2\",\"description\":\"PLG_CONTENT_CONTACT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contact\"}', '', '', '', '0', '0000-00-00 00:00:00', '1', '0'), ('404', '0', 'plg_content_emailcloak', 'plugin', 'emailcloak', 'content', '0', '1', '1', '0', '{\"name\":\"plg_content_emailcloak\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTENT_EMAILCLOAK_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"emailcloak\"}', '{\"mode\":\"1\"}', '', '', '0', '0000-00-00 00:00:00', '1', '0'), ('406', '0', 'plg_content_loadmodule', 'plugin', 'loadmodule', 'content', '0', '1', '1', '0', '{\"name\":\"plg_content_loadmodule\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_LOADMODULE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"loadmodule\"}', '{\"style\":\"xhtml\"}', '', '', '0', '2011-09-18 15:22:50', '0', '0'), ('407', '0', 'plg_content_pagebreak', 'plugin', 'pagebreak', 'content', '0', '1', '1', '0', '{\"name\":\"plg_content_pagebreak\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTENT_PAGEBREAK_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"pagebreak\"}', '{\"title\":\"1\",\"multipage_toc\":\"1\",\"showall\":\"1\"}', '', '', '0', '0000-00-00 00:00:00', '4', '0'), ('408', '0', 'plg_content_pagenavigation', 'plugin', 'pagenavigation', 'content', '0', '1', '1', '0', '{\"name\":\"plg_content_pagenavigation\",\"type\":\"plugin\",\"creationDate\":\"January 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_PAGENAVIGATION_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"pagenavigation\"}', '{\"position\":\"1\"}', '', '', '0', '0000-00-00 00:00:00', '5', '0'), ('409', '0', 'plg_content_vote', 'plugin', 'vote', 'content', '0', '1', '1', '0', '{\"name\":\"plg_content_vote\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_VOTE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"vote\"}', '', '', '', '0', '0000-00-00 00:00:00', '6', '0'), ('410', '0', 'plg_editors_codemirror', 'plugin', 'codemirror', 'editors', '0', '1', '1', '1', '{\"name\":\"plg_editors_codemirror\",\"type\":\"plugin\",\"creationDate\":\"28 March 2011\",\"author\":\"Marijn Haverbeke\",\"copyright\":\"Copyright (C) 2014 - 2017 by Marijn Haverbeke and others\",\"authorEmail\":\"marijnh@gmail.com\",\"authorUrl\":\"http:\\/\\/codemirror.net\\/\",\"version\":\"5.40.0\",\"description\":\"PLG_CODEMIRROR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"codemirror\"}', '{\"lineNumbers\":\"1\",\"lineWrapping\":\"1\",\"matchTags\":\"1\",\"matchBrackets\":\"1\",\"marker-gutter\":\"1\",\"autoCloseTags\":\"1\",\"autoCloseBrackets\":\"1\",\"autoFocus\":\"1\",\"theme\":\"default\",\"tabmode\":\"indent\"}', '', '', '0', '0000-00-00 00:00:00', '1', '0'), ('411', '0', 'plg_editors_none', 'plugin', 'none', 'editors', '0', '1', '1', '1', '{\"name\":\"plg_editors_none\",\"type\":\"plugin\",\"creationDate\":\"September 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_NONE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"none\"}', '', '', '', '0', '0000-00-00 00:00:00', '2', '0'), ('412', '0', 'plg_editors_tinymce', 'plugin', 'tinymce', 'editors', '0', '1', '1', '0', '{\"name\":\"plg_editors_tinymce\",\"type\":\"plugin\",\"creationDate\":\"2005-2019\",\"author\":\"Tiny Technologies, Inc\",\"copyright\":\"Tiny Technologies, Inc\",\"authorEmail\":\"N\\/A\",\"authorUrl\":\"https:\\/\\/www.tiny.cloud\",\"version\":\"4.5.11\",\"description\":\"PLG_TINY_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"tinymce\"}', '{\"configuration\":{\"toolbars\":{\"2\":{\"toolbar1\":[\"bold\",\"underline\",\"strikethrough\",\"|\",\"undo\",\"redo\",\"|\",\"bullist\",\"numlist\",\"|\",\"pastetext\"]},\"1\":{\"menu\":[\"edit\",\"insert\",\"view\",\"format\",\"table\",\"tools\"],\"toolbar1\":[\"bold\",\"italic\",\"underline\",\"strikethrough\",\"|\",\"alignleft\",\"aligncenter\",\"alignright\",\"alignjustify\",\"|\",\"formatselect\",\"|\",\"bullist\",\"numlist\",\"|\",\"outdent\",\"indent\",\"|\",\"undo\",\"redo\",\"|\",\"link\",\"unlink\",\"anchor\",\"code\",\"|\",\"hr\",\"table\",\"|\",\"subscript\",\"superscript\",\"|\",\"charmap\",\"pastetext\",\"preview\"]},\"0\":{\"menu\":[\"edit\",\"insert\",\"view\",\"format\",\"table\",\"tools\"],\"toolbar1\":[\"bold\",\"italic\",\"underline\",\"strikethrough\",\"|\",\"alignleft\",\"aligncenter\",\"alignright\",\"alignjustify\",\"|\",\"styleselect\",\"|\",\"formatselect\",\"fontselect\",\"fontsizeselect\",\"|\",\"searchreplace\",\"|\",\"bullist\",\"numlist\",\"|\",\"outdent\",\"indent\",\"|\",\"undo\",\"redo\",\"|\",\"link\",\"unlink\",\"anchor\",\"image\",\"|\",\"code\",\"|\",\"forecolor\",\"backcolor\",\"|\",\"fullscreen\",\"|\",\"table\",\"|\",\"subscript\",\"superscript\",\"|\",\"charmap\",\"emoticons\",\"media\",\"hr\",\"ltr\",\"rtl\",\"|\",\"cut\",\"copy\",\"paste\",\"pastetext\",\"|\",\"visualchars\",\"visualblocks\",\"nonbreaking\",\"blockquote\",\"template\",\"|\",\"print\",\"preview\",\"codesample\",\"insertdatetime\",\"removeformat\"]}},\"setoptions\":{\"2\":{\"access\":[\"1\"],\"skin\":\"0\",\"skin_admin\":\"0\",\"mobile\":\"0\",\"drag_drop\":\"1\",\"path\":\"\",\"entity_encoding\":\"raw\",\"lang_mode\":\"1\",\"text_direction\":\"ltr\",\"content_css\":\"1\",\"content_css_custom\":\"\",\"relative_urls\":\"1\",\"newlines\":\"0\",\"use_config_textfilters\":\"0\",\"invalid_elements\":\"script,applet,iframe\",\"valid_elements\":\"\",\"extended_elements\":\"\",\"resizing\":\"1\",\"resize_horizontal\":\"1\",\"element_path\":\"1\",\"wordcount\":\"1\",\"image_advtab\":\"0\",\"advlist\":\"1\",\"autosave\":\"1\",\"contextmenu\":\"1\",\"custom_plugin\":\"\",\"custom_button\":\"\"},\"1\":{\"access\":[\"6\",\"2\"],\"skin\":\"0\",\"skin_admin\":\"0\",\"mobile\":\"0\",\"drag_drop\":\"1\",\"path\":\"\",\"entity_encoding\":\"raw\",\"lang_mode\":\"1\",\"text_direction\":\"ltr\",\"content_css\":\"1\",\"content_css_custom\":\"\",\"relative_urls\":\"1\",\"newlines\":\"0\",\"use_config_textfilters\":\"0\",\"invalid_elements\":\"script,applet,iframe\",\"valid_elements\":\"\",\"extended_elements\":\"\",\"resizing\":\"1\",\"resize_horizontal\":\"1\",\"element_path\":\"1\",\"wordcount\":\"1\",\"image_advtab\":\"0\",\"advlist\":\"1\",\"autosave\":\"1\",\"contextmenu\":\"1\",\"custom_plugin\":\"\",\"custom_button\":\"\"},\"0\":{\"access\":[\"7\",\"4\",\"8\"],\"skin\":\"0\",\"skin_admin\":\"0\",\"mobile\":\"0\",\"drag_drop\":\"1\",\"path\":\"\",\"entity_encoding\":\"raw\",\"lang_mode\":\"1\",\"text_direction\":\"ltr\",\"content_css\":\"1\",\"content_css_custom\":\"\",\"relative_urls\":\"1\",\"newlines\":\"0\",\"use_config_textfilters\":\"0\",\"invalid_elements\":\"script,applet,iframe\",\"valid_elements\":\"\",\"extended_elements\":\"\",\"resizing\":\"1\",\"resize_horizontal\":\"1\",\"element_path\":\"1\",\"wordcount\":\"1\",\"image_advtab\":\"1\",\"advlist\":\"1\",\"autosave\":\"1\",\"contextmenu\":\"1\",\"custom_plugin\":\"\",\"custom_button\":\"\"}}},\"sets_amount\":3,\"html_height\":\"550\",\"html_width\":\"750\"}', '', '', '0', '0000-00-00 00:00:00', '3', '0'), ('413', '0', 'plg_editors-xtd_article', 'plugin', 'article', 'editors-xtd', '0', '1', '1', '0', '{\"name\":\"plg_editors-xtd_article\",\"type\":\"plugin\",\"creationDate\":\"October 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_ARTICLE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"article\"}', '', '', '', '0', '0000-00-00 00:00:00', '1', '0'), ('414', '0', 'plg_editors-xtd_image', 'plugin', 'image', 'editors-xtd', '0', '1', '1', '0', '{\"name\":\"plg_editors-xtd_image\",\"type\":\"plugin\",\"creationDate\":\"August 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_IMAGE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"image\"}', '', '', '', '0', '0000-00-00 00:00:00', '2', '0'), ('415', '0', 'plg_editors-xtd_pagebreak', 'plugin', 'pagebreak', 'editors-xtd', '0', '1', '1', '0', '{\"name\":\"plg_editors-xtd_pagebreak\",\"type\":\"plugin\",\"creationDate\":\"August 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_EDITORSXTD_PAGEBREAK_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"pagebreak\"}', '', '', '', '0', '0000-00-00 00:00:00', '3', '0'), ('416', '0', 'plg_editors-xtd_readmore', 'plugin', 'readmore', 'editors-xtd', '0', '1', '1', '0', '{\"name\":\"plg_editors-xtd_readmore\",\"type\":\"plugin\",\"creationDate\":\"March 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_READMORE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"readmore\"}', '', '', '', '0', '0000-00-00 00:00:00', '4', '0'), ('417', '0', 'plg_search_categories', 'plugin', 'categories', 'search', '0', '1', '1', '0', '{\"name\":\"plg_search_categories\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEARCH_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"categories\"}', '{\"search_limit\":\"50\",\"search_content\":\"1\",\"search_archived\":\"1\"}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('418', '0', 'plg_search_contacts', 'plugin', 'contacts', 'search', '0', '1', '1', '0', '{\"name\":\"plg_search_contacts\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEARCH_CONTACTS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contacts\"}', '{\"search_limit\":\"50\",\"search_content\":\"1\",\"search_archived\":\"1\"}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('419', '0', 'plg_search_content', 'plugin', 'content', 'search', '0', '1', '1', '0', '{\"name\":\"plg_search_content\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEARCH_CONTENT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"content\"}', '{\"search_limit\":\"50\",\"search_content\":\"1\",\"search_archived\":\"1\"}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('420', '0', 'plg_search_newsfeeds', 'plugin', 'newsfeeds', 'search', '0', '1', '1', '0', '{\"name\":\"plg_search_newsfeeds\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEARCH_NEWSFEEDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"newsfeeds\"}', '{\"search_limit\":\"50\",\"search_content\":\"1\",\"search_archived\":\"1\"}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('422', '0', 'plg_system_languagefilter', 'plugin', 'languagefilter', 'system', '0', '0', '1', '1', '{\"name\":\"plg_system_languagefilter\",\"type\":\"plugin\",\"creationDate\":\"July 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_LANGUAGEFILTER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"languagefilter\"}', '', '', '', '0', '0000-00-00 00:00:00', '35', '0'), ('423', '0', 'plg_system_p3p', 'plugin', 'p3p', 'system', '0', '0', '1', '0', '{\"name\":\"plg_system_p3p\",\"type\":\"plugin\",\"creationDate\":\"September 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_P3P_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"p3p\"}', '{\"headers\":\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"}', '', '', '0', '0000-00-00 00:00:00', '37', '0'), ('424', '0', 'plg_system_cache', 'plugin', 'cache', 'system', '0', '0', '1', '1', '{\"name\":\"plg_system_cache\",\"type\":\"plugin\",\"creationDate\":\"February 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CACHE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"cache\"}', '{\"browsercache\":\"0\",\"cachetime\":\"15\"}', '', '', '0', '0000-00-00 00:00:00', '45', '0'), ('425', '0', 'plg_system_debug', 'plugin', 'debug', 'system', '0', '1', '1', '0', '{\"name\":\"plg_system_debug\",\"type\":\"plugin\",\"creationDate\":\"December 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_DEBUG_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"debug\"}', '{\"profile\":\"1\",\"queries\":\"1\",\"memory\":\"1\",\"language_files\":\"1\",\"language_strings\":\"1\",\"strip-first\":\"1\",\"strip-prefix\":\"\",\"strip-suffix\":\"\"}', '', '', '0', '0000-00-00 00:00:00', '39', '0'), ('426', '0', 'plg_system_log', 'plugin', 'log', 'system', '0', '1', '1', '1', '{\"name\":\"plg_system_log\",\"type\":\"plugin\",\"creationDate\":\"April 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_LOG_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"log\"}', '', '', '', '0', '0000-00-00 00:00:00', '40', '0'), ('427', '0', 'plg_system_redirect', 'plugin', 'redirect', 'system', '0', '0', '1', '1', '{\"name\":\"plg_system_redirect\",\"type\":\"plugin\",\"creationDate\":\"April 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_REDIRECT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"redirect\"}', '', '', '', '0', '0000-00-00 00:00:00', '41', '0'), ('428', '0', 'plg_system_remember', 'plugin', 'remember', 'system', '0', '1', '1', '1', '{\"name\":\"plg_system_remember\",\"type\":\"plugin\",\"creationDate\":\"April 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_REMEMBER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"remember\"}', '', '', '', '0', '0000-00-00 00:00:00', '43', '0'), ('429', '0', 'plg_system_sef', 'plugin', 'sef', 'system', '0', '1', '1', '0', '{\"name\":\"plg_system_sef\",\"type\":\"plugin\",\"creationDate\":\"December 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEF_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"sef\"}', '', '', '', '0', '0000-00-00 00:00:00', '44', '0'), ('430', '0', 'plg_system_logout', 'plugin', 'logout', 'system', '0', '1', '1', '1', '{\"name\":\"plg_system_logout\",\"type\":\"plugin\",\"creationDate\":\"April 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_LOGOUT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"logout\"}', '', '', '', '0', '0000-00-00 00:00:00', '38', '0'), ('431', '0', 'plg_user_contactcreator', 'plugin', 'contactcreator', 'user', '0', '0', '1', '0', '{\"name\":\"plg_user_contactcreator\",\"type\":\"plugin\",\"creationDate\":\"August 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTACTCREATOR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contactcreator\"}', '{\"autowebpage\":\"\",\"category\":\"34\",\"autopublish\":\"0\"}', '', '', '0', '0000-00-00 00:00:00', '1', '0'), ('432', '0', 'plg_user_joomla', 'plugin', 'joomla', 'user', '0', '1', '1', '0', '{\"name\":\"plg_user_joomla\",\"type\":\"plugin\",\"creationDate\":\"December 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_USER_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}', '{\"autoregister\":\"1\",\"mail_to_user\":\"1\",\"forceLogout\":\"1\"}', '', '', '0', '0000-00-00 00:00:00', '2', '0'), ('433', '0', 'plg_user_profile', 'plugin', 'profile', 'user', '0', '0', '1', '0', '{\"name\":\"plg_user_profile\",\"type\":\"plugin\",\"creationDate\":\"January 2008\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_USER_PROFILE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"profile\"}', '{\"register-require_address1\":\"1\",\"register-require_address2\":\"1\",\"register-require_city\":\"1\",\"register-require_region\":\"1\",\"register-require_country\":\"1\",\"register-require_postal_code\":\"1\",\"register-require_phone\":\"1\",\"register-require_website\":\"1\",\"register-require_favoritebook\":\"1\",\"register-require_aboutme\":\"1\",\"register-require_tos\":\"1\",\"register-require_dob\":\"1\",\"profile-require_address1\":\"1\",\"profile-require_address2\":\"1\",\"profile-require_city\":\"1\",\"profile-require_region\":\"1\",\"profile-require_country\":\"1\",\"profile-require_postal_code\":\"1\",\"profile-require_phone\":\"1\",\"profile-require_website\":\"1\",\"profile-require_favoritebook\":\"1\",\"profile-require_aboutme\":\"1\",\"profile-require_tos\":\"1\",\"profile-require_dob\":\"1\"}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('434', '0', 'plg_extension_joomla', 'plugin', 'joomla', 'extension', '0', '1', '1', '1', '{\"name\":\"plg_extension_joomla\",\"type\":\"plugin\",\"creationDate\":\"May 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_EXTENSION_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}', '', '', '', '0', '0000-00-00 00:00:00', '1', '0'), ('435', '0', 'plg_content_joomla', 'plugin', 'joomla', 'content', '0', '1', '1', '0', '{\"name\":\"plg_content_joomla\",\"type\":\"plugin\",\"creationDate\":\"November 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTENT_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('436', '0', 'plg_system_languagecode', 'plugin', 'languagecode', 'system', '0', '0', '1', '0', '{\"name\":\"plg_system_languagecode\",\"type\":\"plugin\",\"creationDate\":\"November 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_LANGUAGECODE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"languagecode\"}', '', '', '', '0', '0000-00-00 00:00:00', '46', '0'), ('437', '0', 'plg_quickicon_joomlaupdate', 'plugin', 'joomlaupdate', 'quickicon', '0', '1', '1', '1', '{\"name\":\"plg_quickicon_joomlaupdate\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_QUICKICON_JOOMLAUPDATE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomlaupdate\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('438', '0', 'plg_quickicon_extensionupdate', 'plugin', 'extensionupdate', 'quickicon', '0', '1', '1', '1', '{\"name\":\"plg_quickicon_extensionupdate\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_QUICKICON_EXTENSIONUPDATE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"extensionupdate\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('439', '0', 'plg_captcha_recaptcha', 'plugin', 'recaptcha', 'captcha', '0', '1', '1', '0', '{\"name\":\"plg_captcha_recaptcha\",\"type\":\"plugin\",\"creationDate\":\"December 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.4.0\",\"description\":\"PLG_CAPTCHA_RECAPTCHA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"recaptcha\"}', '{\"public_key\":\"\",\"private_key\":\"\",\"theme\":\"clean\"}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('440', '0', 'plg_system_highlight', 'plugin', 'highlight', 'system', '0', '1', '1', '0', '{\"name\":\"plg_system_highlight\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_HIGHLIGHT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"highlight\"}', '', '', '', '0', '0000-00-00 00:00:00', '42', '0'), ('441', '0', 'plg_content_finder', 'plugin', 'finder', 'content', '0', '0', '1', '0', '{\"name\":\"plg_content_finder\",\"type\":\"plugin\",\"creationDate\":\"December 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTENT_FINDER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"finder\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('442', '0', 'plg_finder_categories', 'plugin', 'categories', 'finder', '0', '1', '1', '0', '{\"name\":\"plg_finder_categories\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"categories\"}', '', '', '', '0', '0000-00-00 00:00:00', '1', '0'), ('443', '0', 'plg_finder_contacts', 'plugin', 'contacts', 'finder', '0', '1', '1', '0', '{\"name\":\"plg_finder_contacts\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_CONTACTS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contacts\"}', '', '', '', '0', '0000-00-00 00:00:00', '2', '0'), ('444', '0', 'plg_finder_content', 'plugin', 'content', 'finder', '0', '1', '1', '0', '{\"name\":\"plg_finder_content\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_CONTENT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"content\"}', '', '', '', '0', '0000-00-00 00:00:00', '3', '0'), ('445', '0', 'plg_finder_newsfeeds', 'plugin', 'newsfeeds', 'finder', '0', '1', '1', '0', '{\"name\":\"plg_finder_newsfeeds\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_NEWSFEEDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"newsfeeds\"}', '', '', '', '0', '0000-00-00 00:00:00', '4', '0'), ('447', '0', 'plg_finder_tags', 'plugin', 'tags', 'finder', '0', '1', '1', '0', '{\"name\":\"plg_finder_tags\",\"type\":\"plugin\",\"creationDate\":\"February 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_TAGS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"tags\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('448', '0', 'plg_twofactorauth_totp', 'plugin', 'totp', 'twofactorauth', '0', '1', '1', '0', '{\"name\":\"plg_twofactorauth_totp\",\"type\":\"plugin\",\"creationDate\":\"August 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"PLG_TWOFACTORAUTH_TOTP_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"totp\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('449', '0', 'plg_authentication_cookie', 'plugin', 'cookie', 'authentication', '0', '1', '1', '0', '{\"name\":\"plg_authentication_cookie\",\"type\":\"plugin\",\"creationDate\":\"July 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_AUTH_COOKIE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"cookie\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('450', '0', 'plg_twofactorauth_yubikey', 'plugin', 'yubikey', 'twofactorauth', '0', '1', '1', '0', '{\"name\":\"plg_twofactorauth_yubikey\",\"type\":\"plugin\",\"creationDate\":\"September 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"PLG_TWOFACTORAUTH_YUBIKEY_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"yubikey\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('451', '0', 'plg_search_tags', 'plugin', 'tags', 'search', '0', '1', '1', '0', '{\"name\":\"plg_search_tags\",\"type\":\"plugin\",\"creationDate\":\"March 2014\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEARCH_TAGS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"tags\"}', '{\"search_limit\":\"50\",\"show_tagged_items\":\"1\"}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('452', '0', 'plg_system_updatenotification', 'plugin', 'updatenotification', 'system', '0', '1', '1', '0', '{\"name\":\"plg_system_updatenotification\",\"type\":\"plugin\",\"creationDate\":\"May 2015\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.5.0\",\"description\":\"PLG_SYSTEM_UPDATENOTIFICATION_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"updatenotification\"}', '{\"lastrun\":1577704571}', '', '', '0', '0000-00-00 00:00:00', '11', '0'), ('453', '0', 'plg_editors-xtd_module', 'plugin', 'module', 'editors-xtd', '0', '1', '1', '0', '{\"name\":\"plg_editors-xtd_module\",\"type\":\"plugin\",\"creationDate\":\"October 2015\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.5.0\",\"description\":\"PLG_MODULE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"module\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('454', '0', 'plg_system_stats', 'plugin', 'stats', 'system', '0', '1', '1', '0', '{\"name\":\"plg_system_stats\",\"type\":\"plugin\",\"creationDate\":\"November 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.5.0\",\"description\":\"PLG_SYSTEM_STATS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"stats\"}', '{\"mode\":3,\"lastrun\":\"\",\"unique_id\":\"6d30f13db174eb0c94efb885594275cd80da3e3a\",\"interval\":12}', '', '', '0', '0000-00-00 00:00:00', '16', '0'), ('455', '0', 'plg_installer_packageinstaller', 'plugin', 'packageinstaller', 'installer', '0', '1', '1', '1', '{\"name\":\"plg_installer_packageinstaller\",\"type\":\"plugin\",\"creationDate\":\"May 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.6.0\",\"description\":\"PLG_INSTALLER_PACKAGEINSTALLER_PLUGIN_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"packageinstaller\"}', '', '', '', '0', '0000-00-00 00:00:00', '1', '0'), ('456', '0', 'PLG_INSTALLER_FOLDERINSTALLER', 'plugin', 'folderinstaller', 'installer', '0', '1', '1', '1', '{\"name\":\"PLG_INSTALLER_FOLDERINSTALLER\",\"type\":\"plugin\",\"creationDate\":\"May 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.6.0\",\"description\":\"PLG_INSTALLER_FOLDERINSTALLER_PLUGIN_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"folderinstaller\"}', '', '', '', '0', '0000-00-00 00:00:00', '2', '0'), ('457', '0', 'PLG_INSTALLER_URLINSTALLER', 'plugin', 'urlinstaller', 'installer', '0', '1', '1', '1', '{\"name\":\"PLG_INSTALLER_URLINSTALLER\",\"type\":\"plugin\",\"creationDate\":\"May 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.6.0\",\"description\":\"PLG_INSTALLER_URLINSTALLER_PLUGIN_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"urlinstaller\"}', '', '', '', '0', '0000-00-00 00:00:00', '3', '0'), ('458', '0', 'plg_quickicon_phpversioncheck', 'plugin', 'phpversioncheck', 'quickicon', '0', '1', '1', '1', '{\"name\":\"plg_quickicon_phpversioncheck\",\"type\":\"plugin\",\"creationDate\":\"August 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_QUICKICON_PHPVERSIONCHECK_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"phpversioncheck\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('459', '0', 'plg_editors-xtd_menu', 'plugin', 'menu', 'editors-xtd', '0', '1', '1', '0', '{\"name\":\"plg_editors-xtd_menu\",\"type\":\"plugin\",\"creationDate\":\"August 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_EDITORS-XTD_MENU_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"menu\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('460', '0', 'plg_editors-xtd_contact', 'plugin', 'contact', 'editors-xtd', '0', '1', '1', '0', '{\"name\":\"plg_editors-xtd_contact\",\"type\":\"plugin\",\"creationDate\":\"October 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_EDITORS-XTD_CONTACT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contact\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('461', '0', 'plg_system_fields', 'plugin', 'fields', 'system', '0', '1', '1', '0', '{\"name\":\"plg_system_fields\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_SYSTEM_FIELDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"fields\"}', '', '', '', '0', '0000-00-00 00:00:00', '32', '0'), ('462', '0', 'plg_fields_calendar', 'plugin', 'calendar', 'fields', '0', '1', '1', '0', '{\"name\":\"plg_fields_calendar\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_CALENDAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"calendar\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('463', '0', 'plg_fields_checkboxes', 'plugin', 'checkboxes', 'fields', '0', '1', '1', '0', '{\"name\":\"plg_fields_checkboxes\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_CHECKBOXES_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"checkboxes\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('464', '0', 'plg_fields_color', 'plugin', 'color', 'fields', '0', '1', '1', '0', '{\"name\":\"plg_fields_color\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_COLOR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"color\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('465', '0', 'plg_fields_editor', 'plugin', 'editor', 'fields', '0', '1', '1', '0', '{\"name\":\"plg_fields_editor\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_EDITOR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"editor\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('466', '0', 'plg_fields_imagelist', 'plugin', 'imagelist', 'fields', '0', '1', '1', '0', '{\"name\":\"plg_fields_imagelist\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_IMAGELIST_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"imagelist\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('467', '0', 'plg_fields_integer', 'plugin', 'integer', 'fields', '0', '1', '1', '0', '{\"name\":\"plg_fields_integer\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_INTEGER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"integer\"}', '{\"multiple\":\"0\",\"first\":\"1\",\"last\":\"100\",\"step\":\"1\"}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('468', '0', 'plg_fields_list', 'plugin', 'list', 'fields', '0', '1', '1', '0', '{\"name\":\"plg_fields_list\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_LIST_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"list\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('469', '0', 'plg_fields_media', 'plugin', 'media', 'fields', '0', '1', '1', '0', '{\"name\":\"plg_fields_media\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_MEDIA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"media\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('470', '0', 'plg_fields_radio', 'plugin', 'radio', 'fields', '0', '1', '1', '0', '{\"name\":\"plg_fields_radio\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_RADIO_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"radio\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('471', '0', 'plg_fields_sql', 'plugin', 'sql', 'fields', '0', '1', '1', '0', '{\"name\":\"plg_fields_sql\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_SQL_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"sql\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('472', '0', 'plg_fields_text', 'plugin', 'text', 'fields', '0', '1', '1', '0', '{\"name\":\"plg_fields_text\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_TEXT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"text\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('473', '0', 'plg_fields_textarea', 'plugin', 'textarea', 'fields', '0', '1', '1', '0', '{\"name\":\"plg_fields_textarea\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_TEXTAREA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"textarea\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('474', '0', 'plg_fields_url', 'plugin', 'url', 'fields', '0', '1', '1', '0', '{\"name\":\"plg_fields_url\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_URL_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"url\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('475', '0', 'plg_fields_user', 'plugin', 'user', 'fields', '0', '1', '1', '0', '{\"name\":\"plg_fields_user\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_USER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"user\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('476', '0', 'plg_fields_usergrouplist', 'plugin', 'usergrouplist', 'fields', '0', '1', '1', '0', '{\"name\":\"plg_fields_usergrouplist\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_USERGROUPLIST_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"usergrouplist\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('477', '0', 'plg_content_fields', 'plugin', 'fields', 'content', '0', '1', '1', '0', '{\"name\":\"plg_content_fields\",\"type\":\"plugin\",\"creationDate\":\"February 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_CONTENT_FIELDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"fields\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('478', '0', 'plg_editors-xtd_fields', 'plugin', 'fields', 'editors-xtd', '0', '1', '1', '0', '{\"name\":\"plg_editors-xtd_fields\",\"type\":\"plugin\",\"creationDate\":\"February 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_EDITORS-XTD_FIELDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"fields\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('479', '0', 'plg_sampledata_blog', 'plugin', 'blog', 'sampledata', '0', '1', '1', '0', '{\"name\":\"plg_sampledata_blog\",\"type\":\"plugin\",\"creationDate\":\"July 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.8.0\",\"description\":\"PLG_SAMPLEDATA_BLOG_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"blog\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('480', '0', 'plg_system_sessiongc', 'plugin', 'sessiongc', 'system', '0', '1', '1', '0', '{\"name\":\"plg_system_sessiongc\",\"type\":\"plugin\",\"creationDate\":\"February 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.8.6\",\"description\":\"PLG_SYSTEM_SESSIONGC_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"sessiongc\"}', '', '', '', '0', '0000-00-00 00:00:00', '13', '0'), ('481', '0', 'plg_fields_repeatable', 'plugin', 'repeatable', 'fields', '0', '1', '1', '0', '{\"name\":\"plg_fields_repeatable\",\"type\":\"plugin\",\"creationDate\":\"April 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_FIELDS_REPEATABLE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"repeatable\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('482', '0', 'plg_content_confirmconsent', 'plugin', 'confirmconsent', 'content', '0', '0', '1', '0', '{\"name\":\"plg_content_confirmconsent\",\"type\":\"plugin\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_CONTENT_CONFIRMCONSENT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"confirmconsent\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('483', '0', 'PLG_SYSTEM_ACTIONLOGS', 'plugin', 'actionlogs', 'system', '0', '0', '1', '0', '{\"name\":\"PLG_SYSTEM_ACTIONLOGS\",\"type\":\"plugin\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_SYSTEM_ACTIONLOGS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"actionlogs\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '22', '0'), ('484', '0', 'PLG_ACTIONLOG_JOOMLA', 'plugin', 'joomla', 'actionlog', '0', '1', '1', '0', '{\"name\":\"PLG_ACTIONLOG_JOOMLA\",\"type\":\"plugin\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_ACTIONLOG_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('485', '0', 'plg_system_privacyconsent', 'plugin', 'privacyconsent', 'system', '0', '0', '1', '0', '{\"name\":\"plg_system_privacyconsent\",\"type\":\"plugin\",\"creationDate\":\"April 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_SYSTEM_PRIVACYCONSENT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"privacyconsent\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '10', '0'), ('486', '0', 'plg_system_logrotation', 'plugin', 'logrotation', 'system', '0', '1', '1', '0', '{\"name\":\"plg_system_logrotation\",\"type\":\"plugin\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_SYSTEM_LOGROTATION_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"logrotation\"}', '{\"lastrun\":1576000948}', '', '', '0', '0000-00-00 00:00:00', '7', '0'), ('487', '0', 'plg_privacy_user', 'plugin', 'user', 'privacy', '0', '1', '1', '0', '{\"name\":\"plg_privacy_user\",\"type\":\"plugin\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_USER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"user\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('488', '0', 'plg_quickicon_privacycheck', 'plugin', 'privacycheck', 'quickicon', '0', '1', '1', '0', '{\"name\":\"plg_quickicon_privacycheck\",\"type\":\"plugin\",\"creationDate\":\"June 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_QUICKICON_PRIVACYCHECK_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"privacycheck\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('489', '0', 'plg_user_terms', 'plugin', 'terms', 'user', '0', '0', '1', '0', '{\"name\":\"plg_user_terms\",\"type\":\"plugin\",\"creationDate\":\"June 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_USER_TERMS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"terms\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('490', '0', 'plg_privacy_contact', 'plugin', 'contact', 'privacy', '0', '1', '1', '0', '{\"name\":\"plg_privacy_contact\",\"type\":\"plugin\",\"creationDate\":\"July 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_CONTACT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contact\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('491', '0', 'plg_privacy_content', 'plugin', 'content', 'privacy', '0', '1', '1', '0', '{\"name\":\"plg_privacy_content\",\"type\":\"plugin\",\"creationDate\":\"July 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_CONTENT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"content\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('492', '0', 'plg_privacy_message', 'plugin', 'message', 'privacy', '0', '1', '1', '0', '{\"name\":\"plg_privacy_message\",\"type\":\"plugin\",\"creationDate\":\"July 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_MESSAGE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"message\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('493', '0', 'plg_privacy_actionlogs', 'plugin', 'actionlogs', 'privacy', '0', '1', '1', '0', '{\"name\":\"plg_privacy_actionlogs\",\"type\":\"plugin\",\"creationDate\":\"July 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_ACTIONLOGS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"actionlogs\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('494', '0', 'plg_captcha_recaptcha_invisible', 'plugin', 'recaptcha_invisible', 'captcha', '0', '0', '1', '0', '{\"name\":\"plg_captcha_recaptcha_invisible\",\"type\":\"plugin\",\"creationDate\":\"November 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.8\",\"description\":\"PLG_CAPTCHA_RECAPTCHA_INVISIBLE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"recaptcha_invisible\"}', '{\"public_key\":\"\",\"private_key\":\"\",\"theme\":\"clean\"}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('495', '0', 'plg_privacy_consents', 'plugin', 'consents', 'privacy', '0', '1', '1', '0', '{\"name\":\"plg_privacy_consents\",\"type\":\"plugin\",\"creationDate\":\"July 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_CONSENTS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"consents\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('503', '0', 'beez3', 'template', 'beez3', '', '0', '1', '1', '0', '{\"name\":\"beez3\",\"type\":\"template\",\"creationDate\":\"25 November 2009\",\"author\":\"Angie Radtke\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"a.radtke@derauftritt.de\",\"authorUrl\":\"http:\\/\\/www.der-auftritt.de\",\"version\":\"3.1.0\",\"description\":\"TPL_BEEZ3_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"templateDetails\"}', '{\"wrapperSmall\":\"53\",\"wrapperLarge\":\"72\",\"sitetitle\":\"\",\"sitedescription\":\"\",\"navposition\":\"center\",\"templatecolor\":\"nature\"}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('504', '0', 'hathor', 'template', 'hathor', '', '1', '1', '1', '0', '{\"name\":\"hathor\",\"type\":\"template\",\"creationDate\":\"May 2010\",\"author\":\"Andrea Tarr\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"\",\"version\":\"3.0.0\",\"description\":\"TPL_HATHOR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"templateDetails\"}', '{\"showSiteName\":\"0\",\"colourChoice\":\"0\",\"boldText\":\"0\"}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('506', '0', 'protostar', 'template', 'protostar', '', '0', '1', '1', '0', '{\"name\":\"protostar\",\"type\":\"template\",\"creationDate\":\"4\\/30\\/2012\",\"author\":\"Kyle Ledbetter\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"\",\"version\":\"1.0\",\"description\":\"TPL_PROTOSTAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"templateDetails\"}', '{\"templateColor\":\"\",\"logoFile\":\"\",\"googleFont\":\"1\",\"googleFontName\":\"Open+Sans\",\"fluidContainer\":\"0\"}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('507', '0', 'isis', 'template', 'isis', '', '1', '1', '1', '0', '{\"name\":\"isis\",\"type\":\"template\",\"creationDate\":\"3\\/30\\/2012\",\"author\":\"Kyle Ledbetter\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"\",\"version\":\"1.0\",\"description\":\"TPL_ISIS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"templateDetails\"}', '{\"templateColor\":\"\",\"logoFile\":\"\"}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('600', '802', 'English (en-GB)', 'language', 'en-GB', '', '0', '1', '1', '1', '{\"name\":\"English (en-GB)\",\"type\":\"language\",\"creationDate\":\"December 2019\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.14\",\"description\":\"en-GB site language\",\"group\":\"\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('601', '802', 'English (en-GB)', 'language', 'en-GB', '', '1', '1', '1', '1', '{\"name\":\"English (en-GB)\",\"type\":\"language\",\"creationDate\":\"December 2019\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.14\",\"description\":\"en-GB administrator language\",\"group\":\"\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('700', '0', 'files_joomla', 'file', 'joomla', '', '0', '1', '1', '1', '{\"name\":\"files_joomla\",\"type\":\"file\",\"creationDate\":\"December 2019\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.14\",\"description\":\"FILES_JOOMLA_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('802', '0', 'English (en-GB) Language Pack', 'package', 'pkg_en-GB', '', '0', '1', '1', '1', '{\"name\":\"English (en-GB) Language Pack\",\"type\":\"package\",\"creationDate\":\"December 2019\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.14.1\",\"description\":\"en-GB language pack\",\"group\":\"\",\"filename\":\"pkg_en-GB\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10000', '0', 'SP Page Builder', 'component', 'com_sppagebuilder', '', '1', '1', '0', '0', '{\"name\":\"SP Page Builder\",\"type\":\"component\",\"creationDate\":\"Sep 2014\",\"author\":\"JoomShaper\",\"copyright\":\"Copyright @ 2010 - 2019 JoomShaper. All rights reserved.\",\"authorEmail\":\"support@joomshaper.com\",\"authorUrl\":\"https:\\/\\/www.joomshaper.com\",\"version\":\"3.6.4\",\"description\":\"\",\"group\":\"\",\"filename\":\"sppagebuilder\"}', '{\"production_mode\":\"0\",\"addcontainer\":\"1\",\"gmap_api\":\"\",\"fontawesome\":\"1\",\"disableanimatecss\":\"0\",\"disablecss\":\"0\",\"disable_og\":\"0\",\"fb_app_id\":\"\",\"disable_tc\":\"0\",\"joomshaper_email\":\"\",\"joomshaper_license_key\":\"\"}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10001', '0', 'SP Page Builder', 'module', 'mod_sppagebuilder', '', '0', '1', '0', '0', '{\"name\":\"SP Page Builder\",\"type\":\"module\",\"creationDate\":\"Oct 2016\",\"author\":\"JoomShaper\",\"copyright\":\"Copyright (C) 2010 - 2019 JoomShaper.com. All rights reserved.\",\"authorEmail\":\"support@joomshaper.com\",\"authorUrl\":\"www.joomshaper.com\",\"version\":\"1.3\",\"description\":\"Module to display content from SP Page Builder\",\"group\":\"\",\"filename\":\"mod_sppagebuilder\"}', '{\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\"}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10002', '0', 'mod_sppagebuilder_icons', 'module', 'mod_sppagebuilder_icons', '', '1', '1', '2', '0', '{\"name\":\"mod_sppagebuilder_icons\",\"type\":\"module\",\"creationDate\":\"August 2014\",\"author\":\"JoomShaper\",\"copyright\":\"Copyright (C) 2010 - 2016 JoomShaper. All rights reserved.\",\"authorEmail\":\"support@joomshaper.com\",\"authorUrl\":\"www.joomshaper.com\",\"version\":\"1.0.2\",\"description\":\"MOD_SPPAGEBUILDER_ICONS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_sppagebuilder_icons\"}', '[]', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10003', '0', 'mod_sppagebuilder_admin_menu', 'module', 'mod_sppagebuilder_admin_menu', '', '1', '1', '2', '0', '{\"name\":\"mod_sppagebuilder_admin_menu\",\"type\":\"module\",\"creationDate\":\"August 2014\",\"author\":\"JoomShaper\",\"copyright\":\"Copyright (C) 2010 - 2017 JoomShaper. All rights reserved.\",\"authorEmail\":\"support@joomshaper.com\",\"authorUrl\":\"www.joomshaper.com\",\"version\":\"1.3\",\"description\":\"MOD_SPPAGEBUILDER_MENU_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_sppagebuilder_admin_menu\"}', '[]', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10004', '0', 'System - Helix Ultimate Framework', 'plugin', 'helixultimate', 'system', '0', '1', '1', '0', '{\"name\":\"System - Helix Ultimate Framework\",\"type\":\"plugin\",\"creationDate\":\"Feb 2018\",\"author\":\"JoomShaper.com\",\"copyright\":\"Copyright (C) 2010 - 2018 JoomShaper. All rights reserved.\",\"authorEmail\":\"support@joomshaper.com\",\"authorUrl\":\"www.joomshaper.com\",\"version\":\"1.1.1\",\"description\":\"Helix Ultimate Framework - Joomla Template Framework by JoomShaper\",\"group\":\"\",\"filename\":\"helixultimate\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '19', '0'), ('10005', '0', 'shaper_helixultimate', 'template', 'shaper_helixultimate', '', '0', '1', '1', '0', '{\"name\":\"shaper_helixultimate\",\"type\":\"template\",\"creationDate\":\"Feb 2018\",\"author\":\"JoomShaper.com\",\"copyright\":\"Copyright (C) 2010 - 2018 JoomShaper.com. All rights reserved.\",\"authorEmail\":\"support@joomshaper.com\",\"authorUrl\":\"http:\\/\\/www.joomshaper.com\",\"version\":\"1.1.1\",\"description\":\"Helix Ultimate - Starter Template of Helix Ultimate Framework\",\"group\":\"\",\"filename\":\"templateDetails\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10006', '0', 'Helix Ultimate based template installer', 'plugin', 'TmplHelixUltimate', 'system', '0', '0', '1', '0', '{\"name\":\"Helix Ultimate based template installer\",\"type\":\"plugin\",\"creationDate\":\"Unknown\",\"author\":\"Unknown\",\"copyright\":\"\",\"authorEmail\":\"\",\"authorUrl\":\"\",\"version\":\"\",\"description\":\"Shaper Helix Ultimate - Blank template of Helix Ultimate framework\",\"group\":\"\",\"filename\":\"TmplHelixUltimate\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '3', '0'), ('10007', '0', 'SP Simple Portfolio', 'component', 'com_spsimpleportfolio', '', '1', '1', '0', '0', '{\"name\":\"SP Simple Portfolio\",\"type\":\"component\",\"creationDate\":\"December 2015\",\"author\":\"JoomShaper\",\"copyright\":\"Copyright (c) 2010- 2018 JoomShaper. All rights reserved.\",\"authorEmail\":\"support@joomshaper.com\",\"authorUrl\":\"http:\\/\\/www.joomshaper.com\",\"version\":\"1.7\",\"description\":\"Simple Portfolio Component for Joomla 3.3+\",\"group\":\"\",\"filename\":\"spsimpleportfolio\"}', '{\"square\":\"600x600\",\"rectangle\":\"600x400\",\"tower\":\"600X800\"}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10008', '0', 'COM_SPEASYIMAGEGALLERY', 'component', 'com_speasyimagegallery', '', '1', '1', '0', '0', '{\"name\":\"COM_SPEASYIMAGEGALLERY\",\"type\":\"component\",\"creationDate\":\"Mar 2017\",\"author\":\"JoomShaper\",\"copyright\":\"@JoomShaper 2010 - 2019. All rights reserved.\",\"authorEmail\":\"support@joomshaper.com\",\"authorUrl\":\"http:\\/\\/www.joomshaper.com\",\"version\":\"1.5.1\",\"description\":\"A simple image gallery component for Joomla.\",\"group\":\"\",\"filename\":\"speasyimagegallery\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10009', '0', 'SP Easy Image Gallery Module', 'module', 'mod_speasyimagegallery', '', '0', '1', '0', '0', '{\"name\":\"SP Easy Image Gallery Module\",\"type\":\"module\",\"creationDate\":\"Mar 2016\",\"author\":\"JoomShaper\",\"copyright\":\"@JoomShaper 2010 - 2017. All rights reserved.\",\"authorEmail\":\"support@joomshaper.com\",\"authorUrl\":\"http:\\/\\/www.joomshaper.com\",\"version\":\"1.3\",\"description\":\"Module to display albums or album images from SP Easy Image Gallery component.\",\"group\":\"\",\"filename\":\"mod_speasyimagegallery\"}', '{\"layout\":\"album\",\"albums_column\":\"3\",\"albums_column_sm\":\"4\",\"albums_column_xs\":\"6\",\"albums_gutter\":\"20\",\"albums_gutter_sm\":\"15\",\"albums_gutter_xs\":\"10\",\"album_limit\":\"8\",\"album_layout\":\"default\",\"album_column\":\"3\",\"album_column_sm\":\"4\",\"album_column_xs\":\"6\",\"album_gutter\":\"20\",\"album_gutter_sm\":\"15\",\"album_gutter_xs\":\"10\",\"show_title\":\"1\",\"show_desc\":\"1\",\"show_count\":\"1\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\"}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10010', '0', 'SP Simple Portfolio Module', 'module', 'mod_spsimpleportfolio', '', '0', '1', '0', '0', '{\"name\":\"SP Simple Portfolio Module\",\"type\":\"module\",\"creationDate\":\"December 2014\",\"author\":\"JoomShaper\",\"copyright\":\"Copyright (C) 2010 - 2018 JoomShaper. All rights reserved.\",\"authorEmail\":\"support@joomshaper.com\",\"authorUrl\":\"www.joomshaper.com\",\"version\":\"1.6\",\"description\":\"Module to display latest item from SP Simple Portfolio\",\"group\":\"\",\"filename\":\"mod_spsimpleportfolio\"}', '{\"show_filter\":\"1\",\"category_id\":\"\",\"layout_type\":\"default\",\"columns\":\"3\",\"thumbnail_type\":\"masonry\",\"popup_image\":\"default\",\"limit\":\"12\",\"cache\":\"1\",\"cache_time\":\"900\"}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10011', '0', 'plg_installer_webinstaller', 'plugin', 'webinstaller', 'installer', '0', '1', '1', '0', '{\"name\":\"plg_installer_webinstaller\",\"type\":\"plugin\",\"creationDate\":\"28 April 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2013 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.0.1\",\"description\":\"PLG_INSTALLER_WEBINSTALLER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"webinstaller\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10015', '0', 'System - SP PageBuilder', 'plugin', 'sppagebuilder', 'system', '0', '1', '1', '0', '{\"name\":\"System - SP PageBuilder\",\"type\":\"plugin\",\"creationDate\":\"Sep 2016\",\"author\":\"JoomShaper.com\",\"copyright\":\"Copyright (C) 2010 - 2016 JoomShaper. All rights reserved.\",\"authorEmail\":\"support@joomshaper.com\",\"authorUrl\":\"www.joomshaper.com\",\"version\":\"1.3\",\"description\":\"SP Page Builder System plugin to add support for 3rd party components\",\"group\":\"\",\"filename\":\"sppagebuilder\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '14', '0'), ('10016', '0', 'System - SP Page Builder Pro Updater', 'plugin', 'sppagebuilderproupdater', 'system', '0', '1', '1', '0', '{\"name\":\"System - SP Page Builder Pro Updater\",\"type\":\"plugin\",\"creationDate\":\"Jul 2015\",\"author\":\"JoomShaper.com\",\"copyright\":\"Copyright (C) 2010 - 2016 JoomShaper. All rights reserved.\",\"authorEmail\":\"support@joomshaper.com\",\"authorUrl\":\"www.joomshaper.com\",\"version\":\"1.1\",\"description\":\"SP Page Builder Pro Updater Plugin\",\"group\":\"\",\"filename\":\"sppagebuilderproupdater\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '15', '0'), ('10017', '0', 'plg_search_sppagebuilder', 'plugin', 'sppagebuilder', 'search', '0', '1', '1', '0', '{\"name\":\"plg_search_sppagebuilder\",\"type\":\"plugin\",\"creationDate\":\"July 2015\",\"author\":\"JoomShaper\",\"copyright\":\"Copyright (C) 2015 Open Source Matters. All rights reserved.\",\"authorEmail\":\"support@joomshaper.com\",\"authorUrl\":\"www.joomshaper.com\",\"version\":\"1.5\",\"description\":\"PLG_SEARCH_SPPAGEBUILDER_DESCRIPTION\",\"group\":\"\",\"filename\":\"sppagebuilder\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10018', '0', 'plg_finder_sppagebuilder', 'plugin', 'sppagebuilder', 'finder', '0', '0', '1', '0', '{\"name\":\"plg_finder_sppagebuilder\",\"type\":\"plugin\",\"creationDate\":\"March 2018\",\"author\":\"JoomShaper\",\"copyright\":\"(C) 2010 - 2019 JoomShaper. All rights reserved.\",\"authorEmail\":\"support@joomshaper.com\",\"authorUrl\":\"www.joomshaper.com\",\"version\":\"1.6\",\"description\":\"PLG_FINDER_SP_PAGEBUILDER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"sppagebuilder\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10019', '0', 'Acym', 'component', 'com_acym', '', '1', '1', '0', '0', '{\"name\":\"Acym\",\"type\":\"component\",\"creationDate\":\"December 2019\",\"author\":\"Acyba\",\"copyright\":\"Copyright (C) 2009-2019 ACYBA SAS - All rights reserved.\",\"authorEmail\":\"dev@acyba.com\",\"authorUrl\":\"https:\\/\\/www.acyba.com\",\"version\":\"6.6.1\",\"description\":\"Manage your Mailing lists and e-mail marketing campaigns\",\"group\":\"\",\"filename\":\"acym\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10020', '0', 'file_fof30', 'file', 'file_fof30', '', '0', '1', '0', '0', '{\"name\":\"file_fof30\",\"type\":\"file\",\"creationDate\":\"2019-10-18\",\"author\":\"Nicholas K. Dionysopoulos \\/ Akeeba Ltd\",\"copyright\":\"(C)2010-2017 Nicholas K. Dionysopoulos\",\"authorEmail\":\"nicholas@akeebabackup.com\",\"authorUrl\":\"https:\\/\\/www.akeebabackup.com\",\"version\":\"3.4.7\",\"description\":\"\\n\\t\\t\\n\\t\\tFramework-on-Framework (FOF) 3.x - The rapid application development framework for Joomla!.\\n\\t\\tWARNING<\\/b>: This is NOT a duplicate of the FOF library already installed with Joomla!. It is a different version used by other extensions on your site. Do NOT uninstall either FOF package. If you do you will break your site.\\n\\t\\t\\n\\t\",\"group\":\"\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10021', '10026', 'Admintools', 'component', 'com_admintools', '', '1', '1', '0', '0', '{\"name\":\"Admintools\",\"type\":\"component\",\"creationDate\":\"2019-07-19\",\"author\":\"Nicholas K. Dionysopoulos\",\"copyright\":\"Copyright (c)2010-2019 Nicholas K. Dionysopoulos\",\"authorEmail\":\"nicholas@akeebabackup.com\",\"authorUrl\":\"http:\\/\\/www.akeebabackup.com\",\"version\":\"5.3.3\",\"description\":\"Security and utilitarian tools for Joomla! site administrators\",\"group\":\"\",\"filename\":\"admintools\"}', '{\"default_super_user_groups\":[\"\'8\'\"],\"updatedb\":null,\"siteurl\":\"http:\\/\\/cloud.schumm.nl\\/portal\\/ultimate\\/\"}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10022', '10026', 'file_admintools', 'file', 'file_admintools', '', '0', '0', '0', '0', '{\"name\":\"file_admintools\",\"type\":\"file\",\"creationDate\":\"2019-07-19\",\"author\":\"Nicholas K. Dionysopoulos\",\"copyright\":\"Copyright (c)2010-2019 Akeeba Ltd \\/ Nicholas K. Dionysopoulos\",\"authorEmail\":\"nicholas@akeebabackup.com\",\"authorUrl\":\"https:\\/\\/www.akeebabackup.com\",\"version\":\"5.3.3\",\"description\":\"Admin Tools CLI scripts v.5.3.3\",\"group\":\"\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10023', '10026', 'PLG_SYSTEM_ADMINTOOLS', 'plugin', 'admintools', 'system', '0', '0', '1', '0', '{\"name\":\"PLG_SYSTEM_ADMINTOOLS\",\"type\":\"plugin\",\"creationDate\":\"2019-07-19\",\"author\":\"Nicholas K. Dionysopoulos\",\"copyright\":\"Copyright (c)2010-2019 Nicholas K. Dionysopoulos\",\"authorEmail\":\"nicholas@akeebabackup.com\",\"authorUrl\":\"http:\\/\\/www.akeebabackup.com\",\"version\":\"5.3.3\",\"description\":\"PLG_SYSTEM_ADMINTOOLS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"admintools\"}', '{\"language_override\":\"\",\"@spacer\":\"\",\"rescueurl\":\"1\",\"rescueduration\":\"15\",\"sesoptimizer\":\"0\",\"sesopt_freq\":\"60\",\"sescleaner\":\"0\",\"ses_freq\":\"60\",\"cachecleaner\":\"0\",\"cache_freq\":\"1440\",\"cacheexpire\":\"0\",\"cacheexp_freq\":\"60\",\"cleantemp\":\"0\",\"cleantemp_freq\":\"60\",\"deleteinactive\":\"0\",\"deleteinactive_days\":\"7\",\"maxlogentries\":\"0\"}', '', '', '0', '0000-00-00 00:00:00', '-1', '0'), ('10024', '10026', 'PLG_SYSTEM_ATOOLSJUPDATECHECK', 'plugin', 'atoolsjupdatecheck', 'system', '0', '0', '1', '0', '{\"name\":\"PLG_SYSTEM_ATOOLSJUPDATECHECK\",\"type\":\"plugin\",\"creationDate\":\"2011-05-26\",\"author\":\"Nicholas K. Dionysopoulos\",\"copyright\":\"Copyright (c)2010-2019 Nicholas K. Dionysopoulos\",\"authorEmail\":\"nicholas@dionysopoulos.me\",\"authorUrl\":\"http:\\/\\/www.akeebabackup.com\",\"version\":\"1.0\",\"description\":\"PLG_SYSTEM_ATOOLSJUPDATECHECK_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"atoolsjupdatecheck\"}', '{\"email\":\"\",\"lastrun\":\"0\"}', '', '', '0', '0000-00-00 00:00:00', '24', '0'), ('10025', '10026', 'PLG_ACTIONLOG_ADMINTOOLS', 'plugin', 'admintools', 'actionlog', '0', '0', '1', '0', '{\"name\":\"PLG_ACTIONLOG_ADMINTOOLS\",\"type\":\"plugin\",\"creationDate\":\"2018-11-30\",\"author\":\"Nicholas K. Dionysopoulos\",\"copyright\":\"Copyright (c)2006-2018 Nicholas K. Dionysopoulos\",\"authorEmail\":\"nicholas@dionysopoulos.me\",\"authorUrl\":\"http:\\/\\/www.akeebabackup.com\",\"version\":\"1.0\",\"description\":\"PLG_ACTIONLOG_ADMINTOOLS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"admintools\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10026', '0', 'Admin Tools package', 'package', 'pkg_admintools', '', '0', '0', '1', '0', '{\"name\":\"Admin Tools package\",\"type\":\"package\",\"creationDate\":\"2019-07-19\",\"author\":\"Nicholas K. Dionysopoulos\",\"copyright\":\"Copyright (c)2010-2019 Akeeba Ltd \\/ Nicholas K. Dionysopoulos\",\"authorEmail\":\"\",\"authorUrl\":\"\",\"version\":\"5.3.3\",\"description\":\"Admin Tools Professional installation package v.5.3.3\",\"group\":\"\",\"filename\":\"pkg_admintools\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10027', '0', 'file_fef', 'file', 'file_fef', '', '0', '1', '0', '0', '{\"name\":\"file_fef\",\"type\":\"file\",\"creationDate\":\"2019-07-18\",\"author\":\"Nicholas K. Dionysopoulos\",\"copyright\":\"(C) 2017-2018 Akeeba Ltd.\",\"authorEmail\":\"nicholas@dionysopoulos.me\",\"authorUrl\":\"https:\\/\\/www.akeebabackup.com\",\"version\":\"1.0.8\",\"description\":\"Akeeba Frontend Framework - The CSS framework for Akeeba Ltd extensions.\",\"group\":\"\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10028', '10121', 'files_inlinelayouts', 'file', 'inlinelayouts', '', '0', '1', '0', '0', '{\"name\":\"files_inlinelayouts\",\"type\":\"file\",\"creationDate\":\"March 2014\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2013- 2014 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0.2b\",\"description\":\"This plugin provides the layouts for inline front-end edting\",\"group\":\"\"}', '', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10029', '10121', 'Ajax - Inline content editing', 'plugin', 'inlinecontent', 'ajax', '0', '1', '1', '0', '{\"name\":\"Ajax - Inline content editing\",\"type\":\"plugin\",\"creationDate\":\"November 2013\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2013- 2014 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0.2b\",\"description\":\"This plugin provides ajax functionality for inline front end edting for articles\",\"group\":\"\",\"filename\":\"inlinecontent\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10030', '10121', 'System - Typography by ARK', 'plugin', 'arktypography', 'system', '0', '1', '1', '0', '{\"name\":\"System - Typography by ARK\",\"type\":\"plugin\",\"creationDate\":\"May 2014\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2014- 2015 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\">Adds Ark Editor Typography styles to template\",\"group\":\"\",\"filename\":\"arktypography\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '27', '0'); /**ABDB**/INSERT INTO `qaiswd_extensions` VALUES ('10031', '10121', 'Editor - ARKEditor', 'plugin', 'arkeditor', 'editors', '0', '1', '1', '0', '{\"name\":\"Editor - ARKEditor\",\"type\":\"plugin\",\"creationDate\":\"Dec 2019\",\"author\":\"WebxSolution Ltd\",\"copyright\":\"\",\"authorEmail\":\"\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"2.6.11\",\"description\":\"PLG_ARK_XML_DESC\",\"group\":\"\",\"filename\":\"arkeditor\"}', '{\"toolbar\":\"back\",\"toolbar_ft\":\"front\",\"skin\":\"officemetro\",\"entermode\":\"1\",\"shiftentermode\":\"2\",\"width\":\"\",\"height\":\"\",\"showerrors\":\"1\",\"lang_mode\":\"1\",\"lang_code\":\"en\",\"@spacer\":\"\",\"bgcolor\":\"\",\"ftcolor\":\"\",\"ftsize\":\"\",\"ftfamily\":\"\",\"textalign\":\"0\",\"entities\":\"0\",\"formatsource\":\"1\",\"toolbars\":\"eyJmdWxsIjpbWyJNYXhpbWl6ZSIsIlNjYXl0IiwiU3BlbGxDaGVja2VyIiwiUHJpbnQiXSxbIkN1dCIsIkNvcHkiLCJTZWxlY3RBbGwiLCJQYXN0ZSIsIlBhc3RlVGV4dCIsIlBhc3RlRnJvbVdvcmQiXSxbIkJvbGQiLCJJdGFsaWMiLCJVbmRlcmxpbmUiLCJTdHJpa2UiLCJTdXBlcnNjcmlwdCIsIlN1YnNjcmlwdCIsIlNwZWNpYWxDaGFyIiwiQmxvY2txdW90ZSJdLFsiTnVtYmVyZWRMaXN0IiwiQnVsbGV0ZWRMaXN0IiwiT3V0ZGVudCIsIkluZGVudCJdLFsiQmlkaVJ0bCIsIkJpZGlMdHIiXSxbIkp1c3RpZnlMZWZ0IiwiSnVzdGlmeUNlbnRlciIsIkp1c3RpZnlSaWdodCIsIkp1c3RpZnlCbG9jayJdLFsiVW5saW5rIiwiTWVudUxpbmtzIiwiRW1haWwiLCJBbmNob3IiXSxbIkRvY3VtZW50IiwiSW1hZ2UiLCJBcmttZWRpYWJ1dHRvbiJdLFsiU3R5bGVzIiwiRm9ybWF0IiwiRm9udCJdLFsiRm9udFNpemUiLCJSZW1vdmVGb3JtYXQiXSxbIlRleHRDb2xvciIsIkJHQ29sb3IiXSxbIlRhYmxlIiwiSG9yaXpvbnRhbFJ1bGUiLCJDcmVhdGVEaXYiLCJJZnJhbWUiLCJGbGFzaCIsIlNtaWxleSIsIkFib3V0Il0sWyJGb250YXdlc29tZSJdXSwiYmFjayI6W1siTWF4aW1pemUiLCJTY2F5dCJdLFsiQ3V0IiwiQ29weSIsIlNlbGVjdEFsbCIsIlBhc3RlIiwiUGFzdGVGcm9tV29yZCJdLFsiQm9sZCIsIkl0YWxpYyIsIlVuZGVybGluZSIsIlN0cmlrZSIsIlN1cGVyc2NyaXB0IiwiU3BlY2lhbENoYXIiLCJCbG9ja3F1b3RlIl0sWyJOdW1iZXJlZExpc3QiLCJCdWxsZXRlZExpc3QiLCJPdXRkZW50IiwiSW5kZW50Il0sWyJKdXN0aWZ5TGVmdCIsIkp1c3RpZnlDZW50ZXIiLCJKdXN0aWZ5UmlnaHQiLCJKdXN0aWZ5QmxvY2siXSxbIlVubGluayIsIk1lbnVMaW5rcyIsIkVtYWlsIiwiQW5jaG9yIl0sWyJEb2N1bWVudCIsIkltYWdlIiwiQXJrbWVkaWFidXR0b24iXSxbIkZvcm1hdCIsIlN0eWxlcyIsIlJlbW92ZUZvcm1hdCJdLFsiVGFibGUiLCJIb3Jpem9udGFsUnVsZSIsIkNyZWF0ZURpdiIsIklmcmFtZSJdLFsiRm9udGF3ZXNvbWUiXSxbIkFya3dpZGdldGJ1dHRvbiJdXSwiZnJvbnQiOltbIk1heGltaXplIiwiU291cmNlIiwiU2hvd0Jsb2NrcyIsIlNjYXl0Il0sWyJVbmRvIiwiUmVkbyIsIlZlcnNpb25zIl0sWyJDdXQiLCJQYXN0ZUZyb21Xb3JkIl0sWyJCb2xkIiwiSXRhbGljIiwiVW5kZXJsaW5lIiwiQmxvY2txdW90ZSJdLFsiTnVtYmVyZWRMaXN0IiwiQnVsbGV0ZWRMaXN0Il0sWyJKdXN0aWZ5TGVmdCIsIkp1c3RpZnlDZW50ZXIiLCJKdXN0aWZ5UmlnaHQiLCJKdXN0aWZ5QmxvY2siXSxbIlVubGluayIsIk1lbnVMaW5rcyIsIkVtYWlsIiwiQW5jaG9yIl0sWyJEb2N1bWVudCIsIkltYWdlIiwiQXJrbWVkaWFidXR0b24iXSxbIkZvcm1hdCIsIlN0eWxlcyIsIlJlbW92ZUZvcm1hdCJdLFsiVGFibGUiLCJDcmVhdGVEaXYiLCJTbWlsZXkiXSxbIkZvbnRhd2Vzb21lIl0sWyJBcmt3aWRnZXRidXR0b24iXV0sImlubGluZSI6W1siU291cmNlZGlhbG9nIiwiUGFzdGVUZXh0Il0sWyJCb2xkIiwiTnVtYmVyZWRMaXN0IiwiQnVsbGV0ZWRMaXN0Il0sWyJGb3JtYXQiXSxbIkNyZWF0ZURpdiJdLFsiTWVudUxpbmtzIiwiUmVhZG1vcmUiXSxbIlVuZG8iLCJSZWRvIiwiVmVyc2lvbnMiXSxbIkltYWdlIiwiQXJrbWVkaWFidXR0b24iXSxbIkFya3dpZGdldGJ1dHRvbiJdLFsiQ2xvc2UiXV0sInRpdGxlIjpbWyJTYXZlIl0sWyJDdXQiLCJDb3B5IiwiUGFzdGVUZXh0Il0sWyJVbmRvIiwiUmVkbyJdLFsiQ2xvc2UiXV0sImltYWdlIjpbWyJTYXZlIl0sWyJJbWFnZSJdLFsiTWVudUxpbmtzIiwiRG9jdW1lbnQiXSxbIlZlcnNpb25zIl0sWyJDbG9zZSJdXSwibW9iaWxlIjpbWyJCb2xkIl0sWyJNZW51TGlua3MiXSxbIkltYWdlIl0sWyJTYXZlIl0sWyJWZXJzaW9ucyJdLFsiQ2xvc2UiXV19\",\"dialog_backgroundCoverColor\":\"black\",\"dialog_backgroundCoverOpacity\":\"0.5\"}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10032', '10121', 'com_arkeditor', 'component', 'com_arkeditor', '', '1', '1', '0', '0', '{\"name\":\"com_arkeditor\",\"type\":\"component\",\"creationDate\":\"Dec 2019\",\"author\":\"WebxSolution Ltd\",\"copyright\":\"2016 WebxSolutions Ltd\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"2.6.11\",\"description\":\" \\n\\t

Welcome to the Ark Editor v2.6<\\/p> \\n\\t\",\"group\":\"\",\"filename\":\"com_arkeditor\"}', '{\"arktypographycontent\":\"LyogLS0gRk9STUFUIFNUWUxFUyAtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLSovDQoNCi8qIC0tIFVzZSB0aGUgJ2JvZHkuY2tlX2VkaXRhYmxlJyB0byBsaW1pdHMgc3R5bGVzIHRvIHRoZSBlZGl0aW5nIGFyZWEgLS0gKi8NCmJvZHkuY2tlX2VkaXRhYmxlIHsgcGFkZGluZzogMTBweDsgfQ0KYm9keS5ja2VfZWRpdGFibGUgYSB7fQ0KYm9keS5ja2VfZWRpdGFibGUgdWwge30NCmJvZHkuY2tlX2VkaXRhYmxlIG9sIHt9DQpib2R5LmNrZV9lZGl0YWJsZSBoMSB7fQ0KYm9keS5ja2VfZWRpdGFibGUgaDIge30NCmJvZHkuY2tlX2VkaXRhYmxlIGgzIHt9DQpib2R5LmNrZV9lZGl0YWJsZSBoNCB7fQ0KYm9keS5ja2VfZWRpdGFibGUgaDUge30NCmJvZHkuY2tlX2VkaXRhYmxlIGg2IHt9DQpib2R5LmNrZV9lZGl0YWJsZSBwcmUge30NCmJvZHkuY2tlX2VkaXRhYmxlIGFkZHJlc3Mge30NCmJvZHkuY2tlX2VkaXRhYmxlIGJsb2NrcXVvdGUge30NCg0KLyogLS0gQkVIQVZJT1VSIC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLSovDQoNCi8qIEFkZHMgc3R5bGluZyB0byB0aGUgc3R5bGVzIGRyb3Bkb3duIGxpc3QgKi8NCmJvZHkuY2tlX2x0ciBkaXYuY2tlX3BhbmVsX2Jsb2NrIHVsLmNrZV9wYW5lbF9saXN0IC5ja2VfcGFuZWxfbGlzdEl0ZW0gIHt9DQoNCi8qIE92ZXJyaWRlIGJvZHkgb3ZlcmZsb3cgaGlkZGVuIHRoYXQgY2F1c2VzIHN0eWxlcyB0byBkaXNhcHBlYXIgaW4gdGhlIFN0eWxlcyBsaXN0IGJveCAqLw0KYm9keS5ja2VfbHRyIHsgb3ZlcmZsb3cgOiBpbml0aWFsIH0gYm9keS5ja2VfbHRyIGRpdi5ja2VfcGFuZWxfYmxvY2sgeyBtaW4taGVpZ2h0OiAyMDBweCB9DQoNCi8qIEFkZHMgYmFja2dyb3VuZCBjb2xvciBvciBpbWcgdG8gdGhlIGVkaXRvcnMgZHJvcGRvd24gbGlzdHMgKi8NCi5ja2VfcGFuZWxfY29udGFpbmVyIGJvZHkgeyBiYWNrZ3JvdW5kOiBub25lOyB9DQoNCi8qIEFkZGVkIHRvIHRvIHN0b3AgYSByYW5kb20gYm9keSBzdHlsZSBjb21pbmcgdGhyb3VnaCBvbiB0aGUgbGlzdCAqLw0KaHRtbC5ja2VfcGFuZWxfY29udGFpbmVyIGJvZHkuY2tlX2x0cjo6YWZ0ZXIge2Rpc3BsYXk6IG5vbmU7fQ0KDQovKiBDb2xsYXBzZXMgcCB0YWdzLiBSZW1vdmVzIGV4dHJhIHNwYWNlIGFyb3VuZCBlbGVtZW50cyBzdWNoIGFzIGltYWdlcyAqLw0KcC5hcmtfbm9ibG9jayB7IHBhZGRpbmc6IDA7IG1hcmdpbjogMCB9DQoNCi8qIC0tIElNQUdFIEFMSUdOTUVOVCAtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0qLw0KDQppbWcubGVmdCwgLnB1bGwtbGVmdCB7IGZsb2F0OiBsZWZ0OyBtYXJnaW4tcmlnaHQ6IDEwcHg7IH0NCmltZy5yaWdodCwgLnB1bGwtcmlnaHQgwqB7IGZsb2F0OiByaWdodDsgbWFyZ2luLWxlZnQ6IDEwcHg7IH0NCmltZy5jZW50ZXIsIC5wdWxsLWNlbnRlciB7IGRpc3BsYXk6IGJsb2NrOyBtYXJnaW46IDAgYXV0bzsgfQ0KcC5wdWxsLWNlbnRlciwgZGl2LnB1bGwtY2VudGVyIHsgdGV4dC1hbGlnbjogY2VudGVyOyB9DQpmaWdjYXB0aW9uLnRleHQtY2VudGVyIHsgdGV4dC1hbGlnbjogY2VudGVyO30NCg0KDQovKiAtLSBUaHVtYm5haWwgZm9yIHRoZSBBcmsgbW9kZWwgbGlnaHRib3ggLS0qLw0KaW1nLm1vZGFsICAgICAgICAgICAgICAgICAgIHsgcG9zaXRpb246IHJlbGF0aXZlOyBjdXJzb3I6IHpvb20taW47IH0NCmltZy5tb2RhbC50aHVtYm5haWwgICAgICAgICB7IGRpc3BsYXk6IGlubGluZS1ibG9jazsgd2lkdGg6IDIwMHB4OyB9DQoNCmltZy50aHVtYm5haWwgew0KDQogICAgbWFyZ2luOiAgICAgICAgNHB4Ow0KCWJvcmRlcjogICAgICAgIDFweCBzb2xpZCAjZGRkOw0KCWRpc3BsYXk6ICAgICAgIGJsb2NrOw0KICAgIHBhZGRpbmc6ICAgICAgIDRweDsNCglib3gtc2hhZG93OiAgICAwIDFweCAzcHggcmdiYSgwLCAwLCAwLCAwLjA1NSk7DQogICAgdHJhbnNpdGlvbjogICAgYWxsIDAuMnMgZWFzZS1pbi1vdXQgMHM7DQoJbGluZS1oZWlnaHQ6ICAgMjBweDsNCglib3JkZXItcmFkaXVzOiA0cHg7DQp9DQoNCmEudGh1bWJuYWlsOmhvdmVyLCBhLnRodW1ibmFpbDpmb2N1cyB7DQoNCiAgICBib3gtc2hhZG93OiAgIDAgMXB4IDRweCByZ2JhKDAsIDEwNSwgMjE0LCAwLjI1KTsNCiAgICBib3JkZXItY29sb3I6ICMwMDg4Y2M7DQp9DQoNCi8qIC0tIE1FRElBIEFMSUdOTUVOVCAtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLSovDQoNCi8qIC0tIFN0eWxlcyBmb3IgSFRNTCA1IHZpZGVvIGFuZCBIVE1MIDUgQXVkaW8gQXJrIHdpZGdldHMgLS0tKi8NCmRpdi52aWRlb19hbGlnbl9sZWZ0ICAgeyBmbG9hdDogbGVmdDsgbWFyZ2luLXJpZ2h0OiAyMHB4OyB9DQpkaXYudmlkZW9fYWxpZ25fcmlnaHQgIHsgZmxvYXQ6IHJpZ2h0OyBtYXJnaW4tbGVmdDogMjBweDsgfQ0KZGl2LnZpZGVvX2FsaWduX2NlbnRlciB7IGRpc3BsYXk6IHRhYmxlOyBtYXJnaW4tbGVmdDphdXRvOyBtYXJnaW4tcmlnaHQ6YXV0bzsgfQ0KZGl2LnZpZGVvX25hcnJvdyAgICAgICB7IHdpZHRoOiA3NSU7IH0NCmRpdi5hdWRpb19hbGlnbl9sZWZ0ICAgeyBmbG9hdDogbGVmdDsgbWFyZ2luLXJpZ2h0OiAyMHB4OyB9DQpkaXYuYXVkaW9fYWxpZ25fcmlnaHQgIHsgZmxvYXQ6IHJpZ2h0OyBtYXJnaW4tbGVmdDogMjBweDsgfQ0KZGl2LmF1ZGlvX2FsaWduX2NlbnRlciB7IGRpc3BsYXk6IHRhYmxlOyBtYXJnaW4tbGVmdDphdXRvOyBtYXJnaW4tcmlnaHQ6YXV0bzsgfQ==\",\"arkcustomtypographycontent\":\"LyoqIEJvb3RzdHJhcCAyICoqLw0KLyogLS0gT0JKRUNUIFNUWUxFUyAgLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tKi8NCi8qIC0tIENvbnRyb2xzIHRoZSBvYmplY3Qgc3R5bGUgY29sdW1ucyAtLSAqLw0KaW1nLnRodW1ibmFpbCB7fQ0KaW1nLmltZy1jaXJjbGUge30NCmltZy5pbWctcm91bmRlZCB7fQ0KaW1nLmltZy1wb2xhcm9pZCB7fQ0KdWwudW5zdHlsZWQge30NCnRhYmxlLnRhYmxlIHt9DQp0YWJsZS50YWJsZS1zdHJpcGVkIHt9DQoNCi8qIC0tIEJMT0NLIFNUWUxFUyAgLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tKi8NCi8qIC0tICBDb250cm9scyB0aGUgYmxvY2sgc3R5bGUgY29sdW1ucyAtLSAqLw0KcC50ZXh0LWVycm9yIHt9DQpwLnRleHQtaW5mbyB7fQ0KcC50ZXh0LXdhcm5pbmcge30NCnAudGV4dC1zdWNjZXNzIHt9DQpkaXYud2VsbCB7fQ0KZGl2LmFsZXJ0IHt9DQpwLmhlcm8tdW5pdCB7fQ0KDQovKiAtLSBJTkxJTkUgU1RZTEVTICAtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0qLw0KLyogLS0gIENvbnRyb2xzIHRoZSBpbmxpbmUgc3R5bGUgY29sdW1ucyAtLSAqLw0Kc3Bhbi5sYWJlbCB7fQ0Kc3Bhbi5iYWRnZSB7fQ0KaS5pY29uLXVzZXIge30NCmkuaWNvbi1zdGFyIHt9DQppLmljb24taW5mby1jaXJjbGUge30NCmkuaWNvbi1kb3dubG9hZCB7fQ0KaS5pY29uLWZpbGUge30NCi8qKiBFbmQgb2YgU3R5bGVzaGVldCAqKi8=\",\"bootstrap2\":\"LyoqIEJvb3RzdHJhcCAyICoqLw0KLyogLS0gT0JKRUNUIFNUWUxFUyAgLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tKi8NCi8qIC0tIENvbnRyb2xzIHRoZSBvYmplY3Qgc3R5bGUgY29sdW1ucyAtLSAqLw0KaW1nLnRodW1ibmFpbCB7fQ0KaW1nLmltZy1jaXJjbGUge30NCmltZy5pbWctcm91bmRlZCB7fQ0KaW1nLmltZy1wb2xhcm9pZCB7fQ0KdWwudW5zdHlsZWQge30NCnRhYmxlLnRhYmxlIHt9DQp0YWJsZS50YWJsZS1zdHJpcGVkIHt9DQoNCi8qIC0tIEJMT0NLIFNUWUxFUyAgLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tKi8NCi8qIC0tICBDb250cm9scyB0aGUgYmxvY2sgc3R5bGUgY29sdW1ucyAtLSAqLw0KcC50ZXh0LWVycm9yIHt9DQpwLnRleHQtaW5mbyB7fQ0KcC50ZXh0LXdhcm5pbmcge30NCnAudGV4dC1zdWNjZXNzIHt9DQpkaXYud2VsbCB7fQ0KZGl2LmFsZXJ0IHt9DQpwLmhlcm8tdW5pdCB7fQ0KDQovKiAtLSBJTkxJTkUgU1RZTEVTICAtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0qLw0KLyogLS0gIENvbnRyb2xzIHRoZSBpbmxpbmUgc3R5bGUgY29sdW1ucyAtLSAqLw0Kc3Bhbi5sYWJlbCB7fQ0Kc3Bhbi5iYWRnZSB7fQ0KaS5pY29uLXVzZXIge30NCmkuaWNvbi1zdGFyIHt9DQppLmljb24taW5mby1jaXJjbGUge30NCmkuaWNvbi1kb3dubG9hZCB7fQ0KaS5pY29uLWZpbGUge30NCi8qKiBFbmQgb2YgU3R5bGVzaGVldCAqKi8=\",\"bootstrap3\":\"LyoqIEJvb3RzdHJhcCAzIC1UMyoqLw0KLyogLS0gT0JKRUNUIFNUWUxFUyAgLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tKi8NCi8qIC0tIENvbnRyb2xzIHRoZSBvYmplY3Qgc3R5bGUgY29sdW1ucyAtLSAqLw0KDQppbWcudGh1bWJuYWlsIHt9DQppbWcuaW1nLWNpcmNsZSB7fQ0KaW1nLmltZy1yb3VuZGVkIHt9DQp0YWJsZS50YWJsZSB7fQ0KdWwubGlzdC11bnN0eWxlZCB7fQ0KdWwubGlzdC1pbmxpbmUge30NCg0KLyogLS0gQkxPQ0sgU1RZTEVTICAtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0qLw0KLyogLS0gIENvbnRyb2xzIHRoZSBibG9jayBzdHlsZSBjb2x1bW5zIC0tICovDQoNCnAudGV4dC1lcnJvciB7fQ0KcC50ZXh0LWluZm8ge30NCnAudGV4dC13YXJuaW5nIHt9DQpwLnRleHQtc3VjY2VzcyB7fQ0KZGl2LndlbGwge30NCmRpdi5qdW1ib3Ryb24ge30NCmRpdi5hbGVydCB7fQ0KDQovKiAtLSBJTkxJTkUgU1RZTEVTICAtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0qLw0KLyogLS0gIENvbnRyb2xzIHRoZSBpbmxpbmUgc3R5bGUgY29sdW1ucyAtLSAqLw0KDQpzcGFuLmJhZGdlIHt9DQpzcGFuLmxhYmVsIHt9DQoNCi8qKiBFbmQgb2YgU3R5bGVzaGVldCAqKi8=\",\"bootstrap3gantry5\":\"LyoqIEJvb3RzdHJhcCAzIC1HYW50cnk1KiovDQovKiAtLSBPQkpFQ1QgU1RZTEVTICAtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0qLw0KLyogLS0gQ29udHJvbHMgdGhlIG9iamVjdCBzdHlsZSBjb2x1bW5zIC0tICovDQoNCmltZy5pbWctdGh1bWJuYWlsIHt9DQppbWcuaW1nLWNpcmNsZSB7fQ0KaW1nLmltZy1yb3VuZGVkIHt9DQp1bC51bnN0eWxlZCB7fQ0KdGFibGUudGFibGUge30NCg0KLyogLS0gQkxPQ0sgU1RZTEVTICAtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0qLw0KLyogLS0gIENvbnRyb2xzIHRoZSBibG9jayBzdHlsZSBjb2x1bW5zIC0tICovDQoNCnAudGV4dC1lcnJvciB7fQ0KcC50ZXh0LWluZm8ge30NCnAudGV4dC13YXJuaW5nIHt9DQpwLnRleHQtc3VjY2VzcyB7fQ0KcC5lcnJvciB7fQ0KcC5pbmZvIHt9DQpwLndhcm5pbmcge30NCnAuc3VjY2VzcyB7fQ0KZGl2LmFsZXJ0IHt9DQoNCi8qIC0tIElOTElORSBTVFlMRVMgIC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLSovDQovKiAtLSAgQ29udHJvbHMgdGhlIGlubGluZSBzdHlsZSBjb2x1bW5zIC0tICovDQoNCnNwYW4ubGFiZWwge30NCnNwYW4uYmFkZ2Uge30NCmkuaWNvbi11c2VyIHt9DQppLmljb24tc3RhciB7fQ0KaS5pY29uLWZpbGUge30NCmkuaWNvbi1pbmZvLXNpZ24ge30NCmkuaWNvbi1kb3dubG9hZCB7fQ0KDQovKiogRW5kIG9mIFN0eWxlc2hlZXQgKiov\",\"uikit2\":\"LyoqIFVpa2l0MiAqKi8NCi8qIC0tIE9CSkVDVCBTVFlMRVMgIC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLSovDQovKiAtLSBDb250cm9scyB0aGUgb2JqZWN0IHN0eWxlIGNvbHVtbnMgLS0gKi8NCg0KaW1nLnVrLXRodW1ibmFpbCB7fQ0KaW1nLnVrLWJvcmRlci1jaXJjbGUge30NCmltZy51ay1ib3JkZXItcm91bmRlZCB7fQ0KdGFibGUudWstdGFibGUge30NCnVsLnVrLWxpc3Qtc3RyaXBlZCB7fQ0KDQovKiAtLSBCTE9DSyBTVFlMRVMgIC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLSovDQovKiAtLSAgQ29udHJvbHMgdGhlIGJsb2NrIHN0eWxlIGNvbHVtbnMgLS0gKi8NCg0KcC51ay10ZXh0LWRhbmdlciAge30NCnAudWstdGV4dC1zdWNjZXNzIHt9DQpwLnVrLXRleHQtd2FybmluZyB7fQ0KcC51ay10ZXh0LWNvbnRyYXN0IHt9DQpwLnVrLXRleHQtdXBwZXJjYXNlICB7IH0NCnAudWstdGV4dC1jYXBpdGFsaXplIHsgfQ0KZGl2LnVrLWFsZXJ0IHt9DQpkaXYudWstcGxhY2Vob2xkZXIge30NCmRpdi51ay1wYW5lbC1ib3gge30NCg0KLyogLS0gSU5MSU5FIFNUWUxFUyAgLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tKi8NCi8qIC0tICBDb250cm9scyB0aGUgaW5saW5lIHN0eWxlIGNvbHVtbnMgLS0gKi8NCg0Kc3Bhbi51ay1iYWRnZSB7fQ0KaS51ay1pY29uLXVzZXIge30NCmkudWstaWNvbi1saWdodGJ1bGItbyB7fQ0KaS51ay1pY29uLWluZm8tY2lyY2xlIHt9DQppLnVrLWljb24tZG93bmxvYWQge30NCmkudWstaWNvbi1maWxlLXppcC1vIHt9DQoNCi8qKiBFbmQgb2YgU3R5bGVzaGVldCAqKi8=\",\"uikit3\":\"LyoqIFVpa2l0MyAqKi8NCi8qIC0tIE9CSkVDVCBTVFlMRVMgIC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLSovDQovKiAtLSBDb250cm9scyB0aGUgb2JqZWN0IHN0eWxlIGNvbHVtbnMgLS0gKi8NCg0KaW1nLnVrLXRodW1ibmFpbCB7fQ0KaW1nLnVrLWJvcmRlci1jaXJjbGUge30NCmltZy51ay1ib3JkZXItcm91bmRlZCB7fQ0KdGFibGUudWstdGFibGUge30NCnVsLnVrLWxpc3Qtc3RyaXBlZCB7fQ0KDQovKiAtLSBCTE9DSyBTVFlMRVMgIC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLSovDQovKiAtLSAgQ29udHJvbHMgdGhlIGJsb2NrIHN0eWxlIGNvbHVtbnMgLS0gKi8NCg0KcC51ay10ZXh0LWRhbmdlciAge30NCnAudWstdGV4dC1zdWNjZXNzIHt9DQpwLnVrLXRleHQtd2FybmluZyB7fQ0KcC51ay10ZXh0LWNvbnRyYXN0IHt9DQpwLnVrLXRleHQtdXBwZXJjYXNlICB7fQ0KcC51ay10ZXh0LWNhcGl0YWxpemUge30NCmRpdi51ay1hbGVydCB7fQ0KZGl2LnVrLXBsYWNlaG9sZGVyIHt9DQpkaXYudWstcGFuZWwtYm94IHt9DQoNCi8qIC0tIElOTElORSBTVFlMRVMgIC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLSovDQovKiAtLSAgQ29udHJvbHMgdGhlIGlubGluZSBzdHlsZSBjb2x1bW5zIC0tICovDQoNCnNwYW4udWstYmFkZ2Uge30NCnNwYW4udWstbGFiZWwge30NCnNwYW4udWstdGV4dC1iYWNrZ3JvdW5kIHt9DQoNCi8qKiBFbmQgb2YgU3R5bGVzaGVldCAqKi8NCg==\",\"arkuikit\":\"LyoqIEFya0tpdCAqKi8NCi8qIC0tIE9CSkVDVCBTVFlMRVMgIC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLSovDQovKiAtLSBDb250cm9scyB0aGUgb2JqZWN0IHN0eWxlIGNvbHVtbnMgLS0gKi8NCg0KaW1nLmFyay10aHVtYm5haWwge30NCmltZy5hcmstYm9yZGVyLXJvdW5kZWQge30NCmltZy5hcmstYm9yZGVyLWNpcmNsZSAge30NCnRhYmxlLmFyay10YWJsZSB7fQ0KdWwuYXJrLWxpc3Qge30NCnVsLmFyay1saXN0LXN0cmlwZWQge30NCg0KLyogLS0gQkxPQ0sgU1RZTEVTICAtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0qLw0KLyogLS0gIENvbnRyb2xzIHRoZSBibG9jayBzdHlsZSBjb2x1bW5zIC0tICovDQoNCnAuYXJrLXRleHQtY2VudGVyIHt9DQpwLmFyay10ZXh0LXByaW1hcnkge30NCnAuYXJrLXRleHQtc3VjY2VzcyB7fQ0KcC5hcmstdGV4dC13YXJuaW5nIHt9DQpwLmFyay10ZXh0LWRhbmdlciB7fQ0KcC5hcmstZHJvcGNhcCB7fQ0KcC5hcmstdGV4dC11cHBlcmNhc2Uge30NCnAuYXJrLXRleHQtY2FwaXRhbGl6ZSB7fQ0KZGl2LmFyay1hbGVydCB7fQ0KZGl2LmFyay1wbGFjZWhvbGRlciB7fQ0KDQovKiAtLSBJTkxJTkUgU1RZTEVTICAtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0qLw0KLyogLS0gIENvbnRyb2xzIHRoZSBpbmxpbmUgc3R5bGUgY29sdW1ucyAtLSAqLw0KDQpzcGFuLmFyay1iYWRnZSB7fQ0Kc3Bhbi5hcmstbGFiZWwge30NCnNwYW4uYXJrLXRleHQtYmFja2dyb3VuZCB7fQ0KDQovKiogRW5kIG9mIFN0eWxlc2hlZXQgKiov\"}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10033', '10121', 'System - Joomla Media Manager Extension', 'plugin', 'arkmedia', 'system', '0', '1', '1', '0', '{\"name\":\"System - Joomla Media Manager Extension\",\"type\":\"plugin\",\"creationDate\":\"Jan 2014\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2014- 2015 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"This plugin enables inline front end edting for articles\",\"group\":\"\",\"filename\":\"arkmedia\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '26', '0'), ('10034', '10121', 'System - Inline content editing', 'plugin', 'inlinecontent', 'system', '0', '1', '1', '0', '{\"name\":\"System - Inline content editing\",\"type\":\"plugin\",\"creationDate\":\"November 2013\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2013- 2014 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"This plugin enables inline front end edting for articles\",\"group\":\"\",\"filename\":\"inlinecontent\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '18', '0'), ('10035', '10121', 'System - ARK Versions', 'plugin', 'arkversions', 'system', '0', '1', '1', '0', '{\"name\":\"System - ARK Versions\",\"type\":\"plugin\",\"creationDate\":\"Jan 2014\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2014- 2015 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"This plugin enables the arkeditor to use Joomla\'s version plugin in inline mode\",\"group\":\"\",\"filename\":\"arkversions\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '25', '0'), ('10036', '10121', 'System - Inline HTML Module Versioning', 'plugin', 'modulehistory', 'system', '0', '1', '1', '0', '{\"name\":\"System - Inline HTML Module Versioning\",\"type\":\"plugin\",\"creationDate\":\"November 2013\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2013- 2014 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"This plugin enables version control for front end edting of Html Modules\",\"group\":\"\",\"filename\":\"modulehistory\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '8', '0'), ('10037', '10121', 'System - Reset SEF Base', 'plugin', 'sefbase', 'system', '0', '1', '1', '0', '{\"name\":\"System - Reset SEF Base\",\"type\":\"plugin\",\"creationDate\":\"OCT 2012\",\"author\":\"WebxSolution Ltd\",\"copyright\":\"Copyright (C) 2012 Webxsolution\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"3.0\",\"description\":\"This plugin sets base path to URL root to resolve relative images when SEF is switched on\",\"group\":\"\",\"filename\":\"sefbase\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '12', '0'), ('10038', '10121', 'Ajax - TreeLink', 'plugin', 'arktreelink', 'ajax', '0', '1', '1', '0', '{\"name\":\"Ajax - TreeLink\",\"type\":\"plugin\",\"creationDate\":\"February 2014\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2014- 2015 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"This plugin provides ajax functionality for inline front end edting for articles\",\"group\":\"\",\"filename\":\"arktreelink\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10039', '10121', 'Ajax - Arktypography', 'plugin', 'arktypography', 'ajax', '0', '1', '1', '0', '{\"name\":\"Ajax - Arktypography\",\"type\":\"plugin\",\"creationDate\":\"May 2014\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2014- 2015 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"This plugin outputs the ArK Typography CSS\",\"group\":\"\",\"filename\":\"arktypography\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10040', '10121', 'Ajax - Arktemplates', 'plugin', 'arktemplates', 'ajax', '0', '1', '1', '0', '{\"name\":\"Ajax - Arktemplates\",\"type\":\"plugin\",\"creationDate\":\"Nov 2014\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2014- 2015 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"This plugin outputs the ARK Templates XML\",\"group\":\"\",\"filename\":\"arktemplates\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10041', '10121', 'Ajax - Inline Mode State listener', 'plugin', 'inlinemodestatelistener', 'ajax', '0', '1', '1', '0', '{\"name\":\"Ajax - Inline Mode State listener\",\"type\":\"plugin\",\"creationDate\":\"November 2013\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2013- 2014 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"This plugin preserves state of inline editing Mode\",\"group\":\"\",\"filename\":\"inlinemodestatelistener\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10042', '10121', 'Ajax - Arkbootstrap', 'plugin', 'arkbootstrap', 'ajax', '0', '1', '1', '0', '{\"name\":\"Ajax - Arkbootstrap\",\"type\":\"plugin\",\"creationDate\":\"Aug 2016\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2015- 2016 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"Ark Ajax dummy plugin\",\"group\":\"\",\"filename\":\"arkbootstrap\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10043', '10121', 'ArkEvents - ArkEditor core plugins', 'plugin', 'coreplugins', 'arkevents', '0', '1', '1', '0', '{\"name\":\"ArkEvents - ArkEditor core plugins\",\"type\":\"plugin\",\"creationDate\":\"March 2014\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2014- 2015 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"This plugins tells the editor what core plugins to load\",\"group\":\"\",\"filename\":\"coreplugins\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10044', '10121', 'ArkEvents - ArkEditor extra plugins', 'plugin', 'extraplugins', 'arkevents', '0', '1', '1', '0', '{\"name\":\"ArkEvents - ArkEditor extra plugins\",\"type\":\"plugin\",\"creationDate\":\"Jan 2014\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2014- 2015 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"This plugins loads the ArkEditor plugins\",\"group\":\"\",\"filename\":\"extraplugins\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10045', '10121', 'ArkEvents - ArkEditor extra plugins', 'plugin', 'extrawidgets', 'arkevents', '0', '1', '1', '0', '{\"name\":\"ArkEvents - ArkEditor extra plugins\",\"type\":\"plugin\",\"creationDate\":\"Jan 2014\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2014- 2015 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"This plugins loads the ArkWidget plugins\",\"group\":\"\",\"filename\":\"extrawidgets\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10046', '10121', 'ArkEvents - ArkEditor configuration plugin', 'plugin', 'configuration', 'arkevents', '0', '1', '1', '0', '{\"name\":\"ArkEvents - ArkEditor configuration plugin\",\"type\":\"plugin\",\"creationDate\":\"May 2015\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2014- 2015 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.1\",\"description\":\"This plugins is responsible for loading the configuration options for the arkeditor plugins. Note if this plugin is unpublished then the default configuration options for these plugins will be used\",\"group\":\"\",\"filename\":\"configuration\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10047', '10121', 'ArkEvents - ArkEditor acl plugin', 'plugin', 'acl', 'arkevents', '0', '1', '1', '0', '{\"name\":\"ArkEvents - ArkEditor acl plugin\",\"type\":\"plugin\",\"creationDate\":\"March 2014\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2014- 2015 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.1\",\"description\":\"This plugins is responsible for implementing ACL for the arkeditor plugins. Note if this plugin is unpublished then ACL rules will not be applied to any arkeditor plugins and everyone will be able to view and use them in the editor\",\"group\":\"\",\"filename\":\"acl\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10048', '10121', 'ArkEvents - ArkEditor Load Component Toolbar', 'plugin', 'components', 'arkevents', '0', '1', '1', '0', '{\"name\":\"ArkEvents - ArkEditor Load Component Toolbar\",\"type\":\"plugin\",\"creationDate\":\"March 2014\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2014- 2015 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"This plugins is responsible for loading in a component specific toolbar\",\"group\":\"\",\"filename\":\"components\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10049', '10121', 'ArkEvents - Load Mobile Toolbar', 'plugin', 'mobile', 'arkevents', '0', '1', '1', '0', '{\"name\":\"ArkEvents - Load Mobile Toolbar\",\"type\":\"plugin\",\"creationDate\":\"March 2014\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2014- 2015 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"This plugins is responsible for loading in the mobile toolbar in mobile phones\",\"group\":\"\",\"filename\":\"mobile\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10050', '10121', 'ArkEvents - Paste From Word', 'plugin', 'pastefromword', 'arkevents', '0', '1', '1', '0', '{\"name\":\"ArkEvents - Paste From Word\",\"type\":\"plugin\",\"creationDate\":\"Jan 2014\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2014- 2015 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"Paste From Word ArkEvents plugins\",\"group\":\"\",\"filename\":\"pastefromword\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10051', '10121', 'ArkEvents - Autostylesheet Filter plugin', 'plugin', 'autostylesheetfilter', 'arkevents', '0', '1', '1', '0', '{\"name\":\"ArkEvents - Autostylesheet Filter plugin\",\"type\":\"plugin\",\"creationDate\":\"Jan 2014\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2014- 2015 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"This plugin excludes css rules from selected stylesheet to parsed by the Autostylesheet ArkEditor plugin\",\"group\":\"\",\"filename\":\"autostylesheetfilter\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10052', '10121', 'ArkEvents - Auto CSS Filter plugin', 'plugin', 'autocssfilter', 'arkevents', '0', '1', '1', '0', '{\"name\":\"ArkEvents - Auto CSS Filter plugin\",\"type\":\"plugin\",\"creationDate\":\"Jan 2014\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2014- 2015 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"This plugin applies custom CSS Selector filters to the AutoStylesheet Parser ArkEditor plugin\",\"group\":\"\",\"filename\":\"autocssfilter\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10053', '10121', 'Installer - Arkeditor', 'plugin', 'arkeditor', 'installer', '0', '1', '1', '0', '{\"name\":\"Installer - Arkeditor\",\"type\":\"plugin\",\"creationDate\":\"March 2014\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2014- 2015 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"Plugin Helper for installing ArkEditor plugins\",\"group\":\"\",\"filename\":\"arkeditor\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10054', '10121', 'Installer - Arkwidget', 'plugin', 'arkwidget', 'installer', '0', '1', '1', '0', '{\"name\":\"Installer - Arkwidget\",\"type\":\"plugin\",\"creationDate\":\"Nov 2016\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2016- 2017 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"Plugin Helper for installing ArkWiget Editor plugins\",\"group\":\"\",\"filename\":\"arkwidget\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10055', '10121', 'Extension - Arkeditor', 'plugin', 'arkeditor', 'extension', '0', '1', '1', '0', '{\"name\":\"Extension - Arkeditor\",\"type\":\"plugin\",\"creationDate\":\"Sept 2015\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2013 - 2015 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"Plugin Helper for uninistaller ArkEditor plugins\",\"group\":\"\",\"filename\":\"arkeditor\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10056', '10121', 'Extension - ArkManager', 'plugin', 'arkmanager', 'extension', '0', '0', '1', '0', '{\"name\":\"Extension - ArkManager\",\"type\":\"plugin\",\"creationDate\":\"Jan 2017\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2017 - 2018 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"Package Helper for uninistalling the ArkEditor package\",\"group\":\"\",\"filename\":\"arkmanager\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10057', '10121', 'Extension - Inline editing Plugin Helper for CCK extensions', 'plugin', 'inline', 'extension', '0', '1', '1', '0', '{\"name\":\"Extension - Inline editing Plugin Helper for CCK extensions\",\"type\":\"plugin\",\"creationDate\":\"Sept 2015\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2015 - 2016 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"Plugin Helper for installer\\/uninistaller for CCK data for inline editing\",\"group\":\"\",\"filename\":\"inline\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10058', '10121', 'ArkEditor - Link', 'plugin', 'link', 'arkeditor', '0', '1', '1', '0', '{\"name\":\"ArkEditor - Link\",\"type\":\"plugin\",\"creationDate\":\"June 2014\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2014- 2015 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"The ArkEditor Link plugin\",\"group\":\"\",\"filename\":\"link\"}', '{\"dialogtitle_switcher\":\"0\",\"dialogtitle\":\"Default\",\"height\":\"230\",\"width\":\"350\"}', '20', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10059', '10121', 'ArkEditor - XML', 'plugin', 'xml', 'arkeditor', '0', '1', '1', '0', '{\"name\":\"ArkEditor - XML\",\"type\":\"plugin\",\"creationDate\":\"Jan 2014\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2014- 2015 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"The XML plugin\",\"group\":\"\",\"filename\":\"xml\"}', '{}', '93', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10060', '10121', 'ArkEditor - Ajax', 'plugin', 'ajax', 'arkeditor', '0', '1', '1', '0', '{\"name\":\"ArkEditor - Ajax\",\"type\":\"plugin\",\"creationDate\":\"Jan 2014\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2014- 2015 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"The Ajax plugin\",\"group\":\"\",\"filename\":\"ajax\"}', '{}', '94', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10061', '10121', 'ArkEditor - Styles Override', 'plugin', 'stylesoverride', 'arkeditor', '0', '1', '1', '0', '{\"name\":\"ArkEditor - Styles Override\",\"type\":\"plugin\",\"creationDate\":\"Jan 2014\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2014- 2015 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"The StylesOverride plugin\",\"group\":\"\",\"filename\":\"stylesoverride\"}', '{}', '95', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10062', '10121', 'ArkEditor - Auto Stylesheet Parser', 'plugin', 'autostylesheetparser', 'arkeditor', '0', '1', '1', '0', '{\"name\":\"ArkEditor - Auto Stylesheet Parser\",\"type\":\"plugin\",\"creationDate\":\"Jan 2014\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2014- 2015 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"The AutoStylesheetParser plugin\",\"group\":\"\",\"filename\":\"autostylesheetparser\"}', '{}', '96', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10063', '10121', 'ArkEditor - Image Manager', 'plugin', 'imagemanager', 'arkeditor', '0', '1', '1', '0', '{\"name\":\"ArkEditor - Image Manager\",\"type\":\"plugin\",\"creationDate\":\"Jan 2014\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2014- 2015 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"The ArkEditor Image Manager plugin\",\"group\":\"\",\"filename\":\"imagemanager\"}', '{}', '97', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10064', '10121', 'ArkEditor - Document', 'plugin', 'document', 'arkeditor', '0', '1', '1', '0', '{\"name\":\"ArkEditor - Document\",\"type\":\"plugin\",\"creationDate\":\"June 2014\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2014- 2015 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"The ArkEditor Document plugin\",\"group\":\"\",\"filename\":\"document\"}', '{}', '98', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10065', '10121', 'ArkEditor - Inline Save content', 'plugin', 'savecontent', 'arkeditor', '0', '1', '1', '0', '{\"name\":\"ArkEditor - Inline Save content\",\"type\":\"plugin\",\"creationDate\":\"Jan 2014\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2014- 2015 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"The ArkEditor Inline savecontent plugin\",\"group\":\"\",\"filename\":\"savecontent\"}', '{}', '99', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10066', '10121', 'ArkEditor - Versions', 'plugin', 'versions', 'arkeditor', '0', '1', '1', '0', '{\"name\":\"ArkEditor - Versions\",\"type\":\"plugin\",\"creationDate\":\"Jan 2014\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2014- 2015 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"The ArkEditor Versions plugin\",\"group\":\"\",\"filename\":\"versions\"}', '{}', '100', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10067', '10121', 'ArkEditor - About', 'plugin', 'arkabout', 'arkeditor', '0', '1', '1', '0', '{\"name\":\"ArkEditor - About\",\"type\":\"plugin\",\"creationDate\":\"Jan 2014\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2014- 2015 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"The ArkEditor About plugin\",\"group\":\"\",\"filename\":\"arkabout\"}', '{}', '103', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10068', '10121', 'ArkEditor - ReadMore', 'plugin', 'readmore', 'arkeditor', '0', '1', '1', '0', '{\"name\":\"ArkEditor - ReadMore\",\"type\":\"plugin\",\"creationDate\":\"Jan 2014\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2014- 2015 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"The ArkEditor Readmore plugin\",\"group\":\"\",\"filename\":\"readmore\"}', '{}', '102', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10069', '10121', 'ArkEditor - PageBreak', 'plugin', 'pagebreak2', 'arkeditor', '0', '1', '1', '0', '{\"name\":\"ArkEditor - PageBreak\",\"type\":\"plugin\",\"creationDate\":\"Jan 2014\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2014- 2015 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"The ArkEditor PageBreak plugin\",\"group\":\"\",\"filename\":\"pagebreak2\"}', '{}', '101', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10070', '10121', 'ArkEditor - UI Header', 'plugin', 'uiheader', 'arkeditor', '0', '1', '1', '0', '{\"name\":\"ArkEditor - UI Header\",\"type\":\"plugin\",\"creationDate\":\"Aoril 2014\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2014- 2015 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"The ArkEditor UI header plugin\",\"group\":\"\",\"filename\":\"uiheader\"}', '{}', '104', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10071', '10121', 'ArkEditor - ARK Media', 'plugin', 'arkmedia', 'arkeditor', '0', '1', '1', '0', '{\"name\":\"ArkEditor - ARK Media\",\"type\":\"plugin\",\"creationDate\":\"June 2014\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2014- 2015 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"The Ark Media Manager integration plugin\",\"group\":\"\",\"filename\":\"arkmedia\"}', '{}', '105', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10072', '10121', 'ArkEditor - Inline AutoSave content', 'plugin', 'autosave', 'arkeditor', '0', '1', '1', '0', '{\"name\":\"ArkEditor - Inline AutoSave content\",\"type\":\"plugin\",\"creationDate\":\"Jan 2014\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2014- 2015 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"The ArkEditor Inline autosave plugin\",\"group\":\"\",\"filename\":\"autosave\"}', '{}', '107', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10073', '10121', 'ArkEditor - Table Definition', 'plugin', 'tabledefinition', 'arkeditor', '0', '1', '1', '0', '{\"name\":\"ArkEditor - Table Definition\",\"type\":\"plugin\",\"creationDate\":\"June 2014\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2014- 2015 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"The ArkEditor Table Definition plugin\",\"group\":\"\",\"filename\":\"tabledefinition\"}', '{}', '106', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10074', '10121', 'ArkEditor - Pre-loader', 'plugin', 'preloader', 'arkeditor', '0', '1', '1', '0', '{\"name\":\"ArkEditor - Pre-loader\",\"type\":\"plugin\",\"creationDate\":\"Jan 2014\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2014- 2015 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"The ArkEditor preloader plugin\",\"group\":\"\",\"filename\":\"preloader\"}', '{}', '108', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10075', '10121', 'ArkEditor - Styles combo', 'plugin', 'styles', 'arkeditor', '0', '1', '1', '0', '{\"name\":\"ArkEditor - Styles combo\",\"type\":\"plugin\",\"creationDate\":\"Jan 2014\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2014- 2015 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"The Styles combo plugin\",\"group\":\"\",\"filename\":\"styles\"}', '{}', '109', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10076', '10121', 'ArkEditor - QuickTable', 'plugin', 'quicktable', 'arkeditor', '0', '1', '1', '0', '{\"name\":\"ArkEditor - QuickTable\",\"type\":\"plugin\",\"creationDate\":\"July 2014\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2014- 2016 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"The ArkEditor Quick Table plugin\",\"group\":\"\",\"filename\":\"quicktable\"}', '{\"qtRows\":\"8\",\"qtColumns\":\"10\",\"qtBorder\":\"1\",\"qtStyle\":\"\",\"qtClass\":\"\",\"qtCellPadding\":\"1\",\"qtCellSpacing\":\"1\",\"qtWidth\":\"100%\"}', '110', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10077', '10121', 'ArkEditor - Toolbar Switcher', 'plugin', 'toolbarswitcher', 'arkeditor', '0', '1', '1', '0', '{\"name\":\"ArkEditor - Toolbar Switcher\",\"type\":\"plugin\",\"creationDate\":\"Aug 2014\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2014- 2015 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"The ArkEditor toolbar switcher plugin\",\"group\":\"\",\"filename\":\"toolbarswitcher\"}', '{}', '111', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10078', '10121', 'ArkEditor - Close', 'plugin', 'close', 'arkeditor', '0', '1', '1', '0', '{\"name\":\"ArkEditor - Close\",\"type\":\"plugin\",\"creationDate\":\"Jan 2014\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2014- 2015 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"The ArkEditor Close plugin\",\"group\":\"\",\"filename\":\"close\"}', '{}', '112', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10079', '10121', 'ArkEditor - Paragraph Data Processor', 'plugin', 'paragraphdataprocessor', 'arkeditor', '0', '1', '1', '0', '{\"name\":\"ArkEditor - Paragraph Data Processor\",\"type\":\"plugin\",\"creationDate\":\"Sept 2014\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2014- 2015 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"The ArkEditor Paragraph Data Processor plugin\",\"group\":\"\",\"filename\":\"paragraphdataprocessor\"}', '{}', '113', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10080', '10121', 'ArkEditor - Browse Browser', 'plugin', 'browsebrowser', 'arkeditor', '0', '1', '1', '0', '{\"name\":\"ArkEditor - Browse Browser\",\"type\":\"plugin\",\"creationDate\":\"Jan 2014\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2014- 2015 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"The ArkEditor Integral plugin that allows for browsing using the editor media manager from an editor plugin dialog\",\"group\":\"\",\"filename\":\"browsebrowser\"}', '{}', '114', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10081', '10121', 'ArkEditor - Browse Popup', 'plugin', 'browsepopup', 'arkeditor', '0', '1', '1', '0', '{\"name\":\"ArkEditor - Browse Popup\",\"type\":\"plugin\",\"creationDate\":\"Jan 2014\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2014- 2015 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"The ArkEditor Integral plugin that allows for browsing a popup using the editor media manager from an editor plugin dialog\",\"group\":\"\",\"filename\":\"browsepopup\"}', '{}', '115', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10082', '10121', 'ArkEditor - HTML5 Video', 'plugin', 'video', 'arkeditor', '0', '1', '1', '0', '{\"name\":\"ArkEditor - HTML5 Video\",\"type\":\"plugin\",\"creationDate\":\"Jan 2015\",\"author\":\"Webx Solution Ltd\",\"copyright\":\">Copyright (C) 2014- 2015 All rights reserved\",\"authorEmail\":\"support@arkextensions.com\",\"authorUrl\":\"www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"Allows you to insert and play HTML5 videos in your articles.\",\"group\":\"\",\"filename\":\"video\"}', '{}', '116', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10083', '10121', 'ArkEditor - HTML5 Audio', 'plugin', 'audio', 'arkeditor', '0', '1', '1', '0', '{\"name\":\"ArkEditor - HTML5 Audio\",\"type\":\"plugin\",\"creationDate\":\"Jan 2015\",\"author\":\"Webx Solution Ltd\",\"copyright\":\">Copyright (C) 2014- 2015 All rights reserved\",\"authorEmail\":\"support@arkextensions.com\",\"authorUrl\":\"www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"Allows you to insert and play HTML5 audio in your articles.\",\"group\":\"\",\"filename\":\"audio\"}', '{}', '117', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10084', '10121', 'ArkEditor - Magicline', 'plugin', 'magicline', 'arkeditor', '0', '1', '1', '0', '{\"name\":\"ArkEditor - Magicline\",\"type\":\"plugin\",\"creationDate\":\"May 2015\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2014- 2015 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"The Magicline plugin\",\"group\":\"\",\"filename\":\"magicline\"}', '{}', '118', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10085', '10121', 'Content - ARK Redirect Plugin', 'plugin', 'arkredirect', 'content', '0', '1', '1', '0', '{\"name\":\"Content - ARK Redirect Plugin\",\"type\":\"plugin\",\"creationDate\":\"March 2014\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2014- 2015 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"This plugin redirects to the JCK plugin Manager when editing an arkeditor plugin so that the user will have the full parameters for that plugin\",\"group\":\"\",\"filename\":\"arkredirect\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '-1', '0'), ('10086', '10121', 'Quick Icon - Ark Editor', 'plugin', 'arkquickicon', 'quickicon', '0', '1', '1', '0', '{\"name\":\"Quick Icon - Ark Editor\",\"type\":\"plugin\",\"creationDate\":\"Unknown\",\"author\":\"WebxSolution Ltd\",\"copyright\":\"2014 WebxSolutions Ltd\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"3.0.0\",\"description\":\" \\n\\t

This Plugin Adds a Quick Link Icon to Joomla\'s Control Panel Page.<\\/p> \\n\\t\",\"group\":\"\",\"filename\":\"arkquickicon\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10087', '10121', 'Custom Inline HTML', 'module', 'mod_inlinecustom', '', '0', '1', '0', '0', '{\"name\":\"Custom Inline HTML\",\"type\":\"module\",\"creationDate\":\"July 2014\",\"author\":\"WebxSolution Ltd\",\"copyright\":\"Copyright (C) 2014- 2015 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"This is a custom HTML Module used by the inline editor to enable editing for custom modules\",\"group\":\"\",\"filename\":\"mod_inlinecustom\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10088', '10121', 'Content - Inline content editing', 'plugin', 'arkcontent', 'content', '0', '1', '1', '0', '{\"name\":\"Content - Inline content editing\",\"type\":\"plugin\",\"creationDate\":\"November 2013\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2013- 2014 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"This plugin allows inline front end editing for article\",\"group\":\"\",\"filename\":\"arkcontent\"}', '{\"link_titles\":\"0\"}', '', '', '0', '0000-00-00 00:00:00', '9999', '0'), ('10089', '10121', 'Content - Inline content editing filter', 'plugin', 'arkfilter', 'content', '0', '1', '1', '0', '{\"name\":\"Content - Inline content editing filter\",\"type\":\"plugin\",\"creationDate\":\"March 2015\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2015- 2016 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"This plugin scans articles for inline editing\",\"group\":\"\",\"filename\":\"arkfilter\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '-1', '0'), ('10090', '10121', 'System - ArkEditor Modal plugin', 'plugin', 'arkmodal', 'system', '0', '1', '1', '0', '{\"name\":\"System - ArkEditor Modal plugin\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2014- 2016 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"This plugins loads up the SqueezeBox lightbox plugin\",\"group\":\"\",\"filename\":\"arkmodal\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '28', '0'), ('10091', '10121', 'System - ARK k2ExtraFields', 'plugin', 'k2extrafields', 'system', '0', '1', '1', '0', '{\"name\":\"System - ARK k2ExtraFields\",\"type\":\"plugin\",\"creationDate\":\"Jan 2015\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2015- 2016 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"This plugin enables the arkeditor to work with K2 Extrafields elements\",\"group\":\"\",\"filename\":\"k2extrafields\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '5', '0'), ('10092', '10121', 'System - Inline History', 'plugin', 'inlinehistory', 'system', '0', '1', '1', '0', '{\"name\":\"System - Inline History\",\"type\":\"plugin\",\"creationDate\":\"November 2013\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2013- 2014 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"This plugin enables version control for inline editing of third party components\",\"group\":\"\",\"filename\":\"inlinehistory\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '4', '0'), ('10093', '10121', 'System - Ark Bootstrap', 'plugin', 'arkbootstrap', 'system', '0', '1', '1', '0', '{\"name\":\"System - Ark Bootstrap\",\"type\":\"plugin\",\"creationDate\":\"April 2015\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2015- 2016 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\">Dummy plugin\",\"group\":\"\",\"filename\":\"arkbootstrap\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '23', '0'), ('10094', '10121', 'ArkEvents - ArkEditor modal plugin', 'plugin', 'modal', 'arkevents', '0', '1', '1', '0', '{\"name\":\"ArkEvents - ArkEditor modal plugin\",\"type\":\"plugin\",\"creationDate\":\"March 2014\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2014- 2015 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.1\",\"description\":\"The ArkEditor Inline Modal plugin used to setup the link ready to use straight away\",\"group\":\"\",\"filename\":\"modal\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10095', '10121', 'ArkEvents - ArkEditor Magicline plugin', 'plugin', 'magicline', 'arkevents', '0', '1', '1', '0', '{\"name\":\"ArkEvents - ArkEditor Magicline plugin\",\"type\":\"plugin\",\"creationDate\":\"May 2015\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2014- 2015 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.1\",\"description\":\"The plugins disables the native Magicline plugin\",\"group\":\"\",\"filename\":\"magicline\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10096', '10121', 'ArkEvents - ArkEditor Enviroment plugin', 'plugin', 'env', 'arkevents', '0', '1', '1', '0', '{\"name\":\"ArkEvents - ArkEditor Enviroment plugin\",\"type\":\"plugin\",\"creationDate\":\"May 2015\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2014- 2015 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.1\",\"description\":\"The plugins enables dectection for Microsoft Edge\",\"group\":\"\",\"filename\":\"env\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10097', '10121', 'ArkEvents - ArkEditor Element plugin', 'plugin', 'element', 'arkevents', '0', '1', '1', '0', '{\"name\":\"ArkEvents - ArkEditor Element plugin\",\"type\":\"plugin\",\"creationDate\":\"May 2015\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2014- 2015 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.1\",\"description\":\"The plugin provides a patch for Microsoft Edge\",\"group\":\"\",\"filename\":\"element\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10098', '10121', 'Inline - Arkeditor', 'plugin', 'arkeditor', 'inline', '0', '1', '1', '0', '{\"name\":\"Inline - Arkeditor\",\"type\":\"plugin\",\"creationDate\":\"April 2015\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2015- 2016 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"This plugin draws editable regions for inline editing\",\"group\":\"\",\"filename\":\"arkeditor\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10099', '10121', 'ArkEditor - Widget', 'plugin', 'widget', 'arkeditor', '0', '1', '1', '0', '{\"name\":\"ArkEditor - Widget\",\"type\":\"plugin\",\"creationDate\":\"July 2015\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2014- 2015 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"The Widget plugin\",\"group\":\"\",\"filename\":\"widget\"}', '{}', '119', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10100', '10121', 'ArkEditor - Line Utilites', 'plugin', 'lineutils', 'arkeditor', '0', '1', '1', '0', '{\"name\":\"ArkEditor - Line Utilites\",\"type\":\"plugin\",\"creationDate\":\"July 2015\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2014- 2015 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"The Line Utilites plugin\",\"group\":\"\",\"filename\":\"lineutils\"}', '{}', '120', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10101', '10121', 'ArkEditor - Content CSS', 'plugin', 'contentscss', 'arkeditor', '0', '1', '1', '0', '{\"name\":\"ArkEditor - Content CSS\",\"type\":\"plugin\",\"creationDate\":\"Jan 2015\",\"author\":\"Webx Solution Ltd\",\"copyright\":\">Copyright (C) 2014- 2015 All rights reserved\",\"authorEmail\":\"support@arkextensions.com\",\"authorUrl\":\"www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"This plugins manages the CSS loaded into the editor.\",\"group\":\"\",\"filename\":\"contentscss\"}', '{}', '121', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10102', '10121', 'ArkEditor - Notification', 'plugin', 'notification', 'arkeditor', '0', '1', '1', '0', '{\"name\":\"ArkEditor - Notification\",\"type\":\"plugin\",\"creationDate\":\"Aug 2015\",\"author\":\"Webx Solution Ltd\",\"copyright\":\">Copyright (C) 2015 - 2016 All rights reserved\",\"authorEmail\":\"support@arkextensions.com\",\"authorUrl\":\"www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"Notification plugin\",\"group\":\"\",\"filename\":\"notification\"}', '{}', '122', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10103', '10121', 'ArkEditor - Notification Aggregator', 'plugin', 'notificationaggregator', 'arkeditor', '0', '1', '1', '0', '{\"name\":\"ArkEditor - Notification Aggregator\",\"type\":\"plugin\",\"creationDate\":\"Aug 2015\",\"author\":\"Webx Solution Ltd\",\"copyright\":\">Copyright (C) 2015 - 2016 All rights reserved\",\"authorEmail\":\"support@arkextensions.com\",\"authorUrl\":\"www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"This plugin support for the editor\'s alert system\",\"group\":\"\",\"filename\":\"notificationaggregator\"}', '{}', '123', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10104', '10121', 'ArkEditor - Focus Manager', 'plugin', 'focusmanager', 'arkeditor', '0', '1', '1', '0', '{\"name\":\"ArkEditor - Focus Manager\",\"type\":\"plugin\",\"creationDate\":\"Aug 2015\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2015- 2016 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"This plugin ovverrides the default focusManager for the editor\",\"group\":\"\",\"filename\":\"focusmanager\"}', '{}', '124', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10105', '10121', 'ArkEditor - Drag and Drop Handler', 'plugin', 'dndhandler', 'arkeditor', '0', '1', '1', '0', '{\"name\":\"ArkEditor - Drag and Drop Handler\",\"type\":\"plugin\",\"creationDate\":\"Aug 2015\",\"author\":\"Webx Solution Ltd\",\"copyright\":\">Copyright (C) 2015 - 2016 All rights reserved\",\"authorEmail\":\"support@arkextensions.com\",\"authorUrl\":\"www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"Drag and Drop plugin\",\"group\":\"\",\"filename\":\"dndhandler\"}', '{}', '125', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10106', '10121', 'ArkEditor - ARK Media Button', 'plugin', 'arkmediabutton', 'arkeditor', '0', '1', '1', '0', '{\"name\":\"ArkEditor - ARK Media Button\",\"type\":\"plugin\",\"creationDate\":\"Sept 2015\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2015- 2016 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"The Ark Media button\",\"group\":\"\",\"filename\":\"arkmediabutton\"}', '{}', '127', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10107', '10121', 'ArkEditor - SEF Resource Processor', 'plugin', 'sefresourceprocessor', 'arkeditor', '0', '1', '1', '0', '{\"name\":\"ArkEditor - SEF Resource Processor\",\"type\":\"plugin\",\"creationDate\":\"Oct 2015\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2015- 2016 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"The ArkEditor SEF Resource Processor plugin\",\"group\":\"\",\"filename\":\"sefresourceprocessor\"}', '{}', '126', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10108', '10121', 'ArkEditor - Core CSS', 'plugin', 'corecss', 'arkeditor', '0', '1', '1', '0', '{\"name\":\"ArkEditor - Core CSS\",\"type\":\"plugin\",\"creationDate\":\"Feb 2016\",\"author\":\"Webx Solution Ltd\",\"copyright\":\">Copyright (C) 2015- 2016 All rights reserved\",\"authorEmail\":\"support@arkextensions.com\",\"authorUrl\":\"www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"Add Arkeditor core css.\",\"group\":\"\",\"filename\":\"corecss\"}', '{}', '128', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10109', '10121', 'System - ArkMedia Table Observer', 'plugin', 'arkmediaobserver', 'system', '0', '1', '1', '0', '{\"name\":\"System - ArkMedia Table Observer\",\"type\":\"plugin\",\"creationDate\":\"Feb 2016\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2016- 2017 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"This plugin synchronises changes with media paths settings with those of the editor\",\"group\":\"\",\"filename\":\"arkmediaobserver\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '20', '0'), ('10110', '10121', 'ArkEditor - Ark Widget Button', 'plugin', 'arkwidgetbutton', 'arkeditor', '0', '1', '1', '0', '{\"name\":\"ArkEditor - Ark Widget Button\",\"type\":\"plugin\",\"creationDate\":\"Aug 2016\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2015- 2016 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"The Ark Widget button\",\"group\":\"\",\"filename\":\"arkwidgetbutton\"}', '{}', '129', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10111', '10121', 'ArkEditor - Table Resize', 'plugin', 'tableresize', 'arkeditor', '0', '1', '1', '0', '{\"name\":\"ArkEditor - Table Resize\",\"type\":\"plugin\",\"creationDate\":\"Aug 2016\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2016- 2017 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"The table resize plugin\",\"group\":\"\",\"filename\":\"tableresize\"}', '{}', '26', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10112', '10121', 'ArkEvents - Format plugin', 'plugin', 'format', 'arkevents', '0', '1', '1', '0', '{\"name\":\"ArkEvents - Format plugin\",\"type\":\"plugin\",\"creationDate\":\"Aug 2016\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2016- 2017 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"The plugins defines format styles for the Format dropdown list plugin\",\"group\":\"\",\"filename\":\"format\"}', '{}', '', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10113', '10121', 'ArkEditor - Format', 'plugin', 'format', 'arkeditor', '0', '1', '1', '0', '{\"name\":\"ArkEditor - Format\",\"type\":\"plugin\",\"creationDate\":\"Aug 2016\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2016- 2017 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"The Format plugin\",\"group\":\"\",\"filename\":\"format\"}', '{\"format_tags\":\"\",\"format_force_useDefaultText\":\"0\"}', '74', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10114', '10121', 'ArkEditor - Clipboard', 'plugin', 'clipboard', 'arkeditor', '0', '1', '1', '0', '{\"name\":\"ArkEditor - Clipboard\",\"type\":\"plugin\",\"creationDate\":\"Aug 2016\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2016- 2017 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"Core Clipboard plugin\",\"group\":\"\",\"filename\":\"clipboard\"}', '{}', '60', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10115', '10121', 'ArkEditor - Image2', 'plugin', 'image2', 'arkeditor', '0', '1', '1', '0', '{\"name\":\"ArkEditor - Image2\",\"type\":\"plugin\",\"creationDate\":\"Oct 2016\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2016 - 2017 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"The ArkEditor Enhanced Image plugin\",\"group\":\"\",\"filename\":\"image2\"}', '{}', '130', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10116', '10121', 'ArkEditor - Div backgrounds', 'plugin', 'divbgimage', 'arkeditor', '0', '1', '1', '0', '{\"name\":\"ArkEditor - Div backgrounds\",\"type\":\"plugin\",\"creationDate\":\"Jan 2017\",\"author\":\"Webx Solution Ltd\",\"copyright\":\">Copyright (C) 2017- 2019 All rights reserved\",\"authorEmail\":\"support@arkextensions.com\",\"authorUrl\":\"www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"Allows you to insert background to Div Block elements\",\"group\":\"\",\"filename\":\"divbgimage\"}', '{}', '131', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10117', '10121', 'ArkEditor - Article', 'plugin', 'article', 'arkeditor', '0', '1', '1', '0', '{\"name\":\"ArkEditor - Article\",\"type\":\"plugin\",\"creationDate\":\"Aug 2017\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2017- 2018 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"The ArkEditor Article plugin\",\"group\":\"\",\"filename\":\"article\"}', '{}', '132', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10118', '10121', 'ArkEditor - JMenu', 'plugin', 'jmenu', 'arkeditor', '0', '1', '1', '0', '{\"name\":\"ArkEditor - JMenu\",\"type\":\"plugin\",\"creationDate\":\"Aug 2017\",\"author\":\"WebxSolution Ltd\",\"copyright\":\">Copyright (C) 2017- 2018 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"The ArkEditor Joomla Menu plugin\",\"group\":\"\",\"filename\":\"jmenu\"}', '{}', '133', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10119', '10121', 'ArkEditor - Menu Links', 'plugin', 'menulinks', 'arkeditor', '0', '1', '1', '0', '{\"name\":\"ArkEditor - Menu Links\",\"type\":\"plugin\",\"creationDate\":\"Aug 2017\",\"author\":\"WebxSolution Ltd\",\"copyright\":\"Copyright (C) 2017- 2018 All rights reserved\",\"authorEmail\":\"info@arkextensions.com\",\"authorUrl\":\"http:\\/\\/www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"The ArkEditor Menu Links plugin\",\"group\":\"\",\"filename\":\"menulinks\"}', '{}', '134', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10120', '10121', 'ArkEditor - Block Level Linkt', 'plugin', 'blocklevellink', 'arkeditor', '0', '1', '1', '0', '{\"name\":\"ArkEditor - Block Level Linkt\",\"type\":\"plugin\",\"creationDate\":\"Oct 2018\",\"author\":\"Webx Solution Ltd\",\"copyright\":\">Copyright (C) 2018- 2019 All rights reserved\",\"authorEmail\":\"support@arkextensions.com\",\"authorUrl\":\"www.arkextensions.com\",\"version\":\"1.0\",\"description\":\"CKEDITOR plugin adding support for Block Level links\",\"group\":\"\",\"filename\":\"blocklevellink\"}', '{}', '135', '', '0', '0000-00-00 00:00:00', '0', '0'), ('10121', '0', 'Package Ark Editor', 'package', 'pkg_arkeditor', '', '0', '1', '1', '0', '{\"name\":\"Package Ark Editor\",\"type\":\"package\",\"creationDate\":\"APril 2019\",\"author\":\"WebxSolution Ltd\",\"copyright\":\"\",\"authorEmail\":\"\",\"authorUrl\":\"\",\"version\":\"2.6.10\",\"description\":\"\\n\\t\\n\\t

\\n\\t\\\"Ark\\n\\t\\n\\t

Welcome to the
Ark Editor.<\\/h1>\\n\\t<\\/i> Config<\\/a>\\n\\t<\\/i> Docs<\\/a>\\n\\t<\\/i> Tweek<\\/a>

 <\\/p>\\n \\n\\t

\\n \\t