-- phpMyAdmin SQL Dump
-- version 4.1.12
-- http://www.phpmyadmin.net
--
-- Servidor: 127.0.0.1
-- Tiempo de generación: 26-09-2014 a las 00:28:54
-- Versión del servidor: 5.6.16
-- Versión de PHP: 5.5.11

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";


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

--
-- Base de datos: `mercados`
--

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

--
-- Estructura de tabla para la tabla `mer_assets`
--

CREATE TABLE IF NOT EXISTS `mer_assets` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Primary Key',
  `parent_id` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set parent.',
  `lft` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set lft.',
  `rgt` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set rgt.',
  `level` int(10) unsigned NOT NULL COMMENT 'The cached level in the nested tree.',
  `name` varchar(50) NOT NULL COMMENT 'The unique name for the asset.\n',
  `title` varchar(100) NOT NULL COMMENT 'The descriptive title for the asset.',
  `rules` varchar(5120) NOT NULL COMMENT 'JSON encoded access control.',
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_asset_name` (`name`),
  KEY `idx_lft_rgt` (`lft`,`rgt`),
  KEY `idx_parent_id` (`parent_id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=94 ;

--
-- Volcado de datos para la tabla `mer_assets`
--

INSERT INTO `mer_assets` (`id`, `parent_id`, `lft`, `rgt`, `level`, `name`, `title`, `rules`) VALUES
(1, 0, 0, 185, 0, 'root.1', 'Root Asset', '{"core.login.site":{"6":1,"2":1},"core.login.admin":{"6":1},"core.login.offline":{"6":1},"core.admin":{"8":1},"core.manage":{"7":1},"core.create":{"6":1,"3":1},"core.delete":{"6":1},"core.edit":{"6":1,"4":1},"core.edit.state":{"6":1,"5":1},"core.edit.own":{"6":1,"3":1}}'),
(2, 1, 1, 2, 1, 'com_admin', 'com_admin', '{}'),
(3, 1, 3, 6, 1, 'com_banners', 'com_banners', '{"core.admin":{"7":1},"core.manage":{"6":1},"core.create":[],"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(4, 1, 7, 8, 1, 'com_cache', 'com_cache', '{"core.admin":{"7":1},"core.manage":{"7":1}}'),
(5, 1, 9, 10, 1, 'com_checkin', 'com_checkin', '{"core.admin":{"7":1},"core.manage":{"7":1}}'),
(6, 1, 11, 12, 1, 'com_config', 'com_config', '{}'),
(7, 1, 13, 16, 1, 'com_contact', 'com_contact', '{"core.admin":{"7":1},"core.manage":{"6":1},"core.create":[],"core.delete":[],"core.edit":[],"core.edit.state":[],"core.edit.own":[]}'),
(8, 1, 17, 18, 1, 'com_content', 'com_content', '{"core.admin":{"7":1},"core.manage":{"6":1},"core.create":{"3":1},"core.delete":[],"core.edit":{"4":1},"core.edit.state":{"5":1},"core.edit.own":[]}'),
(9, 1, 19, 20, 1, 'com_cpanel', 'com_cpanel', '{}'),
(10, 1, 21, 22, 1, 'com_installer', 'com_installer', '{"core.admin":[],"core.manage":{"7":0},"core.delete":{"7":0},"core.edit.state":{"7":0}}'),
(11, 1, 23, 24, 1, 'com_languages', 'com_languages', '{"core.admin":{"7":1},"core.manage":[],"core.create":[],"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(12, 1, 25, 26, 1, 'com_login', 'com_login', '{}'),
(13, 1, 27, 28, 1, 'com_mailto', 'com_mailto', '{}'),
(14, 1, 29, 30, 1, 'com_massmail', 'com_massmail', '{}'),
(15, 1, 31, 32, 1, 'com_media', 'com_media', '{"core.admin":{"7":1},"core.manage":{"6":1},"core.create":{"3":1},"core.delete":{"5":1}}'),
(16, 1, 33, 34, 1, 'com_menus', 'com_menus', '{"core.admin":{"7":1},"core.manage":[],"core.create":[],"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(17, 1, 35, 36, 1, 'com_messages', 'com_messages', '{"core.admin":{"7":1},"core.manage":{"7":1}}'),
(18, 1, 37, 100, 1, 'com_modules', 'com_modules', '{"core.admin":{"7":1},"core.manage":[],"core.create":[],"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(19, 1, 101, 104, 1, 'com_newsfeeds', 'com_newsfeeds', '{"core.admin":{"7":1},"core.manage":{"6":1},"core.create":[],"core.delete":[],"core.edit":[],"core.edit.state":[],"core.edit.own":[]}'),
(20, 1, 105, 106, 1, 'com_plugins', 'com_plugins', '{"core.admin":{"7":1},"core.manage":[],"core.edit":[],"core.edit.state":[]}'),
(21, 1, 107, 108, 1, 'com_redirect', 'com_redirect', '{"core.admin":{"7":1},"core.manage":[]}'),
(22, 1, 109, 110, 1, 'com_search', 'com_search', '{"core.admin":{"7":1},"core.manage":{"6":1}}'),
(23, 1, 111, 112, 1, 'com_templates', 'com_templates', '{"core.admin":{"7":1},"core.manage":[],"core.create":[],"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(24, 1, 113, 116, 1, 'com_users', 'com_users', '{"core.admin":{"7":1},"core.manage":[],"core.create":[],"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(25, 1, 117, 120, 1, 'com_weblinks', 'com_weblinks', '{"core.admin":{"7":1},"core.manage":{"6":1},"core.create":{"3":1},"core.delete":[],"core.edit":{"4":1},"core.edit.state":{"5":1},"core.edit.own":[]}'),
(26, 1, 121, 122, 1, 'com_wrapper', 'com_wrapper', '{}'),
(27, 63, 136, 137, 2, 'com_content.category.2', 'Uncategorised', '{"core.create":[],"core.delete":[],"core.edit":[],"core.edit.state":[],"core.edit.own":[]}'),
(28, 3, 4, 5, 2, 'com_banners.category.3', 'Uncategorised', '{"core.create":[],"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(29, 7, 14, 15, 2, 'com_contact.category.4', 'Uncategorised', '{"core.create":[],"core.delete":[],"core.edit":[],"core.edit.state":[],"core.edit.own":[]}'),
(30, 19, 102, 103, 2, 'com_newsfeeds.category.5', 'Uncategorised', '{"core.create":[],"core.delete":[],"core.edit":[],"core.edit.state":[],"core.edit.own":[]}'),
(31, 25, 118, 119, 2, 'com_weblinks.category.6', 'Uncategorised', '{"core.create":[],"core.delete":[],"core.edit":[],"core.edit.state":[],"core.edit.own":[]}'),
(32, 24, 114, 115, 1, 'com_users.category.7', 'Uncategorised', '{"core.create":[],"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(33, 1, 123, 124, 1, 'com_finder', 'com_finder', '{"core.admin":{"7":1},"core.manage":{"6":1}}'),
(34, 1, 125, 126, 1, 'com_joomlaupdate', 'com_joomlaupdate', '{"core.admin":[],"core.manage":[],"core.delete":[],"core.edit.state":[]}'),
(35, 1, 127, 128, 1, 'com_tags', 'com_tags', '{"core.admin":[],"core.manage":[],"core.manage":[],"core.delete":[],"core.edit.state":[]}'),
(36, 1, 129, 130, 1, 'com_contenthistory', 'com_contenthistory', '{}'),
(37, 1, 131, 132, 1, 'com_ajax', 'com_ajax', '{}'),
(38, 1, 133, 134, 1, 'com_postinstall', 'com_postinstall', '{}'),
(39, 18, 38, 39, 2, 'com_modules.module.1', 'Main Menu', '{"core.delete":{"6":1},"core.edit":{"6":1,"4":1},"core.edit.state":{"6":1,"5":1}}'),
(40, 18, 40, 41, 2, 'com_modules.module.2', 'Login', '{"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(41, 18, 42, 43, 2, 'com_modules.module.3', 'Popular Articles', '{"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(42, 18, 44, 45, 2, 'com_modules.module.4', 'Recently Added Articles', '{"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(43, 18, 46, 47, 2, 'com_modules.module.8', 'Toolbar', '{"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(44, 18, 48, 49, 2, 'com_modules.module.9', 'Quick Icons', '{"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(45, 18, 50, 51, 2, 'com_modules.module.10', 'Logged-in Users', '{"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(46, 18, 52, 53, 2, 'com_modules.module.12', 'Admin Menu', '{"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(47, 18, 54, 55, 2, 'com_modules.module.13', 'Admin Submenu', '{"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(48, 18, 56, 57, 2, 'com_modules.module.14', 'User Status', '{"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(49, 18, 58, 59, 2, 'com_modules.module.15', 'Title', '{"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(50, 18, 60, 61, 2, 'com_modules.module.16', 'Login Form', '{"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(51, 18, 62, 63, 2, 'com_modules.module.17', 'Breadcrumbs', '{"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(52, 18, 64, 65, 2, 'com_modules.module.79', 'Multilanguage status', '{"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(53, 18, 66, 67, 2, 'com_modules.module.86', 'Joomla Version', '{"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(54, 18, 68, 69, 2, 'com_modules.module.87', 'bienvenido', '{"core.delete":{"6":1},"core.edit":{"6":1,"4":1},"core.edit.state":{"6":1,"5":1}}'),
(55, 18, 70, 71, 2, 'com_modules.module.88', 'indicadores', '{"core.delete":{"6":1},"core.edit":{"6":1,"4":1},"core.edit.state":{"6":1,"5":1}}'),
(56, 18, 72, 73, 2, 'com_modules.module.89', 'mapas', '{"core.delete":{"6":1},"core.edit":{"6":1,"4":1},"core.edit.state":{"6":1,"5":1}}'),
(57, 18, 74, 75, 2, 'com_modules.module.90', 'puebla en cifras', '{"core.delete":{"6":1},"core.edit":{"6":1,"4":1},"core.edit.state":{"6":1,"5":1}}'),
(58, 18, 76, 77, 2, 'com_modules.module.91', 'logo foter', '{"core.delete":{"6":1},"core.edit":{"6":1,"4":1},"core.edit.state":{"6":1,"5":1}}'),
(59, 18, 78, 79, 2, 'com_modules.module.92', 'Universal Content Module for FLEXIcontent', ''),
(60, 18, 80, 81, 2, 'com_modules.module.93', 'Content Lists Filter Module for FLEXIcontent', ''),
(61, 18, 82, 83, 2, 'com_modules.module.94', 'Tag Cloud Module for FLEXIcontent', ''),
(62, 18, 84, 85, 2, 'com_modules.module.95', 'Advanced Search Module for FLEXIcontent', ''),
(63, 1, 135, 178, 1, 'com_flexicontent', 'flexicontent', '{"core.admin":[],"core.manage":[],"core.create":[],"core.edit":[],"core.edit.own":[],"core.edit.state":[],"core.edit.state.own":{"7":1},"core.delete":[],"core.delete.own":{"7":1},"flexicontent.change.cat":{"1":1,"9":1,"6":1,"7":1,"2":1,"3":1,"4":1,"5":1,"8":1},"flexicontent.change.cat.sec":{"1":1,"9":1,"6":1,"7":1,"2":1,"3":1,"4":1,"5":1,"8":1},"flexicontent.change.cat.feat":{"1":1,"9":1,"6":1,"7":1,"2":1,"3":1,"4":1,"5":1,"8":1},"flexicontent.accesslevel":{"7":1},"flexicontent.copyitems":{"7":1},"flexicontent.orderitems":{"7":1},"flexicontent.paramsitem":{"7":1},"flexicontent.versioning":{"7":1},"flexicontent.assocanytrans":{"7":1},"flexicontent.editcreationdate":{"7":1},"flexicontent.displayallitems":{"7":1},"flexicontent.ignoreviewstate":{"7":1},"flexicontent.requestapproval":{"7":1},"flexicontent.managecats":{"7":1},"flexicontent.usercats":{"7":1},"flexicontent.viewtree":{"7":1},"flexicontent.multicat":{"7":1},"flexicontent.managetags":{"7":1},"flexicontent.usetags":{"7":1},"flexicontent.manageimport":{"7":1},"flexicontent.managetypes":{"7":1},"flexicontent.managearchives":{"7":1},"flexicontent.managetemplates":{"7":1},"flexicontent.managestats":{"7":1},"flexicontent.managefields":{"7":1},"flexicontent.copyfields":{"7":1},"flexicontent.orderfields":{"7":1},"flexicontent.createfield":{"7":1},"flexicontent.editfieldvalues":{"1":1,"9":1,"6":1,"7":1,"2":1,"3":1,"4":1,"5":1,"8":1},"flexicontent.editfield":{"7":1},"flexicontent.publishfield":{"7":1},"flexicontent.deletefield":{"7":1},"flexicontent.managefiles":{"7":1},"flexicontent.uploadfiles":{"1":1,"9":1,"6":1,"7":1,"2":1,"3":1,"4":1,"5":1,"8":1},"flexicontent.viewallfiles":{"7":1},"flexicontent.editfile":{"7":1},"flexicontent.publishfile":{"7":1},"flexicontent.deletefile":{"7":1},"flexicontent.editownfile":{"7":1},"flexicontent.publishownfile":{"7":1},"flexicontent.deleteownfile":{"7":1}}'),
(64, 63, 138, 139, 2, 'com_flexicontent.type.1', 'Article', ''),
(65, 63, 140, 141, 2, 'com_flexicontent.field.1', 'text', ''),
(66, 63, 142, 143, 2, 'com_flexicontent.field.2', 'created', ''),
(67, 63, 144, 145, 2, 'com_flexicontent.field.3', 'created_by', ''),
(68, 63, 146, 147, 2, 'com_flexicontent.field.4', 'modified', ''),
(69, 63, 148, 149, 2, 'com_flexicontent.field.5', 'modified_by', ''),
(70, 63, 150, 151, 2, 'com_flexicontent.field.6', 'title', ''),
(71, 63, 152, 153, 2, 'com_flexicontent.field.7', 'hits', ''),
(72, 63, 154, 155, 2, 'com_flexicontent.field.8', 'document_type', ''),
(73, 63, 156, 157, 2, 'com_flexicontent.field.9', 'version', ''),
(74, 63, 158, 159, 2, 'com_flexicontent.field.10', 'state', ''),
(75, 63, 160, 161, 2, 'com_flexicontent.field.11', 'voting', ''),
(76, 63, 162, 163, 2, 'com_flexicontent.field.12', 'favourites', ''),
(77, 63, 164, 165, 2, 'com_flexicontent.field.13', 'categories', ''),
(78, 63, 166, 167, 2, 'com_flexicontent.field.14', 'tags', ''),
(79, 63, 168, 171, 2, 'com_content.category.8', 'INDICADORES DE COYUNTURA', '{"core.create":{"6":1,"3":1},"core.delete":{"6":1},"core.delete.own":[],"core.edit":{"6":1,"4":1},"core.edit.own":{"6":1,"3":1},"core.edit.state":{"6":1,"5":1},"core.edit.state.own":[]}'),
(80, 63, 172, 173, 2, 'com_content.category.9', 'MAPAS INTERACTIVOS', '{"core.create":{"6":1,"3":1},"core.delete":{"6":1},"core.delete.own":[],"core.edit":{"6":1,"4":1},"core.edit.own":{"6":1,"3":1},"core.edit.state":{"6":1,"5":1},"core.edit.state.own":[]}'),
(81, 63, 174, 175, 2, 'com_content.category.10', 'ESTADISTICAS', '{"core.create":{"6":1,"3":1},"core.delete":{"6":1},"core.delete.own":[],"core.edit":{"6":1,"4":1},"core.edit.own":{"6":1,"3":1},"core.edit.state":{"6":1,"5":1},"core.edit.state.own":[]}'),
(82, 63, 176, 177, 2, 'com_content.category.11', 'PUEBLA EN CIFRAS', '{"core.create":{"6":1,"3":1},"core.delete":{"6":1},"core.delete.own":[],"core.edit":{"6":1,"4":1},"core.edit.own":{"6":1,"3":1},"core.edit.state":{"6":1,"5":1},"core.edit.state.own":[]}'),
(83, 18, 86, 87, 2, 'com_modules.module.96', 'VTEM Menu', ''),
(84, 18, 88, 89, 2, 'com_modules.module.97', 'menu', '{"core.delete":{"6":1},"core.edit":{"6":1,"4":1},"core.edit.state":{"6":1,"5":1}}'),
(85, 1, 179, 184, 1, 'com_zhgooglemap', 'com_zhgooglemap', '{}'),
(86, 18, 90, 91, 2, 'com_modules.module.98', 'mapasmercados', '{"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(87, 18, 92, 93, 2, 'com_modules.module.99', 'HexSys', '{"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(88, 79, 169, 170, 3, 'com_content.article.1', 'indicadores', '{"core.delete":{"6":1},"core.delete.own":[],"core.edit":{"6":1,"4":1},"core.edit.own":{"6":1,"3":1},"core.edit.state":{"6":1,"5":1},"core.edit.state.own":[]}'),
(89, 18, 94, 95, 2, 'com_modules.module.100', 'JP Tabs', '{"core.delete":[],"core.edit":[],"core.edit.state":[]}'),
(90, 18, 96, 97, 2, 'com_modules.module.101', 'MOD_DINAMODS', ''),
(91, 85, 180, 181, 2, 'com_zhgooglemap.category.12', 'migracion', '{"core.create":{"6":1,"3":1},"core.delete":{"6":1},"core.edit":{"6":1,"4":1},"core.edit.state":{"6":1,"5":1},"core.edit.own":{"6":1,"3":1}}'),
(92, 85, 182, 183, 2, 'com_zhgooglemap.category.13', 'parques', '{"core.create":{"6":1,"3":1},"core.delete":{"6":1},"core.edit":{"6":1,"4":1},"core.edit.state":{"6":1,"5":1},"core.edit.own":{"6":1,"3":1}}'),
(93, 18, 98, 99, 2, 'com_modules.module.102', 'Art Table Lite Edition', '{"core.delete":[],"core.edit":[],"core.edit.state":[]}');

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

--
-- Estructura de tabla para la tabla `mer_associations`
--

CREATE TABLE IF NOT EXISTS `mer_associations` (
  `id` int(11) NOT NULL COMMENT 'A reference to the associated item.',
  `context` varchar(50) NOT NULL COMMENT 'The context of the associated item.',
  `key` char(32) NOT NULL COMMENT 'The key for the association computed from an md5 on associated ids.',
  PRIMARY KEY (`context`,`id`),
  KEY `idx_key` (`key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

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

--
-- Estructura de tabla para la tabla `mer_banner_clients`
--

CREATE TABLE IF NOT EXISTS `mer_banner_clients` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  `contact` varchar(255) NOT NULL DEFAULT '',
  `email` varchar(255) NOT NULL DEFAULT '',
  `extrainfo` text NOT NULL,
  `state` tinyint(3) 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',
  `metakey` text NOT NULL,
  `own_prefix` tinyint(4) NOT NULL DEFAULT '0',
  `metakey_prefix` varchar(255) NOT NULL DEFAULT '',
  `purchase_type` tinyint(4) NOT NULL DEFAULT '-1',
  `track_clicks` tinyint(4) NOT NULL DEFAULT '-1',
  `track_impressions` tinyint(4) NOT NULL DEFAULT '-1',
  PRIMARY KEY (`id`),
  KEY `idx_own_prefix` (`own_prefix`),
  KEY `idx_metakey_prefix` (`metakey_prefix`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

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

--
-- Estructura de tabla para la tabla `mer_banner_tracks`
--

CREATE TABLE IF NOT EXISTS `mer_banner_tracks` (
  `track_date` datetime NOT NULL,
  `track_type` int(10) unsigned NOT NULL,
  `banner_id` int(10) unsigned NOT NULL,
  `count` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`track_date`,`track_type`,`banner_id`),
  KEY `idx_track_date` (`track_date`),
  KEY `idx_track_type` (`track_type`),
  KEY `idx_banner_id` (`banner_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

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

--
-- Estructura de tabla para la tabla `mer_banners`
--

CREATE TABLE IF NOT EXISTS `mer_banners` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `cid` int(11) NOT NULL DEFAULT '0',
  `type` int(11) NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '',
  `imptotal` int(11) NOT NULL DEFAULT '0',
  `impmade` int(11) NOT NULL DEFAULT '0',
  `clicks` int(11) NOT NULL DEFAULT '0',
  `clickurl` varchar(200) NOT NULL DEFAULT '',
  `state` tinyint(3) NOT NULL DEFAULT '0',
  `catid` int(10) unsigned NOT NULL DEFAULT '0',
  `description` text NOT NULL,
  `custombannercode` varchar(2048) NOT NULL,
  `sticky` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `metakey` text NOT NULL,
  `params` text NOT NULL,
  `own_prefix` tinyint(1) NOT NULL DEFAULT '0',
  `metakey_prefix` varchar(255) NOT NULL DEFAULT '',
  `purchase_type` tinyint(4) NOT NULL DEFAULT '-1',
  `track_clicks` tinyint(4) NOT NULL DEFAULT '-1',
  `track_impressions` tinyint(4) NOT NULL DEFAULT '-1',
  `checked_out` int(10) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `reset` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `language` char(7) NOT NULL DEFAULT '',
  `created_by` int(10) unsigned NOT NULL DEFAULT '0',
  `created_by_alias` varchar(255) NOT NULL DEFAULT '',
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(10) unsigned NOT NULL DEFAULT '0',
  `version` int(10) unsigned NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `idx_state` (`state`),
  KEY `idx_own_prefix` (`own_prefix`),
  KEY `idx_metakey_prefix` (`metakey_prefix`),
  KEY `idx_banner_catid` (`catid`),
  KEY `idx_language` (`language`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

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

--
-- Estructura de tabla para la tabla `mer_categories`
--

CREATE TABLE IF NOT EXISTS `mer_categories` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `asset_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'FK to the #__assets table.',
  `parent_id` int(10) 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',
  `path` varchar(255) NOT NULL DEFAULT '',
  `extension` varchar(50) NOT NULL DEFAULT '',
  `title` varchar(255) NOT NULL,
  `alias` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '',
  `note` varchar(255) NOT NULL DEFAULT '',
  `description` mediumtext NOT NULL,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `access` int(10) unsigned NOT NULL DEFAULT '0',
  `params` text NOT NULL,
  `metadesc` varchar(1024) NOT NULL COMMENT 'The meta description for the page.',
  `metakey` varchar(1024) NOT NULL COMMENT 'The meta keywords for the page.',
  `metadata` varchar(2048) NOT NULL COMMENT 'JSON encoded metadata properties.',
  `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) unsigned NOT NULL DEFAULT '0',
  `modified_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `hits` int(10) unsigned NOT NULL DEFAULT '0',
  `language` char(7) NOT NULL,
  `version` int(10) unsigned NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `cat_idx` (`extension`,`published`,`access`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_path` (`path`),
  KEY `idx_left_right` (`lft`,`rgt`),
  KEY `idx_alias` (`alias`),
  KEY `idx_language` (`language`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=14 ;

--
-- Volcado de datos para la tabla `mer_categories`
--

INSERT INTO `mer_categories` (`id`, `asset_id`, `parent_id`, `lft`, `rgt`, `level`, `path`, `extension`, `title`, `alias`, `note`, `description`, `published`, `checked_out`, `checked_out_time`, `access`, `params`, `metadesc`, `metakey`, `metadata`, `created_user_id`, `created_time`, `modified_user_id`, `modified_time`, `hits`, `language`, `version`) VALUES
(1, 0, 0, 0, 25, 0, '', 'system', 'ROOT', 'root', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{}', '', '', '{}', 42, '2011-01-01 00:00:01', 0, '0000-00-00 00:00:00', 0, '*', 1),
(2, 27, 1, 1, 2, 1, 'uncategorised', 'com_content', 'Uncategorised', 'uncategorised', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{"category_layout":"","image":""}', '', '', '{"author":"","robots":""}', 42, '2011-01-01 00:00:01', 0, '0000-00-00 00:00:00', 0, '*', 1),
(3, 28, 1, 3, 4, 1, 'uncategorised', 'com_banners', 'Uncategorised', 'uncategorised', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{"category_layout":"","image":""}', '', '', '{"author":"","robots":""}', 42, '2011-01-01 00:00:01', 0, '0000-00-00 00:00:00', 0, '*', 1),
(4, 29, 1, 5, 6, 1, 'uncategorised', 'com_contact', 'Uncategorised', 'uncategorised', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{"category_layout":"","image":""}', '', '', '{"author":"","robots":""}', 42, '2011-01-01 00:00:01', 0, '0000-00-00 00:00:00', 0, '*', 1),
(5, 30, 1, 7, 8, 1, 'uncategorised', 'com_newsfeeds', 'Uncategorised', 'uncategorised', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{"category_layout":"","image":""}', '', '', '{"author":"","robots":""}', 42, '2011-01-01 00:00:01', 0, '0000-00-00 00:00:00', 0, '*', 1),
(6, 31, 1, 9, 10, 1, 'uncategorised', 'com_weblinks', 'Uncategorised', 'uncategorised', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{"category_layout":"","image":""}', '', '', '{"author":"","robots":""}', 42, '2011-01-01 00:00:01', 0, '0000-00-00 00:00:00', 0, '*', 1),
(7, 32, 1, 11, 12, 1, 'uncategorised', 'com_users', 'Uncategorised', 'uncategorised', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{"category_layout":"","image":""}', '', '', '{"author":"","robots":""}', 42, '2011-01-01 00:00:01', 0, '0000-00-00 00:00:00', 0, '*', 1),
(8, 79, 1, 13, 14, 1, 'indicadores-de-coyuntura', 'com_content', 'INDICADORES DE COYUNTURA', 'indicadores-de-coyuntura', '', '<div class="plecaverde">Seleccione un indicador</div>\r\n<h3>Indicador Trimestral de la Actividad Económica Estatal.</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\r\n<div style="margin-left: 27%;">{module [99]}</div>\r\n<p> </p>', 1, 0, '0000-00-00 00:00:00', 1, '{"image":"","note":"","comments":"","automatic_pathways":"","show_feed_link":"","add_canonical":"","show_icons":"","show_print_icon":"0","show_email_icon":"0","show_feed_icon":"0","show_cat_title":"","title_cut_text":"","show_description_image":"","cat_image_source":"","cat_link_image":"","cat_image_method":"","cat_image_width":"","cat_image_height":"","show_description":"","trigger_onprepare_content_cat":"1","show_subcategories":"0","subcat_orderby":"","show_label_subcats":"0","show_itemcount":"0","show_subcatcount":"0","show_description_image_subcat":"","subcat_image_source":"","subcat_link_image":"","subcat_image_method":"","subcat_image_width":"","subcat_image_height":"","show_description_subcat":"","description_cut_text_subcat":"","subcat_pretext":"","subcat_posttext":"","subcat_separatorf":"","subcat_opentag":"","subcat_closetag":"","show_peercategories":"0","peercat_orderby":"","show_label_peercats":"","show_itemcount_peercat":"","show_subcatcount_peercat":"","show_description_image_peercat":"","peercat_image_source":"","peercat_link_image":"","peercat_image_method":"","peercat_image_width":"","peercat_image_height":"","show_description_peercat":"","description_cut_text_peercat":"","peercat_pretext":"","peercat_posttext":"","peercat_separatorf":"","peercat_opentag":"","peercat_closetag":"","show_addbutton":"","show_editbutton_lists":"","show_comments_count":"","show_title_lists":"","link_titles_lists":"","force_full":"","show_readmore":"","orderby":"","orderbycustomfield":"","orderbycustomfieldid":"0","orderbycustomfielddir":"","orderbycustomfieldint":"","orderby_2nd":"","orderbycustomfield_2nd":"","orderbycustomfieldid_2nd":"0","orderbycustomfielddir_2nd":"","orderbycustomfieldint_2nd":"","show_noauth":"","display_subcategories_items":"","filtercat":"","display_flag_featured":"","show_item_total":"0","limit":"","show_pagination":"","show_pagination_results":"","limit_override":"0","limit_override_label":"0","orderby_override":"","orderby_override_2nd":"","limit_options":"","mu_addtext_cats":"","mu_add_condition_obtainded_acc":"","mu_addtext_acclvl":["no_acc","free_acc","needed_acc","obtained_acc","__SAVED__"],"mu_no_acc_text":"","mu_free_acc_text":"","mu_addcss_radded":"","mu_addtext_radded":"","mu_ra_timeframe_intervals":"","mu_ra_timeframe_names":"","mu_addcss_rupdated":"","mu_addtext_rupdated":"","mu_ru_timeframe_intervals":"","mu_ru_timeframe_names":"","show_search_go":"","show_search_reset":"","filter_autosubmit":"","filter_instructions":"","filter_placement":"","filter_pretext":"","filter_posttext":"","filter_opentag":"","filter_closetag":"","filter_separatorf":"","use_search":"0","show_search_label":"","show_searchphrase":"","default_searchphrase":"","search_autocomplete":"","use_filters":"","filters_order":"","filters":"","show_filter_labels":"","initial_filters":"","use_persistent_filters":"","persistent_filters":"","show_alpha":"0","alphacharseparator":"","alphaaliases":"","alphaskipempty":"","feed_limit":"","feed_summary":"","feed_summary_cut":"","feed_use_image":"","feed_link_image":"","feed_image_source":"","feed_image_size":"","feed_image_width":"","feed_image_height":"","feed_image_method":"","feed_extra_fields":"","feed_orderby":"","feed_orderbycustomfield":"","feed_orderbycustomfieldid":"0","feed_orderbycustomfielddir":"","feed_orderbycustomfieldint":"","feed_orderby_2nd":"","feed_orderbycustomfield_2nd":"","feed_orderbycustomfieldid_2nd":"0","feed_orderbycustomfielddir_2nd":"","feed_orderbycustomfieldint_2nd":"","cats_enable_notifications":"1","cats_userlist_notify_new":"","cats_userlist_notify_new_pending":"","cats_userlist_notify_existing":"","cats_userlist_notify_existing_reviewal":"","clayout":"indicadores","show_field_labels_row":"","htmlmode":"0","inheritcid":""}', '', '', '{"page_title":"","author":"","robots":""}', 84, '2014-09-24 21:47:13', 84, '2014-09-25 20:02:04', 11, '*', 1),
(9, 80, 1, 15, 16, 1, 'mapas-interactivos', 'com_content', 'MAPAS INTERACTIVOS', 'mapas-interactivos', '', '<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim<br />veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate<br />velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat.est laborum.</p>\r\n<p> </p>\r\n<p>{module [98]}</p>', 1, 0, '0000-00-00 00:00:00', 1, '{"image":"","note":"","comments":"","automatic_pathways":"","show_feed_link":"","add_canonical":"","show_icons":"","show_print_icon":"0","show_email_icon":"0","show_feed_icon":"0","show_cat_title":"","title_cut_text":"","show_description_image":"","cat_image_source":"","cat_link_image":"","cat_image_method":"","cat_image_width":"","cat_image_height":"","show_description":"","trigger_onprepare_content_cat":"1","show_subcategories":"0","subcat_orderby":"","show_label_subcats":"0","show_itemcount":"0","show_subcatcount":"0","show_description_image_subcat":"","subcat_image_source":"","subcat_link_image":"","subcat_image_method":"","subcat_image_width":"","subcat_image_height":"","show_description_subcat":"","description_cut_text_subcat":"","subcat_pretext":"","subcat_posttext":"","subcat_separatorf":"","subcat_opentag":"","subcat_closetag":"","show_peercategories":"0","peercat_orderby":"","show_label_peercats":"","show_itemcount_peercat":"","show_subcatcount_peercat":"","show_description_image_peercat":"","peercat_image_source":"","peercat_link_image":"","peercat_image_method":"","peercat_image_width":"","peercat_image_height":"","show_description_peercat":"","description_cut_text_peercat":"","peercat_pretext":"","peercat_posttext":"","peercat_separatorf":"","peercat_opentag":"","peercat_closetag":"","show_addbutton":"","show_editbutton_lists":"","show_comments_count":"","show_title_lists":"","link_titles_lists":"","force_full":"","show_readmore":"","orderby":"","orderbycustomfield":"","orderbycustomfieldid":"0","orderbycustomfielddir":"","orderbycustomfieldint":"","orderby_2nd":"","orderbycustomfield_2nd":"","orderbycustomfieldid_2nd":"0","orderbycustomfielddir_2nd":"","orderbycustomfieldint_2nd":"","show_noauth":"","display_subcategories_items":"","filtercat":"","display_flag_featured":"","show_item_total":"0","limit":"","show_pagination":"","show_pagination_results":"","limit_override":"0","limit_override_label":"0","orderby_override":"","orderby_override_2nd":"","limit_options":"","mu_addtext_cats":"","mu_add_condition_obtainded_acc":"","mu_addtext_acclvl":["no_acc","free_acc","needed_acc","obtained_acc","__SAVED__"],"mu_no_acc_text":"","mu_free_acc_text":"","mu_addcss_radded":"","mu_addtext_radded":"","mu_ra_timeframe_intervals":"","mu_ra_timeframe_names":"","mu_addcss_rupdated":"","mu_addtext_rupdated":"","mu_ru_timeframe_intervals":"","mu_ru_timeframe_names":"","show_search_go":"","show_search_reset":"","filter_autosubmit":"","filter_instructions":"","filter_placement":"","filter_pretext":"","filter_posttext":"","filter_opentag":"","filter_closetag":"","filter_separatorf":"","use_search":"0","show_search_label":"","show_searchphrase":"","default_searchphrase":"","search_autocomplete":"","use_filters":"","filters_order":"","filters":"","show_filter_labels":"","initial_filters":"","use_persistent_filters":"","persistent_filters":"","show_alpha":"0","alphacharseparator":"","alphaaliases":"","alphaskipempty":"","feed_limit":"","feed_summary":"","feed_summary_cut":"","feed_use_image":"","feed_link_image":"","feed_image_source":"","feed_image_size":"","feed_image_width":"","feed_image_height":"","feed_image_method":"","feed_extra_fields":"","feed_orderby":"","feed_orderbycustomfield":"","feed_orderbycustomfieldid":"0","feed_orderbycustomfielddir":"","feed_orderbycustomfieldint":"","feed_orderby_2nd":"","feed_orderbycustomfield_2nd":"","feed_orderbycustomfieldid_2nd":"0","feed_orderbycustomfielddir_2nd":"","feed_orderbycustomfieldint_2nd":"","cats_enable_notifications":"1","cats_userlist_notify_new":"","cats_userlist_notify_new_pending":"","cats_userlist_notify_existing":"","cats_userlist_notify_existing_reviewal":"","clayout":"mapas","show_field_labels_row":"","htmlmode":"0","inheritcid":""}', '', '', '{"page_title":"","author":"","robots":""}', 84, '2014-09-24 21:47:33', 84, '2014-09-25 20:11:05', 3, '*', 1),
(10, 81, 1, 17, 18, 1, 'estadisticas', 'com_content', 'ESTADISTICAS', 'estadisticas', '', '<div class="plecaverde">Seleccione un indicador</div>\r\n<h3>Población y Otras Variables Demograficas</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\r\n<div>{module [102]}</div>', 1, 0, '0000-00-00 00:00:00', 1, '{"image":"","note":"","comments":"","automatic_pathways":"","show_feed_link":"","add_canonical":"","show_icons":"","show_print_icon":"0","show_email_icon":"0","show_feed_icon":"0","show_cat_title":"","title_cut_text":"","show_description_image":"","cat_image_source":"","cat_link_image":"","cat_image_method":"","cat_image_width":"","cat_image_height":"","show_description":"","trigger_onprepare_content_cat":"1","show_subcategories":"0","subcat_orderby":"","show_label_subcats":"0","show_itemcount":"0","show_subcatcount":"0","show_description_image_subcat":"","subcat_image_source":"","subcat_link_image":"","subcat_image_method":"","subcat_image_width":"","subcat_image_height":"","show_description_subcat":"","description_cut_text_subcat":"","subcat_pretext":"","subcat_posttext":"","subcat_separatorf":"","subcat_opentag":"","subcat_closetag":"","show_peercategories":"0","peercat_orderby":"","show_label_peercats":"","show_itemcount_peercat":"","show_subcatcount_peercat":"","show_description_image_peercat":"","peercat_image_source":"","peercat_link_image":"","peercat_image_method":"","peercat_image_width":"","peercat_image_height":"","show_description_peercat":"","description_cut_text_peercat":"","peercat_pretext":"","peercat_posttext":"","peercat_separatorf":"","peercat_opentag":"","peercat_closetag":"","show_addbutton":"","show_editbutton_lists":"","show_comments_count":"","show_title_lists":"","link_titles_lists":"","force_full":"","show_readmore":"","orderby":"","orderbycustomfield":"","orderbycustomfieldid":"0","orderbycustomfielddir":"","orderbycustomfieldint":"","orderby_2nd":"","orderbycustomfield_2nd":"","orderbycustomfieldid_2nd":"0","orderbycustomfielddir_2nd":"","orderbycustomfieldint_2nd":"","show_noauth":"","display_subcategories_items":"","filtercat":"","display_flag_featured":"","show_item_total":"0","limit":"","show_pagination":"","show_pagination_results":"","limit_override":"0","limit_override_label":"0","orderby_override":"","orderby_override_2nd":"","limit_options":"","mu_addtext_cats":"","mu_add_condition_obtainded_acc":"","mu_addtext_acclvl":["no_acc","free_acc","needed_acc","obtained_acc","__SAVED__"],"mu_no_acc_text":"","mu_free_acc_text":"","mu_addcss_radded":"","mu_addtext_radded":"","mu_ra_timeframe_intervals":"","mu_ra_timeframe_names":"","mu_addcss_rupdated":"","mu_addtext_rupdated":"","mu_ru_timeframe_intervals":"","mu_ru_timeframe_names":"","show_search_go":"","show_search_reset":"","filter_autosubmit":"","filter_instructions":"","filter_placement":"","filter_pretext":"","filter_posttext":"","filter_opentag":"","filter_closetag":"","filter_separatorf":"","use_search":"0","show_search_label":"","show_searchphrase":"","default_searchphrase":"","search_autocomplete":"","use_filters":"","filters_order":"","filters":"","show_filter_labels":"","initial_filters":"","use_persistent_filters":"","persistent_filters":"","show_alpha":"0","alphacharseparator":"","alphaaliases":"","alphaskipempty":"","feed_limit":"","feed_summary":"","feed_summary_cut":"","feed_use_image":"","feed_link_image":"","feed_image_source":"","feed_image_size":"","feed_image_width":"","feed_image_height":"","feed_image_method":"","feed_extra_fields":"","feed_orderby":"","feed_orderbycustomfield":"","feed_orderbycustomfieldid":"0","feed_orderbycustomfielddir":"","feed_orderbycustomfieldint":"","feed_orderby_2nd":"","feed_orderbycustomfield_2nd":"","feed_orderbycustomfieldid_2nd":"0","feed_orderbycustomfielddir_2nd":"","feed_orderbycustomfieldint_2nd":"","cats_enable_notifications":"1","cats_userlist_notify_new":"","cats_userlist_notify_new_pending":"","cats_userlist_notify_existing":"","cats_userlist_notify_existing_reviewal":"","clayout":"estadisticas","show_field_labels_row":"","htmlmode":"0","inheritcid":""}', '', '', '{"page_title":"","author":"","robots":""}', 84, '2014-09-24 21:47:46', 84, '2014-09-25 21:50:56', 2, '*', 1),
(11, 82, 1, 19, 20, 1, 'puebla-en-cifras', 'com_content', 'PUEBLA EN CIFRAS', 'puebla-en-cifras', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{"image":"","note":"","comments":"","automatic_pathways":"","show_feed_link":"","add_canonical":"","show_icons":"","show_print_icon":"0","show_email_icon":"0","show_feed_icon":"0","show_cat_title":"","title_cut_text":"","show_description_image":"","cat_image_source":"","cat_link_image":"","cat_image_method":"","cat_image_width":"","cat_image_height":"","show_description":"","trigger_onprepare_content_cat":"","show_subcategories":"0","subcat_orderby":"","show_label_subcats":"0","show_itemcount":"0","show_subcatcount":"0","show_description_image_subcat":"","subcat_image_source":"","subcat_link_image":"","subcat_image_method":"","subcat_image_width":"","subcat_image_height":"","show_description_subcat":"","description_cut_text_subcat":"","subcat_pretext":"","subcat_posttext":"","subcat_separatorf":"","subcat_opentag":"","subcat_closetag":"","show_peercategories":"0","peercat_orderby":"","show_label_peercats":"","show_itemcount_peercat":"","show_subcatcount_peercat":"","show_description_image_peercat":"","peercat_image_source":"","peercat_link_image":"","peercat_image_method":"","peercat_image_width":"","peercat_image_height":"","show_description_peercat":"","description_cut_text_peercat":"","peercat_pretext":"","peercat_posttext":"","peercat_separatorf":"","peercat_opentag":"","peercat_closetag":"","show_addbutton":"","show_editbutton_lists":"","show_comments_count":"","show_title_lists":"","link_titles_lists":"","force_full":"","show_readmore":"","orderby":"","orderbycustomfield":"","orderbycustomfieldid":"0","orderbycustomfielddir":"","orderbycustomfieldint":"","orderby_2nd":"","orderbycustomfield_2nd":"","orderbycustomfieldid_2nd":"0","orderbycustomfielddir_2nd":"","orderbycustomfieldint_2nd":"","show_noauth":"","display_subcategories_items":"","filtercat":"","display_flag_featured":"","show_item_total":"0","limit":"","show_pagination":"","show_pagination_results":"","limit_override":"0","limit_override_label":"0","orderby_override":"","orderby_override_2nd":"","limit_options":"","mu_addtext_cats":"","mu_add_condition_obtainded_acc":"","mu_addtext_acclvl":["no_acc","free_acc","needed_acc","obtained_acc","__SAVED__"],"mu_no_acc_text":"","mu_free_acc_text":"","mu_addcss_radded":"","mu_addtext_radded":"","mu_ra_timeframe_intervals":"","mu_ra_timeframe_names":"","mu_addcss_rupdated":"","mu_addtext_rupdated":"","mu_ru_timeframe_intervals":"","mu_ru_timeframe_names":"","show_search_go":"","show_search_reset":"","filter_autosubmit":"","filter_instructions":"","filter_placement":"","filter_pretext":"","filter_posttext":"","filter_opentag":"","filter_closetag":"","filter_separatorf":"","use_search":"0","show_search_label":"","show_searchphrase":"","default_searchphrase":"","search_autocomplete":"","use_filters":"","filters_order":"","filters":"","show_filter_labels":"","initial_filters":"","use_persistent_filters":"","persistent_filters":"","show_alpha":"0","alphacharseparator":"","alphaaliases":"","alphaskipempty":"","feed_limit":"","feed_summary":"","feed_summary_cut":"","feed_use_image":"","feed_link_image":"","feed_image_source":"","feed_image_size":"","feed_image_width":"","feed_image_height":"","feed_image_method":"","feed_extra_fields":"","feed_orderby":"","feed_orderbycustomfield":"","feed_orderbycustomfieldid":"0","feed_orderbycustomfielddir":"","feed_orderbycustomfieldint":"","feed_orderby_2nd":"","feed_orderbycustomfield_2nd":"","feed_orderbycustomfieldid_2nd":"0","feed_orderbycustomfielddir_2nd":"","feed_orderbycustomfieldint_2nd":"","cats_enable_notifications":"1","cats_userlist_notify_new":"","cats_userlist_notify_new_pending":"","cats_userlist_notify_existing":"","cats_userlist_notify_existing_reviewal":"","clayout":"blog","lead_num":"","intro_cols":"","lead_strip_html":"","lead_cut_text":"","lead_use_image":"","lead_image":"","lead_position":"","lead_link_image":"","lead_image_size":"","lead_width":"","lead_height":"","lead_method":"","intro_strip_html":"","intro_cut_text":"","intro_use_image":"","intro_image":"","intro_position":"","intro_link_image":"","intro_image_size":"","intro_width":"","intro_height":"","intro_method":"","htmlmode":"0","inheritcid":""}', '', '', '{"page_title":"","author":"","robots":""}', 84, '2014-09-24 21:48:00', 84, '2014-09-24 22:52:24', 1, '*', 1),
(12, 91, 1, 21, 22, 1, 'migracion', 'com_zhgooglemap', 'migracion', 'migracion', '', '', -2, 0, '0000-00-00 00:00:00', 1, '{"category_layout":"","image":""}', '', '', '{"author":"","robots":""}', 84, '2014-09-25 21:05:48', 0, '0000-00-00 00:00:00', 0, '*', 1),
(13, 92, 1, 23, 24, 1, 'parques', 'com_zhgooglemap', 'parques', 'parques', '', '', -2, 0, '0000-00-00 00:00:00', 1, '{"category_layout":"","image":""}', '', '', '{"author":"","robots":""}', 84, '2014-09-25 21:06:13', 0, '0000-00-00 00:00:00', 0, '*', 1);

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

--
-- Estructura de tabla para la tabla `mer_contact_details`
--

CREATE TABLE IF NOT EXISTS `mer_contact_details` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '',
  `con_position` varchar(255) DEFAULT NULL,
  `address` text,
  `suburb` varchar(100) DEFAULT NULL,
  `state` varchar(100) DEFAULT NULL,
  `country` varchar(100) DEFAULT NULL,
  `postcode` varchar(100) DEFAULT NULL,
  `telephone` varchar(255) DEFAULT NULL,
  `fax` varchar(255) DEFAULT NULL,
  `misc` mediumtext,
  `image` varchar(255) DEFAULT NULL,
  `email_to` varchar(255) DEFAULT NULL,
  `default_con` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `published` tinyint(1) 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',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `params` text NOT NULL,
  `user_id` int(11) NOT NULL DEFAULT '0',
  `catid` int(11) NOT NULL DEFAULT '0',
  `access` int(10) unsigned NOT NULL DEFAULT '0',
  `mobile` varchar(255) NOT NULL DEFAULT '',
  `webpage` varchar(255) NOT NULL DEFAULT '',
  `sortname1` varchar(255) NOT NULL,
  `sortname2` varchar(255) NOT NULL,
  `sortname3` varchar(255) NOT NULL,
  `language` char(7) NOT NULL,
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(10) unsigned NOT NULL DEFAULT '0',
  `created_by_alias` varchar(255) NOT NULL DEFAULT '',
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(10) unsigned NOT NULL DEFAULT '0',
  `metakey` text NOT NULL,
  `metadesc` text NOT NULL,
  `metadata` text NOT NULL,
  `featured` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT 'Set if article is featured.',
  `xreference` varchar(50) NOT NULL COMMENT 'A reference to enable linkages to external data sets.',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `version` int(10) unsigned NOT NULL DEFAULT '1',
  `hits` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`published`),
  KEY `idx_catid` (`catid`),
  KEY `idx_createdby` (`created_by`),
  KEY `idx_featured_catid` (`featured`,`catid`),
  KEY `idx_language` (`language`),
  KEY `idx_xreference` (`xreference`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

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

--
-- Estructura de tabla para la tabla `mer_content`
--

CREATE TABLE IF NOT EXISTS `mer_content` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `asset_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'FK to the #__assets table.',
  `title` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '',
  `introtext` mediumtext NOT NULL,
  `fulltext` mediumtext NOT NULL,
  `state` tinyint(3) NOT NULL DEFAULT '0',
  `catid` int(10) unsigned NOT NULL DEFAULT '0',
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(10) unsigned NOT NULL DEFAULT '0',
  `created_by_alias` varchar(255) NOT NULL DEFAULT '',
  `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',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `images` text NOT NULL,
  `urls` text NOT NULL,
  `attribs` varchar(5120) NOT NULL,
  `version` int(10) unsigned NOT NULL DEFAULT '1',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `metakey` text NOT NULL,
  `metadesc` text NOT NULL,
  `access` int(10) unsigned NOT NULL DEFAULT '0',
  `hits` int(10) unsigned NOT NULL DEFAULT '0',
  `metadata` text NOT NULL,
  `featured` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT 'Set if article is featured.',
  `language` char(7) NOT NULL COMMENT 'The language code for the article.',
  `xreference` varchar(50) NOT NULL COMMENT 'A reference to enable linkages to external data sets.',
  PRIMARY KEY (`id`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`state`),
  KEY `idx_catid` (`catid`),
  KEY `idx_createdby` (`created_by`),
  KEY `idx_featured_catid` (`featured`,`catid`),
  KEY `idx_language` (`language`),
  KEY `idx_xreference` (`xreference`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Volcado de datos para la tabla `mer_content`
--

INSERT INTO `mer_content` (`id`, `asset_id`, `title`, `alias`, `introtext`, `fulltext`, `state`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `ordering`, `metakey`, `metadesc`, `access`, `hits`, `metadata`, `featured`, `language`, `xreference`) VALUES
(1, 88, 'indicadores', 'indicadores', '<p>{module [99]}</p>', '', -2, 8, '2014-09-25 16:14:57', 84, '', '2014-09-25 16:34:45', 84, 0, '0000-00-00 00:00:00', '2014-09-25 16:14:57', '0000-00-00 00:00:00', '{"image_intro":"","float_intro":"","image_intro_alt":"","image_intro_caption":"","image_fulltext":"","float_fulltext":"","image_fulltext_alt":"","image_fulltext_caption":""}', '{"urla":false,"urlatext":"","targeta":"","urlb":false,"urlbtext":"","targetb":"","urlc":false,"urlctext":"","targetc":""}', '{"title_cut_text":"","top_cols":"","bottom_cols":"","subtitle_tab1_label":"","subtitle_tab2_label":"","subtitle_tab3_label":"","subtitle_tab4_label":"","subtitle_tab5_label":"","subtitle_tab6_label":"","bottom_tab1_label":"","bottom_tab2_label":"","bottom_tab3_label":"","bottom_tab4_label":"","bottom_tab5_label":"","bottom_tab6_label":"","htmlmode":"","override_title":"","custom_ititle":"","addcat_title":"","add_canonical":"","show_print_icon":"","show_email_icon":"","show_editbutton":"","show_state_icon":"","show_title":"","show_intro":"","readmore":"","comments":"","automatic_pathways":"","ilayout":"indicadores"}', 2, 1, '', '', 1, 1, '{"robots":"","xreference":"","author":"","rights":""}', 0, '*', '');

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

--
-- Estructura de tabla para la tabla `mer_content_frontpage`
--

CREATE TABLE IF NOT EXISTS `mer_content_frontpage` (
  `content_id` int(11) NOT NULL DEFAULT '0',
  `ordering` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`content_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

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

--
-- Estructura de tabla para la tabla `mer_content_rating`
--

CREATE TABLE IF NOT EXISTS `mer_content_rating` (
  `content_id` int(11) NOT NULL DEFAULT '0',
  `rating_sum` int(10) unsigned NOT NULL DEFAULT '0',
  `rating_count` int(10) unsigned NOT NULL DEFAULT '0',
  `lastip` varchar(50) NOT NULL DEFAULT '',
  PRIMARY KEY (`content_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

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

--
-- Estructura de tabla para la tabla `mer_content_types`
--

CREATE TABLE IF NOT EXISTS `mer_content_types` (
  `type_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `type_title` varchar(255) NOT NULL DEFAULT '',
  `type_alias` varchar(255) NOT NULL DEFAULT '',
  `table` varchar(255) NOT NULL DEFAULT '',
  `rules` text NOT NULL,
  `field_mappings` text NOT NULL,
  `router` varchar(255) NOT NULL DEFAULT '',
  `content_history_options` varchar(5120) DEFAULT NULL COMMENT 'JSON string for com_contenthistory options',
  PRIMARY KEY (`type_id`),
  KEY `idx_alias` (`type_alias`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=10000 ;

--
-- Volcado de datos para la tabla `mer_content_types`
--

INSERT INTO `mer_content_types` (`type_id`, `type_title`, `type_alias`, `table`, `rules`, `field_mappings`, `router`, `content_history_options`) VALUES
(1, 'Article', 'com_content.article', '{"special":{"dbtable":"#__content","key":"id","type":"Content","prefix":"JTable","config":"array()"},"common":{"dbtable":"#__ucm_content","key":"ucm_id","type":"Corecontent","prefix":"JTable","config":"array()"}}', '', '{"common":{"core_content_item_id":"id","core_title":"title","core_state":"state","core_alias":"alias","core_created_time":"created","core_modified_time":"modified","core_body":"introtext", "core_hits":"hits","core_publish_up":"publish_up","core_publish_down":"publish_down","core_access":"access", "core_params":"attribs", "core_featured":"featured", "core_metadata":"metadata", "core_language":"language", "core_images":"images", "core_urls":"urls", "core_version":"version", "core_ordering":"ordering", "core_metakey":"metakey", "core_metadesc":"metadesc", "core_catid":"catid", "core_xreference":"xreference", "asset_id":"asset_id"}, "special":{"fulltext":"fulltext"}}', 'ContentHelperRoute::getArticleRoute', '{"formFile":"administrator\\/components\\/com_content\\/models\\/forms\\/article.xml", "hideFields":["asset_id","checked_out","checked_out_time","version"],"ignoreChanges":["modified_by", "modified", "checked_out", "checked_out_time", "version", "hits"],"convertToInt":["publish_up", "publish_down", "featured", "ordering"],"displayLookup":[{"sourceColumn":"catid","targetTable":"#__categories","targetColumn":"id","displayColumn":"title"},{"sourceColumn":"created_by","targetTable":"#__users","targetColumn":"id","displayColumn":"name"},{"sourceColumn":"access","targetTable":"#__viewlevels","targetColumn":"id","displayColumn":"title"},{"sourceColumn":"modified_by","targetTable":"#__users","targetColumn":"id","displayColumn":"name"} ]}'),
(2, 'Weblink', 'com_weblinks.weblink', '{"special":{"dbtable":"#__weblinks","key":"id","type":"Weblink","prefix":"WeblinksTable","config":"array()"},"common":{"dbtable":"#__ucm_content","key":"ucm_id","type":"Corecontent","prefix":"JTable","config":"array()"}}', '', '{"common":{"core_content_item_id":"id","core_title":"title","core_state":"state","core_alias":"alias","core_created_time":"created","core_modified_time":"modified","core_body":"description", "core_hits":"hits","core_publish_up":"publish_up","core_publish_down":"publish_down","core_access":"access", "core_params":"params", "core_featured":"featured", "core_metadata":"metadata", "core_language":"language", "core_images":"images", "core_urls":"urls", "core_version":"version", "core_ordering":"ordering", "core_metakey":"metakey", "core_metadesc":"metadesc", "core_catid":"catid", "core_xreference":"xreference", "asset_id":"null"}, "special":{}}', 'WeblinksHelperRoute::getWeblinkRoute', '{"formFile":"administrator\\/components\\/com_weblinks\\/models\\/forms\\/weblink.xml", "hideFields":["asset_id","checked_out","checked_out_time","version","featured","images"], "ignoreChanges":["modified_by", "modified", "checked_out", "checked_out_time", "version", "hits"], "convertToInt":["publish_up", "publish_down", "featured", "ordering"], "displayLookup":[{"sourceColumn":"catid","targetTable":"#__categories","targetColumn":"id","displayColumn":"title"},{"sourceColumn":"created_by","targetTable":"#__users","targetColumn":"id","displayColumn":"name"},{"sourceColumn":"access","targetTable":"#__viewlevels","targetColumn":"id","displayColumn":"title"},{"sourceColumn":"modified_by","targetTable":"#__users","targetColumn":"id","displayColumn":"name"} ]}'),
(3, 'Contact', 'com_contact.contact', '{"special":{"dbtable":"#__contact_details","key":"id","type":"Contact","prefix":"ContactTable","config":"array()"},"common":{"dbtable":"#__ucm_content","key":"ucm_id","type":"Corecontent","prefix":"JTable","config":"array()"}}', '', '{"common":{"core_content_item_id":"id","core_title":"name","core_state":"published","core_alias":"alias","core_created_time":"created","core_modified_time":"modified","core_body":"address", "core_hits":"hits","core_publish_up":"publish_up","core_publish_down":"publish_down","core_access":"access", "core_params":"params", "core_featured":"featured", "core_metadata":"metadata", "core_language":"language", "core_images":"image", "core_urls":"webpage", "core_version":"version", "core_ordering":"ordering", "core_metakey":"metakey", "core_metadesc":"metadesc", "core_catid":"catid", "core_xreference":"xreference", "asset_id":"null"}, "special":{"con_position":"con_position","suburb":"suburb","state":"state","country":"country","postcode":"postcode","telephone":"telephone","fax":"fax","misc":"misc","email_to":"email_to","default_con":"default_con","user_id":"user_id","mobile":"mobile","sortname1":"sortname1","sortname2":"sortname2","sortname3":"sortname3"}}', 'ContactHelperRoute::getContactRoute', '{"formFile":"administrator\\/components\\/com_contact\\/models\\/forms\\/contact.xml","hideFields":["default_con","checked_out","checked_out_time","version","xreference"],"ignoreChanges":["modified_by", "modified", "checked_out", "checked_out_time", "version", "hits"],"convertToInt":["publish_up", "publish_down", "featured", "ordering"], "displayLookup":[ {"sourceColumn":"created_by","targetTable":"#__users","targetColumn":"id","displayColumn":"name"},{"sourceColumn":"catid","targetTable":"#__categories","targetColumn":"id","displayColumn":"title"},{"sourceColumn":"modified_by","targetTable":"#__users","targetColumn":"id","displayColumn":"name"},{"sourceColumn":"access","targetTable":"#__viewlevels","targetColumn":"id","displayColumn":"title"},{"sourceColumn":"user_id","targetTable":"#__users","targetColumn":"id","displayColumn":"name"} ] }'),
(4, 'Newsfeed', 'com_newsfeeds.newsfeed', '{"special":{"dbtable":"#__newsfeeds","key":"id","type":"Newsfeed","prefix":"NewsfeedsTable","config":"array()"},"common":{"dbtable":"#__ucm_content","key":"ucm_id","type":"Corecontent","prefix":"JTable","config":"array()"}}', '', '{"common":{"core_content_item_id":"id","core_title":"name","core_state":"published","core_alias":"alias","core_created_time":"created","core_modified_time":"modified","core_body":"description", "core_hits":"hits","core_publish_up":"publish_up","core_publish_down":"publish_down","core_access":"access", "core_params":"params", "core_featured":"featured", "core_metadata":"metadata", "core_language":"language", "core_images":"images", "core_urls":"link", "core_version":"version", "core_ordering":"ordering", "core_metakey":"metakey", "core_metadesc":"metadesc", "core_catid":"catid", "core_xreference":"xreference", "asset_id":"null"}, "special":{"numarticles":"numarticles","cache_time":"cache_time","rtl":"rtl"}}', 'NewsfeedsHelperRoute::getNewsfeedRoute', '{"formFile":"administrator\\/components\\/com_newsfeeds\\/models\\/forms\\/newsfeed.xml","hideFields":["asset_id","checked_out","checked_out_time","version"],"ignoreChanges":["modified_by", "modified", "checked_out", "checked_out_time", "version", "hits"],"convertToInt":["publish_up", "publish_down", "featured", "ordering"],"displayLookup":[{"sourceColumn":"catid","targetTable":"#__categories","targetColumn":"id","displayColumn":"title"},{"sourceColumn":"created_by","targetTable":"#__users","targetColumn":"id","displayColumn":"name"},{"sourceColumn":"access","targetTable":"#__viewlevels","targetColumn":"id","displayColumn":"title"},{"sourceColumn":"modified_by","targetTable":"#__users","targetColumn":"id","displayColumn":"name"} ]}'),
(5, 'User', 'com_users.user', '{"special":{"dbtable":"#__users","key":"id","type":"User","prefix":"JTable","config":"array()"},"common":{"dbtable":"#__ucm_content","key":"ucm_id","type":"Corecontent","prefix":"JTable","config":"array()"}}', '', '{"common":{"core_content_item_id":"id","core_title":"name","core_state":"null","core_alias":"username","core_created_time":"registerdate","core_modified_time":"lastvisitDate","core_body":"null", "core_hits":"null","core_publish_up":"null","core_publish_down":"null","access":"null", "core_params":"params", "core_featured":"null", "core_metadata":"null", "core_language":"null", "core_images":"null", "core_urls":"null", "core_version":"null", "core_ordering":"null", "core_metakey":"null", "core_metadesc":"null", "core_catid":"null", "core_xreference":"null", "asset_id":"null"}, "special":{}}', 'UsersHelperRoute::getUserRoute', ''),
(6, 'Article Category', 'com_content.category', '{"special":{"dbtable":"#__categories","key":"id","type":"Category","prefix":"JTable","config":"array()"},"common":{"dbtable":"#__ucm_content","key":"ucm_id","type":"Corecontent","prefix":"JTable","config":"array()"}}', '', '{"common":{"core_content_item_id":"id","core_title":"title","core_state":"published","core_alias":"alias","core_created_time":"created_time","core_modified_time":"modified_time","core_body":"description", "core_hits":"hits","core_publish_up":"null","core_publish_down":"null","core_access":"access", "core_params":"params", "core_featured":"null", "core_metadata":"metadata", "core_language":"language", "core_images":"null", "core_urls":"null", "core_version":"version", "core_ordering":"null", "core_metakey":"metakey", "core_metadesc":"metadesc", "core_catid":"parent_id", "core_xreference":"null", "asset_id":"asset_id"}, "special":{"parent_id":"parent_id","lft":"lft","rgt":"rgt","level":"level","path":"path","extension":"extension","note":"note"}}', 'ContentHelperRoute::getCategoryRoute', '{"formFile":"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml", "hideFields":["asset_id","checked_out","checked_out_time","version","lft","rgt","level","path","extension"], "ignoreChanges":["modified_user_id", "modified_time", "checked_out", "checked_out_time", "version", "hits", "path"],"convertToInt":["publish_up", "publish_down"], "displayLookup":[{"sourceColumn":"created_user_id","targetTable":"#__users","targetColumn":"id","displayColumn":"name"},{"sourceColumn":"access","targetTable":"#__viewlevels","targetColumn":"id","displayColumn":"title"},{"sourceColumn":"modified_user_id","targetTable":"#__users","targetColumn":"id","displayColumn":"name"},{"sourceColumn":"parent_id","targetTable":"#__categories","targetColumn":"id","displayColumn":"title"}]}'),
(7, 'Contact Category', 'com_contact.category', '{"special":{"dbtable":"#__categories","key":"id","type":"Category","prefix":"JTable","config":"array()"},"common":{"dbtable":"#__ucm_content","key":"ucm_id","type":"Corecontent","prefix":"JTable","config":"array()"}}', '', '{"common":{"core_content_item_id":"id","core_title":"title","core_state":"published","core_alias":"alias","core_created_time":"created_time","core_modified_time":"modified_time","core_body":"description", "core_hits":"hits","core_publish_up":"null","core_publish_down":"null","core_access":"access", "core_params":"params", "core_featured":"null", "core_metadata":"metadata", "core_language":"language", "core_images":"null", "core_urls":"null", "core_version":"version", "core_ordering":"null", "core_metakey":"metakey", "core_metadesc":"metadesc", "core_catid":"parent_id", "core_xreference":"null", "asset_id":"asset_id"}, "special":{"parent_id":"parent_id","lft":"lft","rgt":"rgt","level":"level","path":"path","extension":"extension","note":"note"}}', 'ContactHelperRoute::getCategoryRoute', '{"formFile":"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml", "hideFields":["asset_id","checked_out","checked_out_time","version","lft","rgt","level","path","extension"], "ignoreChanges":["modified_user_id", "modified_time", "checked_out", "checked_out_time", "version", "hits", "path"],"convertToInt":["publish_up", "publish_down"], "displayLookup":[{"sourceColumn":"created_user_id","targetTable":"#__users","targetColumn":"id","displayColumn":"name"},{"sourceColumn":"access","targetTable":"#__viewlevels","targetColumn":"id","displayColumn":"title"},{"sourceColumn":"modified_user_id","targetTable":"#__users","targetColumn":"id","displayColumn":"name"},{"sourceColumn":"parent_id","targetTable":"#__categories","targetColumn":"id","displayColumn":"title"}]}'),
(8, 'Newsfeeds Category', 'com_newsfeeds.category', '{"special":{"dbtable":"#__categories","key":"id","type":"Category","prefix":"JTable","config":"array()"},"common":{"dbtable":"#__ucm_content","key":"ucm_id","type":"Corecontent","prefix":"JTable","config":"array()"}}', '', '{"common":{"core_content_item_id":"id","core_title":"title","core_state":"published","core_alias":"alias","core_created_time":"created_time","core_modified_time":"modified_time","core_body":"description", "core_hits":"hits","core_publish_up":"null","core_publish_down":"null","core_access":"access", "core_params":"params", "core_featured":"null", "core_metadata":"metadata", "core_language":"language", "core_images":"null", "core_urls":"null", "core_version":"version", "core_ordering":"null", "core_metakey":"metakey", "core_metadesc":"metadesc", "core_catid":"parent_id", "core_xreference":"null", "asset_id":"asset_id"}, "special":{"parent_id":"parent_id","lft":"lft","rgt":"rgt","level":"level","path":"path","extension":"extension","note":"note"}}', 'NewsfeedsHelperRoute::getCategoryRoute', '{"formFile":"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml", "hideFields":["asset_id","checked_out","checked_out_time","version","lft","rgt","level","path","extension"], "ignoreChanges":["modified_user_id", "modified_time", "checked_out", "checked_out_time", "version", "hits", "path"],"convertToInt":["publish_up", "publish_down"], "displayLookup":[{"sourceColumn":"created_user_id","targetTable":"#__users","targetColumn":"id","displayColumn":"name"},{"sourceColumn":"access","targetTable":"#__viewlevels","targetColumn":"id","displayColumn":"title"},{"sourceColumn":"modified_user_id","targetTable":"#__users","targetColumn":"id","displayColumn":"name"},{"sourceColumn":"parent_id","targetTable":"#__categories","targetColumn":"id","displayColumn":"title"}]}'),
(9, 'Weblinks Category', 'com_weblinks.category', '{"special":{"dbtable":"#__categories","key":"id","type":"Category","prefix":"JTable","config":"array()"},"common":{"dbtable":"#__ucm_content","key":"ucm_id","type":"Corecontent","prefix":"JTable","config":"array()"}}', '', '{"common":{"core_content_item_id":"id","core_title":"title","core_state":"published","core_alias":"alias","core_created_time":"created_time","core_modified_time":"modified_time","core_body":"description", "core_hits":"hits","core_publish_up":"null","core_publish_down":"null","core_access":"access", "core_params":"params", "core_featured":"null", "core_metadata":"metadata", "core_language":"language", "core_images":"null", "core_urls":"null", "core_version":"version", "core_ordering":"null", "core_metakey":"metakey", "core_metadesc":"metadesc", "core_catid":"parent_id", "core_xreference":"null", "asset_id":"asset_id"}, "special":{"parent_id":"parent_id","lft":"lft","rgt":"rgt","level":"level","path":"path","extension":"extension","note":"note"}}', 'WeblinksHelperRoute::getCategoryRoute', '{"formFile":"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml", "hideFields":["asset_id","checked_out","checked_out_time","version","lft","rgt","level","path","extension"], "ignoreChanges":["modified_user_id", "modified_time", "checked_out", "checked_out_time", "version", "hits", "path"],"convertToInt":["publish_up", "publish_down"], "displayLookup":[{"sourceColumn":"created_user_id","targetTable":"#__users","targetColumn":"id","displayColumn":"name"},{"sourceColumn":"access","targetTable":"#__viewlevels","targetColumn":"id","displayColumn":"title"},{"sourceColumn":"modified_user_id","targetTable":"#__users","targetColumn":"id","displayColumn":"name"},{"sourceColumn":"parent_id","targetTable":"#__categories","targetColumn":"id","displayColumn":"title"}]}'),
(10, 'Tag', 'com_tags.tag', '{"special":{"dbtable":"#__tags","key":"tag_id","type":"Tag","prefix":"TagsTable","config":"array()"},"common":{"dbtable":"#__ucm_content","key":"ucm_id","type":"Corecontent","prefix":"JTable","config":"array()"}}', '', '{"common":{"core_content_item_id":"id","core_title":"title","core_state":"published","core_alias":"alias","core_created_time":"created_time","core_modified_time":"modified_time","core_body":"description", "core_hits":"hits","core_publish_up":"null","core_publish_down":"null","core_access":"access", "core_params":"params", "core_featured":"featured", "core_metadata":"metadata", "core_language":"language", "core_images":"images", "core_urls":"urls", "core_version":"version", "core_ordering":"null", "core_metakey":"metakey", "core_metadesc":"metadesc", "core_catid":"null", "core_xreference":"null", "asset_id":"null"}, "special":{"parent_id":"parent_id","lft":"lft","rgt":"rgt","level":"level","path":"path"}}', 'TagsHelperRoute::getTagRoute', '{"formFile":"administrator\\/components\\/com_tags\\/models\\/forms\\/tag.xml", "hideFields":["checked_out","checked_out_time","version", "lft", "rgt", "level", "path", "urls", "publish_up", "publish_down"],"ignoreChanges":["modified_user_id", "modified_time", "checked_out", "checked_out_time", "version", "hits", "path"],"convertToInt":["publish_up", "publish_down"], "displayLookup":[{"sourceColumn":"created_user_id","targetTable":"#__users","targetColumn":"id","displayColumn":"name"}, {"sourceColumn":"access","targetTable":"#__viewlevels","targetColumn":"id","displayColumn":"title"}, {"sourceColumn":"modified_user_id","targetTable":"#__users","targetColumn":"id","displayColumn":"name"}]}'),
(11, 'Banner', 'com_banners.banner', '{"special":{"dbtable":"#__banners","key":"id","type":"Banner","prefix":"BannersTable","config":"array()"},"common":{"dbtable":"#__ucm_content","key":"ucm_id","type":"Corecontent","prefix":"JTable","config":"array()"}}', '', '{"common":{"core_content_item_id":"id","core_title":"name","core_state":"published","core_alias":"alias","core_created_time":"created","core_modified_time":"modified","core_body":"description", "core_hits":"null","core_publish_up":"publish_up","core_publish_down":"publish_down","core_access":"access", "core_params":"params", "core_featured":"null", "core_metadata":"metadata", "core_language":"language", "core_images":"images", "core_urls":"link", "core_version":"version", "core_ordering":"ordering", "core_metakey":"metakey", "core_metadesc":"metadesc", "core_catid":"catid", "core_xreference":"null", "asset_id":"null"}, "special":{"imptotal":"imptotal", "impmade":"impmade", "clicks":"clicks", "clickurl":"clickurl", "custombannercode":"custombannercode", "cid":"cid", "purchase_type":"purchase_type", "track_impressions":"track_impressions", "track_clicks":"track_clicks"}}', '', '{"formFile":"administrator\\/components\\/com_banners\\/models\\/forms\\/banner.xml", "hideFields":["checked_out","checked_out_time","version", "reset"],"ignoreChanges":["modified_by", "modified", "checked_out", "checked_out_time", "version", "imptotal", "impmade", "reset"], "convertToInt":["publish_up", "publish_down", "ordering"], "displayLookup":[{"sourceColumn":"catid","targetTable":"#__categories","targetColumn":"id","displayColumn":"title"}, {"sourceColumn":"cid","targetTable":"#__banner_clients","targetColumn":"id","displayColumn":"name"}, {"sourceColumn":"created_by","targetTable":"#__users","targetColumn":"id","displayColumn":"name"},{"sourceColumn":"modified_by","targetTable":"#__users","targetColumn":"id","displayColumn":"name"} ]}'),
(12, 'Banners Category', 'com_banners.category', '{"special":{"dbtable":"#__categories","key":"id","type":"Category","prefix":"JTable","config":"array()"},"common":{"dbtable":"#__ucm_content","key":"ucm_id","type":"Corecontent","prefix":"JTable","config":"array()"}}', '', '{"common":{"core_content_item_id":"id","core_title":"title","core_state":"published","core_alias":"alias","core_created_time":"created_time","core_modified_time":"modified_time","core_body":"description", "core_hits":"hits","core_publish_up":"null","core_publish_down":"null","core_access":"access", "core_params":"params", "core_featured":"null", "core_metadata":"metadata", "core_language":"language", "core_images":"null", "core_urls":"null", "core_version":"version", "core_ordering":"null", "core_metakey":"metakey", "core_metadesc":"metadesc", "core_catid":"parent_id", "core_xreference":"null", "asset_id":"asset_id"}, "special": {"parent_id":"parent_id","lft":"lft","rgt":"rgt","level":"level","path":"path","extension":"extension","note":"note"}}', '', '{"formFile":"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml", "hideFields":["asset_id","checked_out","checked_out_time","version","lft","rgt","level","path","extension"], "ignoreChanges":["modified_user_id", "modified_time", "checked_out", "checked_out_time", "version", "hits", "path"], "convertToInt":["publish_up", "publish_down"], "displayLookup":[{"sourceColumn":"created_user_id","targetTable":"#__users","targetColumn":"id","displayColumn":"name"},{"sourceColumn":"access","targetTable":"#__viewlevels","targetColumn":"id","displayColumn":"title"},{"sourceColumn":"modified_user_id","targetTable":"#__users","targetColumn":"id","displayColumn":"name"},{"sourceColumn":"parent_id","targetTable":"#__categories","targetColumn":"id","displayColumn":"title"}]}'),
(13, 'Banner Client', 'com_banners.client', '{"special":{"dbtable":"#__banner_clients","key":"id","type":"Client","prefix":"BannersTable"}}', '', '', '', '{"formFile":"administrator\\/components\\/com_banners\\/models\\/forms\\/client.xml", "hideFields":["checked_out","checked_out_time"], "ignoreChanges":["checked_out", "checked_out_time"], "convertToInt":[], "displayLookup":[]}'),
(14, 'User Notes', 'com_users.note', '{"special":{"dbtable":"#__user_notes","key":"id","type":"Note","prefix":"UsersTable"}}', '', '', '', '{"formFile":"administrator\\/components\\/com_users\\/models\\/forms\\/note.xml", "hideFields":["checked_out","checked_out_time", "publish_up", "publish_down"],"ignoreChanges":["modified_user_id", "modified_time", "checked_out", "checked_out_time"], "convertToInt":["publish_up", "publish_down"],"displayLookup":[{"sourceColumn":"catid","targetTable":"#__categories","targetColumn":"id","displayColumn":"title"}, {"sourceColumn":"created_user_id","targetTable":"#__users","targetColumn":"id","displayColumn":"name"}, {"sourceColumn":"user_id","targetTable":"#__users","targetColumn":"id","displayColumn":"name"}, {"sourceColumn":"modified_user_id","targetTable":"#__users","targetColumn":"id","displayColumn":"name"}]}'),
(15, 'User Notes Category', 'com_users.category', '{"special":{"dbtable":"#__categories","key":"id","type":"Category","prefix":"JTable","config":"array()"},"common":{"dbtable":"#__ucm_content","key":"ucm_id","type":"Corecontent","prefix":"JTable","config":"array()"}}', '', '{"common":{"core_content_item_id":"id","core_title":"title","core_state":"published","core_alias":"alias","core_created_time":"created_time","core_modified_time":"modified_time","core_body":"description", "core_hits":"hits","core_publish_up":"null","core_publish_down":"null","core_access":"access", "core_params":"params", "core_featured":"null", "core_metadata":"metadata", "core_language":"language", "core_images":"null", "core_urls":"null", "core_version":"version", "core_ordering":"null", "core_metakey":"metakey", "core_metadesc":"metadesc", "core_catid":"parent_id", "core_xreference":"null", "asset_id":"asset_id"}, "special":{"parent_id":"parent_id","lft":"lft","rgt":"rgt","level":"level","path":"path","extension":"extension","note":"note"}}', '', '{"formFile":"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml", "hideFields":["checked_out","checked_out_time","version","lft","rgt","level","path","extension"], "ignoreChanges":["modified_user_id", "modified_time", "checked_out", "checked_out_time", "version", "hits", "path"], "convertToInt":["publish_up", "publish_down"], "displayLookup":[{"sourceColumn":"created_user_id","targetTable":"#__users","targetColumn":"id","displayColumn":"name"}, {"sourceColumn":"access","targetTable":"#__viewlevels","targetColumn":"id","displayColumn":"title"},{"sourceColumn":"modified_user_id","targetTable":"#__users","targetColumn":"id","displayColumn":"name"},{"sourceColumn":"parent_id","targetTable":"#__categories","targetColumn":"id","displayColumn":"title"}]}');

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

--
-- Estructura de tabla para la tabla `mer_contentitem_tag_map`
--

CREATE TABLE IF NOT EXISTS `mer_contentitem_tag_map` (
  `type_alias` varchar(255) NOT NULL DEFAULT '',
  `core_content_id` int(10) unsigned NOT NULL COMMENT 'PK from the core content table',
  `content_item_id` int(11) NOT NULL COMMENT 'PK from the content type table',
  `tag_id` int(10) unsigned NOT NULL COMMENT 'PK from the tag table',
  `tag_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'Date of most recent save for this tag-item',
  `type_id` mediumint(8) NOT NULL COMMENT 'PK from the content_type table',
  UNIQUE KEY `uc_ItemnameTagid` (`type_id`,`content_item_id`,`tag_id`),
  KEY `idx_tag_type` (`tag_id`,`type_id`),
  KEY `idx_date_id` (`tag_date`,`tag_id`),
  KEY `idx_tag` (`tag_id`),
  KEY `idx_type` (`type_id`),
  KEY `idx_core_content_id` (`core_content_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Maps items from content tables to tags';

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

--
-- Estructura de tabla para la tabla `mer_core_log_searches`
--

CREATE TABLE IF NOT EXISTS `mer_core_log_searches` (
  `search_term` varchar(128) NOT NULL DEFAULT '',
  `hits` int(10) unsigned NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

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

--
-- Estructura de tabla para la tabla `mer_extensions`
--

CREATE TABLE IF NOT EXISTS `mer_extensions` (
  `extension_id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL,
  `type` varchar(20) NOT NULL,
  `element` varchar(100) NOT NULL,
  `folder` varchar(100) NOT NULL,
  `client_id` tinyint(3) NOT NULL,
  `enabled` tinyint(3) NOT NULL DEFAULT '1',
  `access` int(10) unsigned NOT NULL DEFAULT '1',
  `protected` tinyint(3) NOT NULL DEFAULT '0',
  `manifest_cache` text NOT NULL,
  `params` text NOT NULL,
  `custom_data` text NOT NULL,
  `system_data` text 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  DEFAULT CHARSET=utf8 AUTO_INCREMENT=10055 ;

--
-- Volcado de datos para la tabla `mer_extensions`
--

INSERT INTO `mer_extensions` (`extension_id`, `name`, `type`, `element`, `folder`, `client_id`, `enabled`, `access`, `protected`, `manifest_cache`, `params`, `custom_data`, `system_data`, `checked_out`, `checked_out_time`, `ordering`, `state`) VALUES
(1, 'com_mailto', 'component', 'com_mailto', '', 0, 1, 1, 1, '{"name":"com_mailto","type":"component","creationDate":"April 2006","author":"Joomla! Project","copyright":"(C) 2005 - 2014 Open Source Matters. All rights reserved.\\t","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"COM_MAILTO_XML_DESCRIPTION","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(2, 'com_wrapper', 'component', 'com_wrapper', '', 0, 1, 1, 1, '{"name":"com_wrapper","type":"component","creationDate":"April 2006","author":"Joomla! Project","copyright":"(C) 2005 - 2014 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":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(3, 'com_admin', 'component', 'com_admin', '', 1, 1, 1, 1, '{"name":"com_admin","type":"component","creationDate":"April 2006","author":"Joomla! Project","copyright":"(C) 2005 - 2014 Open Source Matters. All rights reserved.\\n\\t","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, 'com_banners', 'component', 'com_banners', '', 1, 1, 1, 0, '{"name":"com_banners","type":"component","creationDate":"April 2006","author":"Joomla! Project","copyright":"(C) 2005 - 2014 Open Source Matters. All rights reserved.\\n\\t","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"COM_BANNERS_XML_DESCRIPTION","group":""}', '{"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, 'com_cache', 'component', 'com_cache', '', 1, 1, 1, 1, '{"name":"com_cache","type":"component","creationDate":"April 2006","author":"Joomla! Project","copyright":"(C) 2005 - 2014 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, 'com_categories', 'component', 'com_categories', '', 1, 1, 1, 1, '{"name":"com_categories","type":"component","creationDate":"December 2007","author":"Joomla! Project","copyright":"(C) 2005 - 2014 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, 'com_checkin', 'component', 'com_checkin', '', 1, 1, 1, 1, '{"name":"com_checkin","type":"component","creationDate":"Unknown","author":"Joomla! Project","copyright":"(C) 2005 - 2008 Open Source Matters. All rights reserved.\\n\\t","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, 'com_contact', 'component', 'com_contact', '', 1, 1, 1, 0, '{"name":"com_contact","type":"component","creationDate":"April 2006","author":"Joomla! Project","copyright":"(C) 2005 - 2014 Open Source Matters. All rights reserved.\\n\\t","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"COM_CONTACT_XML_DESCRIPTION","group":""}', '{"show_contact_category":"hide","save_history":"1","history_limit":10,"show_contact_list":"0","presentation_style":"sliders","show_name":"1","show_position":"1","show_email":"0","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_misc":"1","show_image":"1","image":"","allow_vcard":"0","show_articles":"0","show_profile":"0","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":"","show_headings":"1","show_position_headings":"1","show_email_headings":"0","show_telephone_headings":"1","show_mobile_headings":"0","show_fax_headings":"0","allow_vcard_headings":"0","show_suburb_headings":"1","show_state_headings":"1","show_country_headings":"1","show_email_form":"1","show_email_copy":"1","banned_email":"","banned_subject":"","banned_text":"","validate_session":"1","custom_reply":"0","redirect":"","show_category_crumb":"0","metakey":"","metadesc":"","robots":"","author":"","rights":"","xreference":""}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(9, 'com_cpanel', 'component', 'com_cpanel', '', 1, 1, 1, 1, '{"name":"com_cpanel","type":"component","creationDate":"April 2006","author":"Joomla! Project","copyright":"(C) 2005 - 2014 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, 'com_installer', 'component', 'com_installer', '', 1, 1, 1, 1, '{"name":"com_installer","type":"component","creationDate":"April 2006","author":"Joomla! Project","copyright":"(C) 2005 - 2014 Open Source Matters. All rights reserved.\\t","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"COM_INSTALLER_XML_DESCRIPTION","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(11, 'com_languages', 'component', 'com_languages', '', 1, 1, 1, 1, '{"name":"com_languages","type":"component","creationDate":"2006","author":"Joomla! Project","copyright":"(C) 2005 - 2014 Open Source Matters. All rights reserved.\\n\\t","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, 'com_login', 'component', 'com_login', '', 1, 1, 1, 1, '{"name":"com_login","type":"component","creationDate":"April 2006","author":"Joomla! Project","copyright":"(C) 2005 - 2014 Open Source Matters. All rights reserved.\\t","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, 'com_media', 'component', 'com_media', '', 1, 1, 0, 1, '{"name":"com_media","type":"component","creationDate":"April 2006","author":"Joomla! Project","copyright":"(C) 2005 - 2014 Open Source Matters. All rights reserved.\\t","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"COM_MEDIA_XML_DESCRIPTION","group":""}', '{"upload_extensions":"bmp,csv,doc,gif,ico,jpg,jpeg,odg,odp,ods,odt,pdf,png,ppt,swf,txt,xcf,xls,BMP,CSV,DOC,GIF,ICO,JPG,JPEG,ODG,ODP,ODS,ODT,PDF,PNG,PPT,SWF,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\\/x-shockwave-flash,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, 'com_menus', 'component', 'com_menus', '', 1, 1, 1, 1, '{"name":"com_menus","type":"component","creationDate":"April 2006","author":"Joomla! Project","copyright":"(C) 2005 - 2014 Open Source Matters. All rights reserved.\\t","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"COM_MENUS_XML_DESCRIPTION","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(15, 'com_messages', 'component', 'com_messages', '', 1, 1, 1, 1, '{"name":"com_messages","type":"component","creationDate":"April 2006","author":"Joomla! Project","copyright":"(C) 2005 - 2014 Open Source Matters. All rights reserved.\\t","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, 'com_modules', 'component', 'com_modules', '', 1, 1, 1, 1, '{"name":"com_modules","type":"component","creationDate":"April 2006","author":"Joomla! Project","copyright":"(C) 2005 - 2014 Open Source Matters. All rights reserved.\\t","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, 'com_newsfeeds', 'component', 'com_newsfeeds', '', 1, 1, 1, 0, '{"name":"com_newsfeeds","type":"component","creationDate":"April 2006","author":"Joomla! Project","copyright":"(C) 2005 - 2014 Open Source Matters. All rights reserved.\\t","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"COM_NEWSFEEDS_XML_DESCRIPTION","group":""}', '{"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, 'com_plugins', 'component', 'com_plugins', '', 1, 1, 1, 1, '{"name":"com_plugins","type":"component","creationDate":"April 2006","author":"Joomla! Project","copyright":"(C) 2005 - 2014 Open Source Matters. All rights reserved.\\t","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, 'com_search', 'component', 'com_search', '', 1, 1, 1, 0, '{"name":"com_search","type":"component","creationDate":"April 2006","author":"Joomla! Project","copyright":"(C) 2005 - 2014 Open Source Matters. All rights reserved.\\n\\t","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"COM_SEARCH_XML_DESCRIPTION","group":""}', '{"enabled":"0","show_date":"1"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(20, 'com_templates', 'component', 'com_templates', '', 1, 1, 1, 1, '{"name":"com_templates","type":"component","creationDate":"April 2006","author":"Joomla! Project","copyright":"(C) 2005 - 2014 Open Source Matters. All rights reserved.\\t","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"COM_TEMPLATES_XML_DESCRIPTION","group":""}', '{"template_positions_display":"0","upload_limit":"2","image_formats":"gif,bmp,jpg,jpeg,png","source_formats":"txt,less,ini,xml,js,php,css","font_formats":"woff,ttf,otf","compressed_formats":"zip"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(21, 'com_weblinks', 'component', 'com_weblinks', '', 1, 1, 1, 0, '{"name":"com_weblinks","type":"component","creationDate":"April 2006","author":"Joomla! Project","copyright":"(C) 2005 - 2014 Open Source Matters. All rights reserved.\\n\\t","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"COM_WEBLINKS_XML_DESCRIPTION","group":""}', '{"target":"0","save_history":"1","history_limit":5,"count_clicks":"1","icons":1,"link_icons":"","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_num_links":"1","show_cat_tags":"1","show_base_description":"1","maxLevelcat":"-1","show_empty_categories_cat":"0","show_subcat_desc_cat":"1","show_cat_num_links_cat":"1","filter_field":"1","show_pagination_limit":"1","show_headings":"0","show_link_description":"1","show_link_hits":"1","show_pagination":"2","show_pagination_results":"1","show_feed_link":"1"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(22, 'com_content', 'component', 'com_content', '', 1, 1, 0, 1, '{"name":"com_content","type":"component","creationDate":"April 2006","author":"Joomla! Project","copyright":"(C) 2005 - 2014 Open Source Matters. All rights reserved.\\t","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"COM_CONTENT_XML_DESCRIPTION","group":""}', '{"article_layout":"_:default","show_title":"1","link_titles":"1","show_intro":"1","show_category":"1","link_category":"1","show_parent_category":"0","link_parent_category":"0","show_author":"1","link_author":"0","show_create_date":"0","show_modify_date":"0","show_publish_date":"1","show_item_navigation":"1","show_vote":"0","show_readmore":"1","show_readmore_title":"1","readmore_limit":"100","show_icons":"1","show_print_icon":"1","show_email_icon":"1","show_hits":"1","show_noauth":"0","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_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_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","orderby_pri":"order","orderby_sec":"rdate","order_date":"published","show_pagination":"2","show_pagination_results":"1","show_feed_link":"1","feed_summary":"0"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(23, 'com_config', 'component', 'com_config', '', 1, 1, 0, 1, '{"name":"com_config","type":"component","creationDate":"April 2006","author":"Joomla! Project","copyright":"(C) 2005 - 2014 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, 'com_redirect', 'component', 'com_redirect', '', 1, 1, 0, 1, '{"name":"com_redirect","type":"component","creationDate":"April 2006","author":"Joomla! Project","copyright":"(C) 2005 - 2014 Open Source Matters. All rights reserved.\\t","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, 'com_users', 'component', 'com_users', '', 1, 1, 0, 1, '{"name":"com_users","type":"component","creationDate":"April 2006","author":"Joomla! Project","copyright":"(C) 2005 - 2014 Open Source Matters. All rights reserved.\\t","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"COM_USERS_XML_DESCRIPTION","group":""}', '{"allowUserRegistration":"1","new_usertype":"2","guest_usergroup":"9","sendpassword":"1","useractivation":"1","mail_to_admin":"0","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":""}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(27, 'com_finder', 'component', 'com_finder', '', 1, 1, 0, 0, '{"name":"com_finder","type":"component","creationDate":"August 2011","author":"Joomla! Project","copyright":"(C) 2005 - 2014 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"COM_FINDER_XML_DESCRIPTION","group":""}', '{"show_description":"1","description_length":255,"allow_empty_query":"0","show_url":"1","show_advanced":"1","expand_advanced":"0","show_date_filters":"0","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","stemmer":"snowball"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(28, 'com_joomlaupdate', 'component', 'com_joomlaupdate', '', 1, 1, 0, 1, '{"name":"com_joomlaupdate","type":"component","creationDate":"February 2012","author":"Joomla! Project","copyright":"(C) 2005 - 2014 Open Source Matters. All rights reserved.\\t","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"COM_JOOMLAUPDATE_XML_DESCRIPTION","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(29, 'com_tags', 'component', 'com_tags', '', 1, 1, 1, 1, '{"name":"com_tags","type":"component","creationDate":"December 2013","author":"Joomla! Project","copyright":"(C) 2005 - 2014 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.1.0","description":"COM_TAGS_XML_DESCRIPTION","group":""}', '{"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":"","show_tag_num_items":"0","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, 'com_contenthistory', 'component', 'com_contenthistory', '', 1, 1, 1, 0, '{"name":"com_contenthistory","type":"component","creationDate":"May 2013","author":"Joomla! Project","copyright":"(C) 2005 - 2014 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.2.0","description":"COM_CONTENTHISTORY_XML_DESCRIPTION","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(31, 'com_ajax', 'component', 'com_ajax', '', 1, 1, 1, 0, '{"name":"com_ajax","type":"component","creationDate":"August 2013","author":"Joomla! Project","copyright":"(C) 2005 - 2014 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.2.0","description":"COM_AJAX_XML_DESCRIPTION","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(32, 'com_postinstall', 'component', 'com_postinstall', '', 1, 1, 1, 1, '{"name":"com_postinstall","type":"component","creationDate":"September 2013","author":"Joomla! Project","copyright":"(C) 2005 - 2014 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),
(100, 'PHPMailer', 'library', 'phpmailer', '', 0, 1, 1, 1, '{"name":"PHPMailer","type":"library","creationDate":"2001","author":"PHPMailer","copyright":"(c) 2001-2003, Brent R. Matzelle, (c) 2004-2009, Andy Prevost. All Rights Reserved., (c) 2010-2013, Jim Jagielski. All Rights Reserved.","authorEmail":"jimjag@gmail.com","authorUrl":"https:\\/\\/github.com\\/PHPMailer\\/PHPMailer","version":"5.2.6","description":"LIB_PHPMAILER_XML_DESCRIPTION","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(101, 'SimplePie', 'library', 'simplepie', '', 0, 1, 1, 1, '{"name":"SimplePie","type":"library","creationDate":"2004","author":"SimplePie","copyright":"Copyright (c) 2004-2009, Ryan Parman and Geoffrey Sneddon","authorEmail":"","authorUrl":"http:\\/\\/simplepie.org\\/","version":"1.2","description":"LIB_SIMPLEPIE_XML_DESCRIPTION","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(102, 'phputf8', 'library', 'phputf8', '', 0, 1, 1, 1, '{"name":"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":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(103, 'Joomla! Platform', 'library', 'joomla', '', 0, 1, 1, 1, '{"name":"Joomla! Platform","type":"library","creationDate":"2008","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"http:\\/\\/www.joomla.org","version":"13.1","description":"LIB_JOOMLA_XML_DESCRIPTION","group":""}', '{"mediaversion":"5f7b9b047c22f55b3bbb3aefc75adffa"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(104, 'IDNA Convert', 'library', 'idna_convert', '', 0, 1, 1, 1, '{"name":"IDNA Convert","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":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(105, 'FOF', 'library', 'fof', '', 0, 1, 1, 1, '{"name":"FOF","type":"library","creationDate":"2014-03-09 12:54:48","author":"Nicholas K. Dionysopoulos \\/ Akeeba Ltd","copyright":"(C)2011-2014 Nicholas K. Dionysopoulos","authorEmail":"nicholas@akeebabackup.com","authorUrl":"https:\\/\\/www.akeebabackup.com","version":"2.2.1","description":"LIB_FOF_XML_DESCRIPTION","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(106, 'PHPass', 'library', 'phpass', '', 0, 1, 1, 1, '{"name":"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":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(200, '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 - 2014 Open Source Matters.\\n\\t\\tAll rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"MOD_ARTICLES_ARCHIVE_XML_DESCRIPTION","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(201, '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 - 2014 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":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(202, '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 - 2014 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"MOD_POPULAR_XML_DESCRIPTION","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(203, 'mod_banners', 'module', 'mod_banners', '', 0, 1, 1, 0, '{"name":"mod_banners","type":"module","creationDate":"July 2006","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"MOD_BANNERS_XML_DESCRIPTION","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(204, 'mod_breadcrumbs', 'module', 'mod_breadcrumbs', '', 0, 1, 1, 1, '{"name":"mod_breadcrumbs","type":"module","creationDate":"July 2006","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"MOD_BREADCRUMBS_XML_DESCRIPTION","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(205, 'mod_custom', 'module', 'mod_custom', '', 0, 1, 1, 1, '{"name":"mod_custom","type":"module","creationDate":"July 2004","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"MOD_CUSTOM_XML_DESCRIPTION","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(206, 'mod_feed', 'module', 'mod_feed', '', 0, 1, 1, 0, '{"name":"mod_feed","type":"module","creationDate":"July 2005","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"MOD_FEED_XML_DESCRIPTION","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(207, 'mod_footer', 'module', 'mod_footer', '', 0, 1, 1, 0, '{"name":"mod_footer","type":"module","creationDate":"July 2006","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"MOD_FOOTER_XML_DESCRIPTION","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(208, 'mod_login', 'module', 'mod_login', '', 0, 1, 1, 1, '{"name":"mod_login","type":"module","creationDate":"July 2006","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"MOD_LOGIN_XML_DESCRIPTION","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(209, 'mod_menu', 'module', 'mod_menu', '', 0, 1, 1, 1, '{"name":"mod_menu","type":"module","creationDate":"July 2004","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"MOD_MENU_XML_DESCRIPTION","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(210, '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 - 2014 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":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(211, '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 - 2014 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":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(212, '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 - 2014 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"MOD_RELATED_XML_DESCRIPTION","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(213, 'mod_search', 'module', 'mod_search', '', 0, 1, 1, 0, '{"name":"mod_search","type":"module","creationDate":"July 2004","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"MOD_SEARCH_XML_DESCRIPTION","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(214, 'mod_stats', 'module', 'mod_stats', '', 0, 1, 1, 0, '{"name":"mod_stats","type":"module","creationDate":"July 2004","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"MOD_STATS_XML_DESCRIPTION","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(215, 'mod_syndicate', 'module', 'mod_syndicate', '', 0, 1, 1, 1, '{"name":"mod_syndicate","type":"module","creationDate":"May 2006","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"MOD_SYNDICATE_XML_DESCRIPTION","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(216, '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 - 2014 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":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(217, 'mod_weblinks', 'module', 'mod_weblinks', '', 0, 1, 1, 0, '{"name":"mod_weblinks","type":"module","creationDate":"July 2009","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"MOD_WEBLINKS_XML_DESCRIPTION","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(218, 'mod_whosonline', 'module', 'mod_whosonline', '', 0, 1, 1, 0, '{"name":"mod_whosonline","type":"module","creationDate":"July 2004","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"MOD_WHOSONLINE_XML_DESCRIPTION","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(219, 'mod_wrapper', 'module', 'mod_wrapper', '', 0, 1, 1, 0, '{"name":"mod_wrapper","type":"module","creationDate":"October 2004","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"MOD_WRAPPER_XML_DESCRIPTION","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(220, '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 - 2014 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":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(221, '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 - 2014 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":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(222, 'mod_languages', 'module', 'mod_languages', '', 0, 1, 1, 1, '{"name":"mod_languages","type":"module","creationDate":"February 2010","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"MOD_LANGUAGES_XML_DESCRIPTION","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(223, 'mod_finder', 'module', 'mod_finder', '', 0, 1, 0, 0, '{"name":"mod_finder","type":"module","creationDate":"August 2011","author":"Joomla! Project","copyright":"(C) 2005 - 2014 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"MOD_FINDER_XML_DESCRIPTION","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(300, 'mod_custom', 'module', 'mod_custom', '', 1, 1, 1, 1, '{"name":"mod_custom","type":"module","creationDate":"July 2004","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"MOD_CUSTOM_XML_DESCRIPTION","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(301, 'mod_feed', 'module', 'mod_feed', '', 1, 1, 1, 0, '{"name":"mod_feed","type":"module","creationDate":"July 2005","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"MOD_FEED_XML_DESCRIPTION","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(302, 'mod_latest', 'module', 'mod_latest', '', 1, 1, 1, 0, '{"name":"mod_latest","type":"module","creationDate":"July 2004","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"MOD_LATEST_XML_DESCRIPTION","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(303, 'mod_logged', 'module', 'mod_logged', '', 1, 1, 1, 0, '{"name":"mod_logged","type":"module","creationDate":"January 2005","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"MOD_LOGGED_XML_DESCRIPTION","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(304, 'mod_login', 'module', 'mod_login', '', 1, 1, 1, 1, '{"name":"mod_login","type":"module","creationDate":"March 2005","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"MOD_LOGIN_XML_DESCRIPTION","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(305, 'mod_menu', 'module', 'mod_menu', '', 1, 1, 1, 0, '{"name":"mod_menu","type":"module","creationDate":"March 2006","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"MOD_MENU_XML_DESCRIPTION","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(307, 'mod_popular', 'module', 'mod_popular', '', 1, 1, 1, 0, '{"name":"mod_popular","type":"module","creationDate":"July 2004","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"MOD_POPULAR_XML_DESCRIPTION","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(308, 'mod_quickicon', 'module', 'mod_quickicon', '', 1, 1, 1, 1, '{"name":"mod_quickicon","type":"module","creationDate":"Nov 2005","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"MOD_QUICKICON_XML_DESCRIPTION","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(309, 'mod_status', 'module', 'mod_status', '', 1, 1, 1, 0, '{"name":"mod_status","type":"module","creationDate":"Feb 2006","author":"Joomla! Project","copyright":"(C) 2005 - 2014 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"MOD_STATUS_XML_DESCRIPTION","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(310, 'mod_submenu', 'module', 'mod_submenu', '', 1, 1, 1, 0, '{"name":"mod_submenu","type":"module","creationDate":"Feb 2006","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"MOD_SUBMENU_XML_DESCRIPTION","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(311, 'mod_title', 'module', 'mod_title', '', 1, 1, 1, 0, '{"name":"mod_title","type":"module","creationDate":"Nov 2005","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"MOD_TITLE_XML_DESCRIPTION","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(312, 'mod_toolbar', 'module', 'mod_toolbar', '', 1, 1, 1, 1, '{"name":"mod_toolbar","type":"module","creationDate":"Nov 2005","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"MOD_TOOLBAR_XML_DESCRIPTION","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(313, 'mod_multilangstatus', 'module', 'mod_multilangstatus', '', 1, 1, 1, 0, '{"name":"mod_multilangstatus","type":"module","creationDate":"September 2011","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"MOD_MULTILANGSTATUS_XML_DESCRIPTION","group":""}', '{"cache":"0"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(314, 'mod_version', 'module', 'mod_version', '', 1, 1, 1, 0, '{"name":"mod_version","type":"module","creationDate":"January 2012","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"MOD_VERSION_XML_DESCRIPTION","group":""}', '{"format":"short","product":"1","cache":"0"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(315, '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 - 2014 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"MOD_STATS_XML_DESCRIPTION","group":""}', '{"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, '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 - 2014 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":""}', '{"maximum":"5","timeframe":"alltime","owncache":"1"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(317, '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 - 2014 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":""}', '{"maximum":"5","matchtype":"any","owncache":"1"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(400, '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 - 2014 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"PLG_GMAIL_XML_DESCRIPTION","group":""}', '{"applysuffix":"0","suffix":"","verifypeer":"1","user_blacklist":""}', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(401, '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 - 2014 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":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(402, '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 - 2014 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"PLG_LDAP_XML_DESCRIPTION","group":""}', '{"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, '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 - 2014 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":""}', '', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(404, '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 - 2014 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":""}', '{"mode":"1"}', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(406, '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 - 2014 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"PLG_LOADMODULE_XML_DESCRIPTION","group":""}', '{"style":"xhtml"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(407, '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 - 2014 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":""}', '{"title":"1","multipage_toc":"1","showall":"1"}', '', '', 0, '0000-00-00 00:00:00', 4, 0),
(408, '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 - 2014 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"PLG_PAGENAVIGATION_XML_DESCRIPTION","group":""}', '{"position":"1"}', '', '', 0, '0000-00-00 00:00:00', 5, 0),
(409, '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 - 2014 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"PLG_VOTE_XML_DESCRIPTION","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 6, 0),
(410, 'plg_editors_codemirror', 'plugin', 'codemirror', 'editors', 0, 1, 1, 1, '{"name":"plg_editors_codemirror","type":"plugin","creationDate":"28 March 2011","author":"Marijn Haverbeke","copyright":"","authorEmail":"N\\/A","authorUrl":"","version":"3.15","description":"PLG_CODEMIRROR_XML_DESCRIPTION","group":""}', '{"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, 'plg_editors_none', 'plugin', 'none', 'editors', 0, 1, 1, 1, '{"name":"plg_editors_none","type":"plugin","creationDate":"August 2004","author":"Unknown","copyright":"","authorEmail":"N\\/A","authorUrl":"","version":"3.0.0","description":"PLG_NONE_XML_DESCRIPTION","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 2, 0),
(412, 'plg_editors_tinymce', 'plugin', 'tinymce', 'editors', 0, 1, 1, 0, '{"name":"plg_editors_tinymce","type":"plugin","creationDate":"2005-2014","author":"Moxiecode Systems AB","copyright":"Moxiecode Systems AB","authorEmail":"N\\/A","authorUrl":"tinymce.moxiecode.com","version":"4.1.2","description":"PLG_TINY_XML_DESCRIPTION","group":""}', '{"mode":"2","skin":"0","mobile":"0","entity_encoding":"raw","lang_mode":"1","text_direction":"ltr","content_css":"1","content_css_custom":"","relative_urls":"1","newlines":"0","invalid_elements":"script,applet,iframe","valid_elements":"","extended_elements":"","html_height":"550","html_width":"750","resizing":"1","element_path":"1","fonts":"1","paste":"1","searchreplace":"1","insertdate":"1","colors":"1","table":"1","smilies":"1","hr":"1","link":"1","media":"1","print":"1","directionality":"1","fullscreen":"1","alignment":"1","visualchars":"1","visualblocks":"1","nonbreaking":"1","template":"1","blockquote":"1","wordcount":"1","image_advtab":"1","advlist":"1","autosave":"1","contextmenu":"1","inlinepopups":"1","custom_plugin":"","custom_button":""}', '', '', 0, '0000-00-00 00:00:00', 3, 0),
(413, 'plg_editors-xtd_article', 'plugin', 'article', 'editors-xtd', 0, 1, 1, 1, '{"name":"plg_editors-xtd_article","type":"plugin","creationDate":"October 2009","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"PLG_ARTICLE_XML_DESCRIPTION","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(414, '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 - 2014 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"PLG_IMAGE_XML_DESCRIPTION","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 2, 0),
(415, '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 - 2014 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":""}', '', '', '', 0, '0000-00-00 00:00:00', 3, 0),
(416, '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 - 2014 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"PLG_READMORE_XML_DESCRIPTION","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 4, 0);
INSERT INTO `mer_extensions` (`extension_id`, `name`, `type`, `element`, `folder`, `client_id`, `enabled`, `access`, `protected`, `manifest_cache`, `params`, `custom_data`, `system_data`, `checked_out`, `checked_out_time`, `ordering`, `state`) VALUES
(417, '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 - 2014 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":""}', '{"search_limit":"50","search_content":"1","search_archived":"1"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(418, '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 - 2014 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":""}', '{"search_limit":"50","search_content":"1","search_archived":"1"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(419, '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 - 2014 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":""}', '{"search_limit":"50","search_content":"1","search_archived":"1"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(420, '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 - 2014 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":""}', '{"search_limit":"50","search_content":"1","search_archived":"1"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(421, 'plg_search_weblinks', 'plugin', 'weblinks', 'search', 0, 1, 1, 0, '{"name":"plg_search_weblinks","type":"plugin","creationDate":"November 2005","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"PLG_SEARCH_WEBLINKS_XML_DESCRIPTION","group":""}', '{"search_limit":"50","search_content":"1","search_archived":"1"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(422, '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 - 2014 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":""}', '', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(423, 'plg_system_p3p', 'plugin', 'p3p', 'system', 0, 1, 1, 0, '{"name":"plg_system_p3p","type":"plugin","creationDate":"September 2010","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"PLG_P3P_XML_DESCRIPTION","group":""}', '{"headers":"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM"}', '', '', 0, '0000-00-00 00:00:00', 2, 0),
(424, '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 - 2014 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"PLG_CACHE_XML_DESCRIPTION","group":""}', '{"browsercache":"0","cachetime":"15"}', '', '', 0, '0000-00-00 00:00:00', 9, 0),
(425, '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 - 2014 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"PLG_DEBUG_XML_DESCRIPTION","group":""}', '{"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', 4, 0),
(426, '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 - 2014 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"PLG_LOG_XML_DESCRIPTION","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 5, 0),
(427, '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 - 2014 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"PLG_REDIRECT_XML_DESCRIPTION","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 6, 0),
(428, '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 - 2014 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"PLG_REMEMBER_XML_DESCRIPTION","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 7, 0),
(429, '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 - 2014 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"PLG_SEF_XML_DESCRIPTION","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 8, 0),
(430, '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 - 2014 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":""}', '', '', '', 0, '0000-00-00 00:00:00', 3, 0),
(431, '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 - 2014 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"PLG_CONTACTCREATOR_XML_DESCRIPTION","group":""}', '{"autowebpage":"","category":"34","autopublish":"0"}', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(432, '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 - 2009 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":""}', '{"strong_passwords":"1","autoregister":"1"}', '', '', 0, '0000-00-00 00:00:00', 2, 0),
(433, '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 - 2014 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":""}', '{"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, '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 - 2014 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":""}', '', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(435, '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 - 2014 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":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(436, '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 - 2014 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":""}', '', '', '', 0, '0000-00-00 00:00:00', 10, 0),
(437, '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 - 2014 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":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(438, '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 - 2014 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":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(439, 'plg_captcha_recaptcha', 'plugin', 'recaptcha', 'captcha', 0, 0, 1, 0, '{"name":"plg_captcha_recaptcha","type":"plugin","creationDate":"December 2011","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"PLG_CAPTCHA_RECAPTCHA_XML_DESCRIPTION","group":""}', '{"public_key":"","private_key":"","theme":"clean"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(440, '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 - 2014 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":""}', '', '', '', 0, '0000-00-00 00:00:00', 7, 0),
(441, '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 - 2014 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":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(442, '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 - 2014 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":""}', '', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(443, '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 - 2014 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":""}', '', '', '', 0, '0000-00-00 00:00:00', 2, 0),
(444, '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 - 2014 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":""}', '', '', '', 0, '0000-00-00 00:00:00', 3, 0),
(445, '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 - 2014 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":""}', '', '', '', 0, '0000-00-00 00:00:00', 4, 0),
(446, 'plg_finder_weblinks', 'plugin', 'weblinks', 'finder', 0, 1, 1, 0, '{"name":"plg_finder_weblinks","type":"plugin","creationDate":"August 2011","author":"Joomla! Project","copyright":"(C) 2005 - 2014 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.0.0","description":"PLG_FINDER_WEBLINKS_XML_DESCRIPTION","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 5, 0),
(447, '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 - 2014 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":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(448, 'plg_twofactorauth_totp', 'plugin', 'totp', 'twofactorauth', 0, 0, 1, 0, '{"name":"plg_twofactorauth_totp","type":"plugin","creationDate":"August 2013","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2014 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":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(449, '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 - 2014 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":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(450, 'plg_twofactorauth_yubikey', 'plugin', 'yubikey', 'twofactorauth', 0, 0, 1, 0, '{"name":"plg_twofactorauth_yubikey","type":"plugin","creationDate":"September 2013","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2014 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":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(451, '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 - 2014 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":""}', '{"search_limit":"50","show_tagged_items":"1"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(503, 'beez3', 'template', 'beez3', '', 0, 1, 1, 0, '{"name":"beez3","type":"template","creationDate":"25 November 2009","author":"Angie Radtke","copyright":"Copyright (C) 2005 - 2014 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":""}', '{"wrapperSmall":"53","wrapperLarge":"72","sitetitle":"","sitedescription":"","navposition":"center","templatecolor":"nature"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(504, 'hathor', 'template', 'hathor', '', 1, 1, 1, 0, '{"name":"hathor","type":"template","creationDate":"May 2010","author":"Andrea Tarr","copyright":"Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved.","authorEmail":"hathor@tarrconsulting.com","authorUrl":"http:\\/\\/www.tarrconsulting.com","version":"3.0.0","description":"TPL_HATHOR_XML_DESCRIPTION","group":""}', '{"showSiteName":"0","colourChoice":"0","boldText":"0"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(506, 'protostar', 'template', 'protostar', '', 0, 1, 1, 0, '{"name":"protostar","type":"template","creationDate":"4\\/30\\/2012","author":"Kyle Ledbetter","copyright":"Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"","version":"1.0","description":"TPL_PROTOSTAR_XML_DESCRIPTION","group":""}', '{"templateColor":"","logoFile":"","googleFont":"1","googleFontName":"Open+Sans","fluidContainer":"0"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(507, 'isis', 'template', 'isis', '', 1, 1, 1, 0, '{"name":"isis","type":"template","creationDate":"3\\/30\\/2012","author":"Kyle Ledbetter","copyright":"Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"","version":"1.0","description":"TPL_ISIS_XML_DESCRIPTION","group":""}', '{"templateColor":"","logoFile":""}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(600, 'English (United Kingdom)', 'language', 'en-GB', '', 0, 1, 1, 1, '{"name":"English (United Kingdom)","type":"language","creationDate":"2013-03-07","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.3.1","description":"en-GB site language","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(601, 'English (United Kingdom)', 'language', 'en-GB', '', 1, 1, 1, 1, '{"name":"English (United Kingdom)","type":"language","creationDate":"2013-03-07","author":"Joomla! Project","copyright":"Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved.","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.3.1","description":"en-GB administrator language","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(700, 'files_joomla', 'file', 'joomla', '', 0, 1, 1, 1, '{"name":"files_joomla","type":"file","creationDate":"July 2014","author":"Joomla! Project","copyright":"(C) 2005 - 2014 Open Source Matters. All rights reserved","authorEmail":"admin@joomla.org","authorUrl":"www.joomla.org","version":"3.3.3","description":"FILES_JOOMLA_XML_DESCRIPTION","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10001, 'SIM', 'template', 'sim', '', 0, 1, 1, 0, '{"name":"SIM","type":"template","creationDate":"27\\/ene\\/14","author":"mikke","copyright":"Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.","authorEmail":"miguelangelrojasrivera@gmail.com","authorUrl":"","version":"1.0","description":"SIM","group":""}', '{"templateColor":"#08C","templateBackgroundColor":"#F4F6F7","logoFile":"","sitetitle":"","sitedescription":"","googleFont":"1","googleFontName":"Open+Sans","fluidContainer":"0"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10002, 'FLEXIcontent - International Address / Google Maps', 'plugin', 'addressint', 'flexicontent_fields', 0, 1, 1, 0, '{"name":"FLEXIcontent - International Address \\/ Google Maps","type":"plugin","creationDate":"July 2013","author":"Lyquix, ggppdk","copyright":"Copyright (C) 2013 Lyquix","authorEmail":"info@lyquix.com","authorUrl":"http:\\/\\/www.lyquix.com","version":"1.2","description":"PLG_FLEXICONTENT_FIELDS_ADDRESSINT","group":""}', '{"display_label":"1","trigger_onprepare_content":"0","show_map":"none","map_width":"200","map_height":"150","map_type":"roadmap","map_zoom":"16","link_map":"1","map_position":"0","marker_color":"red","marker_size":"mid","field_prefix":"","field_suffix":""}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10003, 'FLEXIcontent - Checkbox', 'plugin', 'checkbox', 'flexicontent_fields', 0, 1, 1, 0, '{"name":"FLEXIcontent - Checkbox","type":"plugin","creationDate":"March 2009","author":"Emmanuel Danan","copyright":"Copyright (C) 2009 Emmanuel Danan","authorEmail":"emmanuel@vistamedia.fr","authorUrl":"www.vistamedia.fr","version":"1.0","description":"FLEXI_FIELD_CHECKBOX","group":""}', '{"display_label":"1","":"FLEXI_FACETED_BEHAVIOR_ACTIVE_FILTERS","sql_mode":"0","field_elements":"1::Yes%% 0::No%% ","text_or_value":"1","display_all":"0","trigger_onprepare_content":"0","remove_space":"0","pretext":"","posttext":"","separatorf":"1","opentag":"","closetag":"","ns_pretext":"","ns_posttext":"","default_values":"","required":"0","pretext_form":"","posttext_form":"","separator":"0","opentag_form":"","closetag_form":"","max_values":"0","min_values":"0","exact_values":"0","filter_customize_options":"0","filter_custom_options":"SELECT value, value as text FROM #__flexicontent_fields_item_relations WHERE field_id=''{field_id}'' AND value != '''' GROUP BY value","filter_default_value":"","filter_usefirstoption":"1","filter_firstoptiontext":"FLEXI_ALL","filter_compare_type":"0","filter_values_require_all":"0","filter_values_require_all_tip":"0","display_label_filter":"2","display_filter_as":"0","faceted_filter":"2","show_matching_items":"1","hide_disabled_values":"0","display_label_filter_s":"2","display_filter_as_s":"0","faceted_filter_s":"2","show_matching_items_s":"1","hide_disabled_values_s":"0"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10004, 'FLEXIcontent - Checkbox Image', 'plugin', 'checkboximage', 'flexicontent_fields', 0, 1, 1, 0, '{"name":"FLEXIcontent - Checkbox Image","type":"plugin","creationDate":"March 2009","author":"Emmanuel Danan","copyright":"Copyright (C) 2009 Emmanuel Danan","authorEmail":"emmanuel@vistamedia.fr","authorUrl":"www.vistamedia.fr","version":"1.0","description":"FLEXI_FIELD_CHECKBOXIMAGE","group":""}', '{"display_label":"1","":"FLEXI_FACETED_BEHAVIOR_ACTIVE_FILTERS","sql_mode":"0","field_elements":"","imagedir":"images\\/stories\\/","text_or_value":"2","display_all":"0","trigger_onprepare_content":"0","remove_space":"0","pretext":"","posttext":"","separatorf":"1","opentag":"","closetag":"","ns_pretext":"","ns_posttext":"","default_values":"","required":"0","pretext_form":"","posttext_form":"","separator":"0","opentag_form":"","closetag_form":"","max_values":"0","min_values":"0","exact_values":"0","display_as_select":"0","usefirstoption":"1","firstoptiontext":"FLEXI_SELECT","size":"6","filter_customize_options":"0","filter_custom_options":"SELECT value, value as text FROM #__flexicontent_fields_item_relations WHERE field_id=''{field_id}'' AND value != '''' GROUP BY value","filter_default_value":"","filter_usefirstoption":"1","filter_firstoptiontext":"FLEXI_ALL","filter_compare_type":"0","filter_values_require_all":"0","filter_values_require_all_tip":"0","display_label_filter":"2","display_filter_as":"0","faceted_filter":"2","show_matching_items":"1","hide_disabled_values":"0","display_label_filter_s":"2","display_filter_as_s":"0","faceted_filter_s":"2","show_matching_items_s":"1","hide_disabled_values_s":"0"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10005, 'FLEXIcontent - Core Fields (Joomla article properties)', 'plugin', 'core', 'flexicontent_fields', 0, 1, 1, 0, '{"name":"FLEXIcontent - Core Fields (Joomla article properties)","type":"plugin","creationDate":"March 2009","author":"Emmanuel Danan","copyright":"Copyright (C) 2009 Emmanuel Danan","authorEmail":"emmanuel@vistamedia.fr","authorUrl":"www.vistamedia.fr","version":"1.0","description":"FLEXI_FIELD_CORE","group":""}', '{"display_label":"1","":"FLEXI_ADVANCED_SEARCH_VIEW","trigger_onprepare_content":"0","trigger_plgs_incatview":"0","remove_space":"0","pretext":"","posttext":"","useogp":"1","ogpinview":"","ogpmaxlen":"300","display_label_filter":"2","display_filter_as":"0","display_label_filter_s":"2","display_filter_as_s":"0","date_format":"DATE_FORMAT_LC1","custom_date":"","filter_values_require_all":"0","filter_values_combination_tip":"0","disable_keyboardinput":"0","date_filter_group":"month","faceted_filter":"2","show_matching_items":"1","hide_disabled_values":"0","date_filter_group_s":"month","faceted_filter_s":"2","show_matching_items_s":"1","hide_disabled_values_s":"0","name_username":"1","show_icons":"1","submit_acclvl":"1","logged_no_acc_msg":"","logged_no_acc_doredirect":"0","logged_no_acc_askredirect":"1","logged_no_acc_url":"","guest_no_acc_msg":"","guest_no_acc_doredirect":"2","guest_no_acc_askredirect":"1","guest_no_acc_url":"","rating_resolution":"5","rating_stars":"5","counter":"1","image":"components\\/com_flexicontent\\/assets\\/images\\/star-small.png","dimension":"16","enable_extra_votes":"0","extra_votes":"","main_label":"","display_favoured_userlist":"0","display_favoured_max":"12","separatorf":"3","opentag":"","closetag":"","rootcatid":"","rootcatid_s":"","filter_values_require_all_tip":"0","hide_html":"0","height":"400","required":"0"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10006, 'FLEXIcontent - CORE property', 'plugin', 'coreprops', 'flexicontent_fields', 0, 1, 1, 0, '{"name":"FLEXIcontent - CORE property","type":"plugin","creationDate":"July 2012","author":"ggppdk","copyright":"Copyright (C) 2012 ggppdk","authorEmail":"ggppdk@...","authorUrl":"www.flexicontent.org","version":"1.0","description":"Item Form CORE property placer Plugin for FLEXIcontent. This field is used to define the place that the CORE property will appear in Item Form. This is done by ordering it in fields manager, while Content Type filter is enabled","group":""}', '{"display_label":"1","":"FLEXI_FACETED_BEHAVIOR_ACTIVE_FILTERS","props_type":"","prefix":"","suffix":"","display_label_filter_s":"2","display_filter_as_s":"0","faceted_filter_s":"2","show_matching_items_s":"1","hide_disabled_values_s":"0"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10007, 'FLEXIcontent - Date / Publish Up-Down Dates', 'plugin', 'date', 'flexicontent_fields', 0, 1, 1, 0, '{"name":"FLEXIcontent - Date \\/ Publish Up-Down Dates","type":"plugin","creationDate":"March 2009","author":"Emmanuel Danan","copyright":"Copyright (C) 2009 Emmanuel Danan","authorEmail":"emmanuel@vistamedia.fr","authorUrl":"www.vistamedia.fr","version":"1.0","description":"FLEXI_FIELD_DATE","group":""}', '{"display_label":"1","":"FLEXI_FACETED_BEHAVIOR_ACTIVE_FILTERS","trigger_onprepare_content":"0","size":"30","required":"0","date_source":"0","show_no_value":"0","no_value_msg":"","show_usage":"0","date_allowtime":"1","use_editor_tz":"0","disable_keyboardinput":"0","allow_multiple":"1","max_values":"0","date_format":"","custom_date":"","display_tz_logged":"0","display_tz_guests":"0","display_tz_suffix":"1","remove_space":"0","pretext":"","posttext":"","separatorf":"1","opentag":"","closetag":"","filter_values_require_all":"0","filter_values_require_all_tip":"0","display_label_filter":"2","display_filter_as":"0","date_filter_group":"0","faceted_filter":"2","show_matching_items":"1","hide_disabled_values":"0","display_label_filter_s":"2","display_filter_as_s":"0","date_filter_group_s":"0","faceted_filter_s":"2","show_matching_items_s":"1","hide_disabled_values_s":"0"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10008, 'FLEXIcontent - Email', 'plugin', 'email', 'flexicontent_fields', 0, 1, 1, 0, '{"name":"FLEXIcontent - Email","type":"plugin","creationDate":"March 2009","author":"Emmanuel Danan","copyright":"Copyright (C) 2009 Emmanuel Danan","authorEmail":"emmanuel@vistamedia.fr","authorUrl":"www.vistamedia.fr","version":"1.0","description":"FLEXI_FIELD_EMAIL","group":""}', '{"display_label":"1","":"FLEXI_ADVANCED_SEARCH_VIEW","size":"30","required":"0","allow_multiple":"1","max_values":"0","default_value":"","default_value_use":"0","use_title":"0","default_value_title":"","title_usage":"0","remove_space":"0","pretext":"","posttext":"","separatorf":"1","opentag":"","closetag":"","display_filter_as_s":"0"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10009, 'FLEXIcontent - Extended Weblink', 'plugin', 'extendedweblink', 'flexicontent_fields', 0, 1, 1, 0, '{"name":"FLEXIcontent - Extended Weblink","type":"plugin","creationDate":"February 2010","author":"FLEXIContent Team, Stian Didriksen","copyright":"Copyright (C) 2013 FLEXIContent Team, ProThemer","authorEmail":"emmanuel@vistamedia.fr, stian@prothemer.com","authorUrl":"www.flexicontent.org, www.prothemer.com","version":"1.0","description":"FLEXI_FIELD_EXTENDED_WEBLINK","group":""}', '{"display_label":"1","":"FLEXI_ADVANCED_SEARCH_VIEW","size":"30","required":"0","display_hits":"0","trigger_onprepare_content":"0","allow_multiple":"1","max_values":"0","allow_relative_addrs":"0","target":"","use_direct_link":"0","add_rel_nofollow":"0","default_link":"","default_link_usage":"0","use_title":"0","default_title":"","title_usage":"0","use_text":"0","default_text":"","text_usage":"0","use_class":"0","default_class":"","class_usage":"0","class_choices":"","use_id":"0","default_id":"","id_usage":"0","remove_space":"0","pretext":"","posttext":"","separatorf":"1","opentag":"","closetag":"","display_filter_as_s":"0"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10010, 'FLEXIcontent - Load Module / Module position', 'plugin', 'fcloadmodule', 'flexicontent_fields', 0, 1, 1, 0, '{"name":"FLEXIcontent - Load Module \\/ Module position","type":"plugin","creationDate":"January 2011","author":"Emmanuel Danan","copyright":"Copyright (C) 2011 Emmanuel Danan","authorEmail":"emmanuel@vistamedia.fr","authorUrl":"www.vistamedia.fr","version":"1.1","description":"Load a module or module position inside a content item","group":""}', '{"display_label":"1","module_method":"1","modules":"","position":"","style":"","mod_params":""}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10011, 'FLEXIcontent - Navigation (Next/Previous Item)', 'plugin', 'fcpagenav', 'flexicontent_fields', 0, 1, 1, 0, '{"name":"FLEXIcontent - Navigation (Next\\/Previous Item)","type":"plugin","creationDate":"January 2011","author":"Emmanuel Danan","copyright":"Copyright (C) 2011 Emmanuel Danan","authorEmail":"emmanuel@vistamedia.fr","authorUrl":"www.vistamedia.fr","version":"1.2","description":"Page Navigation Field Plugin for FLEXIcontent","group":""}', '{"display_label":"1","frontend_hidden":"1","backend_hidden":"1","load_css":"1","use_tooltip":"1","tooltip_title_next":"","tooltip_title_prev":"","use_title":"0","prev_label":"","next_label":"","use_category_link":"0","category_label":"","type_to_exclude":"","show_prevnext_count":"1"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10012, 'FLEXIcontent - File (Download/View/Share/Download cart)', 'plugin', 'file', 'flexicontent_fields', 0, 1, 1, 0, '{"name":"FLEXIcontent - File (Download\\/View\\/Share\\/Download cart)","type":"plugin","creationDate":"March 2009","author":"Emmanuel Danan","copyright":"Copyright (C) 2009 Emmanuel Danan","authorEmail":"emmanuel@vistamedia.fr","authorUrl":"www.vistamedia.fr","version":"1.0","description":"FLEXI_FIELD_FILE","group":""}', '{"display_label":"1","":"FLEXI_ADVANCED_SEARCH_VIEW","size":"30","required":"0","max_values":"0","autoselect":"1","useicon":"1","display_filename":"1","lowercase_filename":"1","link_filename":"1","display_lang":"1","display_size":"0","display_hits":"0","display_descr":"1","use_infoseptxt":"1","infoseptxt":"","remove_space":"0","pretext":"","posttext":"","separatorf":"1","opentag":"","closetag":"","usebutton":"1","buttonsposition":"1","use_actionseptxt":"1","actionseptxt":"","allowdownloads":"1","downloadstext":"FLEXI_DOWNLOAD","allowview":"0","viewtext":"","allowshare":"0","sharetext":"","use_downloads_manager":"0","addtocarttext":"","noaccess_display":"1","noaccess_addvars":"0","noaccess_url_unlogged":"","noaccess_msg_unlogged":"","noaccess_url_logged":"","noaccess_msg_logged":"","enable_coupons":"0","coupon_hits_limit":"3","coupon_expiration_days":"15","send_notifications":"0","notification_tmpl":"%%FLEXI_FDN_FILE_NO%% __FILE_ID__:  [__FILE_TITLE__] \\n %%FLEXI_FDN_FILE_IN_ITEM%% __ITEM_TITLE__: \\n __ITEM_URL__","send_all_to_email":"","send_to_current_item_owner":"0","display_filter_as_s":"0"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10013, 'FLEXIcontent - Item Form Tab / Fieldset / Custom HTML', 'plugin', 'groupmarker', 'flexicontent_fields', 0, 1, 1, 0, '{"name":"FLEXIcontent - Item Form Tab \\/ Fieldset \\/ Custom HTML","type":"plugin","creationDate":"July 2012","author":"ggppdk","copyright":"Copyright (C) 2012 ggppdk","authorEmail":"ggppdk@...","authorUrl":"www.flexicontent.org","version":"1.0","description":"Form Field Group Marker Field Plugin for FLEXIcontent. This field is used to mark the start\\/end of FLEXIcontent field groups in ITEM edit FORM. Group will appear inside Tabs\\/Fieldsets\\/etc. Take care to match all openings with a closing marker appropriately.","group":""}', '{"display_label":"1","marker_type":"fieldset_open","":"Custom HTML Separator","cont_label":"","cont_cssclass":"","custom_html_sep":"<hr style=''clear:both;'' \\/>"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10014, 'FLEXIcontent - Image or Gallery (image + details)', 'plugin', 'image', 'flexicontent_fields', 0, 1, 1, 0, '{"name":"FLEXIcontent - Image or Gallery (image + details)","type":"plugin","creationDate":"March 2009","author":"Emmanuel Danan, Georgios Papadakis","copyright":"Copyright (C) 2009 Emmanuel Danan","authorEmail":"emmanuel@vistamedia.fr","authorUrl":"www.vistamedia.fr","version":"1.0","description":"FLEXI_FIELD_IMAGE","group":""}', '{"display_label":"1","":"FLEXI_ADVANCED_SEARCH_VIEW","image_source":"0","of_usage":"0","protect_original":"1","allow_multiple":"0","max_values":"0","required":"0","upload_extensions":"bmp,gif,jpg,jpeg,png,BMP,GIF,JPG,JPEG,PNG","upload_maxsize":"10000000","usepopup":"1","popupinview":"","popuptype":"1","popuptype_mobile":"","grouptype":"1","thumbinitemview":"2","thumbincatview":"1","showtitle":"0","showdesc":"0","uselegend":"1","legendinview":"","useogp":"0","ogpinview":"","ogpthumbsize":"2","default_image":"","dir":"images\\/stories\\/flexicontent","quality":"90","wm_opacity":"100","wm_position":"BR","w_l":"800","h_l":"600","method_l":"0","use_watermark_l":"1","wm_l":"plugins\\/flexicontent_fields\\/image\\/watermarks\\/wm_l.png","copy_original_l":"1","w_m":"400","h_m":"300","method_m":"0","use_watermark_m":"1","wm_m":"plugins\\/flexicontent_fields\\/image\\/watermarks\\/wm_m.png","copy_original_m":"1","w_s":"120","h_s":"90","method_s":"1","use_watermark_s":"1","wm_s":"plugins\\/flexicontent_fields\\/image\\/watermarks\\/wm_s.png","copy_original_s":"1","w_b":"40","h_b":"30","method_b":"1","use_watermark_b":"1","wm_b":"plugins\\/flexicontent_fields\\/image\\/watermarks\\/wm_s.png","copy_original_b":"1","autoupload":"0","always_allow_removal":"0","imagepickerlimit":"200","list_all_media_files":"0","limit_by_uploader":"0","unique_thumb_method":"0","autoassign":"0","linkto_url":"0","url_target":"_self","use_alt":"1","default_alt":"","alt_usage":"0","use_title":"1","default_title":"","title_usage":"0","use_desc":"1","default_desc":"","text_desc":"0","remove_space":"0","pretext":"","posttext":"","separatorf":"0","opentag":"","closetag":"","display_filter_as_s":"0"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10015, 'FLEXIcontent - HTML list of URLs/Anchors/JS links', 'plugin', 'linkslist', 'flexicontent_fields', 0, 1, 1, 0, '{"name":"FLEXIcontent - HTML list of URLs\\/Anchors\\/JS links","type":"plugin","creationDate":"March 2009","author":"Emmanuel Danan","copyright":"Copyright (C) 2009 Emmanuel Danan","authorEmail":"emmanuel@vistamedia.fr","authorUrl":"www.vistamedia.fr","version":"1.0","description":"FLEXI_FIELD_LINKSLIST","group":""}', '{"display_label":"1","":"FLEXI_FIELD_LINKSLIST_CUSTOM_CSS_JS","field_elements":"Title1[id=\\"tagid1\\" class=\\"cssclass1\\" link=\\"#link1\\"] :: \\r Title2[id=\\"tagid2\\" class=\\"cssclass2\\" link=\\"#link2\\"] :: \\r Title3[id=\\"tagid3\\" class=\\"cssclass3\\" link=\\"#link3\\"]","default_values":"","required":"0","pretext_form":"","posttext_form":"","separator":"0","opentag_form":"","closetag_form":"","list_type":"ul","list_class":"","list_id":"","add_non_selected":"0","js_code":"","css_code":""}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10016, 'FLEXIcontent - Mini-Gallery (image-only slideshow)', 'plugin', 'minigallery', 'flexicontent_fields', 0, 1, 1, 0, '{"name":"FLEXIcontent - Mini-Gallery (image-only slideshow)","type":"plugin","creationDate":"June 2009","author":"Emmanuel Danan","copyright":"Copyright (C) 2009 Emmanuel Danan","authorEmail":"emmanuel@vistamedia.fr","authorUrl":"www.vistamedia.fr","version":"1.0","description":"FLEXI_FIELD_MINIGALLERY","group":""}', '{"display_label":"1","autoselect":"1","required":"0","max_values":"0","":"FLEXI_FIELD_GALLERY_SLIDESHOW","thumbposition":"3","w_l":"450","h_l":"300","w_s":"100","h_s":"66","controller":"1","thumbnails":"1","scroll_thumbnails":"1","delay":"4000","duration":"1000","usecaptions":"1","customcaptions":"This is a caption","slideshowtype":"slideshow","transition":"back","t_dir":"in","otheroptions":""}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10017, 'FLEXIcontent - International Phone Numbers', 'plugin', 'phonenumbers', 'flexicontent_fields', 0, 1, 1, 0, '{"name":"FLEXIcontent - International Phone Numbers","type":"plugin","creationDate":"July 2013","author":"Lyquix, ggppdk","copyright":"Copyright (C) 2013 Lyquix","authorEmail":"info@lyquix.com","authorUrl":"http:\\/\\/www.lyquix.com","version":"1.2","description":"PLG_FLEXICONTENT_FIELDS_PHONENUMBERS","group":""}', '{"display_label":"1","trigger_onprepare_content":"0","allow_multiple":"1","max_values":"0","size":"30","opentag":"","closetag":"","display_phone_label":"1","label_prefix":"","label_suffix":"","display_country_code":"1","country_code_prefix":"+","display_area_code":"1","separator_cc_phone1":" ","separator_phone1_phone2":"-","separator_phone2_phone3":"-","field_prefix":"","field_suffix":""}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10018, 'FLEXIcontent - Radio', 'plugin', 'radio', 'flexicontent_fields', 0, 1, 1, 0, '{"name":"FLEXIcontent - Radio","type":"plugin","creationDate":"March 2009","author":"Emmanuel Danan","copyright":"Copyright (C) 2009 Emmanuel Danan","authorEmail":"emmanuel@vistamedia.fr","authorUrl":"www.vistamedia.fr","version":"1.0","description":"FLEXI_FIELD_RADIO","group":""}', '{"display_label":"1","":"FLEXI_FACETED_BEHAVIOR_ACTIVE_FILTERS","sql_mode":"0","field_elements":"1::Yes%% 0::No%% ","text_or_value":"1","display_all":"0","trigger_onprepare_content":"0","remove_space":"0","pretext":"","posttext":"","separatorf":"1","opentag":"","closetag":"","ns_pretext":"","ns_posttext":"","default_value":"","required":"0","pretext_form":"","posttext_form":"","separator":"0","opentag_form":"","closetag_form":"","filter_customize_options":"0","filter_custom_options":"SELECT value, value as text FROM #__flexicontent_fields_item_relations WHERE field_id=''{field_id}'' AND value != '''' GROUP BY value","filter_default_value":"","filter_usefirstoption":"1","filter_firstoptiontext":"FLEXI_ALL","filter_compare_type":"0","filter_values_require_all":"0","display_label_filter":"2","display_filter_as":"0","faceted_filter":"2","show_matching_items":"1","hide_disabled_values":"0","display_label_filter_s":"2","display_filter_as_s":"0","faceted_filter_s":"2","show_matching_items_s":"1","hide_disabled_values_s":"0"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10019, 'FLEXIcontent - Radio Image', 'plugin', 'radioimage', 'flexicontent_fields', 0, 1, 1, 0, '{"name":"FLEXIcontent - Radio Image","type":"plugin","creationDate":"March 2009","author":"Emmanuel Danan","copyright":"Copyright (C) 2009 Emmanuel Danan","authorEmail":"emmanuel@vistamedia.fr","authorUrl":"www.vistamedia.fr","version":"1.0","description":"FLEXI_FIELD_RADIOIMAGE","group":""}', '{"display_label":"1","":"FLEXI_FACETED_BEHAVIOR_ACTIVE_FILTERS","sql_mode":"0","field_elements":"","imagedir":"images\\/stories\\/","text_or_value":"2","display_all":"0","trigger_onprepare_content":"0","remove_space":"0","pretext":"","posttext":"","separatorf":"1","opentag":"","closetag":"","ns_pretext":"","ns_posttext":"","default_value":"","required":"0","pretext_form":"","posttext_form":"","separator":"0","opentag_form":"","closetag_form":"","display_as_select":"0","usefirstoption":"1","firstoptiontext":"FLEXI_SELECT","filter_customize_options":"0","filter_custom_options":"SELECT value, value as text FROM #__flexicontent_fields_item_relations WHERE field_id=''{field_id}'' AND value != '''' GROUP BY value","filter_default_value":"","filter_usefirstoption":"1","filter_firstoptiontext":"FLEXI_ALL","filter_compare_type":"0","filter_values_require_all":"0","display_label_filter":"2","display_filter_as":"0","faceted_filter":"2","show_matching_items":"1","hide_disabled_values":"0","display_label_filter_s":"2","display_filter_as_s":"0","faceted_filter_s":"2","show_matching_items_s":"1","hide_disabled_values_s":"0"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10020, 'FLEXIcontent - Relation (List of related items)', 'plugin', 'relation', 'flexicontent_fields', 0, 1, 1, 0, '{"name":"FLEXIcontent - Relation (List of related items)","type":"plugin","creationDate":"Aug 2011","author":"ggppdk","copyright":"Copyright (C) 2011 ggppdk","authorEmail":"ggppdk","authorUrl":"www.flexicontent.org","version":"1.0","description":"FLEXI_FIELD_RELATION","group":""}', '{"display_label":"1","":"Show extra information","trigger_onprepare_content":"0","required":"0","size":"12","prepend_item_state":"1","maxtitlechars":"40","orderby_form":"alpha","cat_filter":"1","title_filter":"1","display_cat_filter_label":"1","display_title_filter_label":"1","default_value_title_filter":"","method_cat":"1","usesubcats":"0","method_types":"1","samelangonly":"1","use_publish_dates":"1","onlypublished":"1","ownedbyuser":"0","orderby":"alpha","orderbycustomfieldid":"0","orderbycustomfielddir":"ASC","orderbycustomfieldint":"0","relitem_html":"__display_text__","displayway":"1","addlink":"1","addtooltip":"1","remove_space":"0","pretext":"","posttext":"","separatorf":"1","opentag":"","closetag":"","auto_relate_curritem":"0","auto_relate_submit_text":"","auto_relate_position":"0","auto_relate_show_to_unauth":"0","show_total_only":"0","total_in_view":"","total_show_auto_btn":"0","total_show_list":"0","total_relitem_html":"__display_text__"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10021, 'FLEXIcontent - Relation - Reverse', 'plugin', 'relation_reverse', 'flexicontent_fields', 0, 1, 1, 0, '{"name":"FLEXIcontent - Relation - Reverse","type":"plugin","creationDate":"Aug 2011","author":"ggppdk","copyright":"Copyright (C) 2011 ggppdk","authorEmail":"ggppdk","authorUrl":"www.flexicontent.org","version":"1.0","description":"FLEXI_FIELD_RELATION_REVERSE","group":""}', '{"display_label":"1","":"FLEXI_PREFIX_SUFFIX_SEPARATOR_LABEL","trigger_onprepare_content":"0","orderby_form":"alpha","relitem_html_form":"__display_text__","displayway_form":"1","addlink_form":"1","addtooltip_form":"1","pretext_form":"","posttext_form":"","separator":"1","opentag_form":"","closetag_form":"","orderby":"alpha","orderbycustomfieldid":"0","orderbycustomfielddir":"ASC","orderbycustomfieldint":"0","relitem_html":"__display_text__","displayway":"1","addlink":"1","addtooltip":"1","remove_space":"0","pretext":"","posttext":"","separatorf":"1","opentag":"","closetag":""}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10022, 'FLEXIcontent - Select', 'plugin', 'select', 'flexicontent_fields', 0, 1, 1, 0, '{"name":"FLEXIcontent - Select","type":"plugin","creationDate":"March 2009","author":"Emmanuel Danan","copyright":"Copyright (C) 2009 Emmanuel Danan","authorEmail":"emmanuel@vistamedia.fr","authorUrl":"www.vistamedia.fr","version":"1.0","description":"FLEXI_FIELD_SELECT","group":""}', '{"display_label":"1","":"FLEXI_FACETED_BEHAVIOR_ACTIVE_FILTERS","sql_mode":"0","field_elements":"1::Yes%% 0::No%% ","text_or_value":"1","display_all":"0","trigger_onprepare_content":"0","remove_space":"0","pretext":"","posttext":"","separatorf":"1","opentag":"","closetag":"","ns_pretext":"","ns_posttext":"","default_value":"","required":"0","usefirstoption":"1","firstoptiontext":"FLEXI_SELECT","filter_customize_options":"0","filter_custom_options":"SELECT value, value as text FROM #__flexicontent_fields_item_relations WHERE field_id=''{field_id}'' AND value != '''' GROUP BY value","filter_default_value":"","filter_usefirstoption":"1","filter_firstoptiontext":"FLEXI_ALL","filter_compare_type":"0","filter_values_require_all":"0","display_label_filter":"2","display_filter_as":"0","faceted_filter":"2","show_matching_items":"1","hide_disabled_values":"0","display_label_filter_s":"2","display_filter_as_s":"0","faceted_filter_s":"2","show_matching_items_s":"1","hide_disabled_values_s":"0"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10023, 'FLEXIcontent - Select Multiple', 'plugin', 'selectmultiple', 'flexicontent_fields', 0, 1, 1, 0, '{"name":"FLEXIcontent - Select Multiple","type":"plugin","creationDate":"March 2009","author":"Emmanuel Danan","copyright":"Copyright (C) 2009 Emmanuel Danan","authorEmail":"emmanuel@vistamedia.fr","authorUrl":"www.vistamedia.fr","version":"1.0","description":"FLEXI_FIELD_SELECTMULTIPLE","group":""}', '{"display_label":"1","":"FLEXI_FACETED_BEHAVIOR_ACTIVE_FILTERS","sql_mode":"0","field_elements":"1::Yes%% 0::No%% ","text_or_value":"1","display_all":"0","trigger_onprepare_content":"0","remove_space":"0","pretext":"","posttext":"","separatorf":"1","opentag":"","closetag":"","ns_pretext":"","ns_posttext":"","default_values":"","required":"0","usefirstoption":"1","firstoptiontext":"FLEXI_SELECT","size":"6","max_values":"0","min_values":"0","exact_values":"0","js_popup_err":"0","filter_customize_options":"0","filter_custom_options":"SELECT value, value as text FROM #__flexicontent_fields_item_relations WHERE field_id=''{field_id}'' AND value != '''' GROUP BY value","filter_default_value":"","filter_usefirstoption":"1","filter_firstoptiontext":"FLEXI_ALL","filter_compare_type":"0","filter_values_require_all":"0","filter_values_require_all_tip":"0","display_label_filter":"2","display_filter_as":"0","faceted_filter":"2","show_matching_items":"1","hide_disabled_values":"0","display_label_filter_s":"2","display_filter_as_s":"0","faceted_filter_s":"2","show_matching_items_s":"1","hide_disabled_values_s":"0"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10024, 'FLEXIcontent - Shared Audio (SoundCloud,Spotify,Last.fm,etc)', 'plugin', 'sharedaudio', 'flexicontent_fields', 0, 1, 1, 0, '{"name":"FLEXIcontent - Shared Audio (SoundCloud,Spotify,Last.fm,etc)","type":"plugin","creationDate":"July 2013","author":"Lyquix, ggppdk","copyright":"Copyright (C) 2013 Lyquix","authorEmail":"info@lyquix.com","authorUrl":"http:\\/\\/www.lyquix.com","version":"1.2","description":"PLG_FLEXICONTENT_FIELDS_SHAREDAUDIO","group":""}', '{"display_label":"1","pretext":"","posttext":"","display_title":"1","headinglevel":"3","display_author":"0","display_description":"0","width":"480","height":"170","autostart":"0","embedly_key":""}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10025, 'FLEXIcontent - Shared Video (YouTube,Vimeo,DailyMotion,etc)', 'plugin', 'sharedvideo', 'flexicontent_fields', 0, 1, 1, 0, '{"name":"FLEXIcontent - Shared Video (YouTube,Vimeo,DailyMotion,etc)","type":"plugin","creationDate":"July 2013","author":"Lyquix, ggppdk","copyright":"Copyright (C) 2013 Lyquix","authorEmail":"info@lyquix.com","authorUrl":"http:\\/\\/www.lyquix.com","version":"1.2","description":"PLG_FLEXICONTENT_FIELDS_SHAREDVIDEO","group":""}', '{"display_label":"1","pretext":"","posttext":"","display_title":"1","headinglevel":"3","display_author":"0","display_duration":"0","display_description":"0","width":"480","height":"270","autostart":"0","embedly_key":""}', '', '', 0, '0000-00-00 00:00:00', 0, 0);
INSERT INTO `mer_extensions` (`extension_id`, `name`, `type`, `element`, `folder`, `client_id`, `enabled`, `access`, `protected`, `manifest_cache`, `params`, `custom_data`, `system_data`, `checked_out`, `checked_out_time`, `ordering`, `state`) VALUES
(10026, 'FLEXIcontent - TermList', 'plugin', 'termlist', 'flexicontent_fields', 0, 1, 1, 0, '{"name":"FLEXIcontent - TermList","type":"plugin","creationDate":"March 2009","author":"Emmanuel Danan","copyright":"Copyright (C) 2009 Emmanuel Danan","authorEmail":"emmanuel@vistamedia.fr","authorUrl":"www.vistamedia.fr","version":"1.0","description":"FLEXI_FIELD_TERMLIST","group":""}', '{"display_label":"1","":"FLEXI_ADVANCED_SEARCH_VIEW","rows":"10","cols":"75","required":"0","allow_multiple":"1","max_values":"0","default_value":"","default_value_use":"0","use_title":"0","default_value_title":"","title_usage":"0","remove_space":"0","pretext":"","posttext":"","separatorf":"1","opentag":"","closetag":"","display_filter_as_s":"0"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10027, 'FLEXIcontent - Text (number/time/etc/custom validation)', 'plugin', 'text', 'flexicontent_fields', 0, 1, 1, 0, '{"name":"FLEXIcontent - Text (number\\/time\\/etc\\/custom validation)","type":"plugin","creationDate":"March 2009","author":"Emmanuel Danan","copyright":"Copyright (C) 2009 Emmanuel Danan","authorEmail":"emmanuel@vistamedia.fr","authorUrl":"www.vistamedia.fr","version":"1.0","description":"FLEXI_FIELD_TEXT","group":""}', '{"display_label":"1","":"FLEXI_FACETED_BEHAVIOR_ACTIVE_FILTERS","default_value":"","default_value_use":"0","trigger_onprepare_content":"0","remove_space":"0","pretext":"","posttext":"","separatorf":"1","opentag":"","closetag":"","useogp":"0","ogpinview":"","ogpusage":"1","ogpmaxlen":"300","size":"30","maxlength":"","extra_attributes":"","inputmask":"","custommask":"","required":"0","allow_multiple":"1","max_values":"0","filter_compare_type":"0","filter_values_require_all":"0","filter_values_require_all_tip":"0","display_label_filter":"2","display_filter_as":"0","faceted_filter":"2","show_matching_items":"1","hide_disabled_values":"0","display_label_filter_s":"2","display_filter_as_s":"0","faceted_filter_s":"2","show_matching_items_s":"1","hide_disabled_values_s":"0"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10028, 'FLEXIcontent - Textarea', 'plugin', 'textarea', 'flexicontent_fields', 0, 1, 1, 0, '{"name":"FLEXIcontent - Textarea","type":"plugin","creationDate":"March 2009","author":"Emmanuel Danan","copyright":"Copyright (C) 2009 Emmanuel Danan","authorEmail":"emmanuel@vistamedia.fr","authorUrl":"www.vistamedia.fr","version":"1.0","description":"FLEXI_FIELD_TEXTAREA","group":""}', '{"display_label":"1","":"FOR DEVELOPERS ONLY. <br\\/> -- Do not enable on fields that already have value without testing first, (as it may lead to data loss if users click save).  <br\\/><br\\/> -- The following parameters allows to make your textarea TABBED, in both ITEM DISPLAY VIEW and in ITEM EDIT FORM.<br\\/><br\\/> -- Enabling this requires very good knowledge of regular expressions, AND knowledge of the syntax of some TAB-CREATING joomla plugins. <br\\/><br\\/> -- Future versions may come with predefined configurations, thus allowing easy use.","trigger_onprepare_content":"0","trigger_plgs_incatview":"0","container_width":"","filter_size":"30","required":"0","rows":"10","cols":"75","use_html":"0","height":"350px","show_buttons":"1","skip_buttons":"","opentag":"","closetag":"","useogp":"0","ogpinview":"","ogpusage":"1","ogpmaxlen":"300","default_value":"","default_value_use":"0","display_filter_as_s":"0","editorarea_per_tab":"0","allow_tab_insertion":"0","allow_tabs_code_editing":"1","force_beforetabs":"1","force_aftertabs":"1","start_of_tabs_pattern":"","start_of_tabs_default_text":"","start_of_tab_pattern":"","title_tab_pattern":"","default_tab_list":"","end_of_tab_pattern":"","end_of_tabs_pattern":""}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10029, 'FLEXIcontent - TextSelect (Text with existing value selection)', 'plugin', 'textselect', 'flexicontent_fields', 0, 1, 1, 0, '{"name":"FLEXIcontent - TextSelect (Text with existing value selection)","type":"plugin","creationDate":"25 July 2011","author":"Suriya Kaewmungmuang, ggppdk","copyright":"Copyright (C) 2011 flexicontent.org","authorEmail":"enjoyman@gmail.com","authorUrl":"www.flexicontent.org","version":"1.0","description":"FLEXI_FIELD_TEXTSELECT","group":""}', '{"display_label":"1","":"FLEXI_FACETED_BEHAVIOR_ACTIVE_FILTERS","default_value":"","default_value_use":"0","select_field_mode":"0","select_field_elements":"SELECT value, value as text FROM #__flexicontent_fields_item_relations WHERE field_id=''{field_id}'' AND value != '''' GROUP BY value","select_field_prompt":"","trigger_onprepare_content":"0","remove_space":"0","pretext":"","posttext":"","separatorf":"1","opentag":"","closetag":"","useogp":"0","ogpinview":"","ogpusage":"1","ogpmaxlen":"300","size":"30","maxlength":"","extra_attributes":"","inputmask":"","custommask":"","required":"0","allow_multiple":"1","max_values":"0","filter_customize_options":"0","filter_custom_options":"SELECT value, value as text FROM #__flexicontent_fields_item_relations WHERE field_id=''{field_id}'' AND value != '''' GROUP BY value","filter_default_value":"","filter_usefirstoption":"1","filter_firstoptiontext":"FLEXI_ALL","filter_compare_type":"0","filter_values_require_all":"0","filter_values_require_all_tip":"0","display_label_filter":"2","display_filter_as":"0","faceted_filter":"2","show_matching_items":"1","hide_disabled_values":"0","display_label_filter_s":"2","display_filter_as_s":"0","faceted_filter_s":"2","show_matching_items_s":"1","hide_disabled_values_s":"0"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10030, 'FLEXIcontent - Toolbar (social share/other tools)', 'plugin', 'toolbar', 'flexicontent_fields', 0, 1, 1, 0, '{"name":"FLEXIcontent - Toolbar (social share\\/other tools)","type":"plugin","creationDate":"March 2011","author":"Emmanuel Danan, George Papadakis","copyright":"Copyright (C) 2009-2012 Emmanuel Danan","authorEmail":"emmanuel@vistamedia.fr","authorUrl":"www.vistamedia.fr","version":"1.2","description":"Toolbar Field for FLEXIcontent","group":""}', '{"display_label":"1","frontend_hidden":"1","backend_hidden":"1","":"FLEXI_FIELD_TOOLBAR_DISPLAY","display_comments":"1","display_print":"1","display_email":"1","display_voice":"1","voicetarget":"flexicontent","display_resizer":"1","default_size":"12","default_line":"16","target":"flexicontent","display_social":"1","addthis_user":"","addthis_pubid":"","addthis_outside_toolbar":"1","addthis_custom_predefined":"3","addthis_custom_code":"","add_og_site_name":"0","add_og_title":"0","add_og_descr":"0","add_og_type":"article","add_og_image":"0","og_image_field":"","og_image_fallback":"","og_image_thumbsize":"medium","load_css":"1"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10031, 'FLEXIcontent - Weblink', 'plugin', 'weblink', 'flexicontent_fields', 0, 1, 1, 0, '{"name":"FLEXIcontent - Weblink","type":"plugin","creationDate":"March 2009","author":"Emmanuel Danan","copyright":"Copyright (C) 2009 Emmanuel Danan","authorEmail":"emmanuel@vistamedia.fr","authorUrl":"www.flexicontent.org","version":"1.0","description":"FLEXI_FIELD_WEBLINK","group":""}', '{"display_label":"1","":"FLEXI_ADVANCED_SEARCH_VIEW","size":"30","required":"0","display_hits":"0","trigger_onprepare_content":"0","allow_multiple":"1","max_values":"0","default_value_link":"","link_usage":"0","targetblank":"0","use_direct_link":"0","add_rel_nofollow":"0","use_title":"0","default_value_title":"","title_usage":"0","remove_space":"0","pretext":"","posttext":"","separatorf":"1","opentag":"","closetag":"","display_filter_as_s":"0"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10032, 'PLG_FLEXICONTENT_FLEXINOTIFY', 'plugin', 'flexinotify', 'flexicontent', 0, 1, 1, 0, '{"name":"PLG_FLEXICONTENT_FLEXINOTIFY","type":"plugin","creationDate":"April 2011","author":"Emmanuel Danan","copyright":"Copyright (C) 2009 - 2011 Emmanuel Danan. All rights reserved.","authorEmail":"emmanuel@vistamedia.fr","authorUrl":"www.flexicontent.org","version":"1.0","description":"PLG_FLEXICONTENT_FLEXINOTIFY_DESCRIPTION","group":""}', '{"debug_notifications":"0","":"FLEXI_CUSTOMIZATIONS_PER_EMAIL","mailsubject":"","sendername":"","senderemail":"","send_personalized":"1","personalized_limit":"50","autologin":"1","include_fullname":"1"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10033, 'PLG_FINDER_FLEXICONTENT', 'plugin', 'flexicontent', 'finder', 0, 0, 1, 0, '{"name":"PLG_FINDER_FLEXICONTENT","type":"plugin","creationDate":"July 2013","author":"FLEXIcontent Project","copyright":"(C) 2013 FLEXIcontent Project. All rights reserved.","authorEmail":"ggppdk@...","authorUrl":"www.flexicontent.org","version":"2.5.0","description":"PLG_FINDER_FLEXICONTENT_XML_DESCRIPTION","group":""}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10034, 'PLG_SEARCH_FLEXISEARCH', 'plugin', 'flexisearch', 'search', 0, 1, 1, 0, '{"name":"PLG_SEARCH_FLEXISEARCH","type":"plugin","creationDate":"oct 2011","author":"Emmanuel Danan, Aazam, ggppdk","copyright":"Copyright (C) 2011 Aazam, Emmanuel Danan","authorEmail":"aazam@yandex.ru, emmanuel@vistamedia.fr","authorUrl":"aazam.narod.ru,www.vistamedia.fr","version":"1.1","description":"PLG_SEARCH_FLEXISEARCH_DESCRIPTION","group":""}', '{"filter_lang":"1","search_limit":"50","search_title":"1","search_desc":"1","search_fields":"1","search_meta":"1","search_tags":"1","search_select_types":"1","search_types":""}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10035, 'PLG_SEARCH_FLEXIADVSEARCH', 'plugin', 'flexiadvsearch', 'search', 0, 1, 1, 0, '{"name":"PLG_SEARCH_FLEXIADVSEARCH","type":"plugin","creationDate":"29 June 2011","author":"Suriya Kaewmungmuang, ggppdk","copyright":"Copyright (C) 2011 flexicontent.org","authorEmail":"enjoyman@gmail.com","authorUrl":"www.flexicontent.org","version":"1.0","description":"PLG_SEARCH_FLEXIADVSEARCH_DESCRIPTION","group":""}', '{"search_limit":"50","filter_lang":"1","search_archived":"0","browsernav":"2"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10036, 'System - FLEXIcontent', 'plugin', 'flexisystem', 'system', 0, 1, 1, 0, '{"name":"System - FLEXIcontent","type":"plugin","creationDate":"June 2009","author":"Emmanuel Danan","copyright":"Copyright (C) 2009 Emmanuel Danan","authorEmail":"emmanuel@vistamedia.fr","authorUrl":"www.vistamedia.fr","version":"1.1","description":"FLEXI_PLUGIN_SYSTEM","group":""}', '{"":"NOTE: There powerful Joomla extensions that allow more options and flexibility than this basic Feature","exclude_redirect_cats":"","exclude_redirect_articles":"","checkin_on_session_end":"1","limit_checkout_hours":"1","max_checkout_hours":"24","archive_on_publish_down":"0","clear_publish_down_date":"1","redirect_pdf_format":"1"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10037, 'System - FLEXIcontent Advanced Routing', 'plugin', 'flexiadvroute', 'system', 0, 1, 1, 0, '{"name":"System - FLEXIcontent Advanced Routing","type":"plugin","creationDate":"July 2010","author":"Emmanuel Danan","copyright":"Copyright (C) 2010 Emmanuel Danan","authorEmail":"emmanuel@vistamedia.fr","authorUrl":"www.vistamedia.fr","version":"2.0","description":"System Plugin for FLEXIcontent Advanced Routing","group":""}', '{"":"Language switch associated items\\/categories<br><small>(categories in J2.5 only)<\\/small>","route_to_type":"0","type_to_route":"","cats_to_exclude":"","lang_switch_items":"1","lang_switch_cats":"1","debug_lang_switch":"1"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10038, 'PLG_CONTENT_FLEXIBREAK', 'plugin', 'flexibreak', 'content', 0, 1, 1, 0, '{"name":"PLG_CONTENT_FLEXIBREAK","type":"plugin","creationDate":"2013 July","author":"Peter Szalatnay, ggppdk","copyright":"Copyright (C) 2009 - 2013 Peter Szalatnay, ggppdk. All rights reserved.","authorEmail":"emmanuel@vistamedia.fr","authorUrl":"www.flexicontent.org","version":"2.0","description":"PLG_CONTENT_FLEXIBREAK_DESCRIPTION","group":""}', '{"":"Table of contents configuration","multipage_toc":"1","pagination":"3","show_prevnext_count":"1","display_method":"1","toc_placement":"1","allpages_link":"1","custom_introtext":"","custom_allpages":""}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10039, 'Universal Content Module for FLEXIcontent', 'module', 'mod_flexicontent', '', 0, 1, 0, 0, '{"name":"Universal Content Module for FLEXIcontent","type":"module","creationDate":"12\\/04\\/2011","author":"Emmanuel Danan","copyright":"(C) 2009 Emmanuel Danan","authorEmail":"emmanuel@vistamedia.fr","authorUrl":"http:\\/\\/www.flexicontent.org","version":"1.3","description":"Universal Content Module for FLEXIcontent","group":""}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10040, 'Content Lists Filter Module for FLEXIcontent', 'module', 'mod_flexifilter', '', 0, 1, 0, 0, '{"name":"Content Lists Filter Module for FLEXIcontent","type":"module","creationDate":"November 2012","author":"George Papadakis","copyright":"Copyright \\u00a9 2012 George Papadakis","authorEmail":"","authorUrl":"http:\\/\\/www.flexicontent.org","version":"1.0","description":"Content Lists Filter Module for FLEXIcontent","group":""}', '{"":"FLEXI_MODULE_STYLING","layout":"default","display_cat_list":"0","usesubcats":"0","mcats_selection":"0","mcats_itemid":"","show_search_go":"1","show_search_reset":"1","filter_autosubmit":"0","filter_instructions":"1","filter_placement":"1","filter_pretext":"","filter_posttext":"","filter_opentag":"","filter_closetag":"","filter_separatorf":"0","use_search":"1","show_search_label":"1","search_autocomplete":"1","show_searchphrase":"1","default_searchphrase":"all","use_filters":"0","display_filter_list":"0","filters":"","show_filter_labels":"1","initial_filters":"","use_persistent_filters":"0","persistent_filters":"","combine_show_rules":"AND","show_in_views":"","enable_php_rule":"0","moduleclass_sfx":"","add_ccs":"1","add_tooltips":"1"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10041, 'Tag Cloud Module for FLEXIcontent', 'module', 'mod_flexitagcloud', '', 0, 1, 0, 0, '{"name":"Tag Cloud Module for FLEXIcontent","type":"module","creationDate":"09\\/11\\/2009","author":"Emmanuel Danan","copyright":"(C) 2008 - 2009 Christoph Lukes","authorEmail":"emmanuel@vistamedia.fr","authorUrl":"http:\\/\\/www.flexicontent.org","version":"1.1","description":"Tag Cloud Module for FLEXIcontent","group":""}', '{"":"FLEXI_CACHING","min_size":"1","max_size":"10","count":"25","@spacer":"","method":"1","seo_mode":"1","force_itemid":"","combine_show_rules":"AND","show_in_views":"","enable_php_rule":"0","sep_image":"FLEXI_IMAGE","use_image":"1","image_source":"","link_image":"1","image_size":"","image_width":"90","image_height":"90","image_method":"0","show_modify_date":"0","date_format":"DATE_FORMAT_LC1","custom_date":"","use_fields":"0","fields":"","limit":"10","show_pagination":"2","show_pagination_results":"1","add_canonical":"","orderby":"","orderbycustomfieldid":"0","orderbycustomfielddir":"ASC","orderbycustomfieldint":"0","limit_override":"","orderby_override":"","limit_options":"","orderby_options":"","use_search":"","show_search_label":"","show_search_tip":"","show_search_go":"","show_search_reset":"","moduleclass_sfx":"","add_ccs":"1","cache":"1","cache_time":"900"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10042, 'Advanced Search Module for FLEXIcontent', 'module', 'mod_flexiadvsearch', '', 0, 1, 0, 0, '{"name":"Advanced Search Module for FLEXIcontent","type":"module","creationDate":"29\\/06\\/2011","author":"Suriya Kaewmungmuang, ggppdk","copyright":"(C) 2011 flexicontent.org","authorEmail":"enjoyman@gmail.com","authorUrl":"http:\\/\\/www.flexicontent.org","version":"1.0","description":"Advanced Search Module for FLEXIcontent","group":""}', '{"":"FLEXI_CACHING","layout":"news","itemid_force":"0","itemid_force_value":"","width":"20","text":"FLEXI_ADV_MOD_SEARCH_PROMPT","button":"","button_pos":"right","imagebutton":"0","button_image":"","button_text":"FLEXI_ADV_MOD_GO","linkadvsearch":"1","linkadvsearch_txt":"FLEXI_ADV_MOD_ADVANCED_SEARCH","combine_show_rules":"AND","show_in_views":"","enable_php_rule":"0","moduleclass_sfx":"","add_ccs":"1","cache":"1","cache_time":"900"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10043, 'flexicontent', 'component', 'com_flexicontent', '', 1, 1, 0, 0, '{"name":"FLEXIcontent","type":"component","creationDate":"14 September 2014","author":"Emmanuel Danan, Georgios Papadakis","copyright":"(C) 2009-2013 Emmanuel Danan","authorEmail":"emmanuel@vistamedia.fr","authorUrl":"http:\\/\\/www.flexicontent.org","version":"2.2.0 r1955","description":"A flexible content management system for Joomla! J1.5\\/J2.5\\/J3.2","group":""}', '{"flexi_cat_extension":"com_content","fcdata_serialized":"","support_url":"","add_tooltips":"1","disablecss":"0","show_updatecheck":"1","draggable_reordering":"1","show_usability_messages":"1","print_logging_info":"0","debug_initial_perms":"0","cats_always_astree":"1","non_orderable_types":"toolbar,file,image,groupmarker,fcpagenav,minigallery,weblink,email","loadfw_jquery":"1","loadfw_image_picker":"1","loadfw_masonry":"1","loadfw_select2":"1","loadfw_inputmask":"1","loadfw_prettycheckable":"1","loadfw_fancybox":"1","always_create_fields_display":"0","advcache":"1","advcache_time":"3600","purge_gc":"1","use_mobile_layouts":"0","force_desktop_layout":"0","debug_mobile":"0","default_menu_itemid":134,"default_menuitem_preference":"2","default_menuitem_nopathway":"1","automatic_pathways":"0","add_canonical":"1","add_item_sef_segment":"1","flexi_fish":"0","editjf_translations":"0","enable_translation_groups":"1","filtercat":"1","filtertag":"1","login_page":"index.php?option=com_users&view=login","unauthorized_page":"","upload_extensions":"bmp,csv,doc,gif,ico,jpg,jpeg,odg,odp,ods,odt,pdf,png,ppt,swf,txt,xcf,xls,zip,ics,BMP,CSV,DOC,GIF,ICO,JPG,JPEG,ODG,ODP,ODS,ODT,PDF,PNG,PPT,SWF,TXT,XCF,XLS,ZIP,ICS","upload_maxsize":"10000000","file_path":"components\\/com_flexicontent\\/uploads","media_path":"components\\/com_flexicontent\\/medias","restrict_uploads":"1","check_mime":"1","image_extensions":"bmp,gif,jpg,png","ignore_extensions":"","upload_mime":"image\\/jpeg,image\\/gif,image\\/png,image\\/bmp,application\\/x-shockwave-flash,application\\/msword,application\\/excel,application\\/pdf,application\\/powerpoint,text\\/plain,application\\/x-zip","upload_mime_illegal":"text\\/html","enable_flash":"0","display_file_lang_as":"1","hits_count_unique":"0","hits_mins_to_unique":"600","hits_skip_ips":"1","hits_ips_list":"127.0.0.1","hits_skip_bots":"1","hits_bots_list":"bot,spider,crawler,search,libwww,archive,slurp,teoma","show_icons":"2","show_print_icon":"1","show_email_icon":"1","show_editbutton":"1","show_state_icon":"1","show_title":"1","link_titles":"1","show_intro":"1","comments":"0","cat_orderby":"order","catlimit":"100","tags_view_default_menu_itemid":"103","favs_view_default_menu_itemid":"103","search_view_default_menu_itemid":"103","inheritcid":"0","debug_inheritcid":"0","show_feed_link":"1","show_feed_icon":"1","show_cat_title":"1","title_cut_text":"200","show_description_image":"1","cat_image_source":"2","cat_link_image":"1","cat_image_method":"1","cat_image_width":"80","cat_image_height":"80","show_description":"1","trigger_onprepare_content_cat":"0","show_subcategories":"1","subcat_orderby":"order","show_label_subcats":"1","show_itemcount":"1","show_subcatcount":"0","show_description_image_subcat":"0","subcat_image_source":"2","subcat_link_image":"1","subcat_image_method":"1","subcat_image_width":"24","subcat_image_height":"24","show_description_subcat":"0","description_cut_text_subcat":"120","subcat_pretext":"","subcat_posttext":"","subcat_separatorf":"0","subcat_opentag":"","subcat_closetag":"","show_peercategories":"1","peercat_orderby":"order","show_label_peercats":"1","show_itemcount_peercat":"0","show_subcatcount_peercat":"0","show_description_image_peercat":"0","peercat_image_source":"2","peercat_link_image":"1","peercat_image_method":"1","peercat_image_width":"24","peercat_image_height":"24","show_description_peercat":"0","description_cut_text_peercat":"120","peercat_pretext":"","peercat_posttext":"","peercat_separatorf":"0","peercat_opentag":"","peercat_closetag":"","show_addbutton":"1","show_editbutton_lists":"1","show_comments_count":"1","show_title_lists":"1","link_titles_lists":"1","force_full":"0","show_readmore":"1","orderby":"rdate","orderbycustomfield":"1","orderbycustomfieldid":"0","orderbycustomfielddir":"ASC","orderbycustomfieldint":"0","orderby_2nd":"alpha","orderbycustomfield_2nd":"1","orderbycustomfieldid_2nd":"0","orderbycustomfielddir_2nd":"ASC","orderbycustomfieldint_2nd":"0","show_noauth":"0","display_subcategories_items":"0","display_flag_featured":"0","show_item_total":"1","limit":"10","show_pagination":"2","show_pagination_results":"1","limit_override":"1","limit_override_label":"2","orderby_override":"1","orderby_override_2nd":"0","limit_options":"5,10,20,30,50,100,150,200","orderby_options":["_preconfigured_","date","rdate","modified","published","alpha","ralpha","author","rauthor","hits","rhits","id","rid","commented","rated","order","__SAVED__"],"orderby_options_2nd":["_preconfigured_","date","rdate","modified","published","alpha","ralpha","author","rauthor","hits","rhits","id","rid","commented","rated","order","__SAVED__"],"show_search_go":"1","show_search_reset":"1","filter_autosubmit":"0","filter_instructions":"1","filter_placement":"1","filter_pretext":"","filter_posttext":"","filter_opentag":"","filter_closetag":"","filter_separatorf":"0","use_search":"1","show_search_label":"1","search_autocomplete":"1","show_searchphrase":"1","filter_word_like_any":"0","default_searchphrase":"all","use_filters":"0","filters_order":"1","filters":"","show_filter_labels":"1","initial_filters":"","use_persistent_filters":"0","persistent_filters":"","show_alpha":"1","alphacharseparator":"","alphaaliases":"","alphaskipempty":"0","feed_limit":"10","feed_summary":"0","feed_summary_cut":"200","feed_use_image":"1","feed_link_image":"1","feed_image_source":"","feed_image_size":"","feed_image_width":"80","feed_image_height":"80","feed_image_method":"1","feed_extra_fields":"","feed_orderby":"rdate","feed_orderbycustomfield":"1","feed_orderbycustomfieldid":"0","feed_orderbycustomfielddir":"ASC","feed_orderbycustomfieldint":"0","feed_orderby_2nd":"alpha","feed_orderbycustomfield_2nd":"1","feed_orderbycustomfieldid_2nd":"0","feed_orderbycustomfielddir_2nd":"ASC","feed_orderbycustomfieldint_2nd":"0","use_joomla_featured_flag":"1","featured_cats_parent":"","mu_addcss_cats":["featured","__SAVED__"],"mu_addtext_cats":"1","mu_addcss_acclvl":["needed_acc","obtained_acc","__SAVED__"],"mu_add_condition_obtainded_acc":"0","mu_addtext_acclvl":["no_acc","free_acc","needed_acc","obtained_acc","__SAVED__"],"mu_no_acc_text":"FLEXI_MU_NO_ACC","mu_free_acc_text":"FLEXI_MU_FREE","mu_addcss_radded":"0","mu_addtext_radded":"1","mu_ra_timeframe_intervals":"24h , 2d , 7d , 1m , 3m , 1y , 3y","mu_ra_timeframe_names":"FLEXI_24H_RA , FLEXI_2D_RA , FLEXI_7D_RA , FLEXI_1M_RA , FLEXI_3M_RA , FLEXI_1Y_RA , FLEXI_3Y_RA","mu_addcss_rupdated":"0","mu_addtext_rupdated":"1","mu_ru_timeframe_intervals":"24h , 2d , 7d , 1m , 3m , 1y , 3y","mu_ru_timeframe_names":"FLEXI_24H_RU , FLEXI_2D_RU , FLEXI_7D_RU , FLEXI_1M_RU , FLEXI_3M_RU , FLEXI_1Y_RU , FLEXI_3Y_RU","allowbuttons_fe":["apply","save_preview","preview_latest","__SAVED__"],"buttons_placement_fe":"0","submit_message":"","submit_redirect_url_fe":"","notauthurl":"103","use_captcha":"1","captcha_formop":"0","usealias_fe":"1","usetags_fe":"1","allowdisablingcomments_fe":"0","uselang_fe":"1","default_language_fe":"*","langdisplay_fe":"3","langdisplay_flags_fe":"1","langdisplay_texts_fe":"1","allowlangmods_fe":["mod_item_lang","__SAVED__"],"allow_subscribers_notify_fe":"0","usepublicationdetails_fe":"1","usemetadata_fe":"1","useseoconf_fe":"0","usedisplaydetails_fe":"0","selecttheme_fe":"0","form_tab_titles":"1:FLEXI_BASIC, 2:FLEXI_DESCRIPTION, 3:__TYPE_NAME__, 4:FLEXI_PUBLISHING, 5:FLEXI_META_SEO, 6:FLEXI_DISPLAYING, 7:FLEXI_TEMPLATE","form_tabs_above":"title, alias, type, state, disable_comments, notify_subscribers","form_tabs_below":"_skip_","form_tab01_fields":"categories, tags, language, perms","form_tab02_fields":"maintext","form_tab03_fields":"fields_manager","form_tab04_fields":"timezone_info, created, created_by, created_by_alias, publish_up, publish_down, access","form_tab05_fields":"metadata, seoconf","form_tab06_fields":"display_params","form_tab07_fields":"layout_selection, layout_params","form_tabs_fieldsman":"","form_container_css_fe":"max-width:800px;","form_extra_css_fe":"","form_extra_js_fe":"","form_extra_css_be":"","form_extra_js_be":"","form_extra_css":"","form_extra_js":"","iman_viewable_items":"1","iman_editable_items":"0","copytask_allow_uneditable":"1","items_session_editable":"0","autoflogin":"1","items_manager_extra_fields":"","items_manager_order":"1","items_manager_order_dir":"ASC","import_items_per_step":"2","import_ignore_unused_cols":"0","import_id_col":"0","import_lang":"*","import_state":"1","import_created_col":"0","import_created_by_col":"0","import_modified_col":"0","import_modified_by_col":"0","import_metadesc_col":"0","import_metakey_col":"0","import_publish_up_col":"0","import_publish_down_col":"0","import_tags_col":"0","csv_field_sep":"~~","csv_field_enclose_char":"","csv_item_record_sep":"\\\\n~~","csv_debug_records":"2","import_media_folder":"tmp\\/fcimport_media","import_docs_folder":"tmp\\/fcimport_docs","new_item_state":"1","new_item_state_fe":"1","non_publishers_item_state":"-4","non_publishers_item_state_fe":"-3","use_versioning":"1","nr_versions":"10","versionsperpage":"5","auto_approve":"1","disable_diff":"0","enable_notifications":"1","nf_allow_cat_specific":"1","nf_send_as_bcc":"1","nf_extra_properties":["creator","modifier","created","modified","viewlink","editlinkfe","editlinkbe","__SAVED__"],"nf_add_introtext":"0","nf_add_fulltext":"0","nf_enable_debug":"0","states_notify_new":["1","0","2","-3","-4","-5","__SAVED__"],"userlist_notify_new":"","text_notify_new":"","userlist_notify_new_pending":"","text_notify_new_pending":"","states_notify_existing":["1","0","2","-3","-4","-5","__SAVED__"],"userlist_notify_existing":"","text_notify_existing":"","userlist_notify_existing_reviewal":"","text_notify_existing_reviewal":""}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10044, 'VTEM Menu', 'module', 'mod_vtemmenu', '', 0, 1, 0, 0, '{"name":"VTEM Menu","type":"module","creationDate":"15\\/07\\/2010","author":"Nguyen Van Tuyen","copyright":"Copyright (C) 2011 VTEM. All rights reserved.","authorEmail":"tuyen0110@gmail.com","authorUrl":"www.vtem.net","version":"1.3","description":"MOD_VTEM_MENU_DESC","group":""}', '{"modwidth":"100%","modlayout":"1","menutype":"mainmenu","startLevel":"0","endLevel":"10","mouseEvent":"hover","sub_width":"220","usecss":"1","duration":"500","transition":"fade","transitionEase":"swing","selecttheme":"1","modtheme":"theme1-red","mainfontsize":"13px","background":"#333333","textcolor":"#cccccc","hoverbackground":"#ff0000","hovertextcolor":"#ffffff","subfontsize":"100%","sub_background":"#EEEEEE","sub_textcolor":"#555555","sub_hoverbackground":"#ff0000","sub_hovertextcolor":"#ffffff","setmoduleid":"vtemmenu","jquery":"1","css":"","cache":"0"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10045, 'com_zhgooglemap', 'component', 'com_zhgooglemap', '', 1, 1, 0, 0, '{"name":"COM_ZHGOOGLEMAP","type":"component","creationDate":"Feb 2013","author":"Zhuk Dmitry","copyright":"Copyright","authorEmail":"ZhukDL@gmail.com","authorUrl":"http:\\/\\/zhuk.cc","version":"6.0.2.0","description":"COM_ZHGOOGLEMAP_DESCRIPTION","group":""}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10046, 'MOD_ZHGOOGLEMAP', 'module', 'mod_zhgooglemap', '', 0, 1, 0, 0, '{"name":"MOD_ZHGOOGLEMAP","type":"module","creationDate":"Feb 2013","author":"Zhuk Dmitry","copyright":"Copyright","authorEmail":"ZhukDL@gmail.com","authorUrl":"http:\\/\\/zhuk.cc","version":"4.0.1.0","description":"MOD_ZHGOOGLEMAP_DESCRIPTION","group":""}', '{"mapid":"","placemarklistid":"","explacemarklistid":"","grouplistid":"","categorylistid":"","moduleclass_sfx":""}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10047, 'PLG_ZHGOOGLEMAP', 'plugin', 'plg_zhgooglemap', 'content', 0, 1, 1, 0, '{"name":"PLG_ZHGOOGLEMAP","type":"plugin","creationDate":"Feb 2013","author":"Zhuk Dmitry","copyright":"Copyright","authorEmail":"ZhukDL@gmail.com","authorUrl":"http:\\/\\/zhuk.cc","version":"4.2.0.2","description":"PLG_ZHGOOGLEMAP_DESCRIPTION","group":""}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10048, 'MOD_HEX_GOOGLE_CHART', 'module', 'mod_hex_google_chart', '', 0, 1, 0, 0, '{"name":"MOD_HEX_GOOGLE_CHART","type":"module","creationDate":"March 2013","author":"HexSys Team","copyright":"Copyright (C) 2013 hexsystechnologies.com. All rights reserved.","authorEmail":"info@hexsystechnologies.com","authorUrl":"www.hexsystechnologies.com","version":"1.0.0","description":"MOD_HEX_GOOGLE_DESCR","group":""}', '{"chart_data":"[''Year'', ''Austria'', ''Bulgaria'', ''Denmark'', ''India''],     [''2003'',  1336060,    400361,    1001582, 5335335],     [''2004'',  1538156,    366849,    1119450, 3453453],     [''2005'',  1576579,    440514,    993360, 35345345],      [''2006'',  1600652,    434552,    1004163, 3534533],     [''2007'',  1968113,    393032,    979198, 34534334],     [''2008'',  1901067,    517206,    916965, 34535355]","width":"600","height":"400","chart_title":"Google Chart","hAxis":"","vAxis":"","colors":"","chart_galllery":"PieChart","moduleclass_sfx":"","cache":"1","cache_time":"900","cachemode":"itemid"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10053, 'Content - Load Module in Article', 'plugin', 'loadmoduleinarticle', 'content', 0, 1, 1, 0, '{"name":"Content - Load Module in Article","type":"plugin","creationDate":"juli 2014","author":"Carsten Engel","copyright":"Copyright (C) 2008-2014 Carsten Engel, pages-and-items. All rights reserved.","authorEmail":"-","authorUrl":"www.pages-and-items.com","version":"3.0.1","description":"\\n\\t   Plugin to display a module into an article. Placing the same module more then once on a page might result in conflicts. Dont forget to ENABLE this plugin in the plugin-manager. Syntax in editor: {module [63]} where 63 is the id of the module. You can overrule the default style like this: {module [63|rounded]}. Options are ''none'', ''xhtml'' (wrapped by a div) and ''rounded'' (wrapped by multiple divs).\\n\\t","group":""}', '{"style":"none"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10054, 'Art Table Lite Edition', 'module', 'mod_arttable', '', 0, 1, 0, 0, '{"name":"Art Table Lite Edition","type":"module","creationDate":"November 2010","author":"artetics.com","copyright":"Copyright (C) 2010 artetics.com. All rights reserved.","authorEmail":"info@artetics.com","authorUrl":"www.artetics.com","version":"1.5.1","description":"Art Table Lite Edition module is free and limited edition of <a href=\\"http:\\/\\/www.artetics.com\\/ARTools\\/art-table\\" title=\\"Art Table - Easy Tables and Charts for Joomla!\\">Art Table<\\/a>.<br \\/><br \\/>&copy;&nbsp;<a href=\\"http:\\/\\/www.artetics.com\\">Artetics.com<\\/a> - Start Point For Your Website.","group":""}', '{"moduleclass_sfx":"","loadJQuery":"1","title":"","className":"arttable_table","sqlQuery":"","connectionString":""}', '', '', 0, '0000-00-00 00:00:00', 0, 0);

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

--
-- Estructura de tabla para la tabla `mer_finder_filters`
--

CREATE TABLE IF NOT EXISTS `mer_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=utf8 AUTO_INCREMENT=1 ;

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

--
-- Estructura de tabla para la tabla `mer_finder_links`
--

CREATE TABLE IF NOT EXISTS `mer_finder_links` (
  `link_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `url` varchar(255) NOT NULL,
  `route` varchar(255) NOT NULL,
  `title` varchar(255) DEFAULT NULL,
  `description` varchar(255) DEFAULT NULL,
  `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`),
  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=utf8 AUTO_INCREMENT=1 ;

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

--
-- Estructura de tabla para la tabla `mer_finder_links_terms0`
--

CREATE TABLE IF NOT EXISTS `mer_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=utf8;

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

--
-- Estructura de tabla para la tabla `mer_finder_links_terms1`
--

CREATE TABLE IF NOT EXISTS `mer_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=utf8;

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

--
-- Estructura de tabla para la tabla `mer_finder_links_terms2`
--

CREATE TABLE IF NOT EXISTS `mer_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=utf8;

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

--
-- Estructura de tabla para la tabla `mer_finder_links_terms3`
--

CREATE TABLE IF NOT EXISTS `mer_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=utf8;

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

--
-- Estructura de tabla para la tabla `mer_finder_links_terms4`
--

CREATE TABLE IF NOT EXISTS `mer_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=utf8;

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

--
-- Estructura de tabla para la tabla `mer_finder_links_terms5`
--

CREATE TABLE IF NOT EXISTS `mer_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=utf8;

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

--
-- Estructura de tabla para la tabla `mer_finder_links_terms6`
--

CREATE TABLE IF NOT EXISTS `mer_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=utf8;

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

--
-- Estructura de tabla para la tabla `mer_finder_links_terms7`
--

CREATE TABLE IF NOT EXISTS `mer_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=utf8;

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

--
-- Estructura de tabla para la tabla `mer_finder_links_terms8`
--

CREATE TABLE IF NOT EXISTS `mer_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=utf8;

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

--
-- Estructura de tabla para la tabla `mer_finder_links_terms9`
--

CREATE TABLE IF NOT EXISTS `mer_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=utf8;

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

--
-- Estructura de tabla para la tabla `mer_finder_links_termsa`
--

CREATE TABLE IF NOT EXISTS `mer_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=utf8;

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

--
-- Estructura de tabla para la tabla `mer_finder_links_termsb`
--

CREATE TABLE IF NOT EXISTS `mer_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=utf8;

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

--
-- Estructura de tabla para la tabla `mer_finder_links_termsc`
--

CREATE TABLE IF NOT EXISTS `mer_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=utf8;

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

--
-- Estructura de tabla para la tabla `mer_finder_links_termsd`
--

CREATE TABLE IF NOT EXISTS `mer_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=utf8;

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

--
-- Estructura de tabla para la tabla `mer_finder_links_termse`
--

CREATE TABLE IF NOT EXISTS `mer_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=utf8;

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

--
-- Estructura de tabla para la tabla `mer_finder_links_termsf`
--

CREATE TABLE IF NOT EXISTS `mer_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=utf8;

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

--
-- Estructura de tabla para la tabla `mer_finder_taxonomy`
--

CREATE TABLE IF NOT EXISTS `mer_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  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Volcado de datos para la tabla `mer_finder_taxonomy`
--

INSERT INTO `mer_finder_taxonomy` (`id`, `parent_id`, `title`, `state`, `access`, `ordering`) VALUES
(1, 0, 'ROOT', 0, 0, 0);

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

--
-- Estructura de tabla para la tabla `mer_finder_taxonomy_map`
--

CREATE TABLE IF NOT EXISTS `mer_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=utf8;

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

--
-- Estructura de tabla para la tabla `mer_finder_terms`
--

CREATE TABLE IF NOT EXISTS `mer_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=utf8 AUTO_INCREMENT=1 ;

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

--
-- Estructura de tabla para la tabla `mer_finder_terms_common`
--

CREATE TABLE IF NOT EXISTS `mer_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=utf8;

--
-- Volcado de datos para la tabla `mer_finder_terms_common`
--

INSERT INTO `mer_finder_terms_common` (`term`, `language`) VALUES
('a', 'en'),
('about', 'en'),
('after', 'en'),
('ago', 'en'),
('all', 'en'),
('am', 'en'),
('an', 'en'),
('and', 'en'),
('ani', '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'),
('noth', 'en'),
('nothing', 'en'),
('of', 'en'),
('off', 'en'),
('often', 'en'),
('old', 'en'),
('on', 'en'),
('onc', 'en'),
('once', 'en'),
('onli', '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'),
('veri', 'en'),
('version', 'en'),
('very', 'en'),
('via', 'en'),
('want', 'en'),
('was', 'en'),
('way', 'en'),
('were', 'en'),
('what', 'en'),
('when', 'en'),
('where', 'en'),
('whi', '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');

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

--
-- Estructura de tabla para la tabla `mer_finder_tokens`
--

CREATE TABLE IF NOT EXISTS `mer_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=utf8;

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

--
-- Estructura de tabla para la tabla `mer_finder_tokens_aggregate`
--

CREATE TABLE IF NOT EXISTS `mer_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=utf8;

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

--
-- Estructura de tabla para la tabla `mer_finder_types`
--

CREATE TABLE IF NOT EXISTS `mer_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=utf8 AUTO_INCREMENT=1 ;

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

--
-- Estructura de tabla para la tabla `mer_flexicontent_advsearch_index`
--

CREATE TABLE IF NOT EXISTS `mer_flexicontent_advsearch_index` (
  `sid` int(11) NOT NULL AUTO_INCREMENT,
  `field_id` int(11) NOT NULL,
  `item_id` int(11) NOT NULL,
  `extraid` int(11) NOT NULL,
  `search_index` longtext NOT NULL,
  `value_id` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`field_id`,`item_id`,`extraid`),
  KEY `sid` (`sid`),
  KEY `field_id` (`field_id`),
  KEY `item_id` (`item_id`),
  KEY `value_id` (`value_id`),
  FULLTEXT KEY `search_index` (`search_index`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

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

--
-- Estructura de tabla para la tabla `mer_flexicontent_authors_ext`
--

CREATE TABLE IF NOT EXISTS `mer_flexicontent_authors_ext` (
  `user_id` int(11) unsigned NOT NULL,
  `author_basicparams` text,
  `author_catparams` text,
  PRIMARY KEY (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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

--
-- Estructura de tabla para la tabla `mer_flexicontent_cats_item_relations`
--

CREATE TABLE IF NOT EXISTS `mer_flexicontent_cats_item_relations` (
  `catid` int(11) NOT NULL DEFAULT '0',
  `itemid` int(11) NOT NULL DEFAULT '0',
  `ordering` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`catid`,`itemid`),
  KEY `catid` (`catid`),
  KEY `itemid` (`itemid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Volcado de datos para la tabla `mer_flexicontent_cats_item_relations`
--

INSERT INTO `mer_flexicontent_cats_item_relations` (`catid`, `itemid`, `ordering`) VALUES
(8, 1, 0);

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

--
-- Estructura de tabla para la tabla `mer_flexicontent_download_coupons`
--

CREATE TABLE IF NOT EXISTS `mer_flexicontent_download_coupons` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `user_id` int(11) NOT NULL,
  `file_id` int(11) NOT NULL,
  `token` varchar(255) NOT NULL,
  `hits` int(11) NOT NULL,
  `hits_limit` int(11) NOT NULL,
  `expire_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `user_id` (`user_id`),
  KEY `file_id` (`file_id`),
  KEY `token` (`token`),
  KEY `expire_on` (`expire_on`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

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

--
-- Estructura de tabla para la tabla `mer_flexicontent_download_history`
--

CREATE TABLE IF NOT EXISTS `mer_flexicontent_download_history` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `user_id` int(11) NOT NULL,
  `file_id` int(11) NOT NULL,
  `hits` int(11) NOT NULL,
  `last_hit_on` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `user_id` (`user_id`),
  KEY `file_id` (`file_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

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

--
-- Estructura de tabla para la tabla `mer_flexicontent_favourites`
--

CREATE TABLE IF NOT EXISTS `mer_flexicontent_favourites` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `itemid` int(11) NOT NULL DEFAULT '0',
  `userid` int(11) NOT NULL DEFAULT '0',
  `notify` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`,`itemid`,`userid`),
  KEY `id` (`id`),
  KEY `itemid` (`itemid`),
  KEY `userid` (`userid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

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

--
-- Estructura de tabla para la tabla `mer_flexicontent_fields`
--

CREATE TABLE IF NOT EXISTS `mer_flexicontent_fields` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `asset_id` int(11) unsigned NOT NULL DEFAULT '0',
  `field_type` varchar(50) NOT NULL DEFAULT '',
  `name` varchar(255) NOT NULL DEFAULT '',
  `label` varchar(255) NOT NULL,
  `description` varchar(255) NOT NULL DEFAULT '',
  `isfilter` tinyint(1) NOT NULL DEFAULT '0',
  `isadvfilter` tinyint(1) NOT NULL DEFAULT '0',
  `iscore` tinyint(1) NOT NULL DEFAULT '0',
  `issearch` tinyint(1) NOT NULL DEFAULT '1',
  `isadvsearch` tinyint(1) NOT NULL DEFAULT '0',
  `untranslatable` tinyint(1) NOT NULL DEFAULT '0',
  `formhidden` tinyint(1) NOT NULL DEFAULT '0',
  `valueseditable` tinyint(1) NOT NULL DEFAULT '0',
  `edithelp` tinyint(1) NOT NULL DEFAULT '2',
  `positions` text NOT NULL,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `attribs` text NOT NULL,
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `access` int(11) unsigned NOT NULL DEFAULT '1',
  `ordering` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=15 ;

--
-- Volcado de datos para la tabla `mer_flexicontent_fields`
--

INSERT INTO `mer_flexicontent_fields` (`id`, `asset_id`, `field_type`, `name`, `label`, `description`, `isfilter`, `isadvfilter`, `iscore`, `issearch`, `isadvsearch`, `untranslatable`, `formhidden`, `valueseditable`, `edithelp`, `positions`, `published`, `attribs`, `checked_out`, `checked_out_time`, `access`, `ordering`) VALUES
(1, 65, 'maintext', 'text', 'Description', 'The main description text (introtext/fulltext)', 0, 0, 1, 1, 0, 0, 0, 0, 2, '', 1, 'display_label=0\ntrigger_onprepare_content=0', 0, '0000-00-00 00:00:00', 1, 2),
(2, 66, 'created', 'created', 'Created', 'Creation date', 0, 0, 1, 1, 0, 0, 0, 0, 2, '', 1, 'display_label=1\ndate_format=DATE_FORMAT_LC1\ncustom_date=\npretext=\nposttext=', 0, '0000-00-00 00:00:00', 1, 3),
(3, 67, 'createdby', 'created_by', 'Created by', 'Item author', 0, 0, 1, 1, 0, 0, 0, 0, 2, '', 1, 'display_label=1\npretext=\nposttext=', 0, '0000-00-00 00:00:00', 1, 4),
(4, 68, 'modified', 'modified', 'Last modified', 'Date of the last modification', 0, 0, 1, 1, 0, 0, 0, 0, 2, '', 1, 'display_label=1\ndate_format=DATE_FORMAT_LC1\ncustom_date=\npretext=\nposttext=', 0, '0000-00-00 00:00:00', 1, 5),
(5, 69, 'modifiedby', 'modified_by', 'Revised by', 'Name of the user which last edited the item', 0, 0, 1, 1, 0, 0, 0, 0, 2, '', 1, 'display_label=1\npretext=\nposttext=', 0, '0000-00-00 00:00:00', 1, 6),
(6, 70, 'title', 'title', 'Title', 'The item title', 0, 0, 1, 1, 0, 0, 0, 0, 2, '', 1, 'display_label=1', 0, '0000-00-00 00:00:00', 1, 1),
(7, 71, 'hits', 'hits', 'Hits', 'Number of hits', 0, 0, 1, 1, 0, 0, 0, 0, 2, '', 1, 'display_label=1\npretext=\nposttext=views', 0, '0000-00-00 00:00:00', 1, 7),
(8, 72, 'type', 'document_type', 'Document type', 'Document type', 0, 0, 1, 1, 0, 0, 0, 0, 2, '', 1, 'display_label=1\npretext=\nposttext=', 0, '0000-00-00 00:00:00', 1, 8),
(9, 73, 'version', 'version', 'Version', 'Number of version', 0, 0, 1, 1, 0, 0, 0, 0, 2, '', 1, 'display_label=1\npretext=\nposttext=', 0, '0000-00-00 00:00:00', 1, 9),
(10, 74, 'state', 'state', 'State', 'State', 0, 0, 1, 1, 0, 0, 0, 0, 2, '', 1, 'display_label=1', 0, '0000-00-00 00:00:00', 1, 10),
(11, 75, 'voting', 'voting', 'Voting', 'The up and down voting buttons', 0, 0, 1, 1, 0, 0, 0, 0, 2, '', 1, 'display_label=1\ndimension=16\nimage=components/com_flexicontent/assets/images/star-small.png', 0, '0000-00-00 00:00:00', 1, 11),
(12, 76, 'favourites', 'favourites', 'Favourites', 'The add to favourites button', 0, 0, 1, 1, 0, 0, 0, 0, 2, '', 1, 'display_label=1', 0, '0000-00-00 00:00:00', 1, 12),
(13, 77, 'categories', 'categories', 'Categories', 'The categories assigned to this item', 0, 0, 1, 1, 0, 0, 0, 0, 2, '', 1, 'display_label=1\nseparatorf=2', 0, '0000-00-00 00:00:00', 1, 13),
(14, 78, 'tags', 'tags', 'Tags', 'The tags assigned to this item', 0, 0, 1, 1, 0, 0, 0, 0, 2, '', 1, 'display_label=1\nseparatorf=2', 84, '2014-09-24 22:28:12', 1, 14);

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

--
-- Estructura de tabla para la tabla `mer_flexicontent_fields_item_relations`
--

CREATE TABLE IF NOT EXISTS `mer_flexicontent_fields_item_relations` (
  `field_id` int(11) NOT NULL DEFAULT '0',
  `item_id` int(11) NOT NULL DEFAULT '0',
  `valueorder` int(11) NOT NULL DEFAULT '1',
  `value` mediumtext NOT NULL,
  PRIMARY KEY (`field_id`,`item_id`,`valueorder`),
  KEY `field_id` (`field_id`),
  KEY `item_id` (`item_id`),
  KEY `valueorder` (`valueorder`),
  KEY `value` (`value`(32))
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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

--
-- Estructura de tabla para la tabla `mer_flexicontent_fields_type_relations`
--

CREATE TABLE IF NOT EXISTS `mer_flexicontent_fields_type_relations` (
  `field_id` int(11) NOT NULL DEFAULT '0',
  `type_id` int(11) NOT NULL DEFAULT '0',
  `ordering` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`field_id`,`type_id`),
  KEY `field_id` (`field_id`),
  KEY `type_id` (`type_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Volcado de datos para la tabla `mer_flexicontent_fields_type_relations`
--

INSERT INTO `mer_flexicontent_fields_type_relations` (`field_id`, `type_id`, `ordering`) VALUES
(1, 1, 1),
(2, 1, 2),
(3, 1, 3),
(4, 1, 4),
(5, 1, 5),
(6, 1, 6),
(7, 1, 7),
(8, 1, 8),
(9, 1, 9),
(10, 1, 10),
(11, 1, 11),
(12, 1, 12),
(13, 1, 13),
(14, 1, 14);

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

--
-- Estructura de tabla para la tabla `mer_flexicontent_files`
--

CREATE TABLE IF NOT EXISTS `mer_flexicontent_files` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `filename` varchar(255) NOT NULL,
  `filename_original` varchar(255) NOT NULL DEFAULT '',
  `altname` varchar(255) NOT NULL,
  `description` text NOT NULL,
  `url` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `secure` tinyint(3) unsigned NOT NULL DEFAULT '1',
  `ext` varchar(10) NOT NULL,
  `published` tinyint(1) NOT NULL DEFAULT '1',
  `language` char(7) NOT NULL DEFAULT '*',
  `hits` int(11) unsigned NOT NULL DEFAULT '0',
  `uploaded` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `uploaded_by` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `access` int(11) unsigned NOT NULL DEFAULT '1',
  `attribs` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

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

--
-- Estructura de tabla para la tabla `mer_flexicontent_items_ext`
--

CREATE TABLE IF NOT EXISTS `mer_flexicontent_items_ext` (
  `item_id` int(11) unsigned NOT NULL,
  `type_id` int(11) unsigned NOT NULL,
  `language` varchar(11) NOT NULL DEFAULT '*',
  `lang_parent_id` int(11) unsigned NOT NULL DEFAULT '0',
  `sub_items` text NOT NULL,
  `sub_categories` text NOT NULL,
  `related_items` text NOT NULL,
  `search_index` mediumtext NOT NULL,
  PRIMARY KEY (`item_id`),
  KEY `lang_parent_id` (`lang_parent_id`),
  KEY `type_id` (`type_id`),
  FULLTEXT KEY `search_index` (`search_index`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Volcado de datos para la tabla `mer_flexicontent_items_ext`
--

INSERT INTO `mer_flexicontent_items_ext` (`item_id`, `type_id`, `language`, `lang_parent_id`, `sub_items`, `sub_categories`, `related_items`, `search_index`) VALUES
(1, 1, '*', 1, '', '', '', '{module [99]} | 2014-09 | Super User | Super User | indicadores | Article | INDICADORES DE COYUNTURA');

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

--
-- Estructura de tabla para la tabla `mer_flexicontent_items_extravote`
--

CREATE TABLE IF NOT EXISTS `mer_flexicontent_items_extravote` (
  `content_id` int(11) NOT NULL,
  `field_id` int(11) NOT NULL,
  `lastip` varchar(50) NOT NULL,
  `rating_sum` int(11) NOT NULL,
  `rating_count` int(11) NOT NULL,
  KEY `extravote_idx` (`content_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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

--
-- Estructura de tabla para la tabla `mer_flexicontent_items_tmp`
--

CREATE TABLE IF NOT EXISTS `mer_flexicontent_items_tmp` (
  `id` int(10) unsigned NOT NULL,
  `title` varchar(255) NOT NULL,
  `state` tinyint(3) NOT NULL DEFAULT '0',
  `catid` int(10) unsigned NOT NULL DEFAULT '0',
  `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',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `version` int(10) unsigned NOT NULL DEFAULT '1',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `access` int(10) unsigned NOT NULL DEFAULT '0',
  `hits` int(10) unsigned NOT NULL DEFAULT '0',
  `featured` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `language` char(7) NOT NULL,
  `type_id` int(11) NOT NULL DEFAULT '0',
  `lang_parent_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `state` (`state`),
  KEY `catid` (`catid`),
  KEY `created_by` (`created_by`),
  KEY `access` (`access`),
  KEY `language` (`language`),
  KEY `featured` (`featured`),
  KEY `type_id` (`type_id`),
  KEY `lang_parent_id` (`lang_parent_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Volcado de datos para la tabla `mer_flexicontent_items_tmp`
--

INSERT INTO `mer_flexicontent_items_tmp` (`id`, `title`, `state`, `catid`, `created`, `created_by`, `modified`, `modified_by`, `publish_up`, `publish_down`, `version`, `ordering`, `access`, `hits`, `featured`, `language`, `type_id`, `lang_parent_id`) VALUES
(1, 'indicadores', -2, 8, '2014-09-25 16:14:57', 84, '2014-09-25 16:34:45', 84, '2014-09-25 16:14:57', '0000-00-00 00:00:00', 2, 1, 1, 1, 0, '*', 1, 1);

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

--
-- Estructura de tabla para la tabla `mer_flexicontent_items_versions`
--

CREATE TABLE IF NOT EXISTS `mer_flexicontent_items_versions` (
  `version` int(11) NOT NULL DEFAULT '0',
  `field_id` int(11) NOT NULL DEFAULT '0',
  `item_id` int(11) NOT NULL DEFAULT '0',
  `valueorder` int(11) NOT NULL DEFAULT '1',
  `value` mediumtext NOT NULL,
  PRIMARY KEY (`version`,`field_id`,`item_id`,`valueorder`),
  KEY `version` (`version`),
  KEY `field_id` (`field_id`),
  KEY `item_id` (`item_id`),
  KEY `valueorder` (`valueorder`),
  FULLTEXT KEY `value` (`value`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Volcado de datos para la tabla `mer_flexicontent_items_versions`
--

INSERT INTO `mer_flexicontent_items_versions` (`version`, `field_id`, `item_id`, `valueorder`, `value`) VALUES
(1, 1, 1, 1, '<p>{module [99]}</p>'),
(1, 2, 1, 1, '2014-09-25 16:14:57'),
(1, 3, 1, 1, '84'),
(1, 4, 1, 1, '0000-00-00 00:00:00'),
(1, 5, 1, 1, '0'),
(1, 6, 1, 1, 'indicadores'),
(1, 8, 1, 1, '1'),
(1, 9, 1, 1, '1'),
(1, 12, 1, 1, 'button'),
(1, 13, 1, 1, '8'),
(1, -2, 1, 1, 'a:8:{s:5:"alias";s:11:"indicadores";s:5:"catid";s:1:"8";s:8:"metadesc";s:0:"";s:7:"metakey";s:0:"";s:8:"metadata";s:53:"{"robots":"","xreference":"","author":"","rights":""}";s:7:"attribs";s:622:"{"title_cut_text":"","top_cols":"","bottom_cols":"","subtitle_tab1_label":"","subtitle_tab2_label":"","subtitle_tab3_label":"","subtitle_tab4_label":"","subtitle_tab5_label":"","subtitle_tab6_label":"","bottom_tab1_label":"","bottom_tab2_label":"","bottom_tab3_label":"","bottom_tab4_label":"","bottom_tab5_label":"","bottom_tab6_label":"","htmlmode":"","override_title":"","custom_ititle":"","addcat_title":"","add_canonical":"","show_print_icon":"","show_email_icon":"","show_editbutton":"","show_state_icon":"","show_title":"","show_intro":"","readmore":"","comments":"","automatic_pathways":"","ilayout":"indicadores"}";s:4:"urls";s:121:"{"urla":false,"urlatext":"","targeta":"","urlb":false,"urlbtext":"","targetb":"","urlc":false,"urlctext":"","targetc":""}";s:6:"images";s:173:"{"image_intro":"","float_intro":"","image_intro_alt":"","image_intro_caption":"","image_fulltext":"","float_fulltext":"","image_fulltext_alt":"","image_fulltext_caption":""}";}'),
(2, 1, 1, 1, '<p>{module [99]}</p>'),
(2, 2, 1, 1, '2014-09-25 16:14:57'),
(2, 3, 1, 1, '84'),
(2, 4, 1, 1, '2014-09-25 16:34:45'),
(2, 5, 1, 1, '84'),
(2, 6, 1, 1, 'indicadores'),
(2, 8, 1, 1, '1'),
(2, 9, 1, 1, '2'),
(2, 12, 1, 1, 'button'),
(2, 13, 1, 1, '8'),
(2, -2, 1, 1, 'a:8:{s:5:"alias";s:11:"indicadores";s:5:"catid";s:1:"8";s:8:"metadesc";s:0:"";s:7:"metakey";s:0:"";s:8:"metadata";s:53:"{"robots":"","xreference":"","author":"","rights":""}";s:7:"attribs";s:622:"{"title_cut_text":"","top_cols":"","bottom_cols":"","subtitle_tab1_label":"","subtitle_tab2_label":"","subtitle_tab3_label":"","subtitle_tab4_label":"","subtitle_tab5_label":"","subtitle_tab6_label":"","bottom_tab1_label":"","bottom_tab2_label":"","bottom_tab3_label":"","bottom_tab4_label":"","bottom_tab5_label":"","bottom_tab6_label":"","htmlmode":"","override_title":"","custom_ititle":"","addcat_title":"","add_canonical":"","show_print_icon":"","show_email_icon":"","show_editbutton":"","show_state_icon":"","show_title":"","show_intro":"","readmore":"","comments":"","automatic_pathways":"","ilayout":"indicadores"}";s:4:"urls";s:121:"{"urla":false,"urlatext":"","targeta":"","urlb":false,"urlbtext":"","targetb":"","urlc":false,"urlctext":"","targetc":""}";s:6:"images";s:173:"{"image_intro":"","float_intro":"","image_intro_alt":"","image_intro_caption":"","image_fulltext":"","float_fulltext":"","image_fulltext_alt":"","image_fulltext_caption":""}";}');

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

--
-- Estructura de tabla para la tabla `mer_flexicontent_tags`
--

CREATE TABLE IF NOT EXISTS `mer_flexicontent_tags` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `alias` varchar(255) NOT NULL,
  `published` tinyint(1) NOT NULL,
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

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

--
-- Estructura de tabla para la tabla `mer_flexicontent_tags_item_relations`
--

CREATE TABLE IF NOT EXISTS `mer_flexicontent_tags_item_relations` (
  `tid` int(11) NOT NULL DEFAULT '0',
  `itemid` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`tid`,`itemid`),
  KEY `tid` (`tid`),
  KEY `itemid` (`itemid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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

--
-- Estructura de tabla para la tabla `mer_flexicontent_templates`
--

CREATE TABLE IF NOT EXISTS `mer_flexicontent_templates` (
  `template` varchar(50) NOT NULL DEFAULT '',
  `layout` varchar(20) NOT NULL DEFAULT '',
  `position` varchar(100) NOT NULL DEFAULT '',
  `fields` text NOT NULL,
  PRIMARY KEY (`template`,`layout`,`position`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Volcado de datos para la tabla `mer_flexicontent_templates`
--

INSERT INTO `mer_flexicontent_templates` (`template`, `layout`, `position`, `fields`) VALUES
('blog', 'category', 'above-description-line1-nolabel', 'created,created_by'),
('blog', 'category', 'above-description-line2-nolabel', 'voting,favourites'),
('blog', 'category', 'under-description-line1', 'categories'),
('blog', 'category', 'under-description-line2', 'tags'),
('default', 'items', 'top', 'created,created_by,modified,modified_by,voting,favourites,categories,tags'),
('default', 'items', 'description', 'text');

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

--
-- Estructura de tabla para la tabla `mer_flexicontent_types`
--

CREATE TABLE IF NOT EXISTS `mer_flexicontent_types` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `asset_id` int(11) unsigned NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL,
  `alias` varchar(255) NOT NULL,
  `published` tinyint(1) NOT NULL,
  `itemscreatable` smallint(8) NOT NULL DEFAULT '0',
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `access` int(11) unsigned NOT NULL DEFAULT '1',
  `attribs` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Volcado de datos para la tabla `mer_flexicontent_types`
--

INSERT INTO `mer_flexicontent_types` (`id`, `asset_id`, `name`, `alias`, `published`, `itemscreatable`, `checked_out`, `checked_out_time`, `access`, `attribs`) VALUES
(1, 64, 'Article', 'article', 1, 0, 0, '0000-00-00 00:00:00', 1, 'ilayout=default\nhide_maintext=0\nhide_html=0\nmaintext_label=\nmaintext_desc=\ncomments=\ntop_cols=two\nbottom_cols=two');

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

--
-- Estructura de tabla para la tabla `mer_flexicontent_versions`
--

CREATE TABLE IF NOT EXISTS `mer_flexicontent_versions` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `item_id` int(11) unsigned NOT NULL DEFAULT '0',
  `version_id` int(11) unsigned NOT NULL DEFAULT '0',
  `comment` mediumtext NOT NULL,
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(11) unsigned NOT NULL DEFAULT '0',
  `state` int(3) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `version2item` (`item_id`,`version_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ;

--
-- Volcado de datos para la tabla `mer_flexicontent_versions`
--

INSERT INTO `mer_flexicontent_versions` (`id`, `item_id`, `version_id`, `comment`, `created`, `created_by`, `state`) VALUES
(1, 1, 1, '', '2014-09-25 16:14:57', 84, 0),
(2, 1, 2, '', '2014-09-25 16:34:45', 84, 0);

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

--
-- Estructura de tabla para la tabla `mer_languages`
--

CREATE TABLE IF NOT EXISTS `mer_languages` (
  `lang_id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `lang_code` char(7) NOT NULL,
  `title` varchar(50) NOT NULL,
  `title_native` varchar(50) NOT NULL,
  `sef` varchar(50) NOT NULL,
  `image` varchar(50) NOT NULL,
  `description` varchar(512) NOT NULL,
  `metakey` text NOT NULL,
  `metadesc` text NOT NULL,
  `sitename` varchar(1024) NOT NULL DEFAULT '',
  `published` int(11) NOT NULL DEFAULT '0',
  `access` int(10) unsigned NOT NULL DEFAULT '0',
  `ordering` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`lang_id`),
  UNIQUE KEY `idx_sef` (`sef`),
  UNIQUE KEY `idx_image` (`image`),
  UNIQUE KEY `idx_langcode` (`lang_code`),
  KEY `idx_access` (`access`),
  KEY `idx_ordering` (`ordering`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Volcado de datos para la tabla `mer_languages`
--

INSERT INTO `mer_languages` (`lang_id`, `lang_code`, `title`, `title_native`, `sef`, `image`, `description`, `metakey`, `metadesc`, `sitename`, `published`, `access`, `ordering`) VALUES
(1, 'en-GB', 'English (UK)', 'English (UK)', 'en', 'en', '', '', '', '', 1, 1, 1);

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

--
-- Estructura de tabla para la tabla `mer_menu`
--

CREATE TABLE IF NOT EXISTS `mer_menu` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `menutype` varchar(24) NOT NULL COMMENT 'The type of menu this item belongs to. FK to #__menu_types.menutype',
  `title` varchar(255) NOT NULL COMMENT 'The display title of the menu item.',
  `alias` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL COMMENT 'The SEF alias of the menu item.',
  `note` varchar(255) NOT NULL DEFAULT '',
  `path` varchar(1024) NOT NULL COMMENT 'The computed path of the menu item based on the alias field.',
  `link` varchar(1024) NOT NULL COMMENT 'The actually link the menu item refers to.',
  `type` varchar(16) NOT NULL COMMENT 'The type of link: Component, URL, Alias, Separator',
  `published` tinyint(4) NOT NULL DEFAULT '0' COMMENT 'The published state of the menu link.',
  `parent_id` int(10) unsigned NOT NULL DEFAULT '1' COMMENT 'The parent menu item in the menu tree.',
  `level` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'The relative level in the tree.',
  `component_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'FK to #__extensions.id',
  `checked_out` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'FK to #__users.id',
  `checked_out_time` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' COMMENT 'The time the menu item was checked out.',
  `browserNav` tinyint(4) NOT NULL DEFAULT '0' COMMENT 'The click behaviour of the link.',
  `access` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'The access level required to view the menu item.',
  `img` varchar(255) NOT NULL COMMENT 'The image of the menu item.',
  `template_style_id` int(10) unsigned NOT NULL DEFAULT '0',
  `params` text NOT NULL COMMENT 'JSON encoded data for the menu item.',
  `lft` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set lft.',
  `rgt` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set rgt.',
  `home` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT 'Indicates if this menu item is the home or default page.',
  `language` char(7) NOT NULL DEFAULT '',
  `client_id` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_client_id_parent_id_alias_language` (`client_id`,`parent_id`,`alias`,`language`),
  KEY `idx_componentid` (`component_id`,`menutype`,`published`,`access`),
  KEY `idx_menutype` (`menutype`),
  KEY `idx_left_right` (`lft`,`rgt`),
  KEY `idx_alias` (`alias`),
  KEY `idx_path` (`path`(255)),
  KEY `idx_language` (`language`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=139 ;

--
-- Volcado de datos para la tabla `mer_menu`
--

INSERT INTO `mer_menu` (`id`, `menutype`, `title`, `alias`, `note`, `path`, `link`, `type`, `published`, `parent_id`, `level`, `component_id`, `checked_out`, `checked_out_time`, `browserNav`, `access`, `img`, `template_style_id`, `params`, `lft`, `rgt`, `home`, `language`, `client_id`) VALUES
(1, '', 'Menu_Item_Root', 'root', '', '', '', '', 1, 0, 0, 0, 0, '0000-00-00 00:00:00', 0, 0, '', 0, '', 0, 93, 0, '*', 0),
(2, 'menu', 'com_banners', 'Banners', '', 'Banners', 'index.php?option=com_banners', 'component', 0, 1, 1, 4, 0, '0000-00-00 00:00:00', 0, 0, 'class:banners', 0, '', 1, 10, 0, '*', 1),
(3, 'menu', 'com_banners', 'Banners', '', 'Banners/Banners', 'index.php?option=com_banners', 'component', 0, 2, 2, 4, 0, '0000-00-00 00:00:00', 0, 0, 'class:banners', 0, '', 2, 3, 0, '*', 1),
(4, 'menu', 'com_banners_categories', 'Categories', '', 'Banners/Categories', 'index.php?option=com_categories&extension=com_banners', 'component', 0, 2, 2, 6, 0, '0000-00-00 00:00:00', 0, 0, 'class:banners-cat', 0, '', 4, 5, 0, '*', 1),
(5, 'menu', 'com_banners_clients', 'Clients', '', 'Banners/Clients', 'index.php?option=com_banners&view=clients', 'component', 0, 2, 2, 4, 0, '0000-00-00 00:00:00', 0, 0, 'class:banners-clients', 0, '', 6, 7, 0, '*', 1),
(6, 'menu', 'com_banners_tracks', 'Tracks', '', 'Banners/Tracks', 'index.php?option=com_banners&view=tracks', 'component', 0, 2, 2, 4, 0, '0000-00-00 00:00:00', 0, 0, 'class:banners-tracks', 0, '', 8, 9, 0, '*', 1),
(7, 'menu', 'com_contact', 'Contacts', '', 'Contacts', 'index.php?option=com_contact', 'component', 0, 1, 1, 8, 0, '0000-00-00 00:00:00', 0, 0, 'class:contact', 0, '', 11, 16, 0, '*', 1),
(8, 'menu', 'com_contact', 'Contacts', '', 'Contacts/Contacts', 'index.php?option=com_contact', 'component', 0, 7, 2, 8, 0, '0000-00-00 00:00:00', 0, 0, 'class:contact', 0, '', 12, 13, 0, '*', 1),
(9, 'menu', 'com_contact_categories', 'Categories', '', 'Contacts/Categories', 'index.php?option=com_categories&extension=com_contact', 'component', 0, 7, 2, 6, 0, '0000-00-00 00:00:00', 0, 0, 'class:contact-cat', 0, '', 14, 15, 0, '*', 1),
(10, 'menu', 'com_messages', 'Messaging', '', 'Messaging', 'index.php?option=com_messages', 'component', 0, 1, 1, 15, 0, '0000-00-00 00:00:00', 0, 0, 'class:messages', 0, '', 17, 22, 0, '*', 1),
(11, 'menu', 'com_messages_add', 'New Private Message', '', 'Messaging/New Private Message', 'index.php?option=com_messages&task=message.add', 'component', 0, 10, 2, 15, 0, '0000-00-00 00:00:00', 0, 0, 'class:messages-add', 0, '', 18, 19, 0, '*', 1),
(12, 'menu', 'com_messages_read', 'Read Private Message', '', 'Messaging/Read Private Message', 'index.php?option=com_messages', 'component', 0, 10, 2, 15, 0, '0000-00-00 00:00:00', 0, 0, 'class:messages-read', 0, '', 20, 21, 0, '*', 1),
(13, 'menu', 'com_newsfeeds', 'News Feeds', '', 'News Feeds', 'index.php?option=com_newsfeeds', 'component', 0, 1, 1, 17, 0, '0000-00-00 00:00:00', 0, 0, 'class:newsfeeds', 0, '', 23, 28, 0, '*', 1),
(14, 'menu', 'com_newsfeeds_feeds', 'Feeds', '', 'News Feeds/Feeds', 'index.php?option=com_newsfeeds', 'component', 0, 13, 2, 17, 0, '0000-00-00 00:00:00', 0, 0, 'class:newsfeeds', 0, '', 24, 25, 0, '*', 1),
(15, 'menu', 'com_newsfeeds_categories', 'Categories', '', 'News Feeds/Categories', 'index.php?option=com_categories&extension=com_newsfeeds', 'component', 0, 13, 2, 6, 0, '0000-00-00 00:00:00', 0, 0, 'class:newsfeeds-cat', 0, '', 26, 27, 0, '*', 1),
(16, 'menu', 'com_redirect', 'Redirect', '', 'Redirect', 'index.php?option=com_redirect', 'component', 0, 1, 1, 24, 0, '0000-00-00 00:00:00', 0, 0, 'class:redirect', 0, '', 29, 30, 0, '*', 1),
(17, 'menu', 'com_search', 'Basic Search', '', 'Basic Search', 'index.php?option=com_search', 'component', 0, 1, 1, 19, 0, '0000-00-00 00:00:00', 0, 0, 'class:search', 0, '', 31, 32, 0, '*', 1),
(18, 'menu', 'com_weblinks', 'Weblinks', '', 'Weblinks', 'index.php?option=com_weblinks', 'component', 0, 1, 1, 21, 0, '0000-00-00 00:00:00', 0, 0, 'class:weblinks', 0, '', 33, 38, 0, '*', 1),
(19, 'menu', 'com_weblinks_links', 'Links', '', 'Weblinks/Links', 'index.php?option=com_weblinks', 'component', 0, 18, 2, 21, 0, '0000-00-00 00:00:00', 0, 0, 'class:weblinks', 0, '', 34, 35, 0, '*', 1),
(20, 'menu', 'com_weblinks_categories', 'Categories', '', 'Weblinks/Categories', 'index.php?option=com_categories&extension=com_weblinks', 'component', 0, 18, 2, 6, 0, '0000-00-00 00:00:00', 0, 0, 'class:weblinks-cat', 0, '', 36, 37, 0, '*', 1),
(21, 'menu', 'com_finder', 'Smart Search', '', 'Smart Search', 'index.php?option=com_finder', 'component', 0, 1, 1, 27, 0, '0000-00-00 00:00:00', 0, 0, 'class:finder', 0, '', 39, 40, 0, '*', 1),
(22, 'menu', 'com_joomlaupdate', 'Joomla! Update', '', 'Joomla! Update', 'index.php?option=com_joomlaupdate', 'component', 1, 1, 1, 28, 0, '0000-00-00 00:00:00', 0, 0, 'class:joomlaupdate', 0, '', 41, 42, 0, '*', 1),
(23, 'main', 'com_tags', 'Tags', '', 'Tags', 'index.php?option=com_tags', 'component', 0, 1, 1, 29, 0, '0000-00-00 00:00:00', 0, 1, 'class:tags', 0, '', 43, 44, 0, '', 1),
(24, 'main', 'com_postinstall', 'Post-installation messages', '', 'Post-installation messages', 'index.php?option=com_postinstall', 'component', 0, 1, 1, 32, 0, '0000-00-00 00:00:00', 0, 1, 'class:postinstall', 0, '', 45, 46, 0, '*', 1),
(101, 'mainmenu', 'Home', 'home', '', 'home', 'index.php?option=com_content&view=featured', 'component', 1, 1, 1, 22, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"featured_categories":[""],"layout_type":"blog","num_leading_articles":"1","num_intro_articles":"3","num_columns":"3","num_links":"0","multi_column_order":"1","orderby_pri":"","orderby_sec":"front","order_date":"","show_pagination":"2","show_pagination_results":"1","show_title":"","link_titles":"","show_intro":"","info_block_position":"","show_category":"","link_category":"","show_parent_category":"","link_parent_category":"","show_author":"","link_author":"","show_create_date":"","show_modify_date":"","show_publish_date":"","show_item_navigation":"","show_vote":"","show_readmore":"","show_readmore_title":"","show_icons":"","show_print_icon":"","show_email_icon":"","show_hits":"","show_noauth":"","show_feed_link":"1","feed_summary":"","menu-anchor_title":"","menu-anchor_css":"","menu_image":"","menu_text":1,"page_title":"","show_page_heading":1,"page_heading":"","pageclass_sfx":"","menu-meta_description":"","menu-meta_keywords":"","robots":"","secure":0}', 47, 48, 1, '*', 0),
(102, 'main', 'FLEXIcontent', 'flexicontent', '', 'flexicontent', 'index.php?option=com_flexicontent', 'component', 0, 1, 1, 10043, 0, '0000-00-00 00:00:00', 0, 1, 'components/com_flexicontent/assets/images/flexicontent.png', 0, '', 49, 50, 0, '', 1),
(121, 'main', 'COM_ZHGOOGLEMAP_MENU', 'com-zhgooglemap-menu', '', 'com-zhgooglemap-menu', 'index.php?option=com_zhgooglemap', 'component', 0, 1, 1, 10045, 0, '0000-00-00 00:00:00', 0, 1, '../media/com_zhgooglemap/images/menu-16x16.png', 0, '', 59, 84, 0, '', 1),
(122, 'main', 'COM_ZHGOOGLEMAP_SUBMENU_MAPS', 'com-zhgooglemap-submenu-maps', '', 'com-zhgooglemap-menu/com-zhgooglemap-submenu-maps', 'index.php?option=com_zhgooglemap&view=zhgooglemaps', 'component', 0, 121, 2, 10045, 0, '0000-00-00 00:00:00', 0, 1, 'class:component', 0, '', 60, 61, 0, '', 1),
(123, 'main', 'COM_ZHGOOGLEMAP_SUBMENU_MAPMARKERS', 'com-zhgooglemap-submenu-mapmarkers', '', 'com-zhgooglemap-menu/com-zhgooglemap-submenu-mapmarkers', 'index.php?option=com_zhgooglemap&view=mapmarkers', 'component', 0, 121, 2, 10045, 0, '0000-00-00 00:00:00', 0, 1, 'class:component', 0, '', 62, 63, 0, '', 1),
(124, 'main', 'COM_ZHGOOGLEMAP_SUBMENU_MAPMARKERGROUPS', 'com-zhgooglemap-submenu-mapmarkergroups', '', 'com-zhgooglemap-menu/com-zhgooglemap-submenu-mapmarkergroups', 'index.php?option=com_zhgooglemap&view=mapmarkergroups', 'component', 0, 121, 2, 10045, 0, '0000-00-00 00:00:00', 0, 1, 'class:component', 0, '', 64, 65, 0, '', 1),
(125, 'main', 'COM_ZHGOOGLEMAP_SUBMENU_MAPROUTERS', 'com-zhgooglemap-submenu-maprouters', '', 'com-zhgooglemap-menu/com-zhgooglemap-submenu-maprouters', 'index.php?option=com_zhgooglemap&view=maprouters', 'component', 0, 121, 2, 10045, 0, '0000-00-00 00:00:00', 0, 1, 'class:component', 0, '', 66, 67, 0, '', 1),
(126, 'main', 'COM_ZHGOOGLEMAP_SUBMENU_MAPPATHS', 'com-zhgooglemap-submenu-mappaths', '', 'com-zhgooglemap-menu/com-zhgooglemap-submenu-mappaths', 'index.php?option=com_zhgooglemap&view=mappaths', 'component', 0, 121, 2, 10045, 0, '0000-00-00 00:00:00', 0, 1, 'class:component', 0, '', 68, 69, 0, '', 1),
(127, 'main', 'COM_ZHGOOGLEMAP_SUBMENU_MAPTYPES', 'com-zhgooglemap-submenu-maptypes', '', 'com-zhgooglemap-menu/com-zhgooglemap-submenu-maptypes', 'index.php?option=com_zhgooglemap&view=maptypes', 'component', 0, 121, 2, 10045, 0, '0000-00-00 00:00:00', 0, 1, 'class:component', 0, '', 70, 71, 0, '', 1),
(128, 'main', 'COM_ZHGOOGLEMAP_SUBMENU_MAPINFOBUBBLES', 'com-zhgooglemap-submenu-mapinfobubbles', '', 'com-zhgooglemap-menu/com-zhgooglemap-submenu-mapinfobubbles', 'index.php?option=com_zhgooglemap&view=mapinfobubbles', 'component', 0, 121, 2, 10045, 0, '0000-00-00 00:00:00', 0, 1, 'class:component', 0, '', 72, 73, 0, '', 1),
(129, 'main', 'COM_ZHGOOGLEMAP_SUBMENU_MAPSTREETVIEWS', 'com-zhgooglemap-submenu-mapstreetviews', '', 'com-zhgooglemap-menu/com-zhgooglemap-submenu-mapstreetviews', 'index.php?option=com_zhgooglemap&view=mapstreetviews', 'component', 0, 121, 2, 10045, 0, '0000-00-00 00:00:00', 0, 1, 'class:component', 0, '', 74, 75, 0, '', 1),
(130, 'main', 'COM_ZHGOOGLEMAP_SUBMENU_MAPWEATHERTYPES', 'com-zhgooglemap-submenu-mapweathertypes', '', 'com-zhgooglemap-menu/com-zhgooglemap-submenu-mapweathertypes', 'index.php?option=com_zhgooglemap&view=mapweathertypes', 'component', 0, 121, 2, 10045, 0, '0000-00-00 00:00:00', 0, 1, 'class:component', 0, '', 76, 77, 0, '', 1),
(131, 'main', 'COM_ZHGOOGLEMAP_SUBMENU_MAPADSENCES', 'com-zhgooglemap-submenu-mapadsences', '', 'com-zhgooglemap-menu/com-zhgooglemap-submenu-mapadsences', 'index.php?option=com_zhgooglemap&view=mapadsences', 'component', 0, 121, 2, 10045, 0, '0000-00-00 00:00:00', 0, 1, 'class:component', 0, '', 78, 79, 0, '', 1),
(132, 'main', 'COM_ZHGOOGLEMAP_SUBMENU_CATEGORIES', 'com-zhgooglemap-submenu-categories', '', 'com-zhgooglemap-menu/com-zhgooglemap-submenu-categories', 'index.php?option=com_categories&extension=com_zhgooglemap&view=categories', 'component', 0, 121, 2, 10045, 0, '0000-00-00 00:00:00', 0, 1, 'class:component', 0, '', 80, 81, 0, '', 1),
(133, 'main', 'COM_ZHGOOGLEMAP_SUBMENU_ABOUT', 'com-zhgooglemap-submenu-about', '', 'com-zhgooglemap-menu/com-zhgooglemap-submenu-about', 'index.php?option=com_zhgooglemap&view=abouts', 'component', 0, 121, 2, 10045, 0, '0000-00-00 00:00:00', 0, 1, 'class:component', 0, '', 82, 83, 0, '', 1),
(134, 'flexihiddenmenu', 'Site Content', 'site_content', '', 'site_content', 'index.php?option=com_flexicontent&view=flexicontent', 'component', 0, 1, 1, 10043, 0, '0000-00-00 00:00:00', 0, 1, '', 0, 'rootcat=0', 0, 0, 0, '*', 0),
(135, 'flexihiddenmenu', 'INDICADORES DE COYUNTURA', 'indicadores-de-coyuntura', '', 'indicadores-de-coyuntura', 'index.php?option=com_flexicontent&view=category&cid=8', 'component', 1, 1, 1, 10043, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"item_depth":"0","override_defaultconf":"0","comments":"","automatic_pathways":"","show_feed_link":"","add_canonical":"","show_icons":"","show_print_icon":"","show_email_icon":"","show_feed_icon":"","show_cat_title":"","title_cut_text":"","show_description_image":"","cat_image_source":"","cat_link_image":"","cat_image_method":"","cat_image_width":"","cat_image_height":"","show_description":"","trigger_onprepare_content_cat":"","show_subcategories":"","subcat_orderby":"","show_label_subcats":"","show_itemcount":"","show_subcatcount":"","show_description_image_subcat":"","subcat_image_source":"","subcat_link_image":"","subcat_image_method":"","subcat_image_width":"","subcat_image_height":"","show_description_subcat":"","description_cut_text_subcat":"","subcat_pretext":"","subcat_posttext":"","subcat_separatorf":"","subcat_opentag":"","subcat_closetag":"","show_peercategories":"","peercat_orderby":"","show_label_peercats":"","show_itemcount_peercat":"","show_subcatcount_peercat":"","show_description_image_peercat":"","peercat_image_source":"","peercat_link_image":"","peercat_image_method":"","peercat_image_width":"","peercat_image_height":"","show_description_peercat":"","description_cut_text_peercat":"","peercat_pretext":"","peercat_posttext":"","peercat_separatorf":"","peercat_opentag":"","peercat_closetag":"","show_addbutton":"","show_editbutton_lists":"","show_comments_count":"","show_title_lists":"","link_titles_lists":"","force_full":"","show_readmore":"","orderby":"","orderbycustomfield":"","orderbycustomfieldid":"0","orderbycustomfielddir":"","orderbycustomfieldint":"","orderby_2nd":"","orderbycustomfield_2nd":"","orderbycustomfieldid_2nd":"0","orderbycustomfielddir_2nd":"","orderbycustomfieldint_2nd":"","show_noauth":"","display_subcategories_items":"","filtercat":"","display_flag_featured":"","show_item_total":"","limit":"","show_pagination":"","show_pagination_results":"","limit_override":"","limit_override_label":"","orderby_override":"","orderby_override_2nd":"","limit_options":"","mu_addtext_cats":"","mu_add_condition_obtainded_acc":"","mu_addtext_acclvl":["no_acc","free_acc","needed_acc","obtained_acc","__SAVED__"],"mu_no_acc_text":"","mu_free_acc_text":"","mu_addcss_radded":"","mu_addtext_radded":"","mu_ra_timeframe_intervals":"","mu_ra_timeframe_names":"","mu_addcss_rupdated":"","mu_addtext_rupdated":"","mu_ru_timeframe_intervals":"","mu_ru_timeframe_names":"","show_search_go":"","show_search_reset":"","filter_autosubmit":"","filter_instructions":"","filter_placement":"","filter_pretext":"","filter_posttext":"","filter_opentag":"","filter_closetag":"","filter_separatorf":"","use_search":"","show_search_label":"","show_searchphrase":"","default_searchphrase":"","search_autocomplete":"","use_filters":"","filters_order":"","filters":"","show_filter_labels":"","initial_filters":"","use_persistent_filters":"","persistent_filters":"","show_alpha":"","alphacharseparator":"","alphaaliases":"","alphaskipempty":"","feed_limit":"","feed_summary":"","feed_summary_cut":"","feed_use_image":"","feed_link_image":"","feed_image_source":"","feed_image_size":"","feed_image_width":"","feed_image_height":"","feed_image_method":"","feed_extra_fields":"","feed_orderby":"","feed_orderbycustomfield":"","feed_orderbycustomfieldid":"0","feed_orderbycustomfielddir":"","feed_orderbycustomfieldint":"","feed_orderby_2nd":"","feed_orderbycustomfield_2nd":"","feed_orderbycustomfieldid_2nd":"0","feed_orderbycustomfielddir_2nd":"","feed_orderbycustomfieldint_2nd":"","clayout":"indicadores","menu-anchor_title":"","menu-anchor_css":"","menu_image":"","menu_text":1,"page_title":"","show_page_heading":0,"page_heading":"","pageclass_sfx":"","menu-meta_description":"","menu-meta_keywords":"","robots":"","secure":0}', 85, 86, 0, '*', 0),
(136, 'flexihiddenmenu', 'MAPAS INTERACTIVOS', 'mapas-interactivos', '', 'mapas-interactivos', 'index.php?option=com_flexicontent&view=category&cid=9', 'component', 1, 1, 1, 10043, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"item_depth":"0","override_defaultconf":"0","comments":"","automatic_pathways":"","show_feed_link":"","add_canonical":"","show_icons":"","show_print_icon":"","show_email_icon":"","show_feed_icon":"","show_cat_title":"","title_cut_text":"","show_description_image":"","cat_image_source":"","cat_link_image":"","cat_image_method":"","cat_image_width":"","cat_image_height":"","show_description":"","trigger_onprepare_content_cat":"","show_subcategories":"","subcat_orderby":"","show_label_subcats":"","show_itemcount":"","show_subcatcount":"","show_description_image_subcat":"","subcat_image_source":"","subcat_link_image":"","subcat_image_method":"","subcat_image_width":"","subcat_image_height":"","show_description_subcat":"","description_cut_text_subcat":"","subcat_pretext":"","subcat_posttext":"","subcat_separatorf":"","subcat_opentag":"","subcat_closetag":"","show_peercategories":"","peercat_orderby":"","show_label_peercats":"","show_itemcount_peercat":"","show_subcatcount_peercat":"","show_description_image_peercat":"","peercat_image_source":"","peercat_link_image":"","peercat_image_method":"","peercat_image_width":"","peercat_image_height":"","show_description_peercat":"","description_cut_text_peercat":"","peercat_pretext":"","peercat_posttext":"","peercat_separatorf":"","peercat_opentag":"","peercat_closetag":"","show_addbutton":"","show_editbutton_lists":"","show_comments_count":"","show_title_lists":"","link_titles_lists":"","force_full":"","show_readmore":"","orderby":"","orderbycustomfield":"","orderbycustomfieldid":"0","orderbycustomfielddir":"","orderbycustomfieldint":"","orderby_2nd":"","orderbycustomfield_2nd":"","orderbycustomfieldid_2nd":"0","orderbycustomfielddir_2nd":"","orderbycustomfieldint_2nd":"","show_noauth":"","display_subcategories_items":"","filtercat":"","display_flag_featured":"","show_item_total":"","limit":"","show_pagination":"","show_pagination_results":"","limit_override":"","limit_override_label":"","orderby_override":"","orderby_override_2nd":"","limit_options":"","mu_addtext_cats":"","mu_add_condition_obtainded_acc":"","mu_addtext_acclvl":["no_acc","free_acc","needed_acc","obtained_acc","__SAVED__"],"mu_no_acc_text":"","mu_free_acc_text":"","mu_addcss_radded":"","mu_addtext_radded":"","mu_ra_timeframe_intervals":"","mu_ra_timeframe_names":"","mu_addcss_rupdated":"","mu_addtext_rupdated":"","mu_ru_timeframe_intervals":"","mu_ru_timeframe_names":"","show_search_go":"","show_search_reset":"","filter_autosubmit":"","filter_instructions":"","filter_placement":"","filter_pretext":"","filter_posttext":"","filter_opentag":"","filter_closetag":"","filter_separatorf":"","use_search":"","show_search_label":"","show_searchphrase":"","default_searchphrase":"","search_autocomplete":"","use_filters":"","filters_order":"","filters":"","show_filter_labels":"","initial_filters":"","use_persistent_filters":"","persistent_filters":"","show_alpha":"","alphacharseparator":"","alphaaliases":"","alphaskipempty":"","feed_limit":"","feed_summary":"","feed_summary_cut":"","feed_use_image":"","feed_link_image":"","feed_image_source":"","feed_image_size":"","feed_image_width":"","feed_image_height":"","feed_image_method":"","feed_extra_fields":"","feed_orderby":"","feed_orderbycustomfield":"","feed_orderbycustomfieldid":"0","feed_orderbycustomfielddir":"","feed_orderbycustomfieldint":"","feed_orderby_2nd":"","feed_orderbycustomfield_2nd":"","feed_orderbycustomfieldid_2nd":"0","feed_orderbycustomfielddir_2nd":"","feed_orderbycustomfieldint_2nd":"","clayout":"blog","menu-anchor_title":"","menu-anchor_css":"","menu_image":"","menu_text":1,"page_title":"","show_page_heading":0,"page_heading":"","pageclass_sfx":"","menu-meta_description":"","menu-meta_keywords":"","robots":"","secure":0}', 87, 88, 0, '*', 0),
(137, 'flexihiddenmenu', 'ESTADISTICAS', 'estadisticas', '', 'estadisticas', 'index.php?option=com_flexicontent&view=category&cid=10', 'component', 1, 1, 1, 10043, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"item_depth":"0","override_defaultconf":"0","comments":"","automatic_pathways":"","show_feed_link":"","add_canonical":"","show_icons":"","show_print_icon":"","show_email_icon":"","show_feed_icon":"","show_cat_title":"","title_cut_text":"","show_description_image":"","cat_image_source":"","cat_link_image":"","cat_image_method":"","cat_image_width":"","cat_image_height":"","show_description":"","trigger_onprepare_content_cat":"","show_subcategories":"","subcat_orderby":"","show_label_subcats":"","show_itemcount":"","show_subcatcount":"","show_description_image_subcat":"","subcat_image_source":"","subcat_link_image":"","subcat_image_method":"","subcat_image_width":"","subcat_image_height":"","show_description_subcat":"","description_cut_text_subcat":"","subcat_pretext":"","subcat_posttext":"","subcat_separatorf":"","subcat_opentag":"","subcat_closetag":"","show_peercategories":"","peercat_orderby":"","show_label_peercats":"","show_itemcount_peercat":"","show_subcatcount_peercat":"","show_description_image_peercat":"","peercat_image_source":"","peercat_link_image":"","peercat_image_method":"","peercat_image_width":"","peercat_image_height":"","show_description_peercat":"","description_cut_text_peercat":"","peercat_pretext":"","peercat_posttext":"","peercat_separatorf":"","peercat_opentag":"","peercat_closetag":"","show_addbutton":"","show_editbutton_lists":"","show_comments_count":"","show_title_lists":"","link_titles_lists":"","force_full":"","show_readmore":"","orderby":"","orderbycustomfield":"","orderbycustomfieldid":"0","orderbycustomfielddir":"","orderbycustomfieldint":"","orderby_2nd":"","orderbycustomfield_2nd":"","orderbycustomfieldid_2nd":"0","orderbycustomfielddir_2nd":"","orderbycustomfieldint_2nd":"","show_noauth":"","display_subcategories_items":"","filtercat":"","display_flag_featured":"","show_item_total":"","limit":"","show_pagination":"","show_pagination_results":"","limit_override":"","limit_override_label":"","orderby_override":"","orderby_override_2nd":"","limit_options":"","mu_addtext_cats":"","mu_add_condition_obtainded_acc":"","mu_addtext_acclvl":["no_acc","free_acc","needed_acc","obtained_acc","__SAVED__"],"mu_no_acc_text":"","mu_free_acc_text":"","mu_addcss_radded":"","mu_addtext_radded":"","mu_ra_timeframe_intervals":"","mu_ra_timeframe_names":"","mu_addcss_rupdated":"","mu_addtext_rupdated":"","mu_ru_timeframe_intervals":"","mu_ru_timeframe_names":"","show_search_go":"","show_search_reset":"","filter_autosubmit":"","filter_instructions":"","filter_placement":"","filter_pretext":"","filter_posttext":"","filter_opentag":"","filter_closetag":"","filter_separatorf":"","use_search":"","show_search_label":"","show_searchphrase":"","default_searchphrase":"","search_autocomplete":"","use_filters":"","filters_order":"","filters":"","show_filter_labels":"","initial_filters":"","use_persistent_filters":"","persistent_filters":"","show_alpha":"","alphacharseparator":"","alphaaliases":"","alphaskipempty":"","feed_limit":"","feed_summary":"","feed_summary_cut":"","feed_use_image":"","feed_link_image":"","feed_image_source":"","feed_image_size":"","feed_image_width":"","feed_image_height":"","feed_image_method":"","feed_extra_fields":"","feed_orderby":"","feed_orderbycustomfield":"","feed_orderbycustomfieldid":"0","feed_orderbycustomfielddir":"","feed_orderbycustomfieldint":"","feed_orderby_2nd":"","feed_orderbycustomfield_2nd":"","feed_orderbycustomfieldid_2nd":"0","feed_orderbycustomfielddir_2nd":"","feed_orderbycustomfieldint_2nd":"","clayout":"blog","menu-anchor_title":"","menu-anchor_css":"","menu_image":"","menu_text":1,"page_title":"","show_page_heading":0,"page_heading":"","pageclass_sfx":"","menu-meta_description":"","menu-meta_keywords":"","robots":"","secure":0}', 89, 90, 0, '*', 0),
(138, 'flexihiddenmenu', 'PUEBLA EN CIFRAS', 'puebla-en-cifras', '', 'puebla-en-cifras', 'index.php?option=com_flexicontent&view=category&cid=11', 'component', 1, 1, 1, 10043, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{"item_depth":"0","override_defaultconf":"0","comments":"","automatic_pathways":"","show_feed_link":"","add_canonical":"","show_icons":"","show_print_icon":"","show_email_icon":"","show_feed_icon":"","show_cat_title":"","title_cut_text":"","show_description_image":"","cat_image_source":"","cat_link_image":"","cat_image_method":"","cat_image_width":"","cat_image_height":"","show_description":"","trigger_onprepare_content_cat":"","show_subcategories":"","subcat_orderby":"","show_label_subcats":"","show_itemcount":"","show_subcatcount":"","show_description_image_subcat":"","subcat_image_source":"","subcat_link_image":"","subcat_image_method":"","subcat_image_width":"","subcat_image_height":"","show_description_subcat":"","description_cut_text_subcat":"","subcat_pretext":"","subcat_posttext":"","subcat_separatorf":"","subcat_opentag":"","subcat_closetag":"","show_peercategories":"","peercat_orderby":"","show_label_peercats":"","show_itemcount_peercat":"","show_subcatcount_peercat":"","show_description_image_peercat":"","peercat_image_source":"","peercat_link_image":"","peercat_image_method":"","peercat_image_width":"","peercat_image_height":"","show_description_peercat":"","description_cut_text_peercat":"","peercat_pretext":"","peercat_posttext":"","peercat_separatorf":"","peercat_opentag":"","peercat_closetag":"","show_addbutton":"","show_editbutton_lists":"","show_comments_count":"","show_title_lists":"","link_titles_lists":"","force_full":"","show_readmore":"","orderby":"","orderbycustomfield":"","orderbycustomfieldid":"0","orderbycustomfielddir":"","orderbycustomfieldint":"","orderby_2nd":"","orderbycustomfield_2nd":"","orderbycustomfieldid_2nd":"0","orderbycustomfielddir_2nd":"","orderbycustomfieldint_2nd":"","show_noauth":"","display_subcategories_items":"","filtercat":"","display_flag_featured":"","show_item_total":"","limit":"","show_pagination":"","show_pagination_results":"","limit_override":"","limit_override_label":"","orderby_override":"","orderby_override_2nd":"","limit_options":"","mu_addtext_cats":"","mu_add_condition_obtainded_acc":"","mu_addtext_acclvl":["no_acc","free_acc","needed_acc","obtained_acc","__SAVED__"],"mu_no_acc_text":"","mu_free_acc_text":"","mu_addcss_radded":"","mu_addtext_radded":"","mu_ra_timeframe_intervals":"","mu_ra_timeframe_names":"","mu_addcss_rupdated":"","mu_addtext_rupdated":"","mu_ru_timeframe_intervals":"","mu_ru_timeframe_names":"","show_search_go":"","show_search_reset":"","filter_autosubmit":"","filter_instructions":"","filter_placement":"","filter_pretext":"","filter_posttext":"","filter_opentag":"","filter_closetag":"","filter_separatorf":"","use_search":"","show_search_label":"","show_searchphrase":"","default_searchphrase":"","search_autocomplete":"","use_filters":"","filters_order":"","filters":"","show_filter_labels":"","initial_filters":"","use_persistent_filters":"","persistent_filters":"","show_alpha":"","alphacharseparator":"","alphaaliases":"","alphaskipempty":"","feed_limit":"","feed_summary":"","feed_summary_cut":"","feed_use_image":"","feed_link_image":"","feed_image_source":"","feed_image_size":"","feed_image_width":"","feed_image_height":"","feed_image_method":"","feed_extra_fields":"","feed_orderby":"","feed_orderbycustomfield":"","feed_orderbycustomfieldid":"0","feed_orderbycustomfielddir":"","feed_orderbycustomfieldint":"","feed_orderby_2nd":"","feed_orderbycustomfield_2nd":"","feed_orderbycustomfieldid_2nd":"0","feed_orderbycustomfielddir_2nd":"","feed_orderbycustomfieldint_2nd":"","clayout":"blog","menu-anchor_title":"","menu-anchor_css":"","menu_image":"","menu_text":1,"page_title":"","show_page_heading":0,"page_heading":"","pageclass_sfx":"","menu-meta_description":"","menu-meta_keywords":"","robots":"","secure":0}', 91, 92, 0, '*', 0);

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

--
-- Estructura de tabla para la tabla `mer_menu_types`
--

CREATE TABLE IF NOT EXISTS `mer_menu_types` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `menutype` varchar(24) NOT NULL,
  `title` varchar(48) NOT NULL,
  `description` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_menutype` (`menutype`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ;

--
-- Volcado de datos para la tabla `mer_menu_types`
--

INSERT INTO `mer_menu_types` (`id`, `menutype`, `title`, `description`) VALUES
(1, 'mainmenu', 'Main Menu', 'The main menu for the site'),
(3, 'flexihiddenmenu', 'FLEXIcontent Hidden Menu', 'A hidden menu to host Flexicontent needed links');

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

--
-- Estructura de tabla para la tabla `mer_messages`
--

CREATE TABLE IF NOT EXISTS `mer_messages` (
  `message_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `user_id_from` int(10) unsigned NOT NULL DEFAULT '0',
  `user_id_to` int(10) unsigned NOT NULL DEFAULT '0',
  `folder_id` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `date_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `state` tinyint(1) NOT NULL DEFAULT '0',
  `priority` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `subject` varchar(255) NOT NULL DEFAULT '',
  `message` text NOT NULL,
  PRIMARY KEY (`message_id`),
  KEY `useridto_state` (`user_id_to`,`state`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

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

--
-- Estructura de tabla para la tabla `mer_messages_cfg`
--

CREATE TABLE IF NOT EXISTS `mer_messages_cfg` (
  `user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `cfg_name` varchar(100) NOT NULL DEFAULT '',
  `cfg_value` varchar(255) NOT NULL DEFAULT '',
  UNIQUE KEY `idx_user_var_name` (`user_id`,`cfg_name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

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

--
-- Estructura de tabla para la tabla `mer_modules`
--

CREATE TABLE IF NOT EXISTS `mer_modules` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `asset_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'FK to the #__assets table.',
  `title` varchar(100) NOT NULL DEFAULT '',
  `note` varchar(255) NOT NULL DEFAULT '',
  `content` text NOT NULL,
  `ordering` int(11) NOT NULL DEFAULT '0',
  `position` varchar(50) NOT NULL DEFAULT '',
  `checked_out` int(10) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `module` varchar(50) DEFAULT NULL,
  `access` int(10) unsigned NOT NULL DEFAULT '0',
  `showtitle` tinyint(3) unsigned NOT NULL DEFAULT '1',
  `params` text NOT NULL,
  `client_id` tinyint(4) NOT NULL DEFAULT '0',
  `language` char(7) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `published` (`published`,`access`),
  KEY `newsfeeds` (`module`,`published`),
  KEY `idx_language` (`language`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=103 ;

--
-- Volcado de datos para la tabla `mer_modules`
--

INSERT INTO `mer_modules` (`id`, `asset_id`, `title`, `note`, `content`, `ordering`, `position`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `published`, `module`, `access`, `showtitle`, `params`, `client_id`, `language`) VALUES
(1, 39, 'Main Menu', '', '', 1, 'position-2', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 'mod_menu', 1, 1, '{"menutype":"flexihiddenmenu","base":"","startLevel":"1","endLevel":"0","showAllChildren":"0","tag_id":"","class_sfx":"","window_open":"","layout":"_:default","moduleclass_sfx":"_menu","cache":"1","cache_time":"900","cachemode":"itemid","module_tag":"div","bootstrap_size":"0","header_tag":"h3","header_class":"","style":"0"}', 0, '*'),
(2, 56, 'Login', '', '', 1, 'login', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_login', 1, 1, '', 1, '*'),
(3, 57, 'Popular Articles', '', '', 3, 'cpanel', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_popular', 3, 1, '{"count":"5","catid":"","user_id":"0","layout":"_:default","moduleclass_sfx":"","cache":"0","automatic_title":"1"}', 1, '*'),
(4, 58, 'Recently Added Articles', '', '', 4, 'cpanel', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_latest', 3, 1, '{"count":"5","ordering":"c_dsc","catid":"","user_id":"0","layout":"_:default","moduleclass_sfx":"","cache":"0","automatic_title":"1"}', 1, '*'),
(8, 59, 'Toolbar', '', '', 1, 'toolbar', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_toolbar', 3, 1, '', 1, '*'),
(9, 60, 'Quick Icons', '', '', 1, 'icon', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_quickicon', 3, 1, '', 1, '*'),
(10, 61, 'Logged-in Users', '', '', 2, 'cpanel', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_logged', 3, 1, '{"count":"5","name":"1","layout":"_:default","moduleclass_sfx":"","cache":"0","automatic_title":"1"}', 1, '*'),
(12, 62, 'Admin Menu', '', '', 1, 'menu', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_menu', 3, 1, '{"layout":"","moduleclass_sfx":"","shownew":"1","showhelp":"1","cache":"0"}', 1, '*'),
(13, 63, 'Admin Submenu', '', '', 1, 'submenu', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_submenu', 3, 1, '', 1, '*'),
(14, 64, 'User Status', '', '', 2, 'status', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_status', 3, 1, '', 1, '*'),
(15, 65, 'Title', '', '', 1, 'title', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_title', 3, 1, '', 1, '*'),
(16, 66, 'Login Form', '', '', 7, 'position-7', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 'mod_login', 1, 1, '{"greeting":"1","name":"0"}', 0, '*'),
(17, 67, 'Breadcrumbs', '', '', 1, 'position-2', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 'mod_breadcrumbs', 1, 1, '{"moduleclass_sfx":"","showHome":"1","homeText":"","showComponent":"1","separator":"","cache":"1","cache_time":"900","cachemode":"itemid"}', 0, '*'),
(79, 68, 'Multilanguage status', '', '', 1, 'status', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 'mod_multilangstatus', 3, 1, '{"layout":"_:default","moduleclass_sfx":"","cache":"0"}', 1, '*'),
(86, 69, 'Joomla Version', '', '', 1, 'footer', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_version', 3, 1, '{"format":"short","product":"1","layout":"_:default","moduleclass_sfx":"","cache":"0"}', 1, '*'),
(87, 54, 'bienvenido', '', '<div><img class="img-responsive floatleft" src="images/llave-izq.png" alt="" />\r\n<div class="row bienve">\r\n<h2 style="text-align: center; margin-bottom: 0px;">BIENVENIDO AL SISTEMA DE INTELIGENCIA DE MERCADOS</h2>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\r\n</div>\r\n<img class="img-responsive" src="images/llave-der.png" alt="" /></div>', 0, 'position-3', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{"prepare_content":"0","backgroundimage":"","layout":"_:default","moduleclass_sfx":"","cache":"1","cache_time":"900","cachemode":"static","module_tag":"div","bootstrap_size":"0","header_tag":"h3","header_class":"","style":"0"}', 0, '*'),
(88, 55, 'indicadores', '', '<div class="banner ban1"><img src="images/1.jpg" alt="" />\r\n<div class="ico"><img class="img-responsive" src="images/indicadores.png" alt="" /></div>\r\n<div class="cont">\r\n<h2>INDICADORES DE COYUNTURA</h2>\r\n<p>Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p>\r\n</div>\r\n</div>\r\n<div class="info">\r\n<p><a href="#">más información</a></p>\r\n</div>', 1, 'position-4', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{"prepare_content":"0","backgroundimage":"","layout":"_:default","moduleclass_sfx":"","cache":"1","cache_time":"900","cachemode":"static","module_tag":"div","bootstrap_size":"0","header_tag":"h3","header_class":"","style":"0"}', 0, '*'),
(89, 56, 'mapas', '', '<div class="banner ban2"><img src="images/2.jpg" alt="" />\r\n<div class="ico"><img src="images/mapas.png" alt="" /></div>\r\n<div class="cont">\r\n<h2>MAPAS INTERACTIVOS</h2>\r\n<p>Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p>\r\n</div>\r\n</div>\r\n<div class="info">\r\n<p><a href="#">más información</a></p>\r\n</div>', 1, 'position-5', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{"prepare_content":"0","backgroundimage":"","layout":"_:default","moduleclass_sfx":"","cache":"1","cache_time":"900","cachemode":"static","module_tag":"div","bootstrap_size":"0","header_tag":"h3","header_class":"","style":"0"}', 0, '*'),
(90, 57, 'puebla en cifras', '', '<div class="banner ban3"><img src="images/3.jpg" alt="" />\r\n<div class="ico"><img src="images/cifras.png" alt="" /></div>\r\n<div class="cont">\r\n<h2>PUEBLA EN CIFRAS</h2>\r\n<p>Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit</p>\r\n</div>\r\n</div>\r\n<div class="info">\r\n<p><a href="#">más información</a></p>\r\n</div>', 1, 'position-6', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{"prepare_content":"0","backgroundimage":"","layout":"_:default","moduleclass_sfx":"","cache":"1","cache_time":"900","cachemode":"static","module_tag":"div","bootstrap_size":"0","header_tag":"h3","header_class":"","style":"0"}', 0, '*'),
(91, 58, 'logo foter', '', '<p><img class="img-responsive" src="images/logo-footer.png" alt="" /></p>', 0, 'position-7', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{"prepare_content":"0","backgroundimage":"","layout":"_:default","moduleclass_sfx":"","cache":"1","cache_time":"900","cachemode":"static","module_tag":"div","bootstrap_size":"0","header_tag":"h3","header_class":"","style":"0"}', 0, '*'),
(92, 59, 'Universal Content Module for FLEXIcontent', '', '', 0, '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 'mod_flexicontent', 1, 1, '', 0, '*'),
(93, 60, 'Content Lists Filter Module for FLEXIcontent', '', '', 0, '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 'mod_flexifilter', 1, 1, '', 0, '*'),
(94, 61, 'Tag Cloud Module for FLEXIcontent', '', '', 0, '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 'mod_flexitagcloud', 1, 1, '', 0, '*'),
(95, 62, 'Advanced Search Module for FLEXIcontent', '', '', 0, '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 'mod_flexiadvsearch', 1, 1, '', 0, '*'),
(96, 83, 'VTEM Menu', '', '', 0, '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 'mod_vtemmenu', 1, 1, '', 0, '*'),
(97, 84, 'menu', '', '', 1, 'position-2', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_vtemmenu', 1, 1, '{"modwidth":"100%","modlayout":"1","menutype":"flexihiddenmenu","startLevel":"0","endLevel":"10","mouseEvent":"hover","sub_width":"220","usecss":"1","duration":"500","transition":"fade","transitionEase":"swing","selecttheme":"0","modtheme":"theme1-red","mainfontsize":"13pt","background":"#FFFFFF","textcolor":"#BEBFBF","hoverbackground":"#FFFFFF","hovertextcolor":"#BEBFBF","subfontsize":"100%","sub_background":"#EEEEEE","sub_textcolor":"#555555","sub_hoverbackground":"#FF0000","sub_hovertextcolor":"#FFFFFF","setmoduleid":"vtemmenu","jquery":"0","css":"","moduleclass_sfx":"","cache":"0","module_tag":"div","bootstrap_size":"0","header_tag":"h3","header_class":"","style":"0"}', 0, '*'),
(98, 86, 'mapasmercados', '', '', 1, '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_zhgooglemap', 1, 1, '{"mapid":"1","placemarklistid":"","explacemarklistid":"","grouplistid":"1,2","categorylistid":"","moduleclass_sfx":"","module_tag":"div","bootstrap_size":"0","header_tag":"h3","header_class":"","style":"0"}', 0, '*'),
(99, 87, 'HexSys', '', '', 1, '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_hex_google_chart', 1, 1, '{"chart_data":"[''Year'', ''Austria'', ''Bulgaria'', ''Denmark'', ''India''],     [''2003'',  1336060,    400361,    1001582, 5335335],     [''2004'',  1538156,    366849,    1119450, 3453453],     [''2005'',  1576579,    440514,    993360, 35345345],      [''2006'',  1600652,    434552,    1004163, 3534533],     [''2007'',  1968113,    393032,    979198, 34534334],     [''2008'',  1901067,    517206,    916965, 34535355]","width":"600","height":"400","chart_title":"Google Chart","hAxis":"","vAxis":"","colors":"","chart_galllery":"PieChart","moduleclass_sfx":"","cache":"1","cache_time":"900","cachemode":"itemid","module_tag":"div","bootstrap_size":"0","header_tag":"h3","header_class":"","style":"0"}', 0, '*'),
(102, 93, 'Art Table Lite Edition', '', '', 1, '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_arttable', 1, 1, '{"moduleclass_sfx":"","loadJQuery":"0","title":"","className":"arttable_table","sqlQuery":"SELECT * FROM mer_assets","connectionString":"mysqli,localhost,mercados,root,m16u3l","module_tag":"div","bootstrap_size":"0","header_tag":"h3","header_class":"","style":"0"}', 0, '*');

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

--
-- Estructura de tabla para la tabla `mer_modules_menu`
--

CREATE TABLE IF NOT EXISTS `mer_modules_menu` (
  `moduleid` int(11) NOT NULL DEFAULT '0',
  `menuid` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`moduleid`,`menuid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Volcado de datos para la tabla `mer_modules_menu`
--

INSERT INTO `mer_modules_menu` (`moduleid`, `menuid`) VALUES
(1, 0),
(2, 0),
(3, 0),
(4, 0),
(6, 0),
(7, 0),
(8, 0),
(9, 0),
(10, 0),
(12, 0),
(13, 0),
(14, 0),
(15, 0),
(16, 0),
(17, 0),
(79, 0),
(86, 0),
(87, 0),
(88, 0),
(89, 0),
(90, 0),
(91, 0),
(97, 0),
(99, 0),
(102, 0);

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

--
-- Estructura de tabla para la tabla `mer_newsfeeds`
--

CREATE TABLE IF NOT EXISTS `mer_newsfeeds` (
  `catid` int(11) NOT NULL DEFAULT '0',
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL DEFAULT '',
  `alias` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '',
  `link` varchar(200) NOT NULL DEFAULT '',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `numarticles` int(10) unsigned NOT NULL DEFAULT '1',
  `cache_time` int(10) unsigned NOT NULL DEFAULT '3600',
  `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) NOT NULL DEFAULT '0',
  `rtl` tinyint(4) NOT NULL DEFAULT '0',
  `access` int(10) unsigned NOT NULL DEFAULT '0',
  `language` char(7) NOT NULL DEFAULT '',
  `params` text NOT NULL,
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(10) unsigned NOT NULL DEFAULT '0',
  `created_by_alias` varchar(255) NOT NULL DEFAULT '',
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(10) unsigned NOT NULL DEFAULT '0',
  `metakey` text NOT NULL,
  `metadesc` text NOT NULL,
  `metadata` text NOT NULL,
  `xreference` varchar(50) NOT NULL COMMENT 'A reference to enable linkages to external data sets.',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `description` text NOT NULL,
  `version` int(10) unsigned NOT NULL DEFAULT '1',
  `hits` int(10) unsigned NOT NULL DEFAULT '0',
  `images` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`published`),
  KEY `idx_catid` (`catid`),
  KEY `idx_createdby` (`created_by`),
  KEY `idx_language` (`language`),
  KEY `idx_xreference` (`xreference`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

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

--
-- Estructura de tabla para la tabla `mer_overrider`
--

CREATE TABLE IF NOT EXISTS `mer_overrider` (
  `id` int(10) NOT NULL AUTO_INCREMENT COMMENT 'Primary Key',
  `constant` varchar(255) NOT NULL,
  `string` text NOT NULL,
  `file` varchar(255) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

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

--
-- Estructura de tabla para la tabla `mer_postinstall_messages`
--

CREATE TABLE IF NOT EXISTS `mer_postinstall_messages` (
  `postinstall_message_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `extension_id` bigint(20) NOT NULL DEFAULT '700' COMMENT 'FK to #__extensions',
  `title_key` varchar(255) NOT NULL DEFAULT '' COMMENT 'Lang key for the title',
  `description_key` varchar(255) NOT NULL DEFAULT '' COMMENT 'Lang key for description',
  `action_key` varchar(255) NOT NULL DEFAULT '',
  `language_extension` varchar(255) NOT NULL DEFAULT 'com_postinstall' COMMENT 'Extension holding lang keys',
  `language_client_id` tinyint(3) NOT NULL DEFAULT '1',
  `type` varchar(10) NOT NULL DEFAULT 'link' COMMENT 'Message type - message, link, action',
  `action_file` varchar(255) DEFAULT '' COMMENT 'RAD URI to the PHP file containing action method',
  `action` varchar(255) DEFAULT '' COMMENT 'Action method name or URL',
  `condition_file` varchar(255) DEFAULT NULL COMMENT 'RAD URI to file holding display condition method',
  `condition_method` varchar(255) DEFAULT NULL COMMENT 'Display condition method, must return boolean',
  `version_introduced` varchar(50) NOT NULL DEFAULT '3.2.0' COMMENT 'Version when this message was introduced',
  `enabled` tinyint(3) NOT NULL DEFAULT '1',
  PRIMARY KEY (`postinstall_message_id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=5 ;

--
-- Volcado de datos para la tabla `mer_postinstall_messages`
--

INSERT INTO `mer_postinstall_messages` (`postinstall_message_id`, `extension_id`, `title_key`, `description_key`, `action_key`, `language_extension`, `language_client_id`, `type`, `action_file`, `action`, `condition_file`, `condition_method`, `version_introduced`, `enabled`) VALUES
(1, 700, 'PLG_TWOFACTORAUTH_TOTP_POSTINSTALL_TITLE', 'PLG_TWOFACTORAUTH_TOTP_POSTINSTALL_BODY', 'PLG_TWOFACTORAUTH_TOTP_POSTINSTALL_ACTION', 'plg_twofactorauth_totp', 1, 'action', 'site://plugins/twofactorauth/totp/postinstall/actions.php', 'twofactorauth_postinstall_action', 'site://plugins/twofactorauth/totp/postinstall/actions.php', 'twofactorauth_postinstall_condition', '3.2.0', 1),
(2, 700, 'COM_CPANEL_MSG_EACCELERATOR_TITLE', 'COM_CPANEL_MSG_EACCELERATOR_BODY', 'COM_CPANEL_MSG_EACCELERATOR_BUTTON', 'com_cpanel', 1, 'action', 'admin://components/com_admin/postinstall/eaccelerator.php', 'admin_postinstall_eaccelerator_action', 'admin://components/com_admin/postinstall/eaccelerator.php', 'admin_postinstall_eaccelerator_condition', '3.2.0', 1),
(3, 700, 'COM_CPANEL_WELCOME_BEGINNERS_TITLE', 'COM_CPANEL_WELCOME_BEGINNERS_MESSAGE', '', 'com_cpanel', 1, 'message', '', '', '', '', '3.2.0', 1),
(4, 700, 'COM_CPANEL_MSG_PHPVERSION_TITLE', 'COM_CPANEL_MSG_PHPVERSION_BODY', '', 'com_cpanel', 1, 'message', '', '', 'admin://components/com_admin/postinstall/phpversion.php', 'admin_postinstall_phpversion_condition', '3.2.2', 1);

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

--
-- Estructura de tabla para la tabla `mer_redirect_links`
--

CREATE TABLE IF NOT EXISTS `mer_redirect_links` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `old_url` varchar(255) NOT NULL,
  `new_url` varchar(255) NOT NULL,
  `referer` varchar(150) NOT NULL,
  `comment` varchar(255) NOT NULL,
  `hits` int(10) unsigned NOT NULL DEFAULT '0',
  `published` tinyint(4) NOT NULL,
  `created_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_link_old` (`old_url`),
  KEY `idx_link_modifed` (`modified_date`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

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

--
-- Estructura de tabla para la tabla `mer_schemas`
--

CREATE TABLE IF NOT EXISTS `mer_schemas` (
  `extension_id` int(11) NOT NULL,
  `version_id` varchar(20) NOT NULL,
  PRIMARY KEY (`extension_id`,`version_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Volcado de datos para la tabla `mer_schemas`
--

INSERT INTO `mer_schemas` (`extension_id`, `version_id`) VALUES
(700, '3.3.0-2014-04-02'),
(10045, '5.5.2.5');

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

--
-- Estructura de tabla para la tabla `mer_session`
--

CREATE TABLE IF NOT EXISTS `mer_session` (
  `session_id` varchar(200) NOT NULL DEFAULT '',
  `client_id` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `guest` tinyint(4) unsigned DEFAULT '1',
  `time` varchar(14) DEFAULT '',
  `data` mediumtext,
  `userid` int(11) DEFAULT '0',
  `username` varchar(150) DEFAULT '',
  PRIMARY KEY (`session_id`),
  KEY `userid` (`userid`),
  KEY `time` (`time`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Volcado de datos para la tabla `mer_session`
--

INSERT INTO `mer_session` (`session_id`, `client_id`, `guest`, `time`, `data`, `userid`, `username`) VALUES
('l5q1l4kbda96qva74gkeir9484', 0, 1, '1411682282', '__default|a:9:{s:15:"session.counter";i:235;s:19:"session.timer.start";i:1411668392;s:18:"session.timer.last";i:1411682252;s:17:"session.timer.now";i:1411682282;s:22:"session.client.browser";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36";s:8:"registry";O:24:"Joomla\\Registry\\Registry":1:{s:7:"\\0\\0\\0data";O:8:"stdClass":1:{s:16:"com_flexicontent";O:8:"stdClass":1:{s:12:"min_word_len";i:4;}}}s:4:"user";O:5:"JUser":25:{s:9:"\\0\\0\\0isRoot";b:0;s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:5:"block";N;s:9:"sendEmail";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:6:"groups";a:1:{i:0;s:1:"9";}s:5:"guest";i:1;s:13:"lastResetTime";N;s:10:"resetCount";N;s:12:"requireReset";N;s:10:"\\0\\0\\0_params";O:24:"Joomla\\Registry\\Registry":1:{s:7:"\\0\\0\\0data";O:8:"stdClass":0:{}}s:14:"\\0\\0\\0_authGroups";a:2:{i:0;i:1;i:1;i:9;}s:14:"\\0\\0\\0_authLevels";a:3:{i:0;i:1;i:1;i:1;i:2;i:5;}s:15:"\\0\\0\\0_authActions";N;s:12:"\\0\\0\\0_errorMsg";N;s:10:"\\0\\0\\0_errors";a:0:{}s:3:"aid";i:0;}s:18:"flexi_advroute_url";a:10:{s:4:"view";s:8:"category";s:6:"option";s:16:"com_flexicontent";s:4:"task";N;s:2:"id";N;s:3:"cid";s:2:"10";s:8:"lang_tag";s:5:"en-GB";s:6:"ishome";b:0;s:7:"menu_id";s:3:"137";s:11:"menu_isitem";b:0;s:10:"menu_iscat";b:0;}s:13:"session.token";s:32:"6e8d9e417add3895e009d36bec6fad9b";}__flexicontent|a:1:{s:8:"cats_hit";a:3:{i:8;i:1411668392;i:9;i:1411671217;i:10;i:1411671226;}}', 0, ''),
('r7tj6e8ekf3arq5r2qr74qudk2', 1, 0, '1411682533', '__default|a:12:{s:15:"session.counter";i:936;s:19:"session.timer.start";i:1411654679;s:18:"session.timer.last";i:1411682532;s:17:"session.timer.now";i:1411682533;s:22:"session.client.browser";s:109:"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36";s:8:"registry";O:24:"Joomla\\Registry\\Registry":1:{s:7:"\\0\\0\\0data";O:8:"stdClass":12:{s:11:"application";O:8:"stdClass":1:{s:4:"lang";s:5:"en-GB";}s:16:"com_flexicontent";O:8:"stdClass":6:{s:10:"categories";O:8:"stdClass":1:{s:8:"ordercol";N;}s:4:"edit";O:8:"stdClass":1:{s:8:"category";O:8:"stdClass":2:{s:2:"id";a:0:{}s:4:"data";N;}}s:17:"qfcategoryelement";O:8:"stdClass":1:{s:8:"ordercol";N;}s:5:"types";O:8:"stdClass":1:{s:8:"ordercol";N;}s:5:"items";O:8:"stdClass":3:{s:12:"filter_order";s:1:"1";s:16:"filter_order_Dir";s:3:"ASC";s:25:"notice_add_custom_columns";i:1;}s:11:"itemelement";O:8:"stdClass":3:{s:15:"langparent_item";i:1;s:7:"type_id";s:1:"1";s:10:"created_by";s:2:"84";}}s:9:"com_menus";O:8:"stdClass":2:{s:5:"items";O:8:"stdClass":3:{s:8:"menutype";s:15:"flexihiddenmenu";s:10:"limitstart";i:0;s:4:"list";a:4:{s:9:"direction";s:3:"asc";s:5:"limit";s:2:"20";s:8:"ordering";s:5:"a.lft";s:5:"start";d:0;}}s:4:"edit";O:8:"stdClass":1:{s:4:"item";O:8:"stdClass":5:{s:4:"data";N;s:4:"type";N;s:4:"link";N;s:8:"menutype";s:15:"flexihiddenmenu";s:2:"id";a:0:{}}}}s:4:"item";O:8:"stdClass":1:{s:6:"filter";O:8:"stdClass":1:{s:8:"menutype";s:15:"flexihiddenmenu";}}s:13:"com_installer";O:8:"stdClass":4:{s:7:"message";s:0:"";s:17:"extension_message";s:0:"";s:12:"redirect_url";N;s:6:"manage";O:8:"stdClass":4:{s:6:"filter";O:8:"stdClass":5:{s:6:"search";s:0:"";s:9:"client_id";s:0:"";s:6:"status";s:0:"";s:4:"type";s:0:"";s:5:"group";s:0:"";}s:8:"ordercol";s:4:"type";s:9:"orderdirn";s:3:"asc";s:10:"limitstart";s:1:"0";}}s:11:"com_modules";O:8:"stdClass":3:{s:7:"modules";O:8:"stdClass":1:{s:6:"filter";O:8:"stdClass":1:{s:18:"client_id_previous";i:0;}}s:4:"edit";O:8:"stdClass":1:{s:6:"module";O:8:"stdClass":2:{s:2:"id";a:0:{}s:4:"data";N;}}s:3:"add";O:8:"stdClass":1:{s:6:"module";O:8:"stdClass":2:{s:12:"extension_id";N;s:6:"params";N;}}}s:13:"com_languages";O:8:"stdClass":2:{s:9:"installed";O:8:"stdClass":1:{s:8:"ordercol";s:6:"a.name";}s:9:"overrides";O:8:"stdClass":2:{s:6:"filter";O:8:"stdClass":2:{s:6:"client";s:1:"0";s:8:"language";s:5:"en-GB";}s:10:"limitstart";i:0;}}s:11:"com_plugins";O:8:"stdClass":2:{s:7:"plugins";O:8:"stdClass":4:{s:6:"filter";O:8:"stdClass":4:{s:6:"search";s:0:"";s:6:"access";i:0;s:7:"enabled";s:0:"";s:6:"folder";s:0:"";}s:8:"ordercol";s:6:"folder";s:9:"orderdirn";s:3:"asc";s:10:"limitstart";s:1:"0";}s:4:"edit";O:8:"stdClass":1:{s:6:"plugin";O:8:"stdClass":2:{s:2:"id";a:1:{i:0;i:10050;}s:4:"data";N;}}}s:6:"global";O:8:"stdClass":1:{s:4:"list";O:8:"stdClass":1:{s:5:"limit";i:0;}}s:15:"com_zhgooglemap";O:8:"stdClass":1:{s:4:"edit";O:8:"stdClass":3:{s:11:"zhgooglemap";O:8:"stdClass":2:{s:4:"data";N;s:2:"id";a:0:{}}s:14:"mapmarkergroup";O:8:"stdClass":2:{s:4:"data";N;s:2:"id";a:0:{}}s:9:"mapmarker";O:8:"stdClass":2:{s:4:"data";N;s:2:"id";a:1:{i:2;i:3;}}}}s:14:"com_categories";O:8:"stdClass":2:{s:10:"categories";O:8:"stdClass":1:{s:6:"filter";O:8:"stdClass":1:{s:9:"extension";s:15:"com_zhgooglemap";}}s:4:"edit";O:8:"stdClass":1:{s:8:"category";O:8:"stdClass":2:{s:4:"data";N;s:2:"id";a:0:{}}}}s:10:"com_config";O:8:"stdClass":1:{s:6:"config";O:8:"stdClass":1:{s:6:"global";O:8:"stdClass":1:{s:4:"data";N;}}}}}s:4:"user";O:5:"JUser":27:{s:9:"\\0\\0\\0isRoot";b:1;s:2:"id";s:2:"84";s:4:"name";s:10:"Super User";s:8:"username";s:6:"miguel";s:5:"email";s:32:"miguelangelrojasrivera@gmail.com";s:8:"password";s:60:"$2y$10$3q5ApYrvoGfFyV9q7nDfTuXzO0ypqsqIzilfCNul1Dz0qcD30E3t2";s:14:"password_clear";s:0:"";s:5:"block";s:1:"0";s:9:"sendEmail";s:1:"1";s:12:"registerDate";s:19:"2014-09-24 19:46:27";s:13:"lastvisitDate";s:19:"2014-09-24 21:02:06";s:10:"activation";s:1:"0";s:6:"params";s:0:"";s:6:"groups";a:1:{i:8;s:1:"8";}s:5:"guest";i:0;s:13:"lastResetTime";s:19:"0000-00-00 00:00:00";s:10:"resetCount";s:1:"0";s:12:"requireReset";s:1:"0";s:10:"\\0\\0\\0_params";O:24:"Joomla\\Registry\\Registry":1:{s:7:"\\0\\0\\0data";O:8:"stdClass":0:{}}s:14:"\\0\\0\\0_authGroups";a:2:{i:0;i:1;i:1;i:8;}s:14:"\\0\\0\\0_authLevels";a:5:{i:0;i:1;i:1;i:1;i:2;i:2;i:3;i:3;i:4;i:6;}s:15:"\\0\\0\\0_authActions";N;s:12:"\\0\\0\\0_errorMsg";N;s:10:"\\0\\0\\0_errors";a:0:{}s:3:"aid";i:0;s:6:"otpKey";s:0:"";s:4:"otep";s:0:"";}s:13:"session.token";s:32:"25485e295b04a87efe4e6b57b5be82d3";s:24:"flexicontent.postinstall";b:1;s:30:"flexicontent.recheck_aftersave";b:0;s:26:"flexicontent.allplgpublish";b:1;s:20:"com_media.return_url";s:26:"index.php?option=com_media";}__flexicontent|a:8:{s:20:"fc_screen_resolution";s:8:"1920x979";s:15:"fc_screen_width";s:4:"1920";s:16:"fc_screen_height";s:3:"979";s:15:"unbounded_count";b:0;s:16:"unbounded_badcat";i:0;s:15:"unbounded_noext";i:0;s:15:"newly_submitted";a:1:{i:1;i:1;}s:13:"saved_fcitems";a:1:{i:1;i:1411662885;}}', 84, 'miguel');

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

--
-- Estructura de tabla para la tabla `mer_tags`
--

CREATE TABLE IF NOT EXISTS `mer_tags` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `parent_id` int(10) 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',
  `path` varchar(255) NOT NULL DEFAULT '',
  `title` varchar(255) NOT NULL,
  `alias` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '',
  `note` varchar(255) NOT NULL DEFAULT '',
  `description` mediumtext NOT NULL,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) unsigned NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `access` int(10) unsigned NOT NULL DEFAULT '0',
  `params` text NOT NULL,
  `metadesc` varchar(1024) NOT NULL COMMENT 'The meta description for the page.',
  `metakey` varchar(1024) NOT NULL COMMENT 'The meta keywords for the page.',
  `metadata` varchar(2048) NOT NULL COMMENT 'JSON encoded metadata properties.',
  `created_user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by_alias` varchar(255) NOT NULL DEFAULT '',
  `modified_user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `modified_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `images` text NOT NULL,
  `urls` text NOT NULL,
  `hits` int(10) unsigned NOT NULL DEFAULT '0',
  `language` char(7) NOT NULL,
  `version` int(10) unsigned NOT NULL DEFAULT '1',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `tag_idx` (`published`,`access`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_path` (`path`),
  KEY `idx_left_right` (`lft`,`rgt`),
  KEY `idx_alias` (`alias`),
  KEY `idx_language` (`language`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Volcado de datos para la tabla `mer_tags`
--

INSERT INTO `mer_tags` (`id`, `parent_id`, `lft`, `rgt`, `level`, `path`, `title`, `alias`, `note`, `description`, `published`, `checked_out`, `checked_out_time`, `access`, `params`, `metadesc`, `metakey`, `metadata`, `created_user_id`, `created_time`, `created_by_alias`, `modified_user_id`, `modified_time`, `images`, `urls`, `hits`, `language`, `version`, `publish_up`, `publish_down`) VALUES
(1, 0, 0, 1, 0, '', 'ROOT', 'root', '', '', 1, 0, '0000-00-00 00:00:00', 1, '', '', '', '', 0, '2011-01-01 00:00:01', '', 0, '0000-00-00 00:00:00', '', '', 0, '*', 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00');

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

--
-- Estructura de tabla para la tabla `mer_template_styles`
--

CREATE TABLE IF NOT EXISTS `mer_template_styles` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `template` varchar(50) NOT NULL DEFAULT '',
  `client_id` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `home` char(7) NOT NULL DEFAULT '0',
  `title` varchar(255) NOT NULL DEFAULT '',
  `params` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_template` (`template`),
  KEY `idx_home` (`home`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=11 ;

--
-- Volcado de datos para la tabla `mer_template_styles`
--

INSERT INTO `mer_template_styles` (`id`, `template`, `client_id`, `home`, `title`, `params`) VALUES
(4, 'beez3', 0, '0', 'Beez3 - Default', '{"wrapperSmall":"53","wrapperLarge":"72","logo":"images\\/joomla_black.gif","sitetitle":"Joomla!","sitedescription":"Open Source Content Management","navposition":"left","templatecolor":"personal","html5":"0"}'),
(5, 'hathor', 1, '0', 'Hathor - Default', '{"showSiteName":"0","colourChoice":"","boldText":"0"}'),
(7, 'protostar', 0, '0', 'protostar - Default', '{"templateColor":"","logoFile":"","googleFont":"1","googleFontName":"Open+Sans","fluidContainer":"0"}'),
(8, 'isis', 1, '1', 'isis - Default', '{"templateColor":"","logoFile":""}'),
(10, 'sim', 0, '1', 'SIM - Default', '{"templateColor":"#08C","templateBackgroundColor":"#F4F6F7","logoFile":"","sitetitle":"","sitedescription":"","googleFont":"1","googleFontName":"Open+Sans","fluidContainer":"0"}');

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

--
-- Estructura de tabla para la tabla `mer_ucm_base`
--

CREATE TABLE IF NOT EXISTS `mer_ucm_base` (
  `ucm_id` int(10) unsigned NOT NULL,
  `ucm_item_id` int(10) NOT NULL,
  `ucm_type_id` int(11) NOT NULL,
  `ucm_language_id` int(11) NOT NULL,
  PRIMARY KEY (`ucm_id`),
  KEY `idx_ucm_item_id` (`ucm_item_id`),
  KEY `idx_ucm_type_id` (`ucm_type_id`),
  KEY `idx_ucm_language_id` (`ucm_language_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

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

--
-- Estructura de tabla para la tabla `mer_ucm_content`
--

CREATE TABLE IF NOT EXISTS `mer_ucm_content` (
  `core_content_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `core_type_alias` varchar(255) NOT NULL DEFAULT '' COMMENT 'FK to the content types table',
  `core_title` varchar(255) NOT NULL,
  `core_alias` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '',
  `core_body` mediumtext NOT NULL,
  `core_state` tinyint(1) NOT NULL DEFAULT '0',
  `core_checked_out_time` varchar(255) NOT NULL DEFAULT '',
  `core_checked_out_user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `core_access` int(10) unsigned NOT NULL DEFAULT '0',
  `core_params` text NOT NULL,
  `core_featured` tinyint(4) unsigned NOT NULL DEFAULT '0',
  `core_metadata` varchar(2048) NOT NULL COMMENT 'JSON encoded metadata properties.',
  `core_created_user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `core_created_by_alias` varchar(255) NOT NULL DEFAULT '',
  `core_created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `core_modified_user_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Most recent user that modified',
  `core_modified_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `core_language` char(7) NOT NULL,
  `core_publish_up` datetime NOT NULL,
  `core_publish_down` datetime NOT NULL,
  `core_content_item_id` int(10) unsigned DEFAULT NULL COMMENT 'ID from the individual type table',
  `asset_id` int(10) unsigned DEFAULT NULL COMMENT 'FK to the #__assets table.',
  `core_images` text NOT NULL,
  `core_urls` text NOT NULL,
  `core_hits` int(10) unsigned NOT NULL DEFAULT '0',
  `core_version` int(10) unsigned NOT NULL DEFAULT '1',
  `core_ordering` int(11) NOT NULL DEFAULT '0',
  `core_metakey` text NOT NULL,
  `core_metadesc` text NOT NULL,
  `core_catid` int(10) unsigned NOT NULL DEFAULT '0',
  `core_xreference` varchar(50) NOT NULL COMMENT 'A reference to enable linkages to external data sets.',
  `core_type_id` int(10) unsigned DEFAULT NULL,
  PRIMARY KEY (`core_content_id`),
  KEY `tag_idx` (`core_state`,`core_access`),
  KEY `idx_access` (`core_access`),
  KEY `idx_alias` (`core_alias`),
  KEY `idx_language` (`core_language`),
  KEY `idx_title` (`core_title`),
  KEY `idx_modified_time` (`core_modified_time`),
  KEY `idx_created_time` (`core_created_time`),
  KEY `idx_content_type` (`core_type_alias`),
  KEY `idx_core_modified_user_id` (`core_modified_user_id`),
  KEY `idx_core_checked_out_user_id` (`core_checked_out_user_id`),
  KEY `idx_core_created_user_id` (`core_created_user_id`),
  KEY `idx_core_type_id` (`core_type_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Contains core content data in name spaced fields' AUTO_INCREMENT=1 ;

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

--
-- Estructura de tabla para la tabla `mer_ucm_history`
--

CREATE TABLE IF NOT EXISTS `mer_ucm_history` (
  `version_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `ucm_item_id` int(10) unsigned NOT NULL,
  `ucm_type_id` int(10) unsigned NOT NULL,
  `version_note` varchar(255) NOT NULL DEFAULT '' COMMENT 'Optional version name',
  `save_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `editor_user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `character_count` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Number of characters in this version.',
  `sha1_hash` varchar(50) NOT NULL DEFAULT '' COMMENT 'SHA1 hash of the version_data column.',
  `version_data` mediumtext NOT NULL COMMENT 'json-encoded string of version data',
  `keep_forever` tinyint(4) NOT NULL DEFAULT '0' COMMENT '0=auto delete; 1=keep',
  PRIMARY KEY (`version_id`),
  KEY `idx_ucm_item_id` (`ucm_type_id`,`ucm_item_id`),
  KEY `idx_save_date` (`save_date`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

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

--
-- Estructura de tabla para la tabla `mer_update_sites`
--

CREATE TABLE IF NOT EXISTS `mer_update_sites` (
  `update_site_id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(100) DEFAULT '',
  `type` varchar(20) DEFAULT '',
  `location` text NOT NULL,
  `enabled` int(11) DEFAULT '0',
  `last_check_timestamp` bigint(20) DEFAULT '0',
  `extra_query` varchar(1000) DEFAULT '',
  PRIMARY KEY (`update_site_id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='Update Sites' AUTO_INCREMENT=8 ;

--
-- Volcado de datos para la tabla `mer_update_sites`
--

INSERT INTO `mer_update_sites` (`update_site_id`, `name`, `type`, `location`, `enabled`, `last_check_timestamp`, `extra_query`) VALUES
(1, 'Joomla! Core', 'collection', 'http://update.joomla.org/core/list.xml', 0, 0, ''),
(2, 'Joomla! Extension Directory', 'collection', 'http://update.joomla.org/jed/list.xml', 0, 0, ''),
(3, 'Accredited Joomla! Translations', 'collection', 'http://update.joomla.org/language/translationlist_3.xml', 0, 0, ''),
(4, 'Zh GoogleMap Update Site', 'extension', 'http://zhuk.cc/update/zhgooglemap-update.xml', 1, 1411681214, ''),
(5, 'Zh GoogleMap Module Update Site', 'extension', 'http://zhuk.cc/update/mod_zhgooglemap/extension.xml', 1, 1411681214, ''),
(6, 'Zh GoogleMap Plugin Update Site', 'extension', 'http://zhuk.cc/update/plg_zhgooglemap/extension.xml', 1, 1411681214, ''),
(7, 'plg_loadmoduleinarticle', 'extension', 'http://www.pages-and-items.com/updateserver.php?ext=loadmoduleinarticle&', 1, 1411681214, '');

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

--
-- Estructura de tabla para la tabla `mer_update_sites_extensions`
--

CREATE TABLE IF NOT EXISTS `mer_update_sites_extensions` (
  `update_site_id` int(11) NOT NULL DEFAULT '0',
  `extension_id` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`update_site_id`,`extension_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Links extensions to update sites';

--
-- Volcado de datos para la tabla `mer_update_sites_extensions`
--

INSERT INTO `mer_update_sites_extensions` (`update_site_id`, `extension_id`) VALUES
(1, 700),
(2, 700),
(3, 600),
(4, 10045),
(5, 10046),
(6, 10047),
(7, 10053);

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

--
-- Estructura de tabla para la tabla `mer_updates`
--

CREATE TABLE IF NOT EXISTS `mer_updates` (
  `update_id` int(11) NOT NULL AUTO_INCREMENT,
  `update_site_id` int(11) DEFAULT '0',
  `extension_id` int(11) DEFAULT '0',
  `name` varchar(100) DEFAULT '',
  `description` text NOT NULL,
  `element` varchar(100) DEFAULT '',
  `type` varchar(20) DEFAULT '',
  `folder` varchar(20) DEFAULT '',
  `client_id` tinyint(3) DEFAULT '0',
  `version` varchar(32) DEFAULT '',
  `data` text NOT NULL,
  `detailsurl` text NOT NULL,
  `infourl` text NOT NULL,
  `extra_query` varchar(1000) DEFAULT '',
  PRIMARY KEY (`update_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Available Updates' AUTO_INCREMENT=1 ;

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

--
-- Estructura de tabla para la tabla `mer_user_keys`
--

CREATE TABLE IF NOT EXISTS `mer_user_keys` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` varchar(255) NOT NULL,
  `token` varchar(255) NOT NULL,
  `series` varchar(255) NOT NULL,
  `invalid` tinyint(4) NOT NULL,
  `time` varchar(200) NOT NULL,
  `uastring` varchar(255) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `series` (`series`),
  UNIQUE KEY `series_2` (`series`),
  UNIQUE KEY `series_3` (`series`),
  KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

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

--
-- Estructura de tabla para la tabla `mer_user_notes`
--

CREATE TABLE IF NOT EXISTS `mer_user_notes` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `catid` int(10) unsigned NOT NULL DEFAULT '0',
  `subject` varchar(100) NOT NULL DEFAULT '',
  `body` text NOT NULL,
  `state` tinyint(3) 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',
  `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) unsigned NOT NULL,
  `modified_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `review_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `idx_user_id` (`user_id`),
  KEY `idx_category_id` (`catid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

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

--
-- Estructura de tabla para la tabla `mer_user_profiles`
--

CREATE TABLE IF NOT EXISTS `mer_user_profiles` (
  `user_id` int(11) NOT NULL,
  `profile_key` varchar(100) NOT NULL,
  `profile_value` varchar(255) NOT NULL,
  `ordering` int(11) NOT NULL DEFAULT '0',
  UNIQUE KEY `idx_user_id_profile_key` (`user_id`,`profile_key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Simple user profile storage table';

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

--
-- Estructura de tabla para la tabla `mer_user_usergroup_map`
--

CREATE TABLE IF NOT EXISTS `mer_user_usergroup_map` (
  `user_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Foreign Key to #__users.id',
  `group_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Foreign Key to #__usergroups.id',
  PRIMARY KEY (`user_id`,`group_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Volcado de datos para la tabla `mer_user_usergroup_map`
--

INSERT INTO `mer_user_usergroup_map` (`user_id`, `group_id`) VALUES
(84, 8);

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

--
-- Estructura de tabla para la tabla `mer_usergroups`
--

CREATE TABLE IF NOT EXISTS `mer_usergroups` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Primary Key',
  `parent_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Adjacency List Reference Id',
  `lft` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set lft.',
  `rgt` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set rgt.',
  `title` varchar(100) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_usergroup_parent_title_lookup` (`parent_id`,`title`),
  KEY `idx_usergroup_title_lookup` (`title`),
  KEY `idx_usergroup_adjacency_lookup` (`parent_id`),
  KEY `idx_usergroup_nested_set_lookup` (`lft`,`rgt`) USING BTREE
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=10 ;

--
-- Volcado de datos para la tabla `mer_usergroups`
--

INSERT INTO `mer_usergroups` (`id`, `parent_id`, `lft`, `rgt`, `title`) VALUES
(1, 0, 1, 18, 'Public'),
(2, 1, 8, 15, 'Registered'),
(3, 2, 9, 14, 'Author'),
(4, 3, 10, 13, 'Editor'),
(5, 4, 11, 12, 'Publisher'),
(6, 1, 4, 7, 'Manager'),
(7, 6, 5, 6, 'Administrator'),
(8, 1, 16, 17, 'Super Users'),
(9, 1, 2, 3, 'Guest');

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

--
-- Estructura de tabla para la tabla `mer_users`
--

CREATE TABLE IF NOT EXISTS `mer_users` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  `username` varchar(150) NOT NULL DEFAULT '',
  `email` varchar(100) NOT NULL DEFAULT '',
  `password` varchar(100) NOT NULL DEFAULT '',
  `block` tinyint(4) NOT NULL DEFAULT '0',
  `sendEmail` tinyint(4) DEFAULT '0',
  `registerDate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `lastvisitDate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `activation` varchar(100) NOT NULL DEFAULT '',
  `params` text NOT NULL,
  `lastResetTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00' COMMENT 'Date of last password reset',
  `resetCount` int(11) NOT NULL DEFAULT '0' COMMENT 'Count of password resets since lastResetTime',
  `otpKey` varchar(1000) NOT NULL DEFAULT '' COMMENT 'Two factor authentication encrypted keys',
  `otep` varchar(1000) NOT NULL DEFAULT '' COMMENT 'One time emergency passwords',
  `requireReset` tinyint(4) NOT NULL DEFAULT '0' COMMENT 'Require user to reset password on next login',
  PRIMARY KEY (`id`),
  KEY `idx_name` (`name`),
  KEY `idx_block` (`block`),
  KEY `username` (`username`),
  KEY `email` (`email`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=85 ;

--
-- Volcado de datos para la tabla `mer_users`
--

INSERT INTO `mer_users` (`id`, `name`, `username`, `email`, `password`, `block`, `sendEmail`, `registerDate`, `lastvisitDate`, `activation`, `params`, `lastResetTime`, `resetCount`, `otpKey`, `otep`, `requireReset`) VALUES
(84, 'Super User', 'miguel', 'miguelangelrojasrivera@gmail.com', '$2y$10$3q5ApYrvoGfFyV9q7nDfTuXzO0ypqsqIzilfCNul1Dz0qcD30E3t2', 0, 1, '2014-09-24 19:46:27', '2014-09-25 14:18:01', '0', '', '0000-00-00 00:00:00', 0, '', '', 0);

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

--
-- Estructura de tabla para la tabla `mer_viewlevels`
--

CREATE TABLE IF NOT EXISTS `mer_viewlevels` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Primary Key',
  `title` varchar(100) NOT NULL DEFAULT '',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `rules` varchar(5120) NOT NULL COMMENT 'JSON encoded access control.',
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_assetgroup_title_lookup` (`title`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=7 ;

--
-- Volcado de datos para la tabla `mer_viewlevels`
--

INSERT INTO `mer_viewlevels` (`id`, `title`, `ordering`, `rules`) VALUES
(1, 'Public', 0, '[1]'),
(2, 'Registered', 1, '[6,2,8]'),
(3, 'Special', 2, '[6,3,8]'),
(5, 'Guest', 0, '[9]'),
(6, 'Super Users', 0, '[8]');

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

--
-- Estructura de tabla para la tabla `mer_weblinks`
--

CREATE TABLE IF NOT EXISTS `mer_weblinks` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `catid` int(11) NOT NULL DEFAULT '0',
  `title` varchar(250) NOT NULL DEFAULT '',
  `alias` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '',
  `url` varchar(250) NOT NULL DEFAULT '',
  `description` text NOT NULL,
  `hits` int(11) NOT NULL DEFAULT '0',
  `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',
  `access` int(11) NOT NULL DEFAULT '1',
  `params` text NOT NULL,
  `language` char(7) NOT NULL DEFAULT '',
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(10) unsigned NOT NULL DEFAULT '0',
  `created_by_alias` varchar(255) NOT NULL DEFAULT '',
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(10) unsigned NOT NULL DEFAULT '0',
  `metakey` text NOT NULL,
  `metadesc` text NOT NULL,
  `metadata` text NOT NULL,
  `featured` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT 'Set if link is featured.',
  `xreference` varchar(50) NOT NULL COMMENT 'A reference to enable linkages to external data sets.',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `version` int(10) unsigned NOT NULL DEFAULT '1',
  `images` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`state`),
  KEY `idx_catid` (`catid`),
  KEY `idx_createdby` (`created_by`),
  KEY `idx_featured_catid` (`featured`,`catid`),
  KEY `idx_language` (`language`),
  KEY `idx_xreference` (`xreference`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

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

--
-- Estructura de tabla para la tabla `mer_zhgooglemaps_adsences`
--

CREATE TABLE IF NOT EXISTS `mer_zhgooglemaps_adsences` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `catid` int(11) NOT NULL DEFAULT '0',
  `title` varchar(250) NOT NULL DEFAULT '',
  `description` text NOT NULL,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `mapid` int(11) NOT NULL DEFAULT '0',
  `unitpos` tinyint(1) NOT NULL DEFAULT '1',
  `unitformat` tinyint(1) NOT NULL DEFAULT '1',
  `publisherid` text NOT NULL,
  `channelnumber` text NOT NULL,
  `params` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_catid` (`catid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

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

--
-- Estructura de tabla para la tabla `mer_zhgooglemaps_infobubbles`
--

CREATE TABLE IF NOT EXISTS `mer_zhgooglemaps_infobubbles` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `catid` int(11) NOT NULL DEFAULT '0',
  `title` varchar(250) NOT NULL DEFAULT '',
  `description` text NOT NULL,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `shadowstyle` int(3) NOT NULL DEFAULT '0',
  `padding` varchar(50) NOT NULL DEFAULT '',
  `borderradius` varchar(50) NOT NULL DEFAULT '',
  `borderwidth` varchar(50) NOT NULL DEFAULT '',
  `bordercolor` varchar(50) NOT NULL DEFAULT '',
  `backgroundcolor` varchar(50) NOT NULL DEFAULT '',
  `minwidth` varchar(50) NOT NULL DEFAULT '',
  `maxwidth` varchar(50) NOT NULL DEFAULT '',
  `minheight` varchar(50) NOT NULL DEFAULT '',
  `maxheight` varchar(50) NOT NULL DEFAULT '',
  `arrowsize` varchar(50) NOT NULL DEFAULT '',
  `arrowposition` varchar(50) NOT NULL DEFAULT '',
  `arrowstyle` int(3) NOT NULL DEFAULT '0',
  `disableautopan` tinyint(1) NOT NULL DEFAULT '0',
  `disableanimation` tinyint(1) NOT NULL DEFAULT '0',
  `hideclosebutton` tinyint(1) NOT NULL DEFAULT '0',
  `backgroundclassname` varchar(250) NOT NULL DEFAULT '',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `params` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_catid` (`catid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

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

--
-- Estructura de tabla para la tabla `mer_zhgooglemaps_maps`
--

CREATE TABLE IF NOT EXISTS `mer_zhgooglemaps_maps` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `catid` int(11) NOT NULL DEFAULT '0',
  `title` varchar(255) NOT NULL DEFAULT '',
  `width` int(5) NOT NULL DEFAULT '0',
  `height` int(5) NOT NULL DEFAULT '0',
  `latitude` varchar(20) NOT NULL DEFAULT '',
  `longitude` varchar(20) NOT NULL DEFAULT '',
  `zoom` int(3) NOT NULL DEFAULT '0',
  `minzoom` int(3) NOT NULL DEFAULT '0',
  `maxzoom` int(3) NOT NULL DEFAULT '0',
  `draggable` tinyint(1) NOT NULL DEFAULT '1',
  `doubleclickzoom` tinyint(1) NOT NULL DEFAULT '0',
  `scrollwheelzoom` tinyint(1) NOT NULL DEFAULT '0',
  `zoomcontrol` tinyint(1) NOT NULL DEFAULT '0',
  `scalecontrol` tinyint(1) NOT NULL DEFAULT '0',
  `maptype` tinyint(1) NOT NULL DEFAULT '0',
  `maptypecontrol` tinyint(1) NOT NULL DEFAULT '0',
  `overviewmapcontrol` tinyint(1) NOT NULL DEFAULT '0',
  `rotatecontrol` tinyint(1) NOT NULL DEFAULT '0',
  `pancontrol` tinyint(1) NOT NULL DEFAULT '0',
  `trafficcontrol` tinyint(1) NOT NULL DEFAULT '0',
  `transitcontrol` tinyint(1) NOT NULL DEFAULT '0',
  `streetviewcontrol` tinyint(1) NOT NULL DEFAULT '0',
  `streetview` tinyint(1) NOT NULL DEFAULT '0',
  `streetviewstyleid` int(11) NOT NULL DEFAULT '0',
  `bikecontrol` tinyint(1) NOT NULL DEFAULT '0',
  `balloon` tinyint(1) NOT NULL DEFAULT '0',
  `openballoon` tinyint(1) NOT NULL DEFAULT '0',
  `pospan` tinyint(1) NOT NULL DEFAULT '0',
  `posmaptype` tinyint(1) NOT NULL DEFAULT '0',
  `poszoom` tinyint(1) NOT NULL DEFAULT '0',
  `posscale` tinyint(1) NOT NULL DEFAULT '0',
  `posstreet` tinyint(1) NOT NULL DEFAULT '0',
  `description` text NOT NULL,
  `markermanager` tinyint(1) NOT NULL DEFAULT '0',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `earth` tinyint(1) NOT NULL DEFAULT '0',
  `markercluster` tinyint(1) NOT NULL DEFAULT '0',
  `markerclustergroup` tinyint(1) NOT NULL DEFAULT '0',
  `clusterzoom` int(3) NOT NULL DEFAULT '0',
  `kmllayer` text NOT NULL,
  `markergroupcontrol` tinyint(1) NOT NULL DEFAULT '0',
  `markergroupwidth` int(5) NOT NULL DEFAULT '20',
  `markergroupshowicon` tinyint(1) NOT NULL DEFAULT '0',
  `markergroupshowiconall` tinyint(1) NOT NULL DEFAULT '100',
  `markergroupcss` int(5) NOT NULL DEFAULT '0',
  `markergroupdesc1` text NOT NULL,
  `markergroupdesc2` text NOT NULL,
  `markergrouptitle` varchar(255) NOT NULL DEFAULT '',
  `markergroupsep1` tinyint(1) NOT NULL DEFAULT '0',
  `markergroupsep2` tinyint(1) NOT NULL DEFAULT '0',
  `markergrouporder` tinyint(1) NOT NULL DEFAULT '0',
  `markerlist` tinyint(1) NOT NULL DEFAULT '0',
  `markerlistpos` tinyint(1) NOT NULL DEFAULT '0',
  `markerlistwidth` int(5) NOT NULL DEFAULT '0',
  `markerlistheight` int(5) NOT NULL DEFAULT '0',
  `markerlistbgcolor` text NOT NULL,
  `markerlistaction` tinyint(1) NOT NULL DEFAULT '0',
  `markerlistcontent` tinyint(1) NOT NULL DEFAULT '0',
  `markerlistbuttonpos` tinyint(1) NOT NULL DEFAULT '3',
  `markerlistbuttontype` tinyint(1) NOT NULL DEFAULT '0',
  `headerhtml` text NOT NULL,
  `footerhtml` text NOT NULL,
  `headersep` tinyint(1) NOT NULL DEFAULT '0',
  `footersep` tinyint(1) NOT NULL DEFAULT '0',
  `openstreet` tinyint(1) NOT NULL DEFAULT '0',
  `nztopomaps` tinyint(1) NOT NULL DEFAULT '0',
  `placesenable` tinyint(1) NOT NULL DEFAULT '0',
  `placesautocomplete` tinyint(1) NOT NULL DEFAULT '0',
  `placesacwidth` int(5) NOT NULL DEFAULT '70',
  `placestypeac` text NOT NULL,
  `placestype` text NOT NULL,
  `placesradius` int(10) NOT NULL DEFAULT '0',
  `placesdirection` tinyint(1) NOT NULL DEFAULT '0',
  `panoramioenable` tinyint(1) NOT NULL DEFAULT '0',
  `panoramiofiltercontrol` tinyint(1) NOT NULL DEFAULT '0',
  `panoramiofiltercontrolpos` tinyint(1) NOT NULL DEFAULT '2',
  `panoramiotag` varchar(250) NOT NULL DEFAULT '',
  `panoramiouser` varchar(250) NOT NULL DEFAULT '',
  `findcontrol` tinyint(1) NOT NULL DEFAULT '0',
  `findwidth` int(5) NOT NULL DEFAULT '0',
  `findpos` tinyint(1) NOT NULL DEFAULT '2',
  `findroute` tinyint(1) NOT NULL DEFAULT '0',
  `elevation` tinyint(1) NOT NULL DEFAULT '0',
  `usercontact` tinyint(1) NOT NULL DEFAULT '0',
  `useruser` tinyint(1) NOT NULL DEFAULT '0',
  `usermarkers` tinyint(1) NOT NULL DEFAULT '0',
  `usermarkersfilter` tinyint(1) NOT NULL DEFAULT '0',
  `usermarkerspublished` tinyint(1) NOT NULL DEFAULT '0',
  `usermarkersicon` tinyint(1) NOT NULL DEFAULT '1',
  `usercontactpublished` tinyint(1) NOT NULL DEFAULT '0',
  `usermarkersinsert` tinyint(1) NOT NULL DEFAULT '1',
  `usermarkersupdate` tinyint(1) NOT NULL DEFAULT '1',
  `usermarkersdelete` tinyint(1) NOT NULL DEFAULT '1',
  `routedraggable` tinyint(1) NOT NULL DEFAULT '0',
  `routeshowpanel` tinyint(1) NOT NULL DEFAULT '0',
  `routeaddress` text NOT NULL,
  `autoposition` tinyint(1) NOT NULL DEFAULT '0',
  `geolocationcontrol` tinyint(1) NOT NULL DEFAULT '0',
  `geolocationpos` tinyint(1) NOT NULL DEFAULT '2',
  `geolocationbutton` tinyint(1) NOT NULL DEFAULT '1',
  `lang` varchar(20) NOT NULL DEFAULT '',
  `custommaptype` tinyint(1) NOT NULL DEFAULT '0',
  `custommaptypelist` text NOT NULL,
  `usercontactattributes` text NOT NULL,
  `mapstyles` text NOT NULL,
  `css2load` text NOT NULL,
  `cssclassname` text NOT NULL,
  `mapbounds` varchar(100) NOT NULL DEFAULT '',
  `weathertypeid` int(11) NOT NULL DEFAULT '0',
  `panoramiotypeid` int(11) NOT NULL DEFAULT '0',
  `routedriving` tinyint(1) NOT NULL DEFAULT '1',
  `routewalking` tinyint(1) NOT NULL DEFAULT '1',
  `routebicycling` tinyint(1) NOT NULL DEFAULT '1',
  `routetransit` tinyint(1) NOT NULL DEFAULT '0',
  `routeavoidhighways` tinyint(1) NOT NULL DEFAULT '0',
  `routeavoidtolls` tinyint(1) NOT NULL DEFAULT '0',
  `routeunitsystem` tinyint(1) NOT NULL DEFAULT '0',
  `useajax` tinyint(1) NOT NULL DEFAULT '0',
  `useajaxobject` tinyint(1) NOT NULL DEFAULT '0',
  `zoombyfind` int(3) NOT NULL DEFAULT '100',
  `markergroupctlmarker` tinyint(1) NOT NULL DEFAULT '1',
  `markergroupctlpath` tinyint(1) NOT NULL DEFAULT '0',
  `placemark_rating` tinyint(1) NOT NULL DEFAULT '0',
  `hovermarker` tinyint(1) NOT NULL DEFAULT '0',
  `hoverinfobubble` int(11) NOT NULL DEFAULT '0',
  `defaultmaptypes` tinyint(1) NOT NULL DEFAULT '1',
  `disableautopan` tinyint(1) NOT NULL DEFAULT '0',
  `ajaxbufferplacemark` int(5) NOT NULL DEFAULT '0',
  `region` varchar(20) NOT NULL DEFAULT '',
  `country` varchar(20) NOT NULL DEFAULT '',
  `trafficcontrolpos` tinyint(1) NOT NULL DEFAULT '3',
  `transitcontrolpos` tinyint(1) NOT NULL DEFAULT '3',
  `bikecontrolpos` tinyint(1) NOT NULL DEFAULT '3',
  `panoramiocontrolpos` tinyint(1) NOT NULL DEFAULT '3',
  `params` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_catid` (`catid`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Volcado de datos para la tabla `mer_zhgooglemaps_maps`
--

INSERT INTO `mer_zhgooglemaps_maps` (`id`, `catid`, `title`, `width`, `height`, `latitude`, `longitude`, `zoom`, `minzoom`, `maxzoom`, `draggable`, `doubleclickzoom`, `scrollwheelzoom`, `zoomcontrol`, `scalecontrol`, `maptype`, `maptypecontrol`, `overviewmapcontrol`, `rotatecontrol`, `pancontrol`, `trafficcontrol`, `transitcontrol`, `streetviewcontrol`, `streetview`, `streetviewstyleid`, `bikecontrol`, `balloon`, `openballoon`, `pospan`, `posmaptype`, `poszoom`, `posscale`, `posstreet`, `description`, `markermanager`, `published`, `earth`, `markercluster`, `markerclustergroup`, `clusterzoom`, `kmllayer`, `markergroupcontrol`, `markergroupwidth`, `markergroupshowicon`, `markergroupshowiconall`, `markergroupcss`, `markergroupdesc1`, `markergroupdesc2`, `markergrouptitle`, `markergroupsep1`, `markergroupsep2`, `markergrouporder`, `markerlist`, `markerlistpos`, `markerlistwidth`, `markerlistheight`, `markerlistbgcolor`, `markerlistaction`, `markerlistcontent`, `markerlistbuttonpos`, `markerlistbuttontype`, `headerhtml`, `footerhtml`, `headersep`, `footersep`, `openstreet`, `nztopomaps`, `placesenable`, `placesautocomplete`, `placesacwidth`, `placestypeac`, `placestype`, `placesradius`, `placesdirection`, `panoramioenable`, `panoramiofiltercontrol`, `panoramiofiltercontrolpos`, `panoramiotag`, `panoramiouser`, `findcontrol`, `findwidth`, `findpos`, `findroute`, `elevation`, `usercontact`, `useruser`, `usermarkers`, `usermarkersfilter`, `usermarkerspublished`, `usermarkersicon`, `usercontactpublished`, `usermarkersinsert`, `usermarkersupdate`, `usermarkersdelete`, `routedraggable`, `routeshowpanel`, `routeaddress`, `autoposition`, `geolocationcontrol`, `geolocationpos`, `geolocationbutton`, `lang`, `custommaptype`, `custommaptypelist`, `usercontactattributes`, `mapstyles`, `css2load`, `cssclassname`, `mapbounds`, `weathertypeid`, `panoramiotypeid`, `routedriving`, `routewalking`, `routebicycling`, `routetransit`, `routeavoidhighways`, `routeavoidtolls`, `routeunitsystem`, `useajax`, `useajaxobject`, `zoombyfind`, `markergroupctlmarker`, `markergroupctlpath`, `placemark_rating`, `hovermarker`, `hoverinfobubble`, `defaultmaptypes`, `disableautopan`, `ajaxbufferplacemark`, `region`, `country`, `trafficcontrolpos`, `transitcontrolpos`, `bikecontrolpos`, `panoramiocontrolpos`, `params`) VALUES
(1, 0, 'mercados', 950, 600, '19.043782808432987', '-98.19906234741211', 14, 0, 0, 1, 0, 1, 3, 0, 1, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 3, 6, 11, 4, '', 1, 0, 0, 1, 1, 12, '', 1, 20, 0, 1, 1, '', '', '', 1, 1, 0, 0, 0, 0, 0, '', 0, 0, 3, 11, '', '', 0, 0, 0, 0, 0, 0, 70, '', '', 0, 1, 0, 1, 2, '', '', 0, 70, 101, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, '', 0, 0, 2, 1, '', 0, '', '', '', '', '', '', 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 100, 1, 0, 0, 0, 0, 1, 0, 0, '', '', 3, 3, 3, 3, '{"show_category":"1"}');

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

--
-- Estructura de tabla para la tabla `mer_zhgooglemaps_maptypes`
--

CREATE TABLE IF NOT EXISTS `mer_zhgooglemaps_maptypes` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `catid` int(11) NOT NULL DEFAULT '0',
  `title` varchar(250) NOT NULL DEFAULT '',
  `description` text NOT NULL,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `gettileurl` text NOT NULL,
  `tilewidth` int(5) NOT NULL DEFAULT '256',
  `tileheight` int(5) NOT NULL DEFAULT '256',
  `ispng` tinyint(1) NOT NULL DEFAULT '1',
  `minzoom` int(3) NOT NULL DEFAULT '0',
  `maxzoom` int(3) NOT NULL DEFAULT '18',
  `opacity` varchar(20) NOT NULL DEFAULT '',
  `layertype` tinyint(1) NOT NULL DEFAULT '1',
  `projectionglobal` text NOT NULL,
  `projectiondefinition` text NOT NULL,
  `fromlatlngtopoint` text NOT NULL,
  `frompointtolatlng` text NOT NULL,
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `params` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_catid` (`catid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

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

--
-- Estructura de tabla para la tabla `mer_zhgooglemaps_marker_rates`
--

CREATE TABLE IF NOT EXISTS `mer_zhgooglemaps_marker_rates` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `markerid` int(11) NOT NULL DEFAULT '0',
  `rating_value` float NOT NULL DEFAULT '0',
  `rating_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ip` text NOT NULL,
  `hostname` text NOT NULL,
  `createdbyuser` int(11) NOT NULL DEFAULT '0',
  `params` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_markerid` (`markerid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

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

--
-- Estructura de tabla para la tabla `mer_zhgooglemaps_markergroups`
--

CREATE TABLE IF NOT EXISTS `mer_zhgooglemaps_markergroups` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `catid` int(11) NOT NULL DEFAULT '0',
  `title` varchar(250) NOT NULL DEFAULT '',
  `icontype` varchar(250) NOT NULL DEFAULT '',
  `overridegroupicon` tinyint(1) NOT NULL DEFAULT '0',
  `overridemarkericon` tinyint(1) NOT NULL DEFAULT '0',
  `markermanagerminzoom` int(3) NOT NULL DEFAULT '0',
  `markermanagermaxzoom` int(3) NOT NULL DEFAULT '18',
  `activeincluster` tinyint(1) NOT NULL DEFAULT '0',
  `description` text NOT NULL,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `userorder` int(11) NOT NULL DEFAULT '0',
  `params` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_catid` (`catid`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ;

--
-- Volcado de datos para la tabla `mer_zhgooglemaps_markergroups`
--

INSERT INTO `mer_zhgooglemaps_markergroups` (`id`, `catid`, `title`, `icontype`, `overridegroupicon`, `overridemarkericon`, `markermanagerminzoom`, `markermanagermaxzoom`, `activeincluster`, `description`, `published`, `publish_up`, `publish_down`, `ordering`, `userorder`, `params`) VALUES
(1, 0, 'marginación', 'default#attentionIcon', 0, 1, 0, 18, 0, '', 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, '{"show_category":""}'),
(2, 0, 'parques industriales ', 'default#bankIcon', 0, 1, 0, 18, 0, '', 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, '{"show_category":""}');

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

--
-- Estructura de tabla para la tabla `mer_zhgooglemaps_markers`
--

CREATE TABLE IF NOT EXISTS `mer_zhgooglemaps_markers` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `catid` int(11) NOT NULL DEFAULT '0',
  `title` varchar(250) NOT NULL DEFAULT '',
  `latitude` varchar(20) NOT NULL DEFAULT '',
  `longitude` varchar(20) NOT NULL DEFAULT '',
  `addresstext` text NOT NULL,
  `mapid` int(11) NOT NULL DEFAULT '0',
  `openbaloon` tinyint(1) NOT NULL DEFAULT '0',
  `actionbyclick` tinyint(1) NOT NULL DEFAULT '1',
  `zoombyclick` int(3) NOT NULL DEFAULT '100',
  `baloon` tinyint(1) NOT NULL DEFAULT '0',
  `icontype` varchar(250) NOT NULL DEFAULT '',
  `description` text NOT NULL,
  `descriptionhtml` text NOT NULL,
  `descriptionfullhtml` text NOT NULL,
  `hoverhtml` text NOT NULL,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `hrefsite` text NOT NULL,
  `hrefimage` text NOT NULL,
  `hrefimagethumbnail` text NOT NULL,
  `hrefsitename` text NOT NULL,
  `markergroup` int(11) NOT NULL DEFAULT '0',
  `markercontent` tinyint(1) NOT NULL DEFAULT '0',
  `contactid` int(11) NOT NULL DEFAULT '0',
  `createdbyuser` int(11) NOT NULL DEFAULT '0',
  `showcontact` tinyint(1) NOT NULL DEFAULT '0',
  `showuser` tinyint(1) NOT NULL DEFAULT '0',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `createddate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `infographicstype` text NOT NULL,
  `infographicswidth` int(5) NOT NULL DEFAULT '0',
  `infographicsheight` int(5) NOT NULL DEFAULT '0',
  `userprotection` tinyint(1) NOT NULL DEFAULT '0',
  `streetviewstyleid` int(11) NOT NULL DEFAULT '0',
  `streetviewinfowin` tinyint(1) NOT NULL DEFAULT '0',
  `streetviewinfowinw` int(3) NOT NULL DEFAULT '400',
  `streetviewinfowinh` int(3) NOT NULL DEFAULT '250',
  `params` text NOT NULL,
  `attribute1` text NOT NULL,
  `attribute2` text NOT NULL,
  `attribute3` text NOT NULL,
  `attribute4` text NOT NULL,
  `attribute5` text NOT NULL,
  `attribute6` text NOT NULL,
  `attribute7` text NOT NULL,
  `attribute8` text NOT NULL,
  `attribute9` text NOT NULL,
  `tabid` int(11) NOT NULL DEFAULT '0',
  `tab1` text NOT NULL,
  `tab2` text NOT NULL,
  `tab3` text NOT NULL,
  `tab4` text NOT NULL,
  `tab5` text NOT NULL,
  `tab6` text NOT NULL,
  `tab7` text NOT NULL,
  `tab8` text NOT NULL,
  `tab9` text NOT NULL,
  `tab10` text NOT NULL,
  `tab11` text NOT NULL,
  `tab12` text NOT NULL,
  `tab13` text NOT NULL,
  `tab14` text NOT NULL,
  `tab15` text NOT NULL,
  `tab16` text NOT NULL,
  `tab17` text NOT NULL,
  `tab18` text NOT NULL,
  `tab19` text NOT NULL,
  `tab1title` varchar(250) NOT NULL DEFAULT '',
  `tab2title` varchar(250) NOT NULL DEFAULT '',
  `tab3title` varchar(250) NOT NULL DEFAULT '',
  `tab4title` varchar(250) NOT NULL DEFAULT '',
  `tab5title` varchar(250) NOT NULL DEFAULT '',
  `tab6title` varchar(250) NOT NULL DEFAULT '',
  `tab7title` varchar(250) NOT NULL DEFAULT '',
  `tab8title` varchar(250) NOT NULL DEFAULT '',
  `tab9title` varchar(250) NOT NULL DEFAULT '',
  `tab10title` varchar(250) NOT NULL DEFAULT '',
  `tab11title` varchar(250) NOT NULL DEFAULT '',
  `tab12title` varchar(250) NOT NULL DEFAULT '',
  `tab13title` varchar(250) NOT NULL DEFAULT '',
  `tab14title` varchar(250) NOT NULL DEFAULT '',
  `tab15title` varchar(250) NOT NULL DEFAULT '',
  `tab16title` varchar(250) NOT NULL DEFAULT '',
  `tab17title` varchar(250) NOT NULL DEFAULT '',
  `tab18title` varchar(250) NOT NULL DEFAULT '',
  `tab19title` varchar(250) NOT NULL DEFAULT '',
  `tab1image` text NOT NULL,
  `tab2image` text NOT NULL,
  `tab3image` text NOT NULL,
  `tab4image` text NOT NULL,
  `tab5image` text NOT NULL,
  `tab6image` text NOT NULL,
  `tab7image` text NOT NULL,
  `tab8image` text NOT NULL,
  `tab9image` text NOT NULL,
  `tab10image` text NOT NULL,
  `tab11image` text NOT NULL,
  `tab12image` text NOT NULL,
  `tab13image` text NOT NULL,
  `tab14image` text NOT NULL,
  `tab15image` text NOT NULL,
  `tab16image` text NOT NULL,
  `tab17image` text NOT NULL,
  `tab18image` text NOT NULL,
  `tab19image` text NOT NULL,
  `ordering` int(11) NOT NULL DEFAULT '0',
  `rating_value` float NOT NULL DEFAULT '0',
  `rating_count` int(11) NOT NULL DEFAULT '0',
  `labelinbackground` tinyint(1) NOT NULL DEFAULT '0',
  `labelanchorx` int(5) NOT NULL DEFAULT '0',
  `labelanchory` int(5) NOT NULL DEFAULT '0',
  `labelclass` varchar(250) NOT NULL DEFAULT '',
  `labelcontent` text NOT NULL,
  `includeinlist` tinyint(1) NOT NULL DEFAULT '1',
  `access` int(11) NOT NULL DEFAULT '1',
  `hrefcontact` text NOT NULL,
  `hrefarticle` text NOT NULL,
  `hrefdetail` text NOT NULL,
  `toolbarcontact` tinyint(1) NOT NULL DEFAULT '0',
  `toolbararticle` tinyint(1) NOT NULL DEFAULT '0',
  `toolbardetail` tinyint(1) NOT NULL DEFAULT '0',
  `articleid` int(11) NOT NULL DEFAULT '0',
  `attributesdetail` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_catid` (`catid`),
  KEY `idx_mapid` (`mapid`),
  KEY `idx_markergroup` (`markergroup`),
  KEY `idx_createdbyuser` (`createdbyuser`),
  KEY `idx_access` (`access`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=6 ;

--
-- Volcado de datos para la tabla `mer_zhgooglemaps_markers`
--

INSERT INTO `mer_zhgooglemaps_markers` (`id`, `catid`, `title`, `latitude`, `longitude`, `addresstext`, `mapid`, `openbaloon`, `actionbyclick`, `zoombyclick`, `baloon`, `icontype`, `description`, `descriptionhtml`, `descriptionfullhtml`, `hoverhtml`, `published`, `hrefsite`, `hrefimage`, `hrefimagethumbnail`, `hrefsitename`, `markergroup`, `markercontent`, `contactid`, `createdbyuser`, `showcontact`, `showuser`, `publish_up`, `publish_down`, `createddate`, `infographicstype`, `infographicswidth`, `infographicsheight`, `userprotection`, `streetviewstyleid`, `streetviewinfowin`, `streetviewinfowinw`, `streetviewinfowinh`, `params`, `attribute1`, `attribute2`, `attribute3`, `attribute4`, `attribute5`, `attribute6`, `attribute7`, `attribute8`, `attribute9`, `tabid`, `tab1`, `tab2`, `tab3`, `tab4`, `tab5`, `tab6`, `tab7`, `tab8`, `tab9`, `tab10`, `tab11`, `tab12`, `tab13`, `tab14`, `tab15`, `tab16`, `tab17`, `tab18`, `tab19`, `tab1title`, `tab2title`, `tab3title`, `tab4title`, `tab5title`, `tab6title`, `tab7title`, `tab8title`, `tab9title`, `tab10title`, `tab11title`, `tab12title`, `tab13title`, `tab14title`, `tab15title`, `tab16title`, `tab17title`, `tab18title`, `tab19title`, `tab1image`, `tab2image`, `tab3image`, `tab4image`, `tab5image`, `tab6image`, `tab7image`, `tab8image`, `tab9image`, `tab10image`, `tab11image`, `tab12image`, `tab13image`, `tab14image`, `tab15image`, `tab16image`, `tab17image`, `tab18image`, `tab19image`, `ordering`, `rating_value`, `rating_count`, `labelinbackground`, `labelanchorx`, `labelanchory`, `labelclass`, `labelcontent`, `includeinlist`, `access`, `hrefcontact`, `hrefarticle`, `hrefdetail`, `toolbarcontact`, `toolbararticle`, `toolbardetail`, `articleid`, `attributesdetail`) VALUES
(5, 0, 'parques 1', '19.063902605585582', '-98.17880630493164', '', 1, 0, 1, 100, 1, 'default#arrowDownLeftIcon', '', '<p>parque industrial </p>', '', '', 1, '', '', '', '', 2, 0, 0, 0, 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 0, 0, 1, 0, 0, 400, 250, '{"show_category":""}', '', '', '', '', '', '', '', '', '', 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 0, 0, '', '', 1, 1, '', '', '', 0, 0, 0, 0, ''),
(2, 0, 'parques 2', '19.06357811209249', '-98.19271087646484', '', 1, 0, 1, 100, 1, 'default#arrowDownLeftIcon', '', '<p>parque2 industrial </p>', '', '', 1, '', '', '', '', 2, 0, 0, 0, 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 0, 0, 1, 0, 0, 400, 250, '{"show_category":""}', '', '', '', '', '', '', '', '', '', 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 0, 0, '', '', 1, 1, '', '', '', 0, 0, 0, 0, ''),
(3, 0, 'marginación 1', '19.03380313309484', '-98.18799018859863', '', 1, 0, 1, 100, 1, 'default#arrowDownLeftIcon', '', '<p>marginación 1</p>', '', '', 1, '', '', '', '', 1, 0, 0, 0, 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 0, 0, 1, 0, 0, 400, 250, '{"show_category":""}', '', '', '', '', '', '', '', '', '', 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 0, 0, '', '', 1, 1, '', '', '', 0, 0, 0, 0, ''),
(4, 0, 'marginación 2', '19.040861989937586', '-98.18558692932129', '', 1, 0, 1, 100, 1, 'default#arrowDownLeftIcon', '', '<p>marginación 2</p>', '', '', 1, '', '', '', '', 1, 0, 0, 0, 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 0, 0, 1, 0, 0, 400, 250, '{"show_category":""}', '', '', '', '', '', '', '', '', '', 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 0, 0, '', '', 1, 1, '', '', '', 0, 0, 0, 0, '');

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

--
-- Estructura de tabla para la tabla `mer_zhgooglemaps_paths`
--

CREATE TABLE IF NOT EXISTS `mer_zhgooglemaps_paths` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `catid` int(11) NOT NULL DEFAULT '0',
  `title` varchar(250) NOT NULL DEFAULT '',
  `weight` tinyint(1) NOT NULL DEFAULT '0',
  `color` varchar(250) NOT NULL DEFAULT '',
  `hover_color` varchar(250) NOT NULL DEFAULT '',
  `opacity` varchar(20) NOT NULL DEFAULT '',
  `path` text NOT NULL,
  `kmllayer` text NOT NULL,
  `mapid` int(11) NOT NULL DEFAULT '0',
  `description` text NOT NULL,
  `descriptionhtml` text NOT NULL,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `elevation` tinyint(1) NOT NULL DEFAULT '0',
  `showtype` tinyint(1) NOT NULL DEFAULT '0',
  `suppressinfowindows` tinyint(1) NOT NULL DEFAULT '0',
  `geodesic` tinyint(1) NOT NULL DEFAULT '0',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `infowincontent` tinyint(1) NOT NULL DEFAULT '0',
  `actionbyclick` tinyint(1) NOT NULL DEFAULT '0',
  `objecttype` tinyint(1) NOT NULL DEFAULT '0',
  `fillcolor` varchar(250) NOT NULL DEFAULT '',
  `fillopacity` varchar(20) NOT NULL DEFAULT '',
  `radius` varchar(250) NOT NULL DEFAULT '',
  `elevationwidth` int(5) NOT NULL DEFAULT '400',
  `elevationheight` int(5) NOT NULL DEFAULT '200',
  `elevationcount` int(5) NOT NULL DEFAULT '256',
  `elevationcountkml` int(5) NOT NULL DEFAULT '0',
  `elevationicontype` varchar(250) NOT NULL DEFAULT '',
  `elevationbaseline` int(11) NOT NULL DEFAULT '0',
  `v_min_value` varchar(20) NOT NULL DEFAULT '',
  `v_max_value` varchar(20) NOT NULL DEFAULT '',
  `v_baseline_color` varchar(250) NOT NULL DEFAULT '',
  `v_gridline_color` varchar(250) NOT NULL DEFAULT '',
  `v_gridline_count` int(3) NOT NULL DEFAULT '5',
  `v_minor_gridline_color` varchar(250) NOT NULL DEFAULT '',
  `v_minor_gridline_count` int(3) NOT NULL DEFAULT '0',
  `background_color_stroke` varchar(250) NOT NULL DEFAULT '',
  `background_color_width` tinyint(1) NOT NULL DEFAULT '0',
  `background_color_fill` varchar(250) NOT NULL DEFAULT '',
  `markergroup` int(11) NOT NULL DEFAULT '0',
  `params` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_catid` (`catid`),
  KEY `idx_mapid` (`mapid`),
  KEY `idx_markergroup` (`markergroup`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

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

--
-- Estructura de tabla para la tabla `mer_zhgooglemaps_routers`
--

CREATE TABLE IF NOT EXISTS `mer_zhgooglemaps_routers` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `catid` int(11) NOT NULL DEFAULT '0',
  `title` varchar(250) NOT NULL DEFAULT '',
  `providealt` tinyint(1) NOT NULL DEFAULT '0',
  `optimizewaypoints` tinyint(1) NOT NULL DEFAULT '0',
  `avoidhighways` tinyint(1) NOT NULL DEFAULT '0',
  `avoidtolls` tinyint(1) NOT NULL DEFAULT '0',
  `travelmode` tinyint(1) NOT NULL DEFAULT '0',
  `unitsystem` tinyint(1) NOT NULL DEFAULT '0',
  `route` text NOT NULL,
  `routebymarker` text NOT NULL,
  `mapid` int(11) NOT NULL DEFAULT '0',
  `description` text NOT NULL,
  `descriptionhtml` text NOT NULL,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `showtype` tinyint(1) NOT NULL DEFAULT '0',
  `draggable` tinyint(1) NOT NULL DEFAULT '0',
  `showpanel` tinyint(1) NOT NULL DEFAULT '0',
  `showpaneltotal` tinyint(1) NOT NULL DEFAULT '1',
  `showdescription` tinyint(1) NOT NULL DEFAULT '0',
  `suppressmarkers` tinyint(1) NOT NULL DEFAULT '0',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `params` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_catid` (`catid`),
  KEY `idx_mapid` (`mapid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

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

--
-- Estructura de tabla para la tabla `mer_zhgooglemaps_streetviews`
--

CREATE TABLE IF NOT EXISTS `mer_zhgooglemaps_streetviews` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `catid` int(11) NOT NULL DEFAULT '0',
  `title` varchar(250) NOT NULL DEFAULT '',
  `description` text NOT NULL,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `heading` varchar(10) NOT NULL DEFAULT '0',
  `pitch` varchar(10) NOT NULL DEFAULT '0',
  `zoom` int(3) NOT NULL DEFAULT '1',
  `params` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_catid` (`catid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

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

--
-- Estructura de tabla para la tabla `mer_zhgooglemaps_weathertypes`
--

CREATE TABLE IF NOT EXISTS `mer_zhgooglemaps_weathertypes` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `catid` int(11) NOT NULL DEFAULT '0',
  `title` varchar(250) NOT NULL DEFAULT '',
  `description` text NOT NULL,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `clickable` tinyint(1) NOT NULL DEFAULT '1',
  `suppressinfowindows` tinyint(1) NOT NULL DEFAULT '0',
  `labelcolor` tinyint(1) NOT NULL DEFAULT '0',
  `temperatureunits` tinyint(1) NOT NULL DEFAULT '1',
  `windspeedunits` tinyint(1) NOT NULL DEFAULT '2',
  `weatherlayer` tinyint(1) NOT NULL DEFAULT '1',
  `cloudlayer` tinyint(1) NOT NULL DEFAULT '1',
  `params` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_catid` (`catid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

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

--
-- Estructura de tabla para la tabla `mer_zhgooglemaps_widgettypes`
--

CREATE TABLE IF NOT EXISTS `mer_zhgooglemaps_widgettypes` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `catid` int(11) NOT NULL DEFAULT '0',
  `title` varchar(250) NOT NULL DEFAULT '',
  `description` text NOT NULL,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `params` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_catid` (`catid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

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