-- phpMyAdmin SQL Dump
-- version 5.2.2
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Sep 04, 2025 at 05:30 AM
-- Server version: 10.11.14-MariaDB
-- PHP Version: 8.3.23

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
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 utf8mb4 */;

--
-- Database: `dalemari_pzaznow`
--

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

--
-- Table structure for table `xjmw1_action_logs`
--

CREATE TABLE `xjmw1_action_logs` (
  `id` int(10) UNSIGNED NOT NULL,
  `message_language_key` varchar(255) NOT NULL DEFAULT '',
  `message` text NOT NULL,
  `log_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `extension` varchar(50) NOT NULL DEFAULT '',
  `user_id` int(11) NOT NULL DEFAULT 0,
  `item_id` int(11) NOT NULL DEFAULT 0,
  `ip_address` varchar(40) NOT NULL DEFAULT '0.0.0.0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `xjmw1_action_logs_extensions`
--

CREATE TABLE `xjmw1_action_logs_extensions` (
  `id` int(10) UNSIGNED NOT NULL,
  `extension` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `xjmw1_action_logs_extensions`
--

INSERT INTO `xjmw1_action_logs_extensions` (`id`, `extension`) VALUES
(1, 'com_banners'),
(2, 'com_cache'),
(3, 'com_categories'),
(4, 'com_config'),
(5, 'com_contact'),
(6, 'com_content'),
(7, 'com_installer'),
(8, 'com_media'),
(9, 'com_menus'),
(10, 'com_messages'),
(11, 'com_modules'),
(12, 'com_newsfeeds'),
(13, 'com_plugins'),
(14, 'com_redirect'),
(15, 'com_tags'),
(16, 'com_templates'),
(17, 'com_users'),
(18, 'com_checkin');

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

--
-- Table structure for table `xjmw1_action_logs_users`
--

CREATE TABLE `xjmw1_action_logs_users` (
  `user_id` int(11) UNSIGNED NOT NULL,
  `notify` tinyint(1) UNSIGNED NOT NULL,
  `extensions` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `xjmw1_action_log_config`
--

CREATE TABLE `xjmw1_action_log_config` (
  `id` int(10) UNSIGNED NOT NULL,
  `type_title` varchar(255) NOT NULL DEFAULT '',
  `type_alias` varchar(255) NOT NULL DEFAULT '',
  `id_holder` varchar(255) DEFAULT NULL,
  `title_holder` varchar(255) DEFAULT NULL,
  `table_name` varchar(255) DEFAULT NULL,
  `text_prefix` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `xjmw1_action_log_config`
--

INSERT INTO `xjmw1_action_log_config` (`id`, `type_title`, `type_alias`, `id_holder`, `title_holder`, `table_name`, `text_prefix`) VALUES
(1, 'article', 'com_content.article', 'id', 'title', '#__content', 'PLG_ACTIONLOG_JOOMLA'),
(2, 'article', 'com_content.form', 'id', 'title', '#__content', 'PLG_ACTIONLOG_JOOMLA'),
(3, 'banner', 'com_banners.banner', 'id', 'name', '#__banners', 'PLG_ACTIONLOG_JOOMLA'),
(4, 'user_note', 'com_users.note', 'id', 'subject', '#__user_notes', 'PLG_ACTIONLOG_JOOMLA'),
(5, 'media', 'com_media.file', '', 'name', '', 'PLG_ACTIONLOG_JOOMLA'),
(6, 'category', 'com_categories.category', 'id', 'title', '#__categories', 'PLG_ACTIONLOG_JOOMLA'),
(7, 'menu', 'com_menus.menu', 'id', 'title', '#__menu_types', 'PLG_ACTIONLOG_JOOMLA'),
(8, 'menu_item', 'com_menus.item', 'id', 'title', '#__menu', 'PLG_ACTIONLOG_JOOMLA'),
(9, 'newsfeed', 'com_newsfeeds.newsfeed', 'id', 'name', '#__newsfeeds', 'PLG_ACTIONLOG_JOOMLA'),
(10, 'link', 'com_redirect.link', 'id', 'old_url', '#__redirect_links', 'PLG_ACTIONLOG_JOOMLA'),
(11, 'tag', 'com_tags.tag', 'id', 'title', '#__tags', 'PLG_ACTIONLOG_JOOMLA'),
(12, 'style', 'com_templates.style', 'id', 'title', '#__template_styles', 'PLG_ACTIONLOG_JOOMLA'),
(13, 'plugin', 'com_plugins.plugin', 'extension_id', 'name', '#__extensions', 'PLG_ACTIONLOG_JOOMLA'),
(14, 'component_config', 'com_config.component', 'extension_id', 'name', '', 'PLG_ACTIONLOG_JOOMLA'),
(15, 'contact', 'com_contact.contact', 'id', 'name', '#__contact_details', 'PLG_ACTIONLOG_JOOMLA'),
(16, 'module', 'com_modules.module', 'id', 'title', '#__modules', 'PLG_ACTIONLOG_JOOMLA'),
(17, 'access_level', 'com_users.level', 'id', 'title', '#__viewlevels', 'PLG_ACTIONLOG_JOOMLA'),
(18, 'banner_client', 'com_banners.client', 'id', 'name', '#__banner_clients', 'PLG_ACTIONLOG_JOOMLA'),
(19, 'application_config', 'com_config.application', '', 'name', '', 'PLG_ACTIONLOG_JOOMLA');

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

--
-- Table structure for table `xjmw1_assets`
--

CREATE TABLE `xjmw1_assets` (
  `id` int(10) UNSIGNED NOT NULL 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.'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `xjmw1_assets`
--

INSERT INTO `xjmw1_assets` (`id`, `parent_id`, `lft`, `rgt`, `level`, `name`, `title`, `rules`) VALUES
(1, 0, 0, 227, 0, 'root.1', 'Root Asset', '{\"core.login.site\":{\"6\":1,\"2\":1,\"1\":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, 18, 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, 19, 46, 1, 'com_content', 'com_content', '{\"core.admin\":{\"7\":1},\"core.options\":[],\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),
(9, 1, 47, 48, 1, 'com_cpanel', 'com_cpanel', '{}'),
(10, 1, 49, 50, 1, 'com_installer', 'com_installer', '{\"core.admin\":[],\"core.manage\":{\"7\":0},\"core.delete\":{\"7\":0},\"core.edit.state\":{\"7\":0}}'),
(11, 1, 51, 52, 1, 'com_languages', 'com_languages', '{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(12, 1, 53, 54, 1, 'com_login', 'com_login', '{}'),
(13, 1, 55, 56, 1, 'com_mailto', 'com_mailto', '{}'),
(14, 1, 57, 58, 1, 'com_massmail', 'com_massmail', '{}'),
(15, 1, 59, 60, 1, 'com_media', 'com_media', '{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":{\"5\":1}}'),
(16, 1, 61, 66, 1, 'com_menus', 'com_menus', '{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(17, 1, 67, 68, 1, 'com_messages', 'com_messages', '{\"core.admin\":{\"7\":1},\"core.manage\":{\"7\":1}}'),
(18, 1, 69, 170, 1, 'com_modules', 'com_modules', '{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(19, 1, 171, 174, 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, 175, 176, 1, 'com_plugins', 'com_plugins', '{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(21, 1, 177, 178, 1, 'com_redirect', 'com_redirect', '{\"core.admin\":{\"7\":1},\"core.manage\":[]}'),
(22, 1, 179, 180, 1, 'com_search', 'com_search', '{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1}}'),
(23, 1, 181, 182, 1, 'com_templates', 'com_templates', '{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(24, 1, 183, 186, 1, 'com_users', 'com_users', '{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(26, 1, 187, 188, 1, 'com_wrapper', 'com_wrapper', '{}'),
(27, 8, 20, 25, 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, 172, 173, 2, 'com_newsfeeds.category.5', 'Uncategorised', '{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),
(32, 24, 184, 185, 2, 'com_users.category.7', 'Uncategorised', '{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(33, 1, 189, 190, 1, 'com_finder', 'com_finder', '{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1}}'),
(34, 1, 191, 192, 1, 'com_joomlaupdate', 'com_joomlaupdate', '{\"core.admin\":[],\"core.manage\":[],\"core.delete\":[],\"core.edit.state\":[]}'),
(35, 1, 193, 194, 1, 'com_tags', 'com_tags', '{\"core.admin\":[],\"core.manage\":[],\"core.manage\":[],\"core.delete\":[],\"core.edit.state\":[]}'),
(36, 1, 195, 196, 1, 'com_contenthistory', 'com_contenthistory', '{}'),
(37, 1, 197, 198, 1, 'com_ajax', 'com_ajax', '{}'),
(38, 1, 199, 200, 1, 'com_postinstall', 'com_postinstall', '{}'),
(40, 18, 70, 71, 2, 'com_modules.module.2', 'Login', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(41, 18, 72, 73, 2, 'com_modules.module.3', 'Popular Articles', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(42, 18, 74, 75, 2, 'com_modules.module.4', 'Recently Added Articles', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(43, 18, 76, 77, 2, 'com_modules.module.8', 'Toolbar', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(44, 18, 78, 79, 2, 'com_modules.module.9', 'Quick Icons', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(45, 18, 80, 81, 2, 'com_modules.module.10', 'Logged-in Users', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(46, 18, 82, 83, 2, 'com_modules.module.12', 'Admin Menu', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(47, 18, 84, 85, 2, 'com_modules.module.13', 'Admin Submenu', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(48, 18, 86, 87, 2, 'com_modules.module.14', 'User Status', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(49, 18, 88, 89, 2, 'com_modules.module.15', 'Title', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(52, 18, 90, 91, 2, 'com_modules.module.79', 'Multilanguage status', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(53, 18, 92, 93, 2, 'com_modules.module.86', 'Joomla Version', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(55, 8, 26, 29, 2, 'com_content.category.8', 'Theme Features', '{\"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}}'),
(56, 8, 30, 33, 2, 'com_content.category.9', 'Sample Pages', '{\"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}}'),
(57, 8, 34, 41, 2, 'com_content.category.10', 'Blog', '{\"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}}'),
(60, 55, 27, 28, 3, 'com_content.article.3', 'Block Variations', '{\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1}}'),
(68, 56, 31, 32, 3, 'com_content.article.11', 'Offline Page', '{\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1}}'),
(72, 57, 35, 36, 3, 'com_content.article.15', 'Customize content quickly in Layout Manager', '{\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1}}'),
(77, 7, 16, 17, 2, 'com_contact.category.11', 'RocketTheme', '{\"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}}'),
(130, 18, 94, 95, 2, 'com_modules.module.139', 'To Make Your Joomla! Website Offline', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),
(147, 18, 96, 97, 2, 'com_modules.module.154', 'RokAjaxSearch', ''),
(150, 1, 201, 202, 1, 'com_gantry5', 'com_gantry5', '{}'),
(175, 18, 98, 99, 2, 'com_modules.module.181', 'Portfolio Info List 2', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),
(314, 18, 100, 101, 2, 'com_modules.module.320', 'About Us - What we do', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),
(476, 18, 102, 103, 2, 'com_modules.module.482', 'Portfolio Info List', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),
(485, 18, 104, 105, 2, 'com_modules.module.491', 'Portfolio Image Grid', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),
(489, 18, 106, 107, 2, 'com_modules.module.495', 'Pricing - Pricing Table', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"module.edit.frontend\":[]}'),
(511, 18, 108, 109, 2, 'com_modules.module.517', 'Header - Pricing', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),
(522, 18, 110, 111, 2, 'com_modules.module.528', 'Header - Contact us', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"module.edit.frontend\":[]}'),
(530, 18, 112, 113, 2, 'com_modules.module.536', 'Portfolio - Header', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),
(531, 18, 114, 115, 2, 'com_modules.module.537', 'Header - Offline', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"module.edit.frontend\":[]}'),
(548, 18, 116, 117, 2, 'com_modules.module.554', 'About Us - Who we are', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),
(560, 8, 42, 43, 2, 'com_content.category.12', 'Header Articles', '{\"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}}'),
(566, 1, 203, 204, 1, '#__ucm_content.1', '#__ucm_content.1', '[]'),
(575, 27, 21, 22, 3, 'com_content.article.19', 'Typography', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(582, 1, 205, 206, 1, '#__ucm_content.2', '#__ucm_content.2', '[]'),
(584, 18, 118, 119, 2, 'com_modules.module.585', 'Header - About Us', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),
(587, 1, 207, 208, 1, '#__ucm_content.3', '#__ucm_content.3', '[]'),
(591, 1, 209, 210, 1, '#__ucm_content.4', '#__ucm_content.4', '[]'),
(611, 18, 120, 121, 2, 'com_modules.module.610', 'Features - Overview', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"module.edit.frontend\":[]}'),
(612, 18, 122, 123, 2, 'com_modules.module.611', 'Features - Features List', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),
(613, 18, 124, 125, 2, 'com_modules.module.612', 'Features - Gantry 5 Core Features', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),
(614, 18, 126, 127, 2, 'com_modules.module.613', 'Features - System Requirements', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(615, 18, 128, 129, 2, 'com_modules.module.614', 'Block Variations - Header', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),
(616, 18, 130, 131, 2, 'com_modules.module.615', 'Block Variations - Additional Classes Header', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),
(617, 18, 132, 133, 2, 'com_modules.module.616', 'Block Variations - Additional Classes List', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),
(634, 8, 44, 45, 2, 'com_content.category.13', 'We\'re On Tour', '{}'),
(640, 18, 134, 135, 2, 'com_modules.module.636', 'Infolist & Flipster Cover Flow', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),
(641, 18, 136, 137, 2, 'com_modules.module.637', 'Typography - Header', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"module.edit.frontend\":[]}'),
(642, 18, 138, 139, 2, 'com_modules.module.638', 'Header - Blog', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"module.edit.frontend\":[]}'),
(681, 18, 140, 141, 2, 'com_modules.module.677', 'Header - Particles', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"module.edit.frontend\":[]}'),
(687, 18, 142, 143, 2, 'com_modules.module.683', 'Particles Header OwlCarousel Title', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"module.edit.frontend\":[]}'),
(689, 18, 144, 145, 2, 'com_modules.module.685', 'Particles Bottom Simple Content', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"module.edit.frontend\":[]}'),
(690, 16, 62, 63, 2, 'com_menus.menu.20', 'Hidden Menu', '{}'),
(691, 57, 37, 38, 3, 'com_content.article.22', 'Exclusive Slider Carousel and Flipster particles', '{\"core.admin\":{\"7\":1},\"core.options\":[],\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),
(692, 57, 39, 40, 3, 'com_content.article.23', 'Protean template suited for multiple websites', '{\"core.admin\":{\"7\":1},\"core.options\":[],\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),
(693, 16, 64, 65, 2, 'com_menus.menu.1', 'Main Menu', '{}'),
(698, 18, 146, 147, 2, 'com_modules.module.690', 'Particles Expanded Flipster Cover Flow', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"module.edit.frontend\":[]}'),
(701, 18, 148, 149, 2, 'com_modules.module.693', 'Particles Slideshow OwlCarousel', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"module.edit.frontend\":[]}'),
(702, 1, 211, 212, 1, 'com_fields', 'com_fields', '{}'),
(703, 1, 213, 214, 1, 'com_associations', 'com_associations', '{}'),
(704, 1, 215, 216, 1, 'com_privacy', 'com_privacy', '{}'),
(705, 1, 217, 218, 1, 'com_actionlogs', 'com_actionlogs', '{}'),
(706, 18, 150, 151, 2, 'com_modules.module.694', 'BreezingCommerce - Categories', '{}'),
(707, 18, 152, 153, 2, 'com_modules.module.695', 'BreezingCommerce - Currencies', '{}'),
(708, 18, 154, 155, 2, 'com_modules.module.696', 'BreezingCommerce - Mini Cart', '{}'),
(710, 1, 219, 220, 1, 'com_virtuemart', 'VIRTUEMART', '{}'),
(711, 1, 221, 222, 1, 'com_virtuemart_allinone', 'VirtueMart_allinone', '{}'),
(712, 18, 156, 157, 2, 'com_modules.module.710', 'VM - Administrator Module', '{}'),
(713, 18, 158, 159, 2, 'com_modules.module.711', 'VM - Currencies Selector', '{}'),
(714, 18, 160, 161, 2, 'com_modules.module.712', 'VM - Featured products', '{}'),
(715, 18, 162, 163, 2, 'com_modules.module.713', 'VM - Search in Shop', '{}'),
(716, 18, 164, 165, 2, 'com_modules.module.714', 'VM - Manufacturer', '{}'),
(717, 18, 166, 167, 2, 'com_modules.module.715', 'VM - Shopping cart', '{}'),
(718, 18, 168, 169, 2, 'com_modules.module.716', 'VM - Category', '{}'),
(719, 1, 223, 224, 1, 'com_tcpdf', 'tcpdf', '{}'),
(720, 27, 23, 24, 3, 'com_content.article.24', 'Computer Cut, Hand Crafted Designs with PZAZ!', '{}'),
(721, 1, 225, 226, 1, 'com_smartforms', 'COM_SMARTFORMS', '{}');

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

--
-- Table structure for table `xjmw1_associations`
--

CREATE TABLE `xjmw1_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.'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `xjmw1_banners`
--

CREATE TABLE `xjmw1_banners` (
  `id` int(11) NOT NULL,
  `cid` int(11) NOT NULL DEFAULT 0,
  `type` int(11) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_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(400) 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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `xjmw1_banner_clients`
--

CREATE TABLE `xjmw1_banner_clients` (
  `id` int(11) NOT NULL,
  `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(400) 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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `xjmw1_banner_tracks`
--

CREATE TABLE `xjmw1_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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `xjmw1_categories`
--

CREATE TABLE `xjmw1_categories` (
  `id` int(11) NOT NULL,
  `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(400) NOT NULL DEFAULT '',
  `extension` varchar(50) NOT NULL DEFAULT '',
  `title` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `note` varchar(255) NOT NULL DEFAULT '',
  `description` mediumtext DEFAULT 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 DEFAULT NULL,
  `metadesc` varchar(1024) NOT NULL DEFAULT '' COMMENT 'The meta description for the page.',
  `metakey` varchar(1024) NOT NULL DEFAULT '' COMMENT 'The meta keywords for the page.',
  `metadata` varchar(2048) NOT NULL DEFAULT '' 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 DEFAULT '',
  `version` int(10) UNSIGNED NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `xjmw1_categories`
--

INSERT INTO `xjmw1_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, 23, 0, '', 'system', 'ROOT', 'root', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{}', '', '', '{}', 215, '2021-03-18 19:58:19', 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\":\"\"}', 215, '2021-03-18 19:58:19', 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\":\"\"}', 215, '2021-03-18 19:58:19', 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\":\"\"}', 215, '2021-03-18 19:58:19', 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\":\"\"}', 215, '2021-03-18 19:58:19', 0, '0000-00-00 00:00:00', 0, '*', 1),
(7, 32, 1, 9, 10, 1, 'uncategorised', 'com_users', 'Uncategorised', 'uncategorised', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{\"category_layout\":\"\",\"image\":\"\"}', '', '', '{\"author\":\"\",\"robots\":\"\"}', 215, '2021-03-18 19:58:19', 0, '0000-00-00 00:00:00', 0, '*', 1),
(8, 55, 1, 11, 12, 1, 'features', 'com_content', 'Theme Features', 'features', '', '', -2, 0, '0000-00-00 00:00:00', 1, '{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}', '', '', '{\"author\":\"\",\"robots\":\"\"}', 215, '2021-03-18 19:58:19', 0, '0000-00-00 00:00:00', 0, '*', 1),
(9, 56, 1, 13, 14, 1, 'sample-pages', 'com_content', 'Sample Pages', 'sample-pages', '', '', -2, 0, '0000-00-00 00:00:00', 1, '{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}', '', '', '{\"author\":\"\",\"robots\":\"\"}', 215, '2021-03-18 19:58:19', 0, '0000-00-00 00:00:00', 0, '*', 1),
(10, 57, 1, 15, 16, 1, 'blog', 'com_content', 'Blog', 'blog', '', '', -2, 0, '0000-00-00 00:00:00', 1, '{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}', '', '', '{\"author\":\"\",\"robots\":\"\"}', 215, '2021-03-18 19:58:19', 0, '0000-00-00 00:00:00', 0, '*', 1),
(11, 77, 1, 17, 18, 1, 'rockettheme', 'com_contact', 'RocketTheme', 'rockettheme', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}', '', '', '{\"author\":\"\",\"robots\":\"\"}', 215, '2021-03-18 19:58:19', 0, '0000-00-00 00:00:00', 0, '*', 1),
(12, 560, 1, 19, 20, 1, 'header-articles', 'com_content', 'Header Articles', 'header-articles', '', '', -2, 0, '0000-00-00 00:00:00', 1, '{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}', '', '', '{\"author\":\"\",\"robots\":\"\"}', 215, '2021-03-18 19:58:19', 0, '0000-00-00 00:00:00', 0, '*', 1),
(13, 634, 1, 21, 22, 1, 'frontpage-features', 'com_content', 'We\'re On Tour', 'frontpage-features', '', '', -2, 0, '0000-00-00 00:00:00', 1, '{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}', '', '', '{\"author\":\"\",\"robots\":\"\"}', 215, '2021-03-18 19:58:19', 0, '0000-00-00 00:00:00', 0, '*', 1);

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

--
-- Table structure for table `xjmw1_contact_details`
--

CREATE TABLE `xjmw1_contact_details` (
  `id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL,
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
  `con_position` varchar(255) DEFAULT NULL,
  `address` text DEFAULT NULL,
  `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 DEFAULT NULL,
  `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 DEFAULT '',
  `sortname2` varchar(255) NOT NULL DEFAULT '',
  `sortname3` varchar(255) NOT NULL DEFAULT '',
  `language` varchar(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 contact is featured.',
  `xreference` varchar(50) NOT NULL DEFAULT '' 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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `xjmw1_contact_details`
--

INSERT INTO `xjmw1_contact_details` (`id`, `name`, `alias`, `con_position`, `address`, `suburb`, `state`, `country`, `postcode`, `telephone`, `fax`, `misc`, `image`, `email_to`, `default_con`, `published`, `checked_out`, `checked_out_time`, `ordering`, `params`, `user_id`, `catid`, `access`, `mobile`, `webpage`, `sortname1`, `sortname2`, `sortname3`, `language`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `metakey`, `metadesc`, `metadata`, `featured`, `xreference`, `publish_up`, `publish_down`, `version`, `hits`) VALUES
(1, 'Protean', 'protean', '', '', '', '', '', '', '', '', '', '', '', 0, 1, 589, '2016-09-26 12:09:33', 1, '{\"show_contact_category\":\"\",\"show_contact_list\":\"\",\"presentation_style\":\"\",\"show_tags\":\"\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_misc\":\"\",\"show_image\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"articles_display_num\":\"\",\"show_profile\":\"\",\"show_links\":\"\",\"linka_name\":\"\",\"linka\":false,\"linkb_name\":\"\",\"linkb\":false,\"linkc_name\":\"\",\"linkc\":false,\"linkd_name\":\"\",\"linkd\":false,\"linke_name\":\"\",\"linke\":false,\"contact_layout\":\"\",\"show_email_form\":\"\",\"show_email_copy\":\"\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\"}', 589, 11, 1, '', '', '', '', '', '*', '2021-03-18 19:58:19', 215, '', '2021-03-18 19:58:19', 215, '', '', '{\"robots\":\"\",\"rights\":\"\"}', 0, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 16, 498);

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

--
-- Table structure for table `xjmw1_content`
--

CREATE TABLE `xjmw1_content` (
  `id` int(10) UNSIGNED NOT NULL,
  `asset_id` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'FK to the #__assets table.',
  `title` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_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 DEFAULT '' COMMENT 'A reference to enable linkages to external data sets.',
  `note` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `xjmw1_content`
--

INSERT INTO `xjmw1_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`, `note`) VALUES
(3, 60, 'Block Variations', 'block-variations', '<div class=\"center g-title-large\">\r\n<h2 class=\"g-title\">Basic Box Variations</h2>\r\n</div>\r\n<div class=\"g-grid\">\r\n<div class=\"g-block box1 size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Box 1</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n<div class=\"g-block box2 size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Box 2</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n<div class=\"g-block box3 size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Box 3</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n</div>\r\n<div class=\"g-grid\">\r\n<div class=\"g-block box4 size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Box 4</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n<div class=\"g-block box5 size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Box 5</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n<div class=\"g-block box6 size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Box 6</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n</div>\r\n<hr />\r\n<div class=\"center g-title-large\">\r\n<h2 class=\"g-title\">Color Box Variations</h2>\r\n</div>\r\n<div class=\"g-grid\">\r\n<div class=\"g-block box-grey size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Box Grey</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n<div class=\"g-block box-pink size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Box Pink</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n<div class=\"g-block box-red size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Box Red</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n</div>\r\n<div class=\"g-grid\">\r\n<div class=\"g-block box-purple size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Box Purple</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n<div class=\"g-block box-orange size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Box Orange</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n<div class=\"g-block box-blue size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Box Blue</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n</div>\r\n<hr />\r\n<div class=\"center g-title-large\">\r\n<h2 class=\"g-title\">Basic Title Variations</h2>\r\n</div>\r\n<div class=\"g-grid\">\r\n<div class=\"g-block title1 size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Title 1</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n<div class=\"g-block title2 size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Title 2</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n<div class=\"g-block title3 size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Title 3</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n<div class=\"g-block title4 size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Title 4</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n<div class=\"g-block title5 size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Title 5</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n<div class=\"g-block title6 size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Title 6</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n</div>\r\n<hr />\r\n<div class=\"center g-title-large\">\r\n<h2 class=\"g-title\">Color Title Variations</h2>\r\n</div>\r\n<div class=\"g-grid\">\r\n<div class=\"g-block title-grey size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Title Grey</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n<div class=\"g-block title-pink size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Title Pink</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n<div class=\"g-block title-red size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Title Red</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n<div class=\"g-block title-purple size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Title Purple</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n<div class=\"g-block title-orange size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Title Orange</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n<div class=\"g-block title-blue size-33-3\">\r\n<div class=\"g-content\">\r\n<h3 class=\"g-title\">Title Blue</h3>\r\n<p>Lorem <strong>ipsum dolor</strong> sit amet, <a>consecetur</a> adipiscing elit <em>donec sit</em> amet nibh.</p>\r\n<a class=\"button\">Read More</a></div>\r\n</div>\r\n</div>', '', -2, 8, '2021-03-18 19:58:19', 215, 'RocketTheme', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2021-03-18 19:58:19', '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\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"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_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 1, 0, '', '', 1, 1, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(11, 68, 'Offline Page', 'offline-page', '<p style=\"text-align: center;\"><img src=\"images/rocketlauncher/pages/offline/img-01.jpg\" alt=\"image\" /></p>', '', -2, 9, '2021-03-18 19:58:19', 215, 'RocketTheme', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2021-03-18 19:58:19', '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\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"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_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 1, 0, '', '', 1, 0, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(15, 72, 'Customize content quickly in Layout Manager', 'customize-content-quickly-in-layout-manager', '<p class=\"g-lead\">Move, resize, and configure content in a matter of seconds with Layout Manager.</p>\r\n<p>With drag-and-drop functionality and virtually limitless possibilities, Gantry 5\'s Layout Manager makes setup a breeze.</p>', '', -2, 10, '2021-03-18 19:58:19', 215, 'RocketTheme', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2021-03-18 19:58:19', '0000-00-00 00:00:00', '{\"image_intro\":\"images\\/rocketlauncher\\/pages\\/blog\\/img-03.jpg\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"images\\/rocketlauncher\\/pages\\/blog\\/img-03.jpg\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"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_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 1, 4, '', '', 1, 0, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(19, 575, 'Typography', 'typography', '<h1 class=\"nomargintop nopaddingtop\">H1 Heading</h1>\r\n<p>View general elements of the style typography in the template, although please do visit the various pages in the demo to discover a fuller set of what is available with this template.</p>\r\n<p><a class=\"button\" href=\"#\">button</a> <a class=\"button button-4\" href=\"#\">button button-4</a></p>\r\n<p>Lorem ipsum dolor sit amet, <strong>consectetur adipiscing</strong> elit. Vestibulum at sem ut <a href=\"#\">ipsum vestibulum</a> euismod. Mauris et <small>massa porta leo</small> facilisis feugiat. <em>Suspendisse id neque a sem facilisis blandit.</em> Aliquam sem leo, commodo ut, rutrum auctor, iaculis nec, eros.</p>\r\n<p><a class=\"button button-2\" href=\"#\">button button-2</a> <a class=\"button button-3\" href=\"#\">button button-3</a></p>\r\n<h2>H2 Heading</h2>\r\n<div class=\"g-content float-right nomargintop nopaddingtop\">\r\n<div class=\"moduletable\">\r\n<ul class=\"unstyled\">\r\n<li><a href=\"#\">&lt;ul class=\"unstyled\"&gt;</a></li>\r\n<li><a href=\"#\">Phasellus elementum, quam a euismod imperdiet</a></li>\r\n<li><a href=\"#\">Pellentesque pulvinar dui a magna</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<p>Nullam eget neque. Nullam <a href=\"#\">imperdiet venenatis</a> ligula. Integer a leo. Nunc consectetur. Maecenas sem. Proin vulputate, massa vel volutpat laoreet, purus erat pretium ligula, <strong>eget varius arcu</strong> nibh sed libero. Fusce ante. Nullam interdum aliquet metus. Ut ultrices vestibulum tellus. Praesent quis erat.</p>\r\n<h3>H3 Heading</h3>\r\n<p>In erat. Pellentesque erat. <strong>Mauris vehicula vestibulum justo.</strong> Cum sociis natoque penatibus et magnis dis parturient montes, <a href=\"#\">nascetur ridiculus</a> mus. Nulla pulvinar est. Integer urna. Pellentesque pulvinar dui a magna. Nulla facilisi.</p>\r\n<p class=\"alert alert-error\">&lt;p class=\"alert alert-error\"&gt;&lt;/p&gt;</p>\r\n<p><a class=\"button button-red\" href=\"#\">button button-red</a> <a class=\"button button-3 button-red\" href=\"#\">button button-3 button-red</a></p>\r\n<p>Praesent id dolor non erat viverra volutpat. Fusce tellus libero, <a href=\"#\">luctus adipiscing</a>, tincidunt vel, egestas vitae, eros. Vestibulum mollis, est id rhoncus volutpat, dolor velit <strong>tincidunt neque</strong>, vitae pellentesque ante sem eu nisl.</p>\r\n<blockquote>Donec facilisis, magna eget elementum pellentesque, augue arcu aliquet eros, eget convallis mauris ante quis magna.</blockquote>\r\n<p><a class=\"button button-grey\" href=\"#\">button button-grey</a> <a class=\"button button-grey button-large\" href=\"#\">button button-grey button-large</a></p>\r\n<p>Pellentesque habitant morbi <a href=\"#\">tristique senectus</a> et netus et malesuada fames ac turpis egestas. Aenean et libero. <strong>Nam aliquam</strong>. Quisque vitae tortor id neque dignissim laoreet.</p>\r\n<h4>H4 Heading</h4>\r\n<p>Mauris lobortis. Aliquam lacinia purus. <strong>Pellentesque magna</strong>. Mauris euismod metus nec tortor. Phasellus elementum, quam a <code>&lt;code&gt;&lt;/code&gt;</code> imperdiet, ligula felis faucibus enim, eu malesuada nunc felis sed turpis. <a href=\"#\">Morbi convallis luctus tortor</a>. Integer bibendum lacinia velit. Suspendisse mi lorem, porttitor ut, interdum et, lobortis a, lectus.</p>\r\n<p class=\"alert alert-success\">&lt;p class=\"alert alert-success\"&gt;&lt;/p&gt;</p>\r\n<p><a class=\"button button-block\" href=\"#\">button button-block</a></p>\r\n<p>Duis eu ante. <a href=\"#\">Integer at sapien</a>. Praesent sed nisl tempor est pulvinar tristique. Maecenas non <strong>lorem quis mi</strong> laoreet adipiscing.</p>\r\n<blockquote>\r\n<p>&lt;blockquote&gt; &lt;p&gt;&lt;cite title=\"\"&gt;&lt;/cite&gt;&lt;/small&gt; &lt;/blockquote&gt;</p>\r\n<small>Someone famous <cite title=\"Source Title\">Source Title</cite></small></blockquote>\r\n<h5>H5 Heading</h5>\r\n<p>Vestibulum mollis, est <strong>id rhoncus</strong> volutpat, dolor velit tincidunt <a href=\"#\">neque</a>, vitae pellentesque ante sem eu nisl. <em>Donec facilisis</em>, magna eget elementum pellentesque.</p>\r\n<p class=\"alert alert-info\">&lt;p class=\"alert alert-info\"&gt;&lt;/p&gt;</p>\r\n<p><a class=\"button button-blue\" href=\"#\">button button-blue</a> <a class=\"button button-blue button-xlarge\" href=\"#\">button button-blue button-xlarge</a></p>\r\n<p>Donec facilisis, magna eget <strong>elementum pellentesque</strong>, augue arcu aliquet eros, eget convallis mauris ante <a href=\"#\">quis magna</a>.</p>\r\n<pre>&lt;p&gt;Sample text here…&lt;/p&gt;\r\n</pre>\r\n<p><a class=\"button button-grey button-small\" href=\"#\">button button-grey button-small</a> <a class=\"button button-grey button-xsmall\" href=\"#\">button button-grey button-xsmall</a></p>\r\n<h6>H6 Heading</h6>\r\n<p>Nam id turpis sit <strong>amet neque</strong> cursus luctus. Cum sociis natoque penatibus <a href=\"#\">et magnis dis</a> parturient montes, nascetur ridiculus mus. Quisque id tortor. In vitae sapien. Nunc quis tellus.</p>\r\n<p class=\"alert alert-warning\">&lt;p class=\"alert alert-warning\"&gt;&lt;/p&gt;</p>\r\n<p><a class=\"button button-orange\" href=\"#\">button button-orange - <em>FontAwesome</em></a> <a class=\"button button-orange button-medium\" href=\"#\">button button-orange button-medium</a></p>', '', -2, 2, '2021-03-18 19:58:19', 215, 'RocketTheme', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2021-03-18 19:58:19', '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\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"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_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 1, 2, '', '', 1, 0, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(22, 691, 'Exclusive Slider Carousel and Flipster particles', 'exclusive-slider-carousel-and-flipster-particles', '<p class=\"g-lead\">Slide and Flip your way through our new template with two exclusive particles.</p>\r\n<p>Protean features an array of easy-to-navigate particles designed to let you swipe, tab, and slide your way through your content.</p>', '', -2, 10, '2021-03-18 19:58:19', 215, 'RocketTheme', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2021-03-18 19:58:19', '0000-00-00 00:00:00', '{\"image_intro\":\"images\\/rocketlauncher\\/pages\\/blog\\/img-02.jpg\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"images\\/rocketlauncher\\/pages\\/blog\\/img-02.jpg\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"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_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 1, 7, '', '', 1, 0, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(23, 692, 'Protean template suited for multiple websites', 'protean-template-suited-for-multiple-websites', '<p class=\"g-lead\">Protean is a great choice for product showcases and professional portfolios.</p>\r\n<p>Protean is an exclusive design suited for product showcases, company profiles, and professional portfolios.</p>', '', -2, 10, '2021-03-18 19:58:19', 215, 'RocketTheme', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2021-03-18 19:58:19', '0000-00-00 00:00:00', '{\"image_intro\":\"images\\/rocketlauncher\\/pages\\/blog\\/img-01.jpg\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"images\\/rocketlauncher\\/pages\\/blog\\/img-01.jpg\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"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_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 1, 8, '', '', 1, 0, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(24, 720, 'Computer Cut, Hand Crafted Designs with PZAZ!', 'computer-cut-hand-crafted-designs-with-pzaz', '<p>&lt;div id=\"smart-button-container\"&gt;</p>\r\n<p>      &lt;div style=\"text-align: center;\"&gt;</p>\r\n<p>        &lt;div id=\"paypal-button-container\"&gt;&lt;/div&gt;</p>\r\n<p>      &lt;/div&gt;</p>\r\n<p>    &lt;/div&gt;</p>\r\n<p>  &lt;script src=\"https://www.paypal.com/sdk/js?client-id=sb&amp;currency=USD\" data-sdk-integration-source=\"button-factory\"&gt;&lt;/script&gt;</p>\r\n<p>  &lt;script&gt;</p>\r\n<p>    function initPayPalButton() {</p>\r\n<p>      paypal.Buttons({</p>\r\n<p>        style: {</p>\r\n<p>          shape: \'pill\',</p>\r\n<p>          color: \'white\',</p>\r\n<p>          layout: \'vertical\',</p>\r\n<p>          label: \'checkout\',</p>\r\n<p>          </p>\r\n<p>        },</p>\r\n<p> </p>\r\n<p>        createOrder: function(data, actions) {</p>\r\n<p>          return actions.order.create({</p>\r\n<p>            purchase_units: [{\"description\":\"One Side Pzaz vinyl wrap +3 colour cut logo\\nOne Side Colour Print\\nUV Coating\\nProfile Page (Login After CheckOut)\",\"amount\":{\"currency_code\":\"USD\",\"value\":104,\"breakdown\":{\"item_total\":{\"currency_code\":\"USD\",\"value\":98},\"shipping\":{\"currency_code\":\"USD\",\"value\":6},\"tax_total\":{\"currency_code\":\"USD\",\"value\":0}}}}]</p>\r\n<p>          });</p>\r\n<p>        },</p>\r\n<p> </p>\r\n<p>        onApprove: function(data, actions) {</p>\r\n<p>          return actions.order.capture().then(function(details) {</p>\r\n<p>            alert(\'Transaction completed by \' + details.payer.name.given_name + \'!\');</p>\r\n<p>          });</p>\r\n<p>        },</p>\r\n<p> </p>\r\n<p>        onError: function(err) {</p>\r\n<p>          console.log(err);</p>\r\n<p>        }</p>\r\n<p>      }).render(\'#paypal-button-container\');</p>\r\n<p>    }</p>\r\n<p>    initPayPalButton();</p>\r\n<p>  &lt;/script&gt;</p>', '', 1, 2, '2021-04-07 18:25:32', 215, '', '2021-04-21 18:29:14', 215, 0, '0000-00-00 00:00:00', '2021-04-07 18:25:32', '0000-00-00 00:00:00', '{\"image_intro\":\"images\\/com_hikashop\\/upload\\/organic.png\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"images\\/com_hikashop\\/upload\\/organic.png\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 12, 0, '', '', 1, 0, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 1, '*', '', '');

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

--
-- Table structure for table `xjmw1_contentitem_tag_map`
--

CREATE TABLE `xjmw1_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'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Maps items from content tables to tags';

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

--
-- Table structure for table `xjmw1_content_frontpage`
--

CREATE TABLE `xjmw1_content_frontpage` (
  `content_id` int(11) NOT NULL DEFAULT 0,
  `ordering` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `xjmw1_content_frontpage`
--

INSERT INTO `xjmw1_content_frontpage` (`content_id`, `ordering`) VALUES
(24, 1);

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

--
-- Table structure for table `xjmw1_content_rating`
--

CREATE TABLE `xjmw1_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 ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `xjmw1_content_types`
--

CREATE TABLE `xjmw1_content_types` (
  `type_id` int(10) UNSIGNED NOT NULL,
  `type_title` varchar(255) NOT NULL DEFAULT '',
  `type_alias` varchar(400) 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'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `xjmw1_content_types`
--

INSERT INTO `xjmw1_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\", \"note\":\"note\"}, \"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\", \"ordering\"],\"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, '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\"} ] }'),
(3, '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\"} ]}'),
(4, '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', ''),
(5, '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\"}]}'),
(6, '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\"}]}'),
(7, '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\"}]}'),
(8, '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\"}]}'),
(9, '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\"} ]}'),
(10, '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\"}]}'),
(11, '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\":[]}'),
(12, '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\"}]}'),
(13, '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\"}]}'),
(10000, 'Hikashop Product', 'com_hikashop.product', '{\"special\":{\"dbtable\":\"#__hikashop_product\",\"key\":\"product_id\",\"type\":\"Hikashop Product\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"CoreContent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}', '', '{\"common\":[{\"core_content_item_id\":\"product_id\",\"core_title\":\"product_name\",\"core_state\":\"product_published\",\"core_alias\":\"product_alias\",\"core_created_time\":\"product_created\",\"core_modified_time\":\"product_modified\",\"core_body\":\"product_description\",\"core_hits\":\"product_hit\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"null\",\"core_params\":\"null\",\"core_featured\":\"null\",\"core_metadata\":\"null\",\"core_language\":\"null\",\"core_images\":\"null\",\"core_urls\":\"null\",\"core_version\":\"null\",\"core_ordering\":\"null\",\"core_metakey\":\"product_keywords\",\"core_metadesc\":\"product_meta_description\",\"core_catid\":\"null\",\"core_xreference\":\"null\",\"asset_id\":\"null\"}],\"special\":[[]]}', 'hikashopTagRouteHelper::getProductRoute', NULL);

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

--
-- Table structure for table `xjmw1_core_log_searches`
--

CREATE TABLE `xjmw1_core_log_searches` (
  `search_term` varchar(128) NOT NULL DEFAULT '',
  `hits` int(10) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `xjmw1_extensions`
--

CREATE TABLE `xjmw1_extensions` (
  `extension_id` int(11) NOT NULL,
  `package_id` int(11) NOT NULL DEFAULT 0 COMMENT 'Parent package ID for extensions installed as a package.',
  `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 0,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `xjmw1_extensions`
--

INSERT INTO `xjmw1_extensions` (`extension_id`, `package_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, 0, 'com_mailto', 'component', 'com_mailto', '', 0, 1, 1, 1, '{\"name\":\"com_mailto\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_MAILTO_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mailto\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(2, 0, 'com_wrapper', 'component', 'com_wrapper', '', 0, 1, 1, 1, '{\"name\":\"com_wrapper\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\\n\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_WRAPPER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"wrapper\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(3, 0, 'com_admin', 'component', 'com_admin', '', 1, 1, 1, 1, '{\"name\":\"com_admin\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_ADMIN_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(4, 0, 'com_banners', 'component', 'com_banners', '', 1, 1, 1, 0, '{\"name\":\"com_banners\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_BANNERS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"banners\"}', '{\"purchase_type\":\"3\",\"track_impressions\":\"0\",\"track_clicks\":\"0\",\"metakey_prefix\":\"\",\"save_history\":\"1\",\"history_limit\":10}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(5, 0, 'com_cache', 'component', 'com_cache', '', 1, 1, 1, 1, '{\"name\":\"com_cache\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CACHE_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(6, 0, 'com_categories', 'component', 'com_categories', '', 1, 1, 1, 1, '{\"name\":\"com_categories\",\"type\":\"component\",\"creationDate\":\"December 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(7, 0, 'com_checkin', 'component', 'com_checkin', '', 1, 1, 1, 1, '{\"name\":\"com_checkin\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CHECKIN_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(8, 0, 'com_contact', 'component', 'com_contact', '', 1, 1, 1, 0, '{\"name\":\"com_contact\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CONTACT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contact\"}', '{\"contact_layout\":\"_:default\",\"show_contact_category\":\"hide\",\"save_history\":\"1\",\"history_limit\":10,\"show_contact_list\":\"0\",\"presentation_style\":\"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\",\"articles_display_num\":\"10\",\"show_profile\":\"0\",\"show_links\":\"0\",\"linka_name\":\"\",\"linkb_name\":\"\",\"linkc_name\":\"\",\"linkd_name\":\"\",\"linke_name\":\"\",\"show_tags\":\"1\",\"contact_icons\":\"0\",\"icon_address\":\"\",\"icon_email\":\"\",\"icon_telephone\":\"\",\"icon_mobile\":\"\",\"icon_fax\":\"\",\"icon_misc\":\"\",\"category_layout\":\"_:default\",\"show_category_title\":\"1\",\"show_description\":\"1\",\"show_description_image\":\"0\",\"maxLevel\":\"-1\",\"show_subcat_desc\":\"1\",\"show_empty_categories\":\"0\",\"show_cat_items\":\"1\",\"show_cat_tags\":\"1\",\"show_base_description\":\"1\",\"maxLevelcat\":\"-1\",\"show_subcat_desc_cat\":\"1\",\"show_empty_categories_cat\":\"0\",\"show_cat_items_cat\":\"1\",\"filter_field\":\"1\",\"show_pagination_limit\":\"1\",\"show_headings\":\"1\",\"show_image_heading\":\"1\",\"show_position_headings\":\"1\",\"show_email_headings\":\"0\",\"show_telephone_headings\":\"1\",\"show_mobile_headings\":\"0\",\"show_fax_headings\":\"0\",\"show_suburb_headings\":\"1\",\"show_state_headings\":\"1\",\"show_country_headings\":\"1\",\"show_pagination\":\"2\",\"show_pagination_results\":\"1\",\"initial_sort\":\"ordering\",\"captcha\":\"\",\"show_email_form\":\"1\",\"show_email_copy\":\"1\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"1\",\"custom_reply\":\"0\",\"redirect\":\"\",\"show_feed_link\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(9, 0, 'com_cpanel', 'component', 'com_cpanel', '', 1, 1, 1, 1, '{\"name\":\"com_cpanel\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CPANEL_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10, 0, 'com_installer', 'component', 'com_installer', '', 1, 1, 1, 1, '{\"name\":\"com_installer\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"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, 0, 'com_languages', 'component', 'com_languages', '', 1, 1, 1, 1, '{\"name\":\"com_languages\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_LANGUAGES_XML_DESCRIPTION\",\"group\":\"\"}', '{\"administrator\":\"en-GB\",\"site\":\"en-GB\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(12, 0, 'com_login', 'component', 'com_login', '', 1, 1, 1, 1, '{\"name\":\"com_login\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_LOGIN_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(13, 0, 'com_media', 'component', 'com_media', '', 1, 1, 0, 1, '{\"name\":\"com_media\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_MEDIA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"media\"}', '{\"upload_extensions\":\"bmp,csv,doc,gif,ico,jpg,jpeg,odg,odp,ods,odt,pdf,png,ppt,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\",\"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\\/exe\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(14, 0, 'com_menus', 'component', 'com_menus', '', 1, 1, 1, 1, '{\"name\":\"com_menus\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"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, 0, 'com_messages', 'component', 'com_messages', '', 1, 1, 1, 1, '{\"name\":\"com_messages\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_MESSAGES_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(16, 0, 'com_modules', 'component', 'com_modules', '', 1, 1, 1, 1, '{\"name\":\"com_modules\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_MODULES_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(17, 0, 'com_newsfeeds', 'component', 'com_newsfeeds', '', 1, 1, 1, 0, '{\"name\":\"com_newsfeeds\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_NEWSFEEDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"newsfeeds\"}', '{\"newsfeed_layout\":\"_:default\",\"save_history\":\"1\",\"history_limit\":5,\"show_feed_image\":\"1\",\"show_feed_description\":\"1\",\"show_item_description\":\"1\",\"feed_character_count\":\"0\",\"feed_display_order\":\"des\",\"float_first\":\"right\",\"float_second\":\"right\",\"show_tags\":\"1\",\"category_layout\":\"_:default\",\"show_category_title\":\"1\",\"show_description\":\"1\",\"show_description_image\":\"1\",\"maxLevel\":\"-1\",\"show_empty_categories\":\"0\",\"show_subcat_desc\":\"1\",\"show_cat_items\":\"1\",\"show_cat_tags\":\"1\",\"show_base_description\":\"1\",\"maxLevelcat\":\"-1\",\"show_empty_categories_cat\":\"0\",\"show_subcat_desc_cat\":\"1\",\"show_cat_items_cat\":\"1\",\"filter_field\":\"1\",\"show_pagination_limit\":\"1\",\"show_headings\":\"1\",\"show_articles\":\"0\",\"show_link\":\"1\",\"show_pagination\":\"1\",\"show_pagination_results\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(18, 0, 'com_plugins', 'component', 'com_plugins', '', 1, 1, 1, 1, '{\"name\":\"com_plugins\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_PLUGINS_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(19, 0, 'com_search', 'component', 'com_search', '', 1, 1, 1, 0, '{\"name\":\"com_search\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_SEARCH_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"search\"}', '{\"enabled\":\"0\",\"show_date\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(20, 0, 'com_templates', 'component', 'com_templates', '', 1, 1, 1, 1, '{\"name\":\"com_templates\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_TEMPLATES_XML_DESCRIPTION\",\"group\":\"\"}', '{\"template_positions_display\":\"0\",\"upload_limit\":\"2\",\"image_formats\":\"gif,bmp,jpg,jpeg,png\",\"source_formats\":\"txt,less,ini,xml,js,php,css,scss,yaml,twig\",\"font_formats\":\"woff,ttf,otf,eot,svg\",\"compressed_formats\":\"zip\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(22, 0, 'com_content', 'component', 'com_content', '', 1, 1, 0, 1, '{\"name\":\"com_content\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CONTENT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"content\"}', '{\"article_layout\":\"_:default\",\"show_title\":\"1\",\"link_titles\":\"1\",\"show_intro\":\"1\",\"info_block_position\":\"0\",\"show_category\":\"0\",\"link_category\":\"0\",\"show_parent_category\":\"0\",\"link_parent_category\":\"0\",\"show_author\":\"0\",\"link_author\":\"1\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"0\",\"show_vote\":\"0\",\"show_readmore\":\"1\",\"show_readmore_title\":\"0\",\"readmore_limit\":\"100\",\"show_tags\":\"0\",\"show_icons\":\"0\",\"show_print_icon\":\"0\",\"show_email_icon\":\"0\",\"show_hits\":\"0\",\"show_noauth\":\"0\",\"urls_position\":\"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\":\"none\",\"float_fulltext\":\"none\",\"category_layout\":\"_:blog\",\"show_category_heading_title_text\":\"1\",\"show_category_title\":\"0\",\"show_description\":\"0\",\"show_description_image\":\"0\",\"maxLevel\":\"1\",\"show_empty_categories\":\"0\",\"show_no_articles\":\"1\",\"show_subcat_desc\":\"1\",\"show_cat_num_articles\":\"0\",\"show_cat_tags\":\"1\",\"show_base_description\":\"1\",\"maxLevelcat\":\"-1\",\"show_empty_categories_cat\":\"0\",\"show_subcat_desc_cat\":\"1\",\"show_cat_num_articles_cat\":\"1\",\"num_leading_articles\":\"1\",\"num_intro_articles\":\"4\",\"num_columns\":\"2\",\"num_links\":\"4\",\"multi_column_order\":\"0\",\"show_subcategory_content\":\"0\",\"show_pagination_limit\":\"1\",\"filter_field\":\"hide\",\"show_headings\":\"1\",\"list_show_date\":\"0\",\"date_format\":\"\",\"list_show_hits\":\"1\",\"list_show_author\":\"1\",\"orderby_pri\":\"order\",\"orderby_sec\":\"rdate\",\"order_date\":\"published\",\"show_pagination\":\"2\",\"show_pagination_results\":\"1\",\"show_featured\":\"show\",\"show_feed_link\":\"1\",\"feed_summary\":\"0\",\"feed_show_readmore\":\"0\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(23, 0, 'com_config', 'component', 'com_config', '', 1, 1, 0, 1, '{\"name\":\"com_config\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CONFIG_XML_DESCRIPTION\",\"group\":\"\"}', '{\"filters\":{\"1\":{\"filter_type\":\"NH\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"9\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"6\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"7\":{\"filter_type\":\"NONE\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"2\":{\"filter_type\":\"NH\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"3\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"4\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"5\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"8\":{\"filter_type\":\"NONE\",\"filter_tags\":\"\",\"filter_attributes\":\"\"}}}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(24, 0, 'com_redirect', 'component', 'com_redirect', '', 1, 1, 0, 1, '{\"name\":\"com_redirect\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_REDIRECT_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(25, 0, 'com_users', 'component', 'com_users', '', 1, 1, 0, 1, '{\"name\":\"com_users\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_USERS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"users\"}', '{\"allowUserRegistration\":\"1\",\"new_usertype\":\"2\",\"guest_usergroup\":\"1\",\"sendpassword\":\"1\",\"useractivation\":\"2\",\"mail_to_admin\":\"1\",\"captcha\":\"\",\"frontend_userparams\":\"1\",\"site_language\":\"0\",\"change_login_name\":\"0\",\"domains\":[],\"reset_count\":\"10\",\"reset_time\":\"1\",\"minimum_length\":\"4\",\"minimum_integers\":\"0\",\"minimum_symbols\":\"0\",\"minimum_uppercase\":\"0\",\"minimum_lowercase\":\"0\",\"save_history\":\"1\",\"history_limit\":5,\"mailSubjectPrefix\":\"\",\"mailBodySuffix\":\"\",\"debugUsers\":\"1\",\"debugGroups\":\"1\",\"sef_advanced\":0,\"custom_fields_enable\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(27, 0, 'com_finder', 'component', 'com_finder', '', 1, 1, 0, 0, '{\"name\":\"com_finder\",\"type\":\"component\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_FINDER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"finder\"}', '{\"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, 0, 'com_joomlaupdate', 'component', 'com_joomlaupdate', '', 1, 1, 0, 1, '{\"name\":\"com_joomlaupdate\",\"type\":\"component\",\"creationDate\":\"February 2012\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.6.2\",\"description\":\"COM_JOOMLAUPDATE_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(29, 0, 'com_tags', 'component', 'com_tags', '', 1, 1, 1, 1, '{\"name\":\"com_tags\",\"type\":\"component\",\"creationDate\":\"December 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.1.0\",\"description\":\"COM_TAGS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"tags\"}', '{\"tag_layout\":\"_:default\",\"save_history\":\"1\",\"history_limit\":5,\"show_tag_title\":\"0\",\"tag_list_show_tag_image\":\"0\",\"tag_list_show_tag_description\":\"0\",\"tag_list_image\":\"\",\"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, 0, 'com_contenthistory', 'component', 'com_contenthistory', '', 1, 1, 1, 0, '{\"name\":\"com_contenthistory\",\"type\":\"component\",\"creationDate\":\"May 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"COM_CONTENTHISTORY_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contenthistory\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(31, 0, 'com_ajax', 'component', 'com_ajax', '', 1, 1, 1, 1, '{\"name\":\"com_ajax\",\"type\":\"component\",\"creationDate\":\"August 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"COM_AJAX_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"ajax\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(32, 0, 'com_postinstall', 'component', 'com_postinstall', '', 1, 1, 1, 1, '{\"name\":\"com_postinstall\",\"type\":\"component\",\"creationDate\":\"September 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"COM_POSTINSTALL_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(33, 0, 'com_fields', 'component', 'com_fields', '', 1, 1, 1, 0, '{\"name\":\"com_fields\",\"type\":\"component\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"COM_FIELDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"fields\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(34, 0, 'com_associations', 'component', 'com_associations', '', 1, 1, 1, 0, '{\"name\":\"com_associations\",\"type\":\"component\",\"creationDate\":\"January 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"COM_ASSOCIATIONS_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(35, 0, 'com_privacy', 'component', 'com_privacy', '', 1, 1, 1, 1, '{\"name\":\"com_privacy\",\"type\":\"component\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"COM_PRIVACY_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"privacy\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(36, 0, 'com_actionlogs', 'component', 'com_actionlogs', '', 1, 1, 1, 1, '{\"name\":\"com_actionlogs\",\"type\":\"component\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"COM_ACTIONLOGS_XML_DESCRIPTION\",\"group\":\"\"}', '{\"ip_logging\":0,\"csv_delimiter\":\",\",\"loggable_extensions\":[\"com_banners\",\"com_cache\",\"com_categories\",\"com_checkin\",\"com_config\",\"com_contact\",\"com_content\",\"com_installer\",\"com_media\",\"com_menus\",\"com_messages\",\"com_modules\",\"com_newsfeeds\",\"com_plugins\",\"com_redirect\",\"com_tags\",\"com_templates\",\"com_users\"]}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(102, 0, 'LIB_PHPUTF8', 'library', 'phputf8', '', 0, 1, 1, 1, '{\"name\":\"LIB_PHPUTF8\",\"type\":\"library\",\"creationDate\":\"2006\",\"author\":\"Harry Fuecks\",\"copyright\":\"Copyright various authors\",\"authorEmail\":\"hfuecks@gmail.com\",\"authorUrl\":\"http:\\/\\/sourceforge.net\\/projects\\/phputf8\",\"version\":\"0.5\",\"description\":\"LIB_PHPUTF8_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"phputf8\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(103, 0, 'LIB_JOOMLA', 'library', 'joomla', '', 0, 1, 1, 1, '{\"name\":\"LIB_JOOMLA\",\"type\":\"library\",\"creationDate\":\"2008\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"https:\\/\\/www.joomla.org\",\"version\":\"13.1\",\"description\":\"LIB_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}', '{\"mediaversion\":\"8018c130d86d5f3cc36c20ac9763d906\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(104, 0, 'LIB_IDNA', 'library', 'idna_convert', '', 0, 1, 1, 1, '{\"name\":\"LIB_IDNA\",\"type\":\"library\",\"creationDate\":\"2004\",\"author\":\"phlyLabs\",\"copyright\":\"2004-2011 phlyLabs Berlin, http:\\/\\/phlylabs.de\",\"authorEmail\":\"phlymail@phlylabs.de\",\"authorUrl\":\"http:\\/\\/phlylabs.de\",\"version\":\"0.8.0\",\"description\":\"LIB_IDNA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"idna_convert\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(105, 0, 'FOF', 'library', 'fof', '', 0, 1, 1, 1, '{\"name\":\"FOF\",\"type\":\"library\",\"creationDate\":\"2015-04-22 13:15:32\",\"author\":\"Nicholas K. Dionysopoulos \\/ Akeeba Ltd\",\"copyright\":\"(C)2011-2015 Nicholas K. Dionysopoulos\",\"authorEmail\":\"nicholas@akeebabackup.com\",\"authorUrl\":\"https:\\/\\/www.akeebabackup.com\",\"version\":\"2.4.3\",\"description\":\"LIB_FOF_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"fof\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(106, 0, 'LIB_PHPASS', 'library', 'phpass', '', 0, 1, 1, 1, '{\"name\":\"LIB_PHPASS\",\"type\":\"library\",\"creationDate\":\"2004-2006\",\"author\":\"Solar Designer\",\"copyright\":\"\",\"authorEmail\":\"solar@openwall.com\",\"authorUrl\":\"http:\\/\\/www.openwall.com\\/phpass\\/\",\"version\":\"0.3\",\"description\":\"LIB_PHPASS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"phpass\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(200, 0, 'mod_articles_archive', 'module', 'mod_articles_archive', '', 0, 1, 1, 0, '{\"name\":\"mod_articles_archive\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_ARTICLES_ARCHIVE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_articles_archive\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(201, 0, 'mod_articles_latest', 'module', 'mod_articles_latest', '', 0, 1, 1, 0, '{\"name\":\"mod_articles_latest\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LATEST_NEWS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_articles_latest\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(202, 0, 'mod_articles_popular', 'module', 'mod_articles_popular', '', 0, 1, 1, 0, '{\"name\":\"mod_articles_popular\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_POPULAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_articles_popular\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(203, 0, 'mod_banners', 'module', 'mod_banners', '', 0, 1, 1, 0, '{\"name\":\"mod_banners\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_BANNERS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_banners\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(204, 0, 'mod_breadcrumbs', 'module', 'mod_breadcrumbs', '', 0, 1, 1, 1, '{\"name\":\"mod_breadcrumbs\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_BREADCRUMBS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_breadcrumbs\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(205, 0, 'mod_custom', 'module', 'mod_custom', '', 0, 1, 1, 1, '{\"name\":\"mod_custom\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_CUSTOM_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_custom\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(206, 0, 'mod_feed', 'module', 'mod_feed', '', 0, 1, 1, 0, '{\"name\":\"mod_feed\",\"type\":\"module\",\"creationDate\":\"July 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_FEED_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_feed\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(207, 0, 'mod_footer', 'module', 'mod_footer', '', 0, 1, 1, 0, '{\"name\":\"mod_footer\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_FOOTER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_footer\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(208, 0, 'mod_login', 'module', 'mod_login', '', 0, 1, 1, 1, '{\"name\":\"mod_login\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LOGIN_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_login\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(209, 0, 'mod_menu', 'module', 'mod_menu', '', 0, 1, 1, 1, '{\"name\":\"mod_menu\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_MENU_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_menu\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(210, 0, 'mod_articles_news', 'module', 'mod_articles_news', '', 0, 1, 1, 0, '{\"name\":\"mod_articles_news\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_ARTICLES_NEWS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_articles_news\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(211, 0, 'mod_random_image', 'module', 'mod_random_image', '', 0, 1, 1, 0, '{\"name\":\"mod_random_image\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_RANDOM_IMAGE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_random_image\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(212, 0, 'mod_related_items', 'module', 'mod_related_items', '', 0, 1, 1, 0, '{\"name\":\"mod_related_items\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_RELATED_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_related_items\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(213, 0, 'mod_search', 'module', 'mod_search', '', 0, 1, 1, 0, '{\"name\":\"mod_search\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_SEARCH_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_search\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(214, 0, 'mod_stats', 'module', 'mod_stats', '', 0, 1, 1, 0, '{\"name\":\"mod_stats\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_STATS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_stats\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(215, 0, 'mod_syndicate', 'module', 'mod_syndicate', '', 0, 1, 1, 1, '{\"name\":\"mod_syndicate\",\"type\":\"module\",\"creationDate\":\"May 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_SYNDICATE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_syndicate\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(216, 0, 'mod_users_latest', 'module', 'mod_users_latest', '', 0, 1, 1, 0, '{\"name\":\"mod_users_latest\",\"type\":\"module\",\"creationDate\":\"December 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_USERS_LATEST_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_users_latest\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(218, 0, 'mod_whosonline', 'module', 'mod_whosonline', '', 0, 1, 1, 0, '{\"name\":\"mod_whosonline\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_WHOSONLINE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_whosonline\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(219, 0, 'mod_wrapper', 'module', 'mod_wrapper', '', 0, 1, 1, 0, '{\"name\":\"mod_wrapper\",\"type\":\"module\",\"creationDate\":\"October 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_WRAPPER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_wrapper\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(220, 0, 'mod_articles_category', 'module', 'mod_articles_category', '', 0, 1, 1, 0, '{\"name\":\"mod_articles_category\",\"type\":\"module\",\"creationDate\":\"February 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_ARTICLES_CATEGORY_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_articles_category\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(221, 0, 'mod_articles_categories', 'module', 'mod_articles_categories', '', 0, 1, 1, 0, '{\"name\":\"mod_articles_categories\",\"type\":\"module\",\"creationDate\":\"February 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_ARTICLES_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_articles_categories\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(222, 0, 'mod_languages', 'module', 'mod_languages', '', 0, 1, 1, 1, '{\"name\":\"mod_languages\",\"type\":\"module\",\"creationDate\":\"February 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.5.0\",\"description\":\"MOD_LANGUAGES_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_languages\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(223, 0, 'mod_finder', 'module', 'mod_finder', '', 0, 1, 0, 0, '{\"name\":\"mod_finder\",\"type\":\"module\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_FINDER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_finder\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(300, 0, 'mod_custom', 'module', 'mod_custom', '', 1, 1, 1, 1, '{\"name\":\"mod_custom\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_CUSTOM_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_custom\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(301, 0, 'mod_feed', 'module', 'mod_feed', '', 1, 1, 1, 0, '{\"name\":\"mod_feed\",\"type\":\"module\",\"creationDate\":\"July 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_FEED_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_feed\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(302, 0, 'mod_latest', 'module', 'mod_latest', '', 1, 1, 1, 0, '{\"name\":\"mod_latest\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LATEST_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_latest\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(303, 0, 'mod_logged', 'module', 'mod_logged', '', 1, 1, 1, 0, '{\"name\":\"mod_logged\",\"type\":\"module\",\"creationDate\":\"January 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LOGGED_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_logged\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(304, 0, 'mod_login', 'module', 'mod_login', '', 1, 1, 1, 1, '{\"name\":\"mod_login\",\"type\":\"module\",\"creationDate\":\"March 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LOGIN_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_login\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(305, 0, 'mod_menu', 'module', 'mod_menu', '', 1, 1, 1, 0, '{\"name\":\"mod_menu\",\"type\":\"module\",\"creationDate\":\"March 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_MENU_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_menu\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(307, 0, 'mod_popular', 'module', 'mod_popular', '', 1, 1, 1, 0, '{\"name\":\"mod_popular\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_POPULAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_popular\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(308, 0, 'mod_quickicon', 'module', 'mod_quickicon', '', 1, 1, 1, 1, '{\"name\":\"mod_quickicon\",\"type\":\"module\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_QUICKICON_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_quickicon\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(309, 0, 'mod_status', 'module', 'mod_status', '', 1, 1, 1, 0, '{\"name\":\"mod_status\",\"type\":\"module\",\"creationDate\":\"February 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_STATUS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_status\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(310, 0, 'mod_submenu', 'module', 'mod_submenu', '', 1, 1, 1, 0, '{\"name\":\"mod_submenu\",\"type\":\"module\",\"creationDate\":\"February 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_SUBMENU_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_submenu\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(311, 0, 'mod_title', 'module', 'mod_title', '', 1, 1, 1, 0, '{\"name\":\"mod_title\",\"type\":\"module\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_TITLE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_title\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(312, 0, 'mod_toolbar', 'module', 'mod_toolbar', '', 1, 1, 1, 1, '{\"name\":\"mod_toolbar\",\"type\":\"module\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_TOOLBAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_toolbar\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(313, 0, 'mod_multilangstatus', 'module', 'mod_multilangstatus', '', 1, 1, 1, 0, '{\"name\":\"mod_multilangstatus\",\"type\":\"module\",\"creationDate\":\"September 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_MULTILANGSTATUS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_multilangstatus\"}', '{\"cache\":\"0\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(314, 0, 'mod_version', 'module', 'mod_version', '', 1, 1, 1, 0, '{\"name\":\"mod_version\",\"type\":\"module\",\"creationDate\":\"January 2012\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_VERSION_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_version\"}', '{\"format\":\"short\",\"product\":\"1\",\"cache\":\"0\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(315, 0, 'mod_stats_admin', 'module', 'mod_stats_admin', '', 1, 1, 1, 0, '{\"name\":\"mod_stats_admin\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_STATS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_stats_admin\"}', '{\"serverinfo\":\"0\",\"siteinfo\":\"0\",\"counter\":\"0\",\"increase\":\"0\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(316, 0, 'mod_tags_popular', 'module', 'mod_tags_popular', '', 0, 1, 1, 0, '{\"name\":\"mod_tags_popular\",\"type\":\"module\",\"creationDate\":\"January 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.1.0\",\"description\":\"MOD_TAGS_POPULAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_tags_popular\"}', '{\"maximum\":\"5\",\"timeframe\":\"alltime\",\"owncache\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(317, 0, 'mod_tags_similar', 'module', 'mod_tags_similar', '', 0, 1, 1, 0, '{\"name\":\"mod_tags_similar\",\"type\":\"module\",\"creationDate\":\"January 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.1.0\",\"description\":\"MOD_TAGS_SIMILAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_tags_similar\"}', '{\"maximum\":\"5\",\"matchtype\":\"any\",\"owncache\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(318, 0, 'mod_sampledata', 'module', 'mod_sampledata', '', 1, 1, 1, 0, '{\"name\":\"mod_sampledata\",\"type\":\"module\",\"creationDate\":\"July 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.8.0\",\"description\":\"MOD_SAMPLEDATA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_sampledata\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(319, 0, 'mod_latestactions', 'module', 'mod_latestactions', '', 1, 1, 1, 0, '{\"name\":\"mod_latestactions\",\"type\":\"module\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"MOD_LATESTACTIONS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_latestactions\"}', '{}', '', '', 0, '1970-01-01 00:00:00', 0, 0),
(320, 0, 'mod_privacy_dashboard', 'module', 'mod_privacy_dashboard', '', 1, 1, 1, 0, '{\"name\":\"mod_privacy_dashboard\",\"type\":\"module\",\"creationDate\":\"June 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"MOD_PRIVACY_DASHBOARD_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_privacy_dashboard\"}', '{}', '', '', 0, '1970-01-01 00:00:00', 0, 0);
INSERT INTO `xjmw1_extensions` (`extension_id`, `package_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
(400, 0, 'plg_authentication_gmail', 'plugin', 'gmail', 'authentication', 0, 0, 1, 0, '{\"name\":\"plg_authentication_gmail\",\"type\":\"plugin\",\"creationDate\":\"February 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_GMAIL_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"gmail\"}', '{\"applysuffix\":\"0\",\"suffix\":\"\",\"verifypeer\":\"1\",\"user_blacklist\":\"\"}', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(401, 0, 'plg_authentication_joomla', 'plugin', 'joomla', 'authentication', 0, 1, 1, 1, '{\"name\":\"plg_authentication_joomla\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_AUTH_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(402, 0, 'plg_authentication_ldap', 'plugin', 'ldap', 'authentication', 0, 0, 1, 0, '{\"name\":\"plg_authentication_ldap\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_LDAP_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"ldap\"}', '{\"host\":\"\",\"port\":\"389\",\"use_ldapV3\":\"0\",\"negotiate_tls\":\"0\",\"no_referrals\":\"0\",\"auth_method\":\"bind\",\"base_dn\":\"\",\"search_string\":\"\",\"users_dn\":\"\",\"username\":\"admin\",\"password\":\"bobby7\",\"ldap_fullname\":\"fullName\",\"ldap_email\":\"mail\",\"ldap_uid\":\"uid\"}', '', '', 0, '0000-00-00 00:00:00', 3, 0),
(403, 0, 'plg_content_contact', 'plugin', 'contact', 'content', 0, 1, 1, 0, '{\"name\":\"plg_content_contact\",\"type\":\"plugin\",\"creationDate\":\"January 2014\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.2\",\"description\":\"PLG_CONTENT_CONTACT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contact\"}', '', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(404, 0, 'plg_content_emailcloak', 'plugin', 'emailcloak', 'content', 0, 1, 1, 0, '{\"name\":\"plg_content_emailcloak\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTENT_EMAILCLOAK_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"emailcloak\"}', '{\"mode\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(406, 0, 'plg_content_loadmodule', 'plugin', 'loadmodule', 'content', 0, 1, 1, 0, '{\"name\":\"plg_content_loadmodule\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_LOADMODULE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"loadmodule\"}', '{\"style\":\"xhtml\"}', '', '', 0, '2011-09-18 15:22:50', 0, 0),
(407, 0, 'plg_content_pagebreak', 'plugin', 'pagebreak', 'content', 0, 1, 1, 0, '{\"name\":\"plg_content_pagebreak\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTENT_PAGEBREAK_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"pagebreak\"}', '{\"title\":\"1\",\"multipage_toc\":\"1\",\"showall\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 4, 0),
(408, 0, 'plg_content_pagenavigation', 'plugin', 'pagenavigation', 'content', 0, 1, 1, 0, '{\"name\":\"plg_content_pagenavigation\",\"type\":\"plugin\",\"creationDate\":\"January 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_PAGENAVIGATION_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"pagenavigation\"}', '{\"position\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 5, 0),
(409, 0, 'plg_content_vote', 'plugin', 'vote', 'content', 0, 1, 1, 0, '{\"name\":\"plg_content_vote\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_VOTE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"vote\"}', '', '', '', 0, '0000-00-00 00:00:00', 6, 0),
(410, 0, 'plg_editors_codemirror', 'plugin', 'codemirror', 'editors', 0, 1, 1, 1, '{\"name\":\"plg_editors_codemirror\",\"type\":\"plugin\",\"creationDate\":\"28 March 2011\",\"author\":\"Marijn Haverbeke\",\"copyright\":\"Copyright (C) 2014 - 2021 by Marijn Haverbeke <marijnh@gmail.com> and others\",\"authorEmail\":\"marijnh@gmail.com\",\"authorUrl\":\"https:\\/\\/codemirror.net\\/\",\"version\":\"5.60.0\",\"description\":\"PLG_CODEMIRROR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"codemirror\"}', '{\"lineNumbers\":\"1\",\"lineWrapping\":\"1\",\"matchTags\":\"1\",\"matchBrackets\":\"1\",\"marker-gutter\":\"1\",\"autoCloseTags\":\"1\",\"autoCloseBrackets\":\"1\",\"autoFocus\":\"1\",\"theme\":\"default\",\"tabmode\":\"indent\"}', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(411, 0, 'plg_editors_none', 'plugin', 'none', 'editors', 0, 1, 1, 1, '{\"name\":\"plg_editors_none\",\"type\":\"plugin\",\"creationDate\":\"September 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_NONE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"none\"}', '', '', '', 0, '0000-00-00 00:00:00', 2, 0),
(412, 0, 'plg_editors_tinymce', 'plugin', 'tinymce', 'editors', 0, 1, 1, 0, '{\"name\":\"plg_editors_tinymce\",\"type\":\"plugin\",\"creationDate\":\"2005-2020\",\"author\":\"Tiny Technologies, Inc\",\"copyright\":\"Tiny Technologies, Inc\",\"authorEmail\":\"N\\/A\",\"authorUrl\":\"https:\\/\\/www.tiny.cloud\",\"version\":\"4.5.12\",\"description\":\"PLG_TINY_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"tinymce\"}', '{\"mode\":\"1\",\"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\",\"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\",\"advlist\":\"1\",\"autosave\":\"1\",\"contextmenu\":\"1\",\"inlinepopups\":\"1\",\"custom_plugin\":\"\",\"custom_button\":\"\"}', '', '', 0, '0000-00-00 00:00:00', 3, 0),
(413, 0, 'plg_editors-xtd_article', 'plugin', 'article', 'editors-xtd', 0, 1, 1, 0, '{\"name\":\"plg_editors-xtd_article\",\"type\":\"plugin\",\"creationDate\":\"October 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_ARTICLE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"article\"}', '', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(414, 0, 'plg_editors-xtd_image', 'plugin', 'image', 'editors-xtd', 0, 1, 1, 0, '{\"name\":\"plg_editors-xtd_image\",\"type\":\"plugin\",\"creationDate\":\"August 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_IMAGE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"image\"}', '', '', '', 0, '0000-00-00 00:00:00', 2, 0),
(415, 0, 'plg_editors-xtd_pagebreak', 'plugin', 'pagebreak', 'editors-xtd', 0, 1, 1, 0, '{\"name\":\"plg_editors-xtd_pagebreak\",\"type\":\"plugin\",\"creationDate\":\"August 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_EDITORSXTD_PAGEBREAK_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"pagebreak\"}', '', '', '', 0, '0000-00-00 00:00:00', 3, 0),
(416, 0, 'plg_editors-xtd_readmore', 'plugin', 'readmore', 'editors-xtd', 0, 1, 1, 0, '{\"name\":\"plg_editors-xtd_readmore\",\"type\":\"plugin\",\"creationDate\":\"March 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_READMORE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"readmore\"}', '', '', '', 0, '0000-00-00 00:00:00', 4, 0),
(417, 0, 'plg_search_categories', 'plugin', 'categories', 'search', 0, 1, 1, 0, '{\"name\":\"plg_search_categories\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEARCH_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"categories\"}', '{\"search_limit\":\"50\",\"search_content\":\"1\",\"search_archived\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(418, 0, 'plg_search_contacts', 'plugin', 'contacts', 'search', 0, 1, 1, 0, '{\"name\":\"plg_search_contacts\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEARCH_CONTACTS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contacts\"}', '{\"search_limit\":\"50\",\"search_content\":\"1\",\"search_archived\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(419, 0, 'plg_search_content', 'plugin', 'content', 'search', 0, 1, 1, 0, '{\"name\":\"plg_search_content\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEARCH_CONTENT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"content\"}', '{\"search_limit\":\"50\",\"search_content\":\"1\",\"search_archived\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(420, 0, 'plg_search_newsfeeds', 'plugin', 'newsfeeds', 'search', 0, 1, 1, 0, '{\"name\":\"plg_search_newsfeeds\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEARCH_NEWSFEEDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"newsfeeds\"}', '{\"search_limit\":\"50\",\"search_content\":\"1\",\"search_archived\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(422, 0, 'plg_system_languagefilter', 'plugin', 'languagefilter', 'system', 0, 0, 1, 1, '{\"name\":\"plg_system_languagefilter\",\"type\":\"plugin\",\"creationDate\":\"July 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_LANGUAGEFILTER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"languagefilter\"}', '', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(423, 0, 'plg_system_p3p', 'plugin', 'p3p', 'system', 0, 0, 1, 0, '{\"name\":\"plg_system_p3p\",\"type\":\"plugin\",\"creationDate\":\"September 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_P3P_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"p3p\"}', '{\"headers\":\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"}', '', '', 0, '0000-00-00 00:00:00', 2, 0),
(424, 0, 'plg_system_cache', 'plugin', 'cache', 'system', 0, 0, 1, 1, '{\"name\":\"plg_system_cache\",\"type\":\"plugin\",\"creationDate\":\"February 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CACHE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"cache\"}', '{\"browsercache\":\"0\",\"cachetime\":\"15\"}', '', '', 0, '0000-00-00 00:00:00', 9, 0),
(425, 0, 'plg_system_debug', 'plugin', 'debug', 'system', 0, 1, 1, 0, '{\"name\":\"plg_system_debug\",\"type\":\"plugin\",\"creationDate\":\"December 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_DEBUG_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"debug\"}', '{\"profile\":\"1\",\"queries\":\"1\",\"memory\":\"1\",\"language_files\":\"1\",\"language_strings\":\"1\",\"strip-first\":\"1\",\"strip-prefix\":\"\",\"strip-suffix\":\"\"}', '', '', 0, '0000-00-00 00:00:00', 4, 0),
(426, 0, 'plg_system_log', 'plugin', 'log', 'system', 0, 1, 1, 1, '{\"name\":\"plg_system_log\",\"type\":\"plugin\",\"creationDate\":\"April 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_LOG_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"log\"}', '', '', '', 0, '0000-00-00 00:00:00', 5, 0),
(427, 0, 'plg_system_redirect', 'plugin', 'redirect', 'system', 0, 0, 1, 1, '{\"name\":\"plg_system_redirect\",\"type\":\"plugin\",\"creationDate\":\"April 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_REDIRECT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"redirect\"}', '', '', '', 0, '0000-00-00 00:00:00', 6, 0),
(428, 0, 'plg_system_remember', 'plugin', 'remember', 'system', 0, 1, 1, 1, '{\"name\":\"plg_system_remember\",\"type\":\"plugin\",\"creationDate\":\"April 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_REMEMBER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"remember\"}', '', '', '', 0, '0000-00-00 00:00:00', 7, 0),
(429, 0, 'plg_system_sef', 'plugin', 'sef', 'system', 0, 1, 1, 0, '{\"name\":\"plg_system_sef\",\"type\":\"plugin\",\"creationDate\":\"December 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEF_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"sef\"}', '', '', '', 0, '0000-00-00 00:00:00', 8, 0),
(430, 0, 'plg_system_logout', 'plugin', 'logout', 'system', 0, 1, 1, 1, '{\"name\":\"plg_system_logout\",\"type\":\"plugin\",\"creationDate\":\"April 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_LOGOUT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"logout\"}', '', '', '', 0, '0000-00-00 00:00:00', 3, 0),
(431, 0, 'plg_user_contactcreator', 'plugin', 'contactcreator', 'user', 0, 0, 1, 0, '{\"name\":\"plg_user_contactcreator\",\"type\":\"plugin\",\"creationDate\":\"August 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTACTCREATOR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contactcreator\"}', '{\"autowebpage\":\"\",\"category\":\"34\",\"autopublish\":\"0\"}', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(432, 0, 'plg_user_joomla', 'plugin', 'joomla', 'user', 0, 1, 1, 0, '{\"name\":\"plg_user_joomla\",\"type\":\"plugin\",\"creationDate\":\"December 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_USER_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}', '{\"autoregister\":\"1\",\"mail_to_user\":\"1\",\"forceLogout\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 2, 0),
(433, 0, 'plg_user_profile', 'plugin', 'profile', 'user', 0, 0, 1, 0, '{\"name\":\"plg_user_profile\",\"type\":\"plugin\",\"creationDate\":\"January 2008\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_USER_PROFILE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"profile\"}', '{\"register-require_address1\":\"1\",\"register-require_address2\":\"1\",\"register-require_city\":\"1\",\"register-require_region\":\"1\",\"register-require_country\":\"1\",\"register-require_postal_code\":\"1\",\"register-require_phone\":\"1\",\"register-require_website\":\"1\",\"register-require_favoritebook\":\"1\",\"register-require_aboutme\":\"1\",\"register-require_tos\":\"1\",\"register-require_dob\":\"1\",\"profile-require_address1\":\"1\",\"profile-require_address2\":\"1\",\"profile-require_city\":\"1\",\"profile-require_region\":\"1\",\"profile-require_country\":\"1\",\"profile-require_postal_code\":\"1\",\"profile-require_phone\":\"1\",\"profile-require_website\":\"1\",\"profile-require_favoritebook\":\"1\",\"profile-require_aboutme\":\"1\",\"profile-require_tos\":\"1\",\"profile-require_dob\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(434, 0, 'plg_extension_joomla', 'plugin', 'joomla', 'extension', 0, 1, 1, 1, '{\"name\":\"plg_extension_joomla\",\"type\":\"plugin\",\"creationDate\":\"May 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_EXTENSION_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}', '', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(435, 0, 'plg_content_joomla', 'plugin', 'joomla', 'content', 0, 1, 1, 0, '{\"name\":\"plg_content_joomla\",\"type\":\"plugin\",\"creationDate\":\"November 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTENT_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(436, 0, 'plg_system_languagecode', 'plugin', 'languagecode', 'system', 0, 0, 1, 0, '{\"name\":\"plg_system_languagecode\",\"type\":\"plugin\",\"creationDate\":\"November 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_LANGUAGECODE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"languagecode\"}', '', '', '', 0, '0000-00-00 00:00:00', 10, 0),
(437, 0, 'plg_quickicon_joomlaupdate', 'plugin', 'joomlaupdate', 'quickicon', 0, 1, 1, 1, '{\"name\":\"plg_quickicon_joomlaupdate\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_QUICKICON_JOOMLAUPDATE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomlaupdate\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(438, 0, 'plg_quickicon_extensionupdate', 'plugin', 'extensionupdate', 'quickicon', 0, 1, 1, 1, '{\"name\":\"plg_quickicon_extensionupdate\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_QUICKICON_EXTENSIONUPDATE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"extensionupdate\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(439, 0, 'plg_captcha_recaptcha', 'plugin', 'recaptcha', 'captcha', 0, 0, 1, 0, '{\"name\":\"plg_captcha_recaptcha\",\"type\":\"plugin\",\"creationDate\":\"December 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.4.0\",\"description\":\"PLG_CAPTCHA_RECAPTCHA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"recaptcha\"}', '{\"public_key\":\"\",\"private_key\":\"\",\"theme\":\"clean\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(440, 0, 'plg_system_highlight', 'plugin', 'highlight', 'system', 0, 1, 1, 0, '{\"name\":\"plg_system_highlight\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_HIGHLIGHT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"highlight\"}', '', '', '', 0, '0000-00-00 00:00:00', 7, 0),
(441, 0, 'plg_content_finder', 'plugin', 'finder', 'content', 0, 0, 1, 0, '{\"name\":\"plg_content_finder\",\"type\":\"plugin\",\"creationDate\":\"December 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTENT_FINDER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"finder\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(442, 0, 'plg_finder_categories', 'plugin', 'categories', 'finder', 0, 1, 1, 0, '{\"name\":\"plg_finder_categories\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"categories\"}', '', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(443, 0, 'plg_finder_contacts', 'plugin', 'contacts', 'finder', 0, 1, 1, 0, '{\"name\":\"plg_finder_contacts\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_CONTACTS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contacts\"}', '', '', '', 0, '0000-00-00 00:00:00', 2, 0),
(444, 0, 'plg_finder_content', 'plugin', 'content', 'finder', 0, 1, 1, 0, '{\"name\":\"plg_finder_content\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_CONTENT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"content\"}', '', '', '', 0, '0000-00-00 00:00:00', 3, 0),
(445, 0, 'plg_finder_newsfeeds', 'plugin', 'newsfeeds', 'finder', 0, 1, 1, 0, '{\"name\":\"plg_finder_newsfeeds\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_NEWSFEEDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"newsfeeds\"}', '', '', '', 0, '0000-00-00 00:00:00', 4, 0),
(447, 0, 'plg_finder_tags', 'plugin', 'tags', 'finder', 0, 1, 1, 0, '{\"name\":\"plg_finder_tags\",\"type\":\"plugin\",\"creationDate\":\"February 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_TAGS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"tags\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(448, 0, 'plg_twofactorauth_totp', 'plugin', 'totp', 'twofactorauth', 0, 0, 1, 0, '{\"name\":\"plg_twofactorauth_totp\",\"type\":\"plugin\",\"creationDate\":\"August 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"PLG_TWOFACTORAUTH_TOTP_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"totp\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(449, 0, 'plg_authentication_cookie', 'plugin', 'cookie', 'authentication', 0, 1, 1, 0, '{\"name\":\"plg_authentication_cookie\",\"type\":\"plugin\",\"creationDate\":\"July 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_AUTH_COOKIE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"cookie\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(450, 0, 'plg_twofactorauth_yubikey', 'plugin', 'yubikey', 'twofactorauth', 0, 0, 1, 0, '{\"name\":\"plg_twofactorauth_yubikey\",\"type\":\"plugin\",\"creationDate\":\"September 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"PLG_TWOFACTORAUTH_YUBIKEY_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"yubikey\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(451, 0, 'plg_search_tags', 'plugin', 'tags', 'search', 0, 1, 1, 0, '{\"name\":\"plg_search_tags\",\"type\":\"plugin\",\"creationDate\":\"March 2014\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEARCH_TAGS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"tags\"}', '{\"search_limit\":\"50\",\"show_tagged_items\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(452, 0, 'plg_system_updatenotification', 'plugin', 'updatenotification', 'system', 0, 1, 1, 0, '{\"name\":\"plg_system_updatenotification\",\"type\":\"plugin\",\"creationDate\":\"May 2015\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.5.0\",\"description\":\"PLG_SYSTEM_UPDATENOTIFICATION_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"updatenotification\"}', '{\"lastrun\":1621526103}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(453, 0, 'plg_editors-xtd_module', 'plugin', 'module', 'editors-xtd', 0, 1, 1, 0, '{\"name\":\"plg_editors-xtd_module\",\"type\":\"plugin\",\"creationDate\":\"October 2015\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.5.0\",\"description\":\"PLG_MODULE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"module\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(454, 0, 'plg_system_stats', 'plugin', 'stats', 'system', 0, 1, 1, 0, '{\"name\":\"plg_system_stats\",\"type\":\"plugin\",\"creationDate\":\"November 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.5.0\",\"description\":\"PLG_SYSTEM_STATS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"stats\"}', '{\"mode\":3,\"lastrun\":\"\",\"unique_id\":\"8e29b78f770b017a7e6e3c497b4e94a3f7595195\",\"interval\":12}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(455, 0, 'plg_installer_packageinstaller', 'plugin', 'packageinstaller', 'installer', 0, 1, 1, 1, '{\"name\":\"plg_installer_packageinstaller\",\"type\":\"plugin\",\"creationDate\":\"May 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.6.0\",\"description\":\"PLG_INSTALLER_PACKAGEINSTALLER_PLUGIN_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"packageinstaller\"}', '', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(456, 0, 'PLG_INSTALLER_FOLDERINSTALLER', 'plugin', 'folderinstaller', 'installer', 0, 1, 1, 1, '{\"name\":\"PLG_INSTALLER_FOLDERINSTALLER\",\"type\":\"plugin\",\"creationDate\":\"May 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.6.0\",\"description\":\"PLG_INSTALLER_FOLDERINSTALLER_PLUGIN_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"folderinstaller\"}', '', '', '', 0, '0000-00-00 00:00:00', 2, 0),
(457, 0, 'PLG_INSTALLER_URLINSTALLER', 'plugin', 'urlinstaller', 'installer', 0, 1, 1, 1, '{\"name\":\"PLG_INSTALLER_URLINSTALLER\",\"type\":\"plugin\",\"creationDate\":\"May 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.6.0\",\"description\":\"PLG_INSTALLER_URLINSTALLER_PLUGIN_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"urlinstaller\"}', '', '', '', 0, '0000-00-00 00:00:00', 3, 0),
(458, 0, 'plg_quickicon_phpversioncheck', 'plugin', 'phpversioncheck', 'quickicon', 0, 1, 1, 1, '{\"name\":\"plg_quickicon_phpversioncheck\",\"type\":\"plugin\",\"creationDate\":\"August 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_QUICKICON_PHPVERSIONCHECK_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"phpversioncheck\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(459, 0, 'plg_editors-xtd_menu', 'plugin', 'menu', 'editors-xtd', 0, 1, 1, 0, '{\"name\":\"plg_editors-xtd_menu\",\"type\":\"plugin\",\"creationDate\":\"August 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_EDITORS-XTD_MENU_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"menu\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(460, 0, 'plg_editors-xtd_contact', 'plugin', 'contact', 'editors-xtd', 0, 1, 1, 0, '{\"name\":\"plg_editors-xtd_contact\",\"type\":\"plugin\",\"creationDate\":\"October 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_EDITORS-XTD_CONTACT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contact\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(461, 0, 'plg_system_fields', 'plugin', 'fields', 'system', 0, 1, 1, 0, '{\"name\":\"plg_system_fields\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_SYSTEM_FIELDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"fields\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(462, 0, 'plg_fields_calendar', 'plugin', 'calendar', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_calendar\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_CALENDAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"calendar\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(463, 0, 'plg_fields_checkboxes', 'plugin', 'checkboxes', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_checkboxes\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_CHECKBOXES_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"checkboxes\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(464, 0, 'plg_fields_color', 'plugin', 'color', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_color\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_COLOR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"color\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(465, 0, 'plg_fields_editor', 'plugin', 'editor', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_editor\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_EDITOR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"editor\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(466, 0, 'plg_fields_imagelist', 'plugin', 'imagelist', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_imagelist\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_IMAGELIST_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"imagelist\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(467, 0, 'plg_fields_integer', 'plugin', 'integer', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_integer\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_INTEGER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"integer\"}', '{\"multiple\":\"0\",\"first\":\"1\",\"last\":\"100\",\"step\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(468, 0, 'plg_fields_list', 'plugin', 'list', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_list\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_LIST_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"list\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(469, 0, 'plg_fields_media', 'plugin', 'media', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_media\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_MEDIA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"media\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(470, 0, 'plg_fields_radio', 'plugin', 'radio', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_radio\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_RADIO_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"radio\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(471, 0, 'plg_fields_sql', 'plugin', 'sql', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_sql\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_SQL_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"sql\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(472, 0, 'plg_fields_text', 'plugin', 'text', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_text\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_TEXT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"text\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(473, 0, 'plg_fields_textarea', 'plugin', 'textarea', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_textarea\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_TEXTAREA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"textarea\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(474, 0, 'plg_fields_url', 'plugin', 'url', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_url\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_URL_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"url\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(475, 0, 'plg_fields_user', 'plugin', 'user', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_user\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_USER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"user\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(476, 0, 'plg_fields_usergrouplist', 'plugin', 'usergrouplist', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_usergrouplist\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_USERGROUPLIST_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"usergrouplist\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(477, 0, 'plg_content_fields', 'plugin', 'fields', 'content', 0, 1, 1, 0, '{\"name\":\"plg_content_fields\",\"type\":\"plugin\",\"creationDate\":\"February 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_CONTENT_FIELDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"fields\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(478, 0, 'plg_editors-xtd_fields', 'plugin', 'fields', 'editors-xtd', 0, 1, 1, 0, '{\"name\":\"plg_editors-xtd_fields\",\"type\":\"plugin\",\"creationDate\":\"February 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_EDITORS-XTD_FIELDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"fields\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(479, 0, 'plg_sampledata_blog', 'plugin', 'blog', 'sampledata', 0, 0, 1, 0, '{\"name\":\"plg_sampledata_blog\",\"type\":\"plugin\",\"creationDate\":\"July 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.8.0\",\"description\":\"PLG_SAMPLEDATA_BLOG_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"blog\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(480, 0, 'plg_system_sessiongc', 'plugin', 'sessiongc', 'system', 0, 1, 1, 0, '{\"name\":\"plg_system_sessiongc\",\"type\":\"plugin\",\"creationDate\":\"February 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.8.6\",\"description\":\"PLG_SYSTEM_SESSIONGC_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"sessiongc\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(481, 0, 'plg_fields_repeatable', 'plugin', 'repeatable', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_repeatable\",\"type\":\"plugin\",\"creationDate\":\"April 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_FIELDS_REPEATABLE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"repeatable\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(482, 0, 'plg_content_confirmconsent', 'plugin', 'confirmconsent', 'content', 0, 0, 1, 0, '{\"name\":\"plg_content_confirmconsent\",\"type\":\"plugin\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_CONTENT_CONFIRMCONSENT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"confirmconsent\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(483, 0, 'PLG_SYSTEM_ACTIONLOGS', 'plugin', 'actionlogs', 'system', 0, 0, 1, 0, '{\"name\":\"PLG_SYSTEM_ACTIONLOGS\",\"type\":\"plugin\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_SYSTEM_ACTIONLOGS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"actionlogs\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(484, 0, 'PLG_ACTIONLOG_JOOMLA', 'plugin', 'joomla', 'actionlog', 0, 1, 1, 0, '{\"name\":\"PLG_ACTIONLOG_JOOMLA\",\"type\":\"plugin\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_ACTIONLOG_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(485, 0, 'plg_system_privacyconsent', 'plugin', 'privacyconsent', 'system', 0, 0, 1, 0, '{\"name\":\"plg_system_privacyconsent\",\"type\":\"plugin\",\"creationDate\":\"April 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_SYSTEM_PRIVACYCONSENT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"privacyconsent\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(486, 0, 'plg_system_logrotation', 'plugin', 'logrotation', 'system', 0, 1, 1, 0, '{\"name\":\"plg_system_logrotation\",\"type\":\"plugin\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_SYSTEM_LOGROTATION_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"logrotation\"}', '{\"lastrun\":1621285933}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(487, 0, 'plg_privacy_user', 'plugin', 'user', 'privacy', 0, 1, 1, 0, '{\"name\":\"plg_privacy_user\",\"type\":\"plugin\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_USER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"user\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(488, 0, 'plg_quickicon_privacycheck', 'plugin', 'privacycheck', 'quickicon', 0, 1, 1, 0, '{\"name\":\"plg_quickicon_privacycheck\",\"type\":\"plugin\",\"creationDate\":\"June 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_QUICKICON_PRIVACYCHECK_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"privacycheck\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(489, 0, 'plg_user_terms', 'plugin', 'terms', 'user', 0, 0, 1, 0, '{\"name\":\"plg_user_terms\",\"type\":\"plugin\",\"creationDate\":\"June 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_USER_TERMS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"terms\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(490, 0, 'plg_privacy_contact', 'plugin', 'contact', 'privacy', 0, 1, 1, 0, '{\"name\":\"plg_privacy_contact\",\"type\":\"plugin\",\"creationDate\":\"July 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_CONTACT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contact\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(491, 0, 'plg_privacy_content', 'plugin', 'content', 'privacy', 0, 1, 1, 0, '{\"name\":\"plg_privacy_content\",\"type\":\"plugin\",\"creationDate\":\"July 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_CONTENT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"content\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0);
INSERT INTO `xjmw1_extensions` (`extension_id`, `package_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
(492, 0, 'plg_privacy_message', 'plugin', 'message', 'privacy', 0, 1, 1, 0, '{\"name\":\"plg_privacy_message\",\"type\":\"plugin\",\"creationDate\":\"July 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_MESSAGE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"message\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(493, 0, 'plg_privacy_actionlogs', 'plugin', 'actionlogs', 'privacy', 0, 1, 1, 0, '{\"name\":\"plg_privacy_actionlogs\",\"type\":\"plugin\",\"creationDate\":\"July 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_ACTIONLOGS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"actionlogs\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(494, 0, 'plg_captcha_recaptcha_invisible', 'plugin', 'recaptcha_invisible', 'captcha', 0, 0, 1, 0, '{\"name\":\"plg_captcha_recaptcha_invisible\",\"type\":\"plugin\",\"creationDate\":\"November 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.8\",\"description\":\"PLG_CAPTCHA_RECAPTCHA_INVISIBLE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"recaptcha_invisible\"}', '{\"public_key\":\"\",\"private_key\":\"\",\"theme\":\"clean\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(495, 0, 'plg_privacy_consents', 'plugin', 'consents', 'privacy', 0, 1, 1, 0, '{\"name\":\"plg_privacy_consents\",\"type\":\"plugin\",\"creationDate\":\"July 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_CONSENTS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"consents\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(503, 0, 'beez3', 'template', 'beez3', '', 0, 1, 1, 0, '{\"name\":\"beez3\",\"type\":\"template\",\"creationDate\":\"25 November 2009\",\"author\":\"Angie Radtke\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"a.radtke@derauftritt.de\",\"authorUrl\":\"http:\\/\\/www.der-auftritt.de\",\"version\":\"3.1.0\",\"description\":\"TPL_BEEZ3_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"templateDetails\"}', '{\"wrapperSmall\":\"53\",\"wrapperLarge\":\"72\",\"sitetitle\":\"\",\"sitedescription\":\"\",\"navposition\":\"center\",\"templatecolor\":\"nature\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(504, 0, 'hathor', 'template', 'hathor', '', 1, 1, 1, 0, '{\"name\":\"hathor\",\"type\":\"template\",\"creationDate\":\"May 2010\",\"author\":\"Andrea Tarr\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"\",\"version\":\"3.0.0\",\"description\":\"TPL_HATHOR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"templateDetails\"}', '{\"showSiteName\":\"0\",\"colourChoice\":\"0\",\"boldText\":\"0\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(506, 0, 'protostar', 'template', 'protostar', '', 0, 1, 1, 0, '{\"name\":\"protostar\",\"type\":\"template\",\"creationDate\":\"4\\/30\\/2012\",\"author\":\"Kyle Ledbetter\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"\",\"version\":\"1.0\",\"description\":\"TPL_PROTOSTAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"templateDetails\"}', '{\"templateColor\":\"\",\"logoFile\":\"\",\"googleFont\":\"1\",\"googleFontName\":\"Open+Sans\",\"fluidContainer\":\"0\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(507, 0, 'isis', 'template', 'isis', '', 1, 1, 1, 0, '{\"name\":\"isis\",\"type\":\"template\",\"creationDate\":\"3\\/30\\/2012\",\"author\":\"Kyle Ledbetter\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"\",\"version\":\"1.0\",\"description\":\"TPL_ISIS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"templateDetails\"}', '{\"templateColor\":\"\",\"logoFile\":\"\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(600, 802, 'English (en-GB)', 'language', 'en-GB', '', 0, 1, 1, 1, '{\"name\":\"English (en-GB)\",\"type\":\"language\",\"creationDate\":\"April 2021\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.26\",\"description\":\"en-GB site language\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(601, 802, 'English (en-GB)', 'language', 'en-GB', '', 1, 1, 1, 1, '{\"name\":\"English (en-GB)\",\"type\":\"language\",\"creationDate\":\"April 2021\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.26\",\"description\":\"en-GB administrator language\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(700, 0, 'files_joomla', 'file', 'joomla', '', 0, 1, 1, 1, '{\"name\":\"files_joomla\",\"type\":\"file\",\"creationDate\":\"April 2021\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2020 Open Source Matters. All rights reserved\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.26\",\"description\":\"FILES_JOOMLA_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(802, 0, 'English (en-GB) Language Pack', 'package', 'pkg_en-GB', '', 0, 1, 1, 1, '{\"name\":\"English (en-GB) Language Pack\",\"type\":\"package\",\"creationDate\":\"April 2021\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.26.1\",\"description\":\"en-GB language pack\",\"group\":\"\",\"filename\":\"pkg_en-GB\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10029, 0, 'System - RokBooster', 'plugin', 'rokbooster', 'system', 0, 0, 1, 0, '{\"name\":\"System - RokBooster\",\"type\":\"plugin\",\"creationDate\":\"April 12, 2021\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2021 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"1.1.19\",\"description\":\"\\n        \\n        <div class=\\\"booster-description\\\">\\n        <img src=\\\"..\\/plugins\\/system\\/rokbooster\\/assets\\/images\\/rokbooster.jpg\\\" class=\\\"img-padding\\\" \\/><h1>RokBooster<\\/h1>\\n        <p>Increase the speed of your site by enabling the RokBooster plug-in.  This advanced extension will <strong>compress<\\/strong> and <strong>combine<\\/strong> your <strong>CSS<\\/strong> and <strong>JavaScript<\\/strong> into as few files as possible.  RokBooster can dramatically reduce the number of HTTP calls a browser has to make, and sending those compressed files GZipped means your pages will load faster with less load on your server.<\\/p>\\n\\n        <h2>Key Features:<\\/h2>\\n        <ul class=\\\"features\\\">\\n            <li>Combine and compress CSS and JavaScript into as few files as possible<\\/li>\\n            <li>GZip compression used to send CSS and JavaScript files<\\/li>\\n            <li>Compress Inline CSS and JavaScript<\\/li>\\n            <li>Customizable cache timeout<\\/li>\\n            <li>Background rendering, so initial file processing won\'t slow your users down<\\/li>\\n            <li>Full page scan allows for non-header JavaScript and CSS to be included<\\/li>\\n            <li>Ability to ignore specific CSS and JavaScript files<\\/li>\\n        <\\/ul>\\n        <p class=\\\"note\\\"><strong>NOTE:<\\/strong> Clearing the Joomla cache will remove the RokBooster compressed cache files causing them to regenerate on the next page hit<\\/p>\\n        <\\/div>\\n        \\n    \",\"group\":\"\",\"filename\":\"rokbooster\"}', '{\"cache_time\":\"10080\",\"compress_css\":\"compress\",\"style_sort\":\"RokBooster_Compressor_Sort_ExternalOnTop\",\"inline_css\":\"0\",\"imported_css\":\"0\",\"compress_js\":\"combine\",\"script_sort\":\"RokBooster_Compressor_Sort_ExternalOnTop\",\"inline_js\":\"1\",\"max_data_uri_image_size\":\"21612\",\"convert_css_images\":\"0\",\"convert_page_images\":\"0\",\"max_data_uri_font_size\":\"21612\",\"convert_css_fonts\":\"0\",\"ignored_pages\":\"\",\"ignored_files\":\"\\/media\\/editors\\/tinymce\\/jscripts\\/tiny_mce\\/tiny_mce.js\",\"scan_method\":\"joomla\",\"use_background_processing\":\"1\",\"disable_for_ie\":\"2\",\"cache_file_permissions\":\"0644\",\"data_storage\":\"default\",\"debugloglevel\":\"63\"}', '', '', 0, '0000-00-00 00:00:00', 100, 0),
(10031, 0, 'RokPad', 'plugin', 'rokpad', 'editors', 0, 1, 1, 0, '{\"name\":\"RokPad\",\"type\":\"plugin\",\"creationDate\":\"August 30, 2018\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2018 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"2.1.10\",\"description\":\"\\n        <div class=\\\"rokpad-description\\\">\\n        <img src=\\\"..\\/plugins\\/editors\\/rokpad\\/assets\\/admin\\/images\\/rokpad.jpg\\\" class=\\\"img-padding\\\" \\/><h1>RokPad<\\/h1>\\n        <h2>The Power of Desktop Text Editor in a Joomla!<\\/h2>\\n        <p>Ever wished you could use a powerful desktop text editor such as Textmate, SublimeText, or UltraEdit directly on a Joomla! web site?  Now with RokPad we provide many features and capabilities that traditionally would only be found in a powerful desktop editor.  RokPad provides advanced functions such as an Ajax saving action, syntax highlighting, configurable themes, multiple cursors and selections, shortcut keys, multiple language support, and many other incredible features.<\\/p>\\n\\n        <h2>Key Features:<\\/h2>\\n        <ul class=\\\"features\\\">\\n\\t\\t\\t<li>Code Highlighter built on the great ACE Editor<\\/li>\\n\\t        <li>Support for CSS, HTML, JavaScript, JSON, LESS, Markdown, PHP, SQL, Plain Text, Textile, XML and more...<\\/li>\\n\\t        <li>Ajax save and Automatic Save options. You\'ll never loose your content again, nor wait until the page has finished reloading after a save!<\\/li>\\n\\t        <li>Save, Undo, Redo, Goto line, Advanced Search and Search &amp; Replace, Full Screen. Settings like Themes, Font Size, Code Folding, Wrap Mode, Invisible Characters, Print Margin, Highlight of selected word<\\/li>\\n\\t        <li>26 Themes to choose from<\\/li>\\n\\t        <li>Resizable Editor by dragging the Statusbar<\\/li>\\n\\t        <li>Keyboard shortcuts<\\/li>\\n\\t        <li>Brackets match<\\/li>\\n\\t        <li>Multiple cursors and selections<\\/li>\\n\\t        <li>Vertical Selection<\\/li>\\n\\t        <li>Ability to insert at multiple locations xtd-buttons shortcodes, all at once.<\\/li>\\n\\t        <li>Shortcodes and Universal Tag Insertion<\\/li>\\n\\t        <li>Drag &amp; Drop of text from external applications such as other Browser Tabs\\/windows or Native Applications (Supported on Firefox, Chrome, IE10 and Safari)<\\/li>\\n\\t        <li>Import local files by Drag &amp; Drop directly from your desktop! (Supported on Firefox, Chrome, IE10 and Safari 6+)<\\/li>\\n\\t        <li>And much more!<\\/li>\\n        <\\/ul>\\n        <\\/div>\\n        \",\"group\":\"\",\"filename\":\"rokpad\"}', '{\"autosave-enabled\":\"0\",\"autosave-time\":\"5\",\"theme\":\"fluidvision\",\"font-size\":\"12px\",\"fold-style\":\"markbeginend\",\"use-wrap-mode\":\"free\",\"selection-style\":\"1\",\"highlight-active-line\":\"1\",\"highlight-selected-word\":\"1\",\"show-invisibles\":\"0\",\"show-gutter\":\"1\",\"show-print-margin\":\"1\",\"fade-fold-widgets\":\"0\"}', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(10033, 0, 'RokAjaxSearch', 'module', 'mod_rokajaxsearch', '', 0, 1, 1, 0, '{\"name\":\"RokAjaxSearch\",\"type\":\"module\",\"creationDate\":\"August 30, 2018\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2018 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"2.0.6\",\"description\":\"RokAjaxSearch is an ajaxian searcher that displays the results immediately and allows to choose the\\n        proper one.\\n    \",\"group\":\"\",\"filename\":\"mod_rokajaxsearch\"}', '{\"search_page\":\"index.php?option=com_search&view=search&tmpl=component\",\"adv_search_page\":\"index.php?option=com_search&view=search\",\"include_css\":\"1\",\"theme\":\"blue\",\"searchphrase\":\"any\",\"ordering\":\"newest\",\"limit\":\"10\",\"perpage\":\"3\",\"websearch\":\"0\",\"blogsearch\":\"0\",\"imagesearch\":\"0\",\"videosearch\":\"0\",\"websearch_api\":\"\",\"show_pagination\":\"1\",\"safesearch\":\"MODERATE\",\"image_size\":\"MEDIUM\",\"show_estimated\":\"1\",\"hide_divs\":\"\",\"include_link\":\"1\",\"show_description\":\"1\",\"include_category\":\"1\",\"show_readmore\":\"1\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10042, 10049, 'plg_system_gantry5', 'plugin', 'gantry5', 'system', 0, 1, 1, 0, '{\"name\":\"plg_system_gantry5\",\"type\":\"plugin\",\"creationDate\":\"January 25, 2021\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2019 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.4.37\",\"description\":\"PLG_SYSTEM_GANTRY5_DESCRIPTION\",\"group\":\"\",\"filename\":\"gantry5\"}', '{\"production\":0}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10043, 10049, 'plg_quickicon_gantry5', 'plugin', 'gantry5', 'quickicon', 0, 1, 1, 0, '{\"name\":\"plg_quickicon_gantry5\",\"type\":\"plugin\",\"creationDate\":\"January 25, 2021\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2019 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.4.37\",\"description\":\"PLG_QUICKICON_GANTRY5_DESCRIPTION\",\"group\":\"\",\"filename\":\"gantry5\"}', '{\"context\":\"mod_quickicon\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10044, 10049, 'plg_gantry5_preset', 'plugin', 'preset', 'gantry5', 0, 1, 1, 0, '{\"name\":\"plg_gantry5_preset\",\"type\":\"plugin\",\"creationDate\":\"January 25, 2021\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2019 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.4.37\",\"description\":\"PLG_GANTRY5_PRESET_DESCRIPTION\",\"group\":\"\",\"filename\":\"preset\"}', '{\"preset\":\"presets\",\"reset\":\"reset-settings\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10045, 10049, 'mod_gantry5_particle', 'module', 'mod_gantry5_particle', '', 0, 1, 0, 0, '{\"name\":\"mod_gantry5_particle\",\"type\":\"module\",\"creationDate\":\"January 25, 2021\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2019 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.4.37\",\"description\":\"MOD_GANTRY5_PARTICLE_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_gantry5_particle\"}', '{\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10047, 10049, 'gantry5_nucleus', 'file', 'gantry5_nucleus', '', 0, 1, 0, 0, '{\"name\":\"gantry5_nucleus\",\"type\":\"file\",\"creationDate\":\"January 25, 2021\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2019 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.4.37\",\"description\":\"GANTRY5_NUCLEUS_DESCRIPTION\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10048, 10049, 'com_gantry5', 'component', 'com_gantry5', '', 1, 1, 0, 0, '{\"name\":\"com_gantry5\",\"type\":\"component\",\"creationDate\":\"January 25, 2021\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2019 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.4.37\",\"description\":\"COM_GANTRY5_DESCRIPTION\",\"group\":\"\",\"filename\":\"gantry5\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10049, 0, 'pkg_gantry5', 'package', 'pkg_gantry5', '', 0, 1, 1, 0, '{\"name\":\"pkg_gantry5\",\"type\":\"package\",\"creationDate\":\"January 25, 2021\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2019 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.4.37\",\"description\":\"PKG_GANTRY5_DESCRIPTION\",\"group\":\"\",\"filename\":\"pkg_gantry5\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10146, 0, 'rt_protean', 'template', 'rt_protean', '', 0, 1, 1, 0, '{\"name\":\"rt_protean\",\"type\":\"template\",\"creationDate\":\"February  9, 2021\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2007 - 2020 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"1.3.2\",\"description\":\"TPL_RT_PROTEAN_DESC\",\"group\":\"\",\"filename\":\"templateDetails\"}', '[]', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10155, 10049, 'Gantry 5 Framework', 'library', 'gantry5', '', 0, 1, 1, 0, '{\"name\":\"Gantry 5 Framework\",\"type\":\"library\",\"creationDate\":\"January 25, 2021\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2019 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.4.37\",\"description\":\"LIB_GANTRY5_DESCRIPTION\",\"group\":\"\",\"filename\":\"gantry5\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10156, 0, 'BreezingCommerce - Categories', 'module', 'mod_breezingcommerce_categories', '', 0, 1, 0, 0, '{\"name\":\"BreezingCommerce - Categories\",\"type\":\"module\",\"creationDate\":\"April 2015\",\"author\":\"Markus Bopp\",\"copyright\":\"\",\"authorEmail\":\"\",\"authorUrl\":\"\",\"version\":\"1.0.2\",\"description\":\"Categories Module - Show shop categories\",\"group\":\"\",\"filename\":\"mod_breezingcommerce_categories\"}', '{\"count\":\"10\",\"default_menu_item_id\":\"0\",\"cache\":\"0\",\"cache_time\":\"900\",\"cachemode\":\"itemid\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10157, 0, 'BreezingCommerce - Currencies', 'module', 'mod_breezingcommerce_currencies', '', 0, 1, 0, 0, '{\"name\":\"BreezingCommerce - Currencies\",\"type\":\"module\",\"creationDate\":\"March 2015\",\"author\":\"Markus Bopp\",\"copyright\":\"\",\"authorEmail\":\"\",\"authorUrl\":\"\",\"version\":\"1.0.1\",\"description\":\"\",\"group\":\"\",\"filename\":\"mod_breezingcommerce_currencies\"}', '{\"cache\":\"0\",\"cache_time\":\"900\",\"cachemode\":\"itemid\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10158, 0, 'BreezingCommerce - Mini Cart', 'module', 'mod_breezingcommerce_minicart', '', 0, 1, 0, 0, '{\"name\":\"BreezingCommerce - Mini Cart\",\"type\":\"module\",\"creationDate\":\"March 2016\",\"author\":\"Markus Bopp\",\"copyright\":\"\",\"authorEmail\":\"\",\"authorUrl\":\"\",\"version\":\"1.0.2\",\"description\":\"\",\"group\":\"\",\"filename\":\"mod_breezingcommerce_minicart\"}', '{\"micro_cart\":\"0\",\"max_items\":\"3\",\"cache\":\"0\",\"cache_time\":\"900\",\"cachemode\":\"itemid\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10159, 0, 'plg_installer_webinstaller', 'plugin', 'webinstaller', 'installer', 0, 1, 1, 0, '{\"name\":\"plg_installer_webinstaller\",\"type\":\"plugin\",\"creationDate\":\"28 April 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2013 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"2.1.2\",\"description\":\"PLG_INSTALLER_WEBINSTALLER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"webinstaller\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10244, 0, 'Mijoshop Fallback Redirect plugin', 'plugin', 'mijo_redirect', 'system', 0, 0, 1, 0, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10246, 0, 'Redshop Fallback Redirect plugin', 'plugin', 'reds_redirect', 'system', 0, 0, 1, 0, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10247, 0, 'VirtueMart Fallback Redirect plugin', 'plugin', 'vm_redirect', 'system', 0, 1, 1, 0, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10252, 10288, 'VIRTUEMART', 'component', 'com_virtuemart', '', 1, 1, 0, 0, '{\"name\":\"VIRTUEMART\",\"type\":\"component\",\"creationDate\":\"January 29 2021\",\"author\":\"The VirtueMart Development Team\",\"copyright\":\"Copyright (C) 2004-2018 Virtuemart Team. All rights reserved.\",\"authorEmail\":\"max|at|virtuemart.net\",\"authorUrl\":\"https:\\/\\/virtuemart.net\",\"version\":\"3.8.8\",\"description\":\"\",\"group\":\"\",\"filename\":\"virtuemart\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10253, 10288, 'VirtueMart_allinone', 'component', 'com_virtuemart_allinone', '', 1, 1, 0, 0, '{\"name\":\"VirtueMart_allinone\",\"type\":\"component\",\"creationDate\":\"January 29 2021\",\"author\":\"The VirtueMart Development Team\",\"copyright\":\"Copyright (C) 2004-2017 Virtuemart Team. All rights reserved.\",\"authorEmail\":\"\",\"authorUrl\":\"https:\\/\\/virtuemart.net\",\"version\":\"3.8.8\",\"description\":\"\",\"group\":\"\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10254, 0, 'VM Payment - Standard', 'plugin', 'standard', 'vmpayment', 0, 1, 1, 0, '{\"name\":\"Standard\",\"type\":\"plugin\",\"creationDate\":\"January 29 2021\",\"author\":\"The VirtueMart Development Team\",\"copyright\":\"Copyright (C) 2004 - 2019 Virtuemart Team. All rights reserved.\",\"authorEmail\":\"\",\"authorUrl\":\"https:\\/\\/virtuemart.net\",\"version\":\"3.8.8\",\"description\":\"Standard payment plugin\",\"group\":\"\",\"filename\":\"standard\"}', '', '', '', 0, '0000-00-00 00:00:00', 20, 0),
(10255, 0, 'VM Payment - PayPal', 'plugin', 'paypal', 'vmpayment', 0, 1, 1, 0, '{\"name\":\"PayPal\",\"type\":\"plugin\",\"creationDate\":\"November 06 2020\",\"author\":\"VirtueMart Development Team\",\"copyright\":\"Copyright (C) 2004 - 2020 Virtuemart Team. All rights reserved.\",\"authorEmail\":\"\",\"authorUrl\":\"https:\\/\\/virtuemart.net\",\"version\":\"3.8.6\",\"description\":\"PayPal\",\"group\":\"\",\"filename\":\"paypal\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10256, 0, 'VM Payment - Sofort Banking/Überweisung', 'plugin', 'sofort', 'vmpayment', 0, 0, 1, 0, '{\"name\":\"Sofort\",\"type\":\"plugin\",\"creationDate\":\"November 06 2020\",\"author\":\"The VirtueMart Development Team\",\"copyright\":\"Copyright (C) 2004 - 2019 Virtuemart Team. All rights reserved.\",\"authorEmail\":\"\",\"authorUrl\":\"https:\\/\\/virtuemart.net\",\"version\":\"3.8.6\",\"description\":\"<a href=\\\"http:\\/www.sofort.com\\\" target=\\\"_blank\\\">Sofort<\\/a> is a popular\\n\\tpayment provider and available in many countries. \\n    \",\"group\":\"\",\"filename\":\"sofort\"}', '', '', '', 0, '0000-00-00 00:00:00', 2, 0),
(10257, 0, 'VM Payment - Skrill', 'plugin', 'skrill', 'vmpayment', 0, 0, 1, 0, '{\"name\":\"Skrill\",\"type\":\"plugin\",\"creationDate\":\"November 06 2020\",\"author\":\"VirtueMart Development Team, Skrill Holdings Limited\",\"copyright\":\"Copyright (C) 2004 - 2020 Virtuemart Team. All rights reserved., Copyright (C) 2019 Skrill.\",\"authorEmail\":\"\",\"authorUrl\":\"https:\\/\\/virtuemart.net\",\"version\":\"3.8.6\",\"description\":\"<a href=\\\"http:\\/\\/www.skrill.com\\\" target=\\\"_blank\\\">skrill<\\/a> is a popular\\n  payment provider authorised by the Financial Services Authority of the United Kingdom (FCA). \\n    \",\"group\":\"\",\"filename\":\"skrill\"}', '', '', '', 0, '0000-00-00 00:00:00', 7, 0),
(10258, 0, 'VM Payment - Klarna', 'plugin', 'klarna', 'vmpayment', 0, 0, 1, 0, '{\"name\":\"Klarna\",\"type\":\"plugin\",\"creationDate\":\"November 06 2020\",\"author\":\"The VirtueMart Development Team\",\"copyright\":\"Copyright (C) 2004 - 2019 Virtuemart Team. All rights reserved.\",\"authorEmail\":\"\",\"authorUrl\":\"https:\\/\\/virtuemart.net\",\"version\":\"3.8.6\",\"description\":\"Klarna VirtueMart Payment Plugin\",\"group\":\"\",\"filename\":\"klarna\"}', '', '', '', 0, '0000-00-00 00:00:00', 4, 0),
(10259, 0, 'VM Payment - KlarnaCheckout', 'plugin', 'klarnacheckout', 'vmpayment', 0, 0, 1, 0, '{\"name\":\"Klarna Checkout\",\"type\":\"plugin\",\"creationDate\":\"November 06 2020\",\"author\":\"The VirtueMart Development Team\",\"copyright\":\"Copyright (C) 2004 - 2020 Virtuemart Team. All rights reserved.\",\"authorEmail\":\"\",\"authorUrl\":\"https:\\/\\/virtuemart.net\",\"version\":\"3.8.6\",\"description\":\"\",\"group\":\"\",\"filename\":\"klarnacheckout\"}', '', '', '', 0, '0000-00-00 00:00:00', 20, 0),
(10260, 0, 'VM Payment - Heidelpay', 'plugin', 'heidelpay', 'vmpayment', 0, 0, 1, 0, '{\"name\":\"Heidelpay\",\"type\":\"plugin\",\"creationDate\":\"12-Sep-2012\",\"author\":\"Heidelberger Payment GmbH\",\"copyright\":\"Copyright Heidelberger Payment GmbH\",\"authorEmail\":\"info@heidelpay.de\",\"authorUrl\":\"http:\\/\\/www.heidelpay.de\",\"version\":\"16.11.07\",\"description\":\"\\n        <h2>Virtuemart Plugin von:<\\/h2><p><a href=\\\"https:\\/\\/www.Heidelpay.de\\\" target=\\\"_blank\\\"><img src=\\\"https:\\/\\/www.heidelpay.de\\/gfx\\/logo.gif\\\" style=\\\"margin-right:20px;\\\"\\/><\\/a><\\/p> \",\"group\":\"\",\"filename\":\"heidelpay\"}', '', '', '', 0, '0000-00-00 00:00:00', 6, 0),
(10261, 0, 'VM Payment - Paybox', 'plugin', 'paybox', 'vmpayment', 0, 0, 1, 0, '{\"name\":\"VM Payment - Paybox\",\"type\":\"plugin\",\"creationDate\":\"November 06 2020\",\"author\":\"The VirtueMart Development Team\",\"copyright\":\"Copyright (C) 2004 - 2018 Virtuemart Team. All rights reserved.\",\"authorEmail\":\"\",\"authorUrl\":\"https:\\/\\/virtuemart.net\",\"version\":\"3.8.6\",\"description\":\"<a href=\\\"http:\\/\\/paybox.com\\\" target=\\\"_blank\\\">Paybox<\\/a> \\n    \",\"group\":\"\",\"filename\":\"paybox\"}', '', '', '', 0, '0000-00-00 00:00:00', 5, 0),
(10262, 0, 'VM Payment - 2Checkout', 'plugin', 'tco', 'vmpayment', 0, 0, 1, 0, '{\"name\":\"2Checkout\",\"type\":\"plugin\",\"creationDate\":\"October 2015\",\"author\":\"Craig Christenson\",\"copyright\":\"Copyright (C) 2004-2019 Virtuemart Team. All rights reserved.\",\"authorEmail\":\"\",\"authorUrl\":\"http:\\/\\/www.2checkout.com\",\"version\":\"3.8.6\",\"description\":\"<a href=\\\"https:\\/\\/www.2checkout.com\\/referral?r=virtuemart\\\" target=\\\"_blank\\\">2Checkout<\\/a> is a popular payment provider and available in many countries. \\n    \",\"group\":\"\",\"filename\":\"tco\"}', '', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(10263, 0, 'VM Payment - eWay', 'plugin', 'eway', 'vmpayment', 0, 0, 1, 0, '{\"name\":\"VM Payment - eway\",\"type\":\"plugin\",\"creationDate\":\"November 06 2020\",\"author\":\"The VirtueMart Development Team\",\"copyright\":\"Copyright (C) 2018 - 2019 Virtuemart Team. All rights reserved.\",\"authorEmail\":\"\",\"authorUrl\":\"https:\\/\\/virtuemart.net\",\"version\":\"3.8.6\",\"description\":\"<a href=\\\"https:\\/\\/www.eway.com.au\\/\\\" target=\\\"_blank\\\">eway<\\/a> \\n    \",\"group\":\"\",\"filename\":\"eway\"}', '', '', '', 0, '0000-00-00 00:00:00', 20, 0),
(10264, 0, 'VM Payment - Pay with Amazon', 'plugin', 'amazon', 'vmpayment', 0, 0, 1, 0, '{\"name\":\"AMAZON\",\"type\":\"plugin\",\"creationDate\":\"November 06 2020\",\"author\":\"The VirtueMart Development Team\",\"copyright\":\"Copyright (C) 2004 - 2020 Virtuemart Team. All rights reserved.\",\"authorEmail\":\"\",\"authorUrl\":\"https:\\/\\/virtuemart.net\",\"version\":\"3.8.6\",\"description\":\"AMAZON PAY plugin\",\"group\":\"\",\"filename\":\"amazon\"}', '', '', '', 0, '0000-00-00 00:00:00', 10, 0),
(10265, 0, 'System - Pay with Amazon', 'plugin', 'amazon', 'system', 0, 0, 1, 0, '{\"name\":\"AMAZON\",\"type\":\"plugin\",\"creationDate\":\"November 06 2020\",\"author\":\"The VirtueMart Development Team\",\"copyright\":\"Copyright (C) 2004 - 2020 Virtuemart Team. All rights reserved.\",\"authorEmail\":\"\",\"authorUrl\":\"https:\\/\\/virtuemart.net\",\"version\":\"3.8.6\",\"description\":\"AMAZON payment SYSTEM plugin\",\"group\":\"\",\"filename\":\"amazon\"}', '', '', '', 0, '0000-00-00 00:00:00', 10, 0),
(10266, 0, 'VM Payment - Realex HPP & API', 'plugin', 'realex_hpp_api', 'vmpayment', 0, 0, 1, 0, '{\"name\":\"realex_hpp_api\",\"type\":\"plugin\",\"creationDate\":\"November 06 2020\",\"author\":\"The VirtueMart Development Team\",\"copyright\":\"Copyright (C) 2004 - 2019 Virtuemart Team. All rights reserved.\",\"authorEmail\":\"\",\"authorUrl\":\"https:\\/\\/virtuemart.net\",\"version\":\"3.8.6\",\"description\":\"Global Payments HPP and API\",\"group\":\"\",\"filename\":\"realex_hpp_api\"}', '', '', '', 0, '0000-00-00 00:00:00', 9, 0),
(10267, 0, 'VM UserField - Realex HPP & API', 'plugin', 'realex_hpp_api', 'vmuserfield', 0, 1, 1, 0, '{\"name\":\"Realex_hpp_api\",\"type\":\"plugin\",\"creationDate\":\"November 06 2020\",\"author\":\"The VirtueMart Development Team\",\"copyright\":\"Copyright (C) 2004 - 2020 Virtuemart Team. All rights reserved.\",\"authorEmail\":\"\",\"authorUrl\":\"https:\\/\\/virtuemart.net\",\"version\":\"3.8.6\",\"description\":\"Card storage plugin for Realex\",\"group\":\"\",\"filename\":\"realex_hpp_api\"}', '', '', '', 0, '0000-00-00 00:00:00', 9, 0),
(10268, 0, 'VM Payment - Authorize.net', 'plugin', 'authorizenet', 'vmpayment', 0, 0, 1, 0, '{\"name\":\"Authorize.net AIM\",\"type\":\"plugin\",\"creationDate\":\"November 06 2020\",\"author\":\"The VirtueMart Development Team\",\"copyright\":\"Copyright (C) 2004 - 2019 Virtuemart Team. All rights reserved.\",\"authorEmail\":\"\",\"authorUrl\":\"https:\\/\\/virtuemart.net\",\"version\":\"3.8.6\",\"description\":\"Authorize.net AIM\",\"group\":\"\",\"filename\":\"authorizenet\"}', '', '', '', 0, '0000-00-00 00:00:00', 20, 0),
(10269, 0, 'VM Payment - Sofort iDeal', 'plugin', 'sofort_ideal', 'vmpayment', 0, 0, 1, 0, '{\"name\":\"Sofort Ideal\",\"type\":\"plugin\",\"creationDate\":\"November 06 2020\",\"author\":\"The VirtueMart Development Team\",\"copyright\":\"Copyright (C) 2004 - 2015 Virtuemart Team. All rights reserved.\",\"authorEmail\":\"\",\"authorUrl\":\"https:\\/\\/virtuemart.net\",\"version\":\"3.8.6\",\"description\":\"<a href=\\\"http:\\/www.sofort.com\\\" target=\\\"_blank\\\">Sofort<\\/a> is a popular\\n\\tpayment provider and available in many countries. \\n    \",\"group\":\"\",\"filename\":\"sofort\"}', '', '', '', 0, '0000-00-00 00:00:00', 3, 0),
(10270, 0, 'VM Payment - Klikandpay', 'plugin', 'klikandpay', 'vmpayment', 0, 0, 1, 0, '{\"name\":\"VM Payment - klikandpay\",\"type\":\"plugin\",\"creationDate\":\"November 06 2020\",\"author\":\"The VirtueMart Development Team\",\"copyright\":\"Copyright (C) 2004 - 2018 Virtuemart Team. All rights reserved.\",\"authorEmail\":\"\",\"authorUrl\":\"https:\\/\\/virtuemart.net\",\"version\":\"3.8.6\",\"description\":\"<a href=\\\"http:\\/\\/klikandpay.com\\\" target=\\\"_blank\\\">klikandpay<\\/a> \\n    \",\"group\":\"\",\"filename\":\"klikandpay\"}', '', '', '', 0, '0000-00-00 00:00:00', 8, 0),
(10271, 0, 'VM Shipment - By weight, ZIP and countries', 'plugin', 'weight_countries', 'vmshipment', 0, 1, 1, 0, '{\"name\":\"By weight, ZIP and countries\",\"type\":\"plugin\",\"creationDate\":\"November 06 2020\",\"author\":\"The VirtueMart Development Team\",\"copyright\":\"Copyright (C) 2004 - 2019 Virtuemart Team. All rights reserved.\",\"authorEmail\":\"\",\"authorUrl\":\"https:\\/\\/virtuemart.net\",\"version\":\"3.8.6\",\"description\":\"VMSHIPMENT_WEIGHT_COUNTRIES_PLUGIN_DESC\",\"group\":\"\",\"filename\":\"weight_countries\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10272, 0, 'VM Custom - Customer text input', 'plugin', 'textinput', 'vmcustom', 0, 1, 1, 0, '{\"name\":\"VMCustom - textinput\",\"type\":\"plugin\",\"creationDate\":\"November 06 2020\",\"author\":\"The VirtueMart Development Team\",\"copyright\":\"Copyright (C) 2004-2019 Virtuemart Team. All rights reserved.\",\"authorEmail\":\"\",\"authorUrl\":\"https:\\/\\/virtuemart.net\",\"version\":\"3.8.6\",\"description\":\"text input plugin for product\",\"group\":\"\",\"filename\":\"textinput\"}', '', '', '', 0, '0000-00-00 00:00:00', 2, 0),
(10273, 0, 'VM Custom - Product specification', 'plugin', 'specification', 'vmcustom', 0, 1, 1, 0, '{\"name\":\"plgvm_specification\",\"type\":\"plugin\",\"creationDate\":\"November 06 2020\",\"author\":\"The VirtueMart Development Team\",\"copyright\":\"Copyright (C) 2004-2019 Virtuemart Team. All rights reserved.\",\"authorEmail\":\"\",\"authorUrl\":\"https:\\/\\/virtuemart.net\",\"version\":\"3.8.6\",\"description\":\"VMCustom - specification; text input plugin for product\",\"group\":\"\",\"filename\":\"specification\"}', '', '', '', 0, '0000-00-00 00:00:00', 2, 0),
(10274, 0, 'VM Custom - iStraxx Download simple', 'plugin', 'istraxx_download_simple', 'vmcustom', 0, 1, 1, 0, '{\"name\":\"VM - Custom, Virtuemart Simple Download Plugin\",\"type\":\"plugin\",\"creationDate\":\"September 06 2019\",\"author\":\"Max Milbers\",\"copyright\":\"Copyright (C) 2012-2019 iStraxx UG (haftungsbeschr\\u00e4nkt). All rights reserved\",\"authorEmail\":\"\",\"authorUrl\":\"https:\\/\\/extensions.virtuemart.net\",\"version\":\"${PHING.VERSION}\",\"description\":\"\\n<b>${PHING.DESCRIPTION}<\\/b>\\n<br\\/><a target=\\\"_blank\\\" href=\\\"http:\\/\\/www.extensions.virtuemart.net\\\">Visit extensions.virtuemart.net for more extensions<\\/a>\\n<p><img src=\\\"..\\/plugins\\/${PHING.GROUP}\\/${PHING.FILENAME}\\/assets\\/images\\/vm-istraxx.png\\\" align=\\\"bottom\\\"\\/><\\/p>\\n\\n<br style=\\\"clear: both;\\\">\\n<br\\/>\\nFirst installation:\\n<a target=\\\"_blank\\\" href=\\\"index.php?option=com_virtuemart&view=custom&task=edit\\\">\\n  Click here to configure the new customfield using the custom field type plugin<\\/a>\\n<br\\/>\\nSee also:\\n<br\\/>\\n<a target=\\\"_blank\\\" href=\\\"https:\\/\\/extensions.virtuemart.net\\/all-tutorials\\\">\\n  Installation Guide<\\/a>\\n\\n\",\"group\":\"\",\"filename\":\"istraxx_download_simple\"}', '', '', '', 0, '0000-00-00 00:00:00', 2, 0),
(10275, 0, 'VM Calculation - Avalara Tax', 'plugin', 'avalara', 'vmcalculation', 0, 1, 1, 0, '{\"name\":\"VM - Calculation Avalara Tax\",\"type\":\"plugin\",\"creationDate\":\"November 06 2020\",\"author\":\"Max Milbers\",\"copyright\":\"Copyright (C) 2013 - 2019 iStraxx UG (haftungsbeschr\\u00e4nkt). All rights reserved\",\"authorEmail\":\"\",\"authorUrl\":\"https:\\/\\/virtuemart.net\",\"version\":\"3.8.6\",\"description\":\"VM - Calculation Avalara Tax; On demand tax calculation for whole U.S.A.\",\"group\":\"\",\"filename\":\"avalara\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10276, 0, 'VirtueMart Product', 'plugin', 'virtuemart', 'search', 0, 1, 1, 0, '{\"name\":\"Search - VirtueMart\",\"type\":\"plugin\",\"creationDate\":\"November 06 2020\",\"author\":\"The VirtueMart Development Team\",\"copyright\":\"Copyright (C) 2004 - 2014 Virtuemart Team. All rights reserved.\",\"authorEmail\":\"\",\"authorUrl\":\"https:\\/\\/virtuemart.net\",\"version\":\"3.8.6\",\"description\":\"PLG_SEARCH_VIRTUEMART_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"virtuemart\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10277, 0, 'VM Framework Loader during Plugin Updates', 'plugin', 'vmLoaderPluginUpdate', 'system', 0, 1, 1, 0, '{\"name\":\"PLG_SYSTEM_VMLOADERPLUGINUPDATE\",\"type\":\"plugin\",\"creationDate\":\"2019-10-08\",\"author\":\"The VirtueMart Development Team\",\"copyright\":\"Copyright (C) 2017 Reinhold Kainhofer.\",\"authorEmail\":\"\",\"authorUrl\":\"http:\\/\\/www.virtuemart.net\\/\",\"version\":\"1.0.2\",\"description\":\"PLG_SYSTEM_VMLOADERPLUGINUPDATE_DESC\",\"group\":\"\",\"filename\":\"vmLoaderPluginUpdate\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10278, 0, 'mod_vmmenu', 'module', 'mod_vmmenu', '', 1, 1, 3, 0, '{\"name\":\"VirtueMart Administrator Menu\",\"type\":\"module\",\"creationDate\":\"November 06 2020\",\"author\":\"The VirtueMart Development Team\",\"copyright\":\"Copyright (C) 2004-2013 Virtuemart Team. All rights reserved.\",\"authorEmail\":\"max|at|virtuemart.net\",\"authorUrl\":\"https:\\/\\/virtuemart.net\",\"version\":\"3.8.6\",\"description\":\"MOD_VMMENU_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_vmmenu\"}', '', '', '', 0, '0000-00-00 00:00:00', 5, 0),
(10279, 0, 'mod_virtuemart_currencies', 'module', 'mod_virtuemart_currencies', '', 0, 1, 1, 0, '{\"name\":\"mod_virtuemart_currencies\",\"type\":\"module\",\"creationDate\":\"November 06 2020\",\"author\":\"The VirtueMart Development Team\",\"copyright\":\"Copyright (C) 2004 - 2020 Virtuemart Team. All rights reserved.\",\"authorEmail\":\"\",\"authorUrl\":\"https:\\/\\/virtuemart.net\",\"version\":\"3.8.6\",\"description\":\"MOD_VIRTUEMART_CURRENCIES_DESC\",\"group\":\"\",\"filename\":\"mod_virtuemart_currencies\"}', '', '', '', 0, '0000-00-00 00:00:00', 5, 0),
(10280, 0, 'mod_virtuemart_product', 'module', 'mod_virtuemart_product', '', 0, 1, 1, 0, '{\"name\":\"mod_virtuemart_product\",\"type\":\"module\",\"creationDate\":\"November 06 2020\",\"author\":\"The VirtueMart Development Team\",\"copyright\":\"Copyright (C) 2004 - 2020 Virtuemart Team. All rights reserved.\",\"authorEmail\":\"\",\"authorUrl\":\"https:\\/\\/virtuemart.net\",\"version\":\"3.8.6\",\"description\":\"MOD_VIRTUEMART_PRODUCT_DESC\",\"group\":\"\",\"filename\":\"mod_virtuemart_product\"}', '', '', '', 0, '0000-00-00 00:00:00', 3, 0),
(10281, 0, 'mod_virtuemart_search', 'module', 'mod_virtuemart_search', '', 0, 1, 1, 0, '{\"name\":\"mod_virtuemart_search\",\"type\":\"module\",\"creationDate\":\"November 06 2020\",\"author\":\"The VirtueMart Development Team\",\"copyright\":\"Copyright (C) 2004 - 2020 Virtuemart Team. All rights reserved.\",\"authorEmail\":\"\",\"authorUrl\":\"https:\\/\\/virtuemart.net\",\"version\":\"3.8.6\",\"description\":\"MOD_VIRTUEMART_SEARCH_DESC\",\"group\":\"\",\"filename\":\"mod_virtuemart_search\"}', '', '', '', 0, '0000-00-00 00:00:00', 2, 0),
(10282, 0, 'mod_virtuemart_manufacturer', 'module', 'mod_virtuemart_manufacturer', '', 0, 1, 1, 0, '{\"name\":\"mod_virtuemart_manufacturer\",\"type\":\"module\",\"creationDate\":\"November 06 2020\",\"author\":\"The VirtueMart Development Team\",\"copyright\":\"Copyright (C) 2004 - 2020 Virtuemart Team. All rights reserved.\",\"authorEmail\":\"\",\"authorUrl\":\"https:\\/\\/virtuemart.net\",\"version\":\"3.8.6\",\"description\":\"MOD_VIRTUEMART_MANUFACTURER_DESC\",\"group\":\"\",\"filename\":\"mod_virtuemart_manufacturer\"}', '', '', '', 0, '0000-00-00 00:00:00', 8, 0),
(10283, 0, 'mod_virtuemart_cart', 'module', 'mod_virtuemart_cart', '', 0, 1, 1, 0, '{\"name\":\"mod_virtuemart_cart\",\"type\":\"module\",\"creationDate\":\"November 06 2020\",\"author\":\"The VirtueMart Development Team\",\"copyright\":\"Copyright (C) 2004 - 2020 Virtuemart Team. All rights reserved.\",\"authorEmail\":\"\",\"authorUrl\":\"https:\\/\\/virtuemart.net\",\"version\":\"3.8.6\",\"description\":\"MOD_VIRTUEMART_CART_DESC\",\"group\":\"\",\"filename\":\"mod_virtuemart_cart\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10284, 0, 'mod_virtuemart_category', 'module', 'mod_virtuemart_category', '', 0, 1, 1, 0, '{\"name\":\"mod_virtuemart_category\",\"type\":\"module\",\"creationDate\":\"November 06 2020\",\"author\":\"The VirtueMart Development Team\",\"copyright\":\"Copyright (C) 2004 - 2020 Virtuemart Team. All rights reserved.\",\"authorEmail\":\"\",\"authorUrl\":\"https:\\/\\/virtuemart.net\",\"version\":\"3.8.6\",\"description\":\"MOD_VIRTUEMART_CATEGORY_DESC\",\"group\":\"\",\"filename\":\"mod_virtuemart_category\"}', '', '', '', 0, '0000-00-00 00:00:00', 4, 0),
(10285, 10288, 'tcpdf', 'component', 'com_tcpdf', '', 1, 1, 0, 0, '{\"name\":\"tcpdf\",\"type\":\"component\",\"creationDate\":\"November 2020\",\"author\":\"Nicola Asuni, The VirtueMart Development Team\",\"copyright\":\"Copyright (c) 2001-2018 Nicola Asuni - Tecnick.com LTD - Tutti i diritti riservati - All Rights Reserved. 2015 - 2020 Virtuemart Team. All rights reserved.\",\"authorEmail\":\"\",\"authorUrl\":\"https:\\/\\/virtuemart.net\",\"version\":\"1.0.9\",\"description\":\"TCPDF 6.2.26 by Nicola Asuni. Joomla Installer by the VirtueMart Team and updated for php7.4\",\"group\":\"\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10286, 10288, 'vmbeez3', 'template', 'vmbeez3', '', 0, 1, 1, 0, '{\"name\":\"vmbeez3\",\"type\":\"template\",\"creationDate\":\"25 November 2009\",\"author\":\"Angie Radtke, adapted by the VirtueMart team\",\"copyright\":\"Copyright (C) 2005 - 2020 Open Source Matters, 2016 - 2020 Virtuemart Team, Inc. All rights reserved. Includes j3.9.16 security fix\",\"authorEmail\":\"team@virtuemart.net\",\"authorUrl\":\"http:\\/\\/virtuemart.net\",\"version\":\"3.4.2\",\"description\":\"TPL_BEEZ3_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"templateDetails\"}', '{\"wrapperSmall\":\"53\",\"wrapperLarge\":\"72\",\"sitetitle\":\"\",\"sitedescription\":\"\",\"navposition\":\"center\",\"templatecolor\":\"nature\",\"backgroundcolor\":\"#eee\",\"fontsizeselect\":\"0\",\"change_content_width\":\"0\",\"content_width\":\"1240\",\"main_menu_position\":\"main_menu_top\",\"nav2cont_ratio\":\"25\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10287, 10288, 'vmadmin', 'template', 'vmadmin', '', 1, 1, 1, 0, '{\"name\":\"vmadmin\",\"type\":\"template\",\"creationDate\":\"29 Oct 2019\",\"author\":\"by the VirtueMart team\",\"copyright\":\"Copyright (C) 2004 - 2019 Virtuemart Team, Inc. All rights reserved.\",\"authorEmail\":\"max@virtuemart.net\",\"authorUrl\":\"http:\\/\\/virtuemart.net\",\"version\":\"3.2.0\",\"description\":\"New administration template for VirtueMart for testing and development. Enable as hidden config with newBackendTemplate=1\",\"group\":\"\",\"filename\":\"templateDetails\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10288, 0, 'VirtueMart Package', 'package', 'pkg_virtuemart_pkg', '', 0, 1, 1, 0, '{\"name\":\"VirtueMart Package\",\"type\":\"package\",\"creationDate\":\"November 06 2020\",\"author\":\"The VirtueMart Development Team\",\"copyright\":\"\",\"authorEmail\":\"\",\"authorUrl\":\"\",\"version\":\"3.8.6\",\"description\":\"Virtuemart Core and AIO (All in once)\",\"group\":\"\",\"filename\":\"pkg_virtuemart\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10289, 0, 'vDesigner for Virtuemart', 'plugin', 'vdesigner', 'vmcustom', 0, 1, 1, 0, '{\"name\":\"vDesigner for Virtuemart\",\"type\":\"plugin\",\"creationDate\":\"January 2017\",\"author\":\"WDMtech Team\",\"copyright\":\"Copyright (C) 2017 wdmtech.com. All Rights Reserved.\",\"authorEmail\":\"\",\"authorUrl\":\"http:\\/\\/www.wdmtech.com\",\"version\":\"2.0.6\",\"description\":\"VD_VDESIGNER_DESCR\",\"group\":\"\",\"filename\":\"vdesigner\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10290, 10292, 'plg_content_jux_ba_load_shortcode', 'plugin', 'jux_ba_load_shortcode', 'content', 0, 1, 1, 0, '{\"name\":\"plg_content_jux_ba_load_shortcode\",\"type\":\"plugin\",\"creationDate\":\"December 2018\",\"author\":\"JoomlaUX\",\"copyright\":\"Copyright (C) 2008 - 2018 JoomlaUX. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomlaux.com\",\"version\":\"1.0.1\",\"description\":\"PLG_CONTENT_JUX_BA_LOAD_SHORTCODE_DESCRIPTION\",\"group\":\"\",\"filename\":\"jux_ba_load_shortcode\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10291, 10292, 'plg_editors-xtd_jux_before_after', 'plugin', 'jux_before_after', 'editors-xtd', 0, 1, 1, 0, '{\"name\":\"plg_editors-xtd_jux_before_after\",\"type\":\"plugin\",\"creationDate\":\"December 2018\",\"author\":\"JoomlaUX\",\"copyright\":\"Copyright (C) 2008 - 2018 JoomlaUX. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomlaux.com\",\"version\":\"1.0.1\",\"description\":\"plg_jux_before_after_description\",\"group\":\"\",\"filename\":\"jux_before_after\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10292, 0, 'JUX Before After', 'package', 'pkg_jux_before_after', '', 0, 1, 1, 0, '{\"name\":\"JUX Before After\",\"type\":\"package\",\"creationDate\":\"December 2018\",\"author\":\"JoomlaUX\",\"copyright\":\"\",\"authorEmail\":\"\",\"authorUrl\":\"\",\"version\":\"1.0.1\",\"description\":\"\\n    \\n\\t\\t<style type=\'text\\/css\'>\\n\\t\\t\\t.jse_desc{\\n\\t\\t\\t\\ttext-align: left;\\n\\t\\t\\t}\\n\\t\\t<\\/style>\\n        <div class=\'jse_desc\'>\\n\\t\\t\\t<h2>JUX Before After<\\/h2>\\n\\t\\t\\t<img alt=\'JUX Before After\' src=\'https:\\/\\/i.imgur.com\\/vdj1t07.png\' \\/>\\n\\n\\t\\t\\t<span><p>JUX Before \\/After Image is a simple Joomla extension that beautifully shows the visual changes between two images (Before image and after image) on the same screen. The awesome extension is a complete solution to display both edited images and the image before editing to compare these two versions then visitors can easily identify the differences. JUX Before\\/ After Image extension deserves users a simple way to use, just wrapping any two images with [before \\u2013after] shortcode opening and closing tags inside Joomla editor. Furthermore, the Joomla module gives users lots of customizations in label text, colors, hover, and so on which make the before after image gallery be much attractive..\\n\\t\\t\\t\\t<\\/p><\\/span>\\n\\t\\t\\t<div>\\n\\t\\t\\t\\t<h4>Most completed Before After<\\/h4>\\n\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t<li>JUX Before After is fully<strong> responsive<\\/strong><\\/li>\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t<li><strong>Horizontal and Vertical Orientations!<\\/strong><\\/li>\\n\\t\\t\\t\\t\\t<li>Drag or Hover Interaction<\\/li>\\n\\t\\t\\t\\t\\t<li>Shortcode Generator<\\/li>\\n\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t<h4>Easy to use<\\/h4>\\n\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t<li>Touch & Mobile Friendly<\\/li>\\n\\t\\t\\t\\t\\t<li><strong>No coding required!<\\/strong><\\/li>\\n\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t<h3>Userful Links<\\/h3>\\n\\t\\t\\t\\t<ul>\\n\\t\\t\\t\\t\\t<li><a target=\'_blank\' href=\'http:\\/\\/wiki.joomlaux.com\\/Dropdown_Mega_Menu\'>Userguide<\\/a><\\/li>\\n\\t\\t\\t\\t\\t<li><a target=\'_blank\' href=\'http:\\/\\/extensions.joomla.org\\/extensions\\/structure-a-navigation\\/menu-systems\\/drop-a-tab-menus\\/18101\'>Leave review on JED!<\\/a><\\/li>\\n\\t\\t\\t\\t\\t<li><a target=\'_blank\' href=\'http:\\/\\/joomlaux.com\\/forum\'>Forums<\\/a><\\/li>\\n\\t\\t\\t\\t\\t<li><a target=\'_blank\' href=\'http:\\/\\/support.joomlaux.com\'>Submit Ticket<\\/a><\\/li>\\n\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t<p>Copyright 2018 <a href=\'http:\\/\\/www.joomlaux.com\\/\' title=\'Visit www.joomlaux.com\'>www.joomlaux.com<\\/a>.<\\/p>\\n\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n    \\n    \",\"group\":\"\",\"filename\":\"pkg_jux_before_after\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10293, 10296, 'Saver - Ajax Smart Forms Save', 'plugin', 'publicajax', 'ajax', 0, 1, 1, 0, '{\"name\":\"Saver - Ajax Smart Forms Save\",\"type\":\"plugin\",\"creationDate\":\"2018-01-26\",\"author\":\"Edgar Rojas\",\"copyright\":\"\",\"authorEmail\":\"\",\"authorUrl\":\"http:\\/\\/smartforms.rednao.com\",\"version\":\"1.0\",\"description\":\"The best drag and drop form builder\",\"group\":\"\",\"filename\":\"publicajax\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10294, 10296, 'Content - Load Smart Forms', 'plugin', 'loadsmartforms', 'content', 0, 1, 1, 0, '{\"name\":\"Content - Load Smart Forms\",\"type\":\"plugin\",\"creationDate\":\"2018-01-26\",\"author\":\"Edgar Rojas\",\"copyright\":\"\",\"authorEmail\":\"\",\"authorUrl\":\"http:\\/\\/smartforms.rednao.com\",\"version\":\"1.0\",\"description\":\"The best drag and drop form builder\",\"group\":\"\",\"filename\":\"loadsmartforms\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10295, 10296, 'COM_SMARTFORMS', 'component', 'com_smartforms', '', 1, 1, 0, 0, '{\"name\":\"COM_SMARTFORMS\",\"type\":\"component\",\"creationDate\":\"2018-01-26\",\"author\":\"Edgar Rojas\",\"copyright\":\"\",\"authorEmail\":\"\",\"authorUrl\":\"\",\"version\":\"1.4\",\"description\":\"The best drag and drop form builder\",\"group\":\"\",\"filename\":\"smartforms\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10296, 0, 'Smart Forms', 'package', 'pkg_smartforms', '', 0, 1, 1, 0, '{\"name\":\"Smart Forms\",\"type\":\"package\",\"creationDate\":\"January 2018\",\"author\":\"Edgar Rojas\",\"copyright\":\"\",\"authorEmail\":\"\",\"authorUrl\":\"\",\"version\":\"1.0\",\"description\":\"\",\"group\":\"\",\"filename\":\"pkg_smartforms\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0);

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

--
-- Table structure for table `xjmw1_fields`
--

CREATE TABLE `xjmw1_fields` (
  `id` int(10) UNSIGNED NOT NULL,
  `asset_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `context` varchar(255) NOT NULL DEFAULT '',
  `group_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `title` varchar(255) NOT NULL DEFAULT '',
  `name` varchar(255) NOT NULL DEFAULT '',
  `label` varchar(255) NOT NULL DEFAULT '',
  `default_value` text DEFAULT NULL,
  `type` varchar(255) NOT NULL DEFAULT 'text',
  `note` varchar(255) NOT NULL DEFAULT '',
  `description` text NOT NULL,
  `state` tinyint(1) NOT NULL DEFAULT 0,
  `required` tinyint(1) NOT NULL DEFAULT 0,
  `checked_out` int(11) NOT NULL DEFAULT 0,
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT 0,
  `params` text NOT NULL,
  `fieldparams` text NOT NULL,
  `language` char(7) NOT NULL DEFAULT '',
  `created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_user_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `modified_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `access` int(11) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `xjmw1_fields_categories`
--

CREATE TABLE `xjmw1_fields_categories` (
  `field_id` int(11) NOT NULL DEFAULT 0,
  `category_id` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `xjmw1_fields_groups`
--

CREATE TABLE `xjmw1_fields_groups` (
  `id` int(10) UNSIGNED NOT NULL,
  `asset_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `context` varchar(255) NOT NULL DEFAULT '',
  `title` varchar(255) NOT NULL DEFAULT '',
  `note` varchar(255) NOT NULL DEFAULT '',
  `description` text NOT NULL,
  `state` tinyint(1) NOT NULL DEFAULT 0,
  `checked_out` int(11) NOT NULL DEFAULT 0,
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT 0,
  `params` text 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,
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `access` int(11) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `xjmw1_fields_values`
--

CREATE TABLE `xjmw1_fields_values` (
  `field_id` int(10) UNSIGNED NOT NULL,
  `item_id` varchar(255) NOT NULL COMMENT 'Allow references to items which have strings as ids, eg. none db systems.',
  `value` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `xjmw1_finder_filters`
--

CREATE TABLE `xjmw1_finder_filters` (
  `filter_id` int(10) UNSIGNED NOT NULL,
  `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 DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Table structure for table `xjmw1_finder_links`
--

CREATE TABLE `xjmw1_finder_links` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `url` varchar(255) NOT NULL,
  `route` varchar(255) NOT NULL,
  `title` varchar(400) DEFAULT NULL,
  `description` text 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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Table structure for table `xjmw1_finder_links_terms0`
--

CREATE TABLE `xjmw1_finder_links_terms0` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Table structure for table `xjmw1_finder_links_terms1`
--

CREATE TABLE `xjmw1_finder_links_terms1` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Table structure for table `xjmw1_finder_links_terms2`
--

CREATE TABLE `xjmw1_finder_links_terms2` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Table structure for table `xjmw1_finder_links_terms3`
--

CREATE TABLE `xjmw1_finder_links_terms3` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Table structure for table `xjmw1_finder_links_terms4`
--

CREATE TABLE `xjmw1_finder_links_terms4` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Table structure for table `xjmw1_finder_links_terms5`
--

CREATE TABLE `xjmw1_finder_links_terms5` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Table structure for table `xjmw1_finder_links_terms6`
--

CREATE TABLE `xjmw1_finder_links_terms6` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Table structure for table `xjmw1_finder_links_terms7`
--

CREATE TABLE `xjmw1_finder_links_terms7` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Table structure for table `xjmw1_finder_links_terms8`
--

CREATE TABLE `xjmw1_finder_links_terms8` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Table structure for table `xjmw1_finder_links_terms9`
--

CREATE TABLE `xjmw1_finder_links_terms9` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Table structure for table `xjmw1_finder_links_termsa`
--

CREATE TABLE `xjmw1_finder_links_termsa` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Table structure for table `xjmw1_finder_links_termsb`
--

CREATE TABLE `xjmw1_finder_links_termsb` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Table structure for table `xjmw1_finder_links_termsc`
--

CREATE TABLE `xjmw1_finder_links_termsc` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Table structure for table `xjmw1_finder_links_termsd`
--

CREATE TABLE `xjmw1_finder_links_termsd` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Table structure for table `xjmw1_finder_links_termse`
--

CREATE TABLE `xjmw1_finder_links_termse` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Table structure for table `xjmw1_finder_links_termsf`
--

CREATE TABLE `xjmw1_finder_links_termsf` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Table structure for table `xjmw1_finder_taxonomy`
--

CREATE TABLE `xjmw1_finder_taxonomy` (
  `id` int(10) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `xjmw1_finder_taxonomy`
--

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

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

--
-- Table structure for table `xjmw1_finder_taxonomy_map`
--

CREATE TABLE `xjmw1_finder_taxonomy_map` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `node_id` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Table structure for table `xjmw1_finder_terms`
--

CREATE TABLE `xjmw1_finder_terms` (
  `term_id` int(10) UNSIGNED 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,
  `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 ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Table structure for table `xjmw1_finder_terms_common`
--

CREATE TABLE `xjmw1_finder_terms_common` (
  `term` varchar(75) NOT NULL,
  `language` varchar(3) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `xjmw1_finder_terms_common`
--

INSERT INTO `xjmw1_finder_terms_common` (`term`, `language`) VALUES
('a', 'en'),
('about', 'en'),
('after', 'en'),
('ago', 'en'),
('all', 'en'),
('am', 'en'),
('an', 'en'),
('and', 'en'),
('any', 'en'),
('are', 'en'),
('aren\'t', 'en'),
('as', 'en'),
('at', 'en'),
('be', 'en'),
('but', 'en'),
('by', 'en'),
('for', 'en'),
('from', 'en'),
('get', 'en'),
('go', 'en'),
('how', 'en'),
('if', 'en'),
('in', 'en'),
('into', 'en'),
('is', 'en'),
('isn\'t', 'en'),
('it', 'en'),
('its', 'en'),
('me', 'en'),
('more', 'en'),
('most', 'en'),
('must', 'en'),
('my', 'en'),
('new', 'en'),
('no', 'en'),
('none', 'en'),
('not', 'en'),
('nothing', 'en'),
('of', 'en'),
('off', 'en'),
('often', 'en'),
('old', 'en'),
('on', 'en'),
('onc', 'en'),
('once', 'en'),
('only', 'en'),
('or', 'en'),
('other', 'en'),
('our', 'en'),
('ours', 'en'),
('out', 'en'),
('over', 'en'),
('page', 'en'),
('she', 'en'),
('should', 'en'),
('small', 'en'),
('so', 'en'),
('some', 'en'),
('than', 'en'),
('thank', 'en'),
('that', 'en'),
('the', 'en'),
('their', 'en'),
('theirs', 'en'),
('them', 'en'),
('then', 'en'),
('there', 'en'),
('these', 'en'),
('they', 'en'),
('this', 'en'),
('those', 'en'),
('thus', 'en'),
('time', 'en'),
('times', 'en'),
('to', 'en'),
('too', 'en'),
('true', 'en'),
('under', 'en'),
('until', 'en'),
('up', 'en'),
('upon', 'en'),
('use', 'en'),
('user', 'en'),
('users', 'en'),
('version', 'en'),
('very', 'en'),
('via', 'en'),
('want', 'en'),
('was', 'en'),
('way', 'en'),
('were', 'en'),
('what', 'en'),
('when', 'en'),
('where', 'en'),
('which', 'en'),
('who', 'en'),
('whom', 'en'),
('whose', 'en'),
('why', 'en'),
('wide', 'en'),
('will', 'en'),
('with', 'en'),
('within', 'en'),
('without', 'en'),
('would', 'en'),
('yes', 'en'),
('yet', 'en'),
('you', 'en'),
('your', 'en'),
('yours', 'en');

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

--
-- Table structure for table `xjmw1_finder_tokens`
--

CREATE TABLE `xjmw1_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 ''
) ENGINE=MEMORY DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Table structure for table `xjmw1_finder_tokens_aggregate`
--

CREATE TABLE `xjmw1_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 ''
) ENGINE=MEMORY DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Table structure for table `xjmw1_finder_types`
--

CREATE TABLE `xjmw1_finder_types` (
  `id` int(10) UNSIGNED NOT NULL,
  `title` varchar(100) NOT NULL,
  `mime` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `xjmw1_finder_types`
--

INSERT INTO `xjmw1_finder_types` (`id`, `title`, `mime`) VALUES
(1, 'Product', ''),
(2, 'Tag', ''),
(3, 'Category', ''),
(4, 'Contact', ''),
(5, 'Article', ''),
(6, 'News Feed', '');

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

--
-- Table structure for table `xjmw1_hikashop_address`
--

CREATE TABLE `xjmw1_hikashop_address` (
  `address_id` int(10) UNSIGNED NOT NULL,
  `address_user_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `address_type` varchar(50) NOT NULL DEFAULT '',
  `address_title` varchar(255) DEFAULT NULL,
  `address_firstname` varchar(255) DEFAULT NULL,
  `address_middle_name` varchar(255) DEFAULT NULL,
  `address_lastname` varchar(255) DEFAULT NULL,
  `address_company` varchar(255) DEFAULT NULL,
  `address_street` varchar(255) DEFAULT NULL,
  `address_street2` varchar(255) NOT NULL DEFAULT '',
  `address_post_code` varchar(255) DEFAULT NULL,
  `address_city` varchar(255) DEFAULT NULL,
  `address_telephone` varchar(255) DEFAULT NULL,
  `address_telephone2` varchar(255) DEFAULT NULL,
  `address_fax` varchar(255) DEFAULT NULL,
  `address_state` varchar(255) DEFAULT NULL,
  `address_country` varchar(255) DEFAULT NULL,
  `address_published` tinyint(4) NOT NULL DEFAULT 1,
  `address_vat` varchar(255) DEFAULT NULL,
  `address_default` tinyint(4) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `xjmw1_hikashop_badge`
--

CREATE TABLE `xjmw1_hikashop_badge` (
  `badge_id` int(11) UNSIGNED NOT NULL,
  `badge_name` varchar(255) NOT NULL DEFAULT '',
  `badge_image` varchar(255) NOT NULL DEFAULT '',
  `badge_start` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `badge_end` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `badge_product_id` varchar(255) NOT NULL DEFAULT '',
  `badge_category_id` varchar(255) NOT NULL DEFAULT '',
  `badge_category_childs` tinyint(4) NOT NULL DEFAULT 0,
  `badge_discount_id` varchar(255) NOT NULL DEFAULT '',
  `badge_ordering` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `badge_size` float(12,2) UNSIGNED NOT NULL,
  `badge_position` varchar(255) NOT NULL DEFAULT 'bottomleft',
  `badge_vertical_distance` int(10) NOT NULL DEFAULT 0,
  `badge_horizontal_distance` int(10) NOT NULL DEFAULT 0,
  `badge_margin` int(10) NOT NULL DEFAULT 0,
  `badge_published` tinyint(4) NOT NULL DEFAULT 0,
  `badge_keep_size` tinyint(4) NOT NULL DEFAULT 0,
  `badge_quantity` varchar(255) NOT NULL DEFAULT '',
  `badge_url` varchar(255) NOT NULL DEFAULT '',
  `badge_access` varchar(255) NOT NULL DEFAULT 'all',
  `badge_new_period` int(10) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `xjmw1_hikashop_badge`
--

INSERT INTO `xjmw1_hikashop_badge` (`badge_id`, `badge_name`, `badge_image`, `badge_start`, `badge_end`, `badge_product_id`, `badge_category_id`, `badge_category_childs`, `badge_discount_id`, `badge_ordering`, `badge_size`, `badge_position`, `badge_vertical_distance`, `badge_horizontal_distance`, `badge_margin`, `badge_published`, `badge_keep_size`, `badge_quantity`, `badge_url`, `badge_access`, `badge_new_period`) VALUES
(1, 'Discount 20%', 'badge_discount20.png', 0, 0, '', '25', 0, '1', 1, 30.00, 'topright', 10, 20, 0, 1, 0, '', '', 'all', 0),
(2, 'Discount 10%', 'badge_discount10_2908.png', 0, 0, '', '34', 0, '0', 2, 30.00, 'topright', 10, 20, 0, 1, 0, '', '', 'all', 0),
(3, 'New product', 'badge_newproduct_16223.png', 0, 0, '', '35', 0, '0', 3, 0.00, 'topright', 0, 5, 0, 1, 1, '', '', 'all', 0);

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

--
-- Table structure for table `xjmw1_hikashop_banner`
--

CREATE TABLE `xjmw1_hikashop_banner` (
  `banner_id` int(10) UNSIGNED NOT NULL,
  `banner_title` varchar(255) NOT NULL DEFAULT '',
  `banner_url` varchar(255) NOT NULL DEFAULT '',
  `banner_image_url` varchar(255) NOT NULL DEFAULT '',
  `banner_published` tinyint(4) NOT NULL DEFAULT 0,
  `banner_ordering` int(11) NOT NULL DEFAULT 0,
  `banner_comment` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `xjmw1_hikashop_cart`
--

CREATE TABLE `xjmw1_hikashop_cart` (
  `cart_id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `session_id` varchar(255) NOT NULL,
  `cart_modified` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `cart_type` varchar(25) NOT NULL DEFAULT 'cart',
  `cart_coupon` varchar(255) NOT NULL DEFAULT '',
  `cart_currency_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `cart_payment_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `cart_shipping_ids` varchar(255) NOT NULL DEFAULT '',
  `cart_billing_address_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `cart_shipping_address_ids` varchar(255) NOT NULL DEFAULT '',
  `cart_name` varchar(255) NOT NULL DEFAULT '',
  `cart_current` int(11) NOT NULL DEFAULT 0,
  `cart_share` varchar(255) NOT NULL DEFAULT 'nobody',
  `cart_params` text DEFAULT NULL,
  `cart_fields` longtext DEFAULT NULL,
  `cart_ip` varchar(255) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `xjmw1_hikashop_cart_product`
--

CREATE TABLE `xjmw1_hikashop_cart_product` (
  `cart_product_id` int(10) UNSIGNED NOT NULL,
  `cart_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `product_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `cart_product_quantity` int(10) UNSIGNED NOT NULL DEFAULT 1,
  `cart_product_parent_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `cart_product_modified` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `cart_product_option_parent_id` int(10) UNSIGNED DEFAULT 0,
  `cart_product_wishlist_id` int(11) NOT NULL DEFAULT 0,
  `cart_product_wishlist_product_id` int(11) NOT NULL DEFAULT 0,
  `cart_product_ref_price` decimal(17,5) DEFAULT NULL,
  `gift_message` text DEFAULT NULL,
  `amount` text DEFAULT NULL,
  `sexe` text DEFAULT NULL,
  `yourname` text DEFAULT NULL,
  `youlikesport` text DEFAULT NULL,
  `favoritesport` text DEFAULT NULL,
  `youlikefitness` text DEFAULT NULL,
  `favoritefitness` text DEFAULT NULL,
  `spa` text DEFAULT NULL,
  `customtext_202_14_27_55` text DEFAULT NULL,
  `subscription_date` text DEFAULT NULL,
  `subscription_date2` text DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `xjmw1_hikashop_category`
--

CREATE TABLE `xjmw1_hikashop_category` (
  `category_id` int(10) UNSIGNED NOT NULL,
  `category_parent_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `category_type` varchar(255) NOT NULL,
  `category_name` varchar(255) NOT NULL,
  `category_description` text NOT NULL,
  `category_published` tinyint(4) NOT NULL DEFAULT 0,
  `category_ordering` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `category_left` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `category_right` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `category_depth` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `category_namekey` varchar(255) NOT NULL,
  `category_created` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `category_modified` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `category_access` varchar(255) NOT NULL DEFAULT 'all',
  `category_menu` int(10) UNSIGNED DEFAULT 0,
  `category_keywords` text NOT NULL,
  `category_meta_description` text NOT NULL,
  `category_layout` varchar(255) NOT NULL DEFAULT '',
  `category_page_title` varchar(255) NOT NULL DEFAULT '',
  `category_alias` varchar(255) NOT NULL DEFAULT '',
  `category_site_id` varchar(255) DEFAULT '',
  `category_canonical` varchar(255) NOT NULL DEFAULT '',
  `category_quantity_layout` varchar(255) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `xjmw1_hikashop_category`
--

INSERT INTO `xjmw1_hikashop_category` (`category_id`, `category_parent_id`, `category_type`, `category_name`, `category_description`, `category_published`, `category_ordering`, `category_left`, `category_right`, `category_depth`, `category_namekey`, `category_created`, `category_modified`, `category_access`, `category_menu`, `category_keywords`, `category_meta_description`, `category_layout`, `category_page_title`, `category_alias`, `category_site_id`, `category_canonical`, `category_quantity_layout`) VALUES
(1, 0, 'root', 'ROOT', '', 0, 0, 1, 72, 0, 'root', 0, 0, 'all', 0, '', '', '', '', '', '', '', ''),
(2, 1, 'product', 'product category', '', 1, 1, 2, 29, 1, 'product', 0, 0, 'all', 0, '', '', '', '', '', '', '', ''),
(3, 1, 'tax', 'taxation category', '', 1, 2, 30, 33, 1, 'tax', 0, 0, 'all', 0, '', '', '', '', '', '', '', ''),
(4, 1, 'status', 'order status', '', 1, 3, 34, 45, 1, 'status', 0, 0, 'all', 0, '', '', '', '', '', '', '', ''),
(5, 4, 'status', 'created', 'When a customer finishes a checkout, an order is created with the status created', 1, 1, 35, 36, 2, 'created', 0, 0, 'all', 0, '', '', '', '', '', '', '', ''),
(6, 4, 'status', 'confirmed', 'When the payment is confirmed or that the payment is done at delivery the order becomes confirmed', 1, 2, 37, 38, 2, 'confirmed', 0, 0, 'all', 0, '', '', '', '', '', '', '', ''),
(7, 4, 'status', 'cancelled', 'When an order is cancelled before receiving a payment', 1, 3, 39, 40, 2, 'cancelled', 0, 0, 'all', 0, '', '', '', '', '', '', '', ''),
(8, 4, 'status', 'refunded', 'When an order is cancelled after receiving a payment', 1, 4, 41, 42, 2, 'refunded', 0, 0, 'all', 0, '', '', '', '', '', '', '', ''),
(9, 4, 'status', 'shipped', 'When an order has been shipped', 1, 5, 43, 44, 2, 'shipped', 0, 0, 'all', 0, '', '', '', '', '', '', '', ''),
(10, 1, 'manufacturer', 'manufacturer', '', 1, 5, 46, 53, 1, 'manufacturer', 0, 0, 'all', 0, '', '', '', '', '', '', '', ''),
(11, 3, 'tax', 'Default tax category', '', 1, 1, 31, 32, 2, 'default_tax', 0, 0, 'all', 0, '', '', '', '', '', '', '', ''),
(12, 2, 'product', 'Shoes', '<p>You will find in this category all our beautiful shoes for men and women.</p>', 1, 1, 3, 10, 2, 'product_1401194330_14785', 1401194330, 1403704047, 'all', 0, '', '', '', '', 'shoes', '', '', ''),
(13, 12, 'product', 'Men', '<p>Shoes for men only.</p>', 1, 1, 4, 5, 3, 'product_1401194424_2620', 1401194424, 1403769726, 'all', 0, '', '', '', '', 'men-shoes', '', '', ''),
(14, 12, 'product', 'Women', '<p>Shoes for women only.</p>', 1, 2, 6, 7, 3, 'product_1401194449_21445', 1401194449, 1403769865, 'all', 0, '', '', '', '', 'women-shoes', '', '', ''),
(15, 29, 'product', 'Cars', '<p>Find all vehicles you want in this section.</p>', 1, 1, 24, 25, 3, 'product_1401279741_25611', 1401279741, 1403771957, 'all', 0, '', '', '', '', 'cars', '', '', ''),
(16, 12, 'product', 'Kids', '<p>All shoes for babies and kids.</p>', 1, 3, 8, 9, 3, 'product_1401694462_25133', 1401694462, 1403769753, 'all', 0, '', '', '', '', 'kids', '', '', ''),
(17, 2, 'product', 'Computing', '<p>elementum condimentum, massa odio varius est, et auctor purus orci quis dolor. Ut at est quis sapien scelerisque malesuada. Quisque at velit mi, vel pharetra ante. Sed auctor cursus nunc non commodo. Quisque iaculis lacus ac erat mollis blandit. Curabitur sagittis sodales elit vel gravida.</p>', 1, 2, 11, 16, 2, 'product_1401697833_22615', 1401697833, 1403704081, 'all', 0, '', '', '', '', 'computing', '', '', ''),
(18, 17, 'product', 'Peripherals', '<p>Here you can purchase peripherals for your computer (PC or Mac)</p>', 1, 1, 12, 13, 3, 'product_1401698108_20292', 1401698108, 1403770564, 'all', 0, '', '', '', '', 'peripherals', '', '', ''),
(19, 17, 'product', 'Computers', '', 1, 2, 14, 15, 3, 'product_1401699060_3344', 1401699060, 1403770576, 'all', 0, '', '', '', '', 'computers', '', '', ''),
(21, 10, 'manufacturer', 'StarShoes', '<p>New brand of shoes... to shine like a star !</p>', 1, 1, 47, 48, 2, 'manufacturer_1401788487_21577', 1401788487, 1401788487, 'all', 0, '', '', '', '', 'starshoes', '', '', ''),
(22, 10, 'manufacturer', 'HikaShoes', '<p>HikaShop shoes store.</p>', 1, 2, 49, 50, 2, 'manufacturer_1401788524_64', 1401788524, 1401788524, 'all', 0, '', '', '', '', 'hikashoes', '', '', ''),
(23, 10, 'manufacturer', 'Kidsfeet', '<p>The best shoes for babies and kids.</p>', 1, 3, 51, 52, 2, 'manufacturer_1401788626_19061', 1401788626, 1401788626, 'all', 0, '', '', '', '', 'kidsfeet', '', '', ''),
(24, 1, 'product', 'Badges & Discounts', '', 0, 6, 54, 61, 1, 'root_1401806090_670', 1401806090, 1401806090, 'all', 0, '', '', '', '', 'badges-discounts', '', '', ''),
(25, 24, 'product', 'Discount 20%', '', 1, 1, 55, 56, 2, 'product_1401806116_17254', 1401806116, 1401806310, 'all', 0, '', '', '', '', 'discount-20', '', '', ''),
(26, 2, 'product', 'E-books', '', 1, 3, 17, 22, 2, 'product_1401888082_5604', 1401888082, 1403704113, 'all', 0, '', '', '', '', 'e-books', '', '', ''),
(27, 26, 'product', 'English books', '', 1, 1, 18, 19, 3, 'product_1401888153_20999', 1401888153, 1403771560, 'all', 0, '', '', '', '', 'english-books', '', '', ''),
(28, 26, 'product', 'French books', '', 1, 2, 20, 21, 3, 'product_1401888168_31309', 1401888168, 1403771572, 'all', 0, '', '', '', '', 'french-books', '', '', ''),
(29, 2, 'product', 'Automobile', '', 1, 4, 23, 28, 2, 'product_1401959141_19534', 1401959141, 1403704130, 'all', 0, '', '', '', '', 'automobile', '', '', ''),
(31, 29, 'product', 'Spare parts', '', 1, 2, 26, 27, 3, 'product_1401959315_16852', 1401959315, 1403771969, 'all', 0, '', '', '', '', 'spare-parts', '', '', ''),
(34, 24, 'product', 'Discount 10%', '', 1, 2, 57, 58, 2, 'product_1404307261_1023', 1404307261, 1404307297, 'all', 0, '', '', '', '', 'discount-10', '', '', ''),
(33, 1, 'product', 'Events entries', '', 1, 7, 62, 63, 1, 'root_1404132717_15906', 1404132717, 1404132717, 'all', 0, '', '', '', '', 'events-entries', '', '', ''),
(35, 24, 'product', 'New products', '', 1, 3, 59, 60, 2, 'product_1404310197_8213', 1404310197, 1404310197, 'all', 0, '', '', '', '', 'new-products', '', '', ''),
(36, 37, 'product', 'Gift Certificates', '', 1, 5, 65, 66, 2, 'product_1404400791_28279', 1404400791, 1404487527, 'all', 0, '', '', '', '', 'gift-certificates', '', '', ''),
(37, 1, 'product', 'Serials', '', 1, 8, 64, 67, 1, 'root_1404487499_3623', 1404487499, 1404487499, 'all', 0, '', '', '', '', 'serials', '', '', ''),
(38, 1, 'product', 'Donation', '', 1, 9, 68, 69, 1, 'root_1405950857_17439', 1405950857, 1405950857, 'all', 0, '', '', '', '', 'donation', '', '', ''),
(40, 1, 'product', 'Sports subscription', '', 1, 10, 70, 71, 1, 'root_1405955010_6535', 1405955010, 1405955010, 'all', 0, '', '', '', '', 'sports-subscription', '', '', '');

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

--
-- Table structure for table `xjmw1_hikashop_characteristic`
--

CREATE TABLE `xjmw1_hikashop_characteristic` (
  `characteristic_id` int(10) UNSIGNED NOT NULL,
  `characteristic_parent_id` int(10) NOT NULL DEFAULT 0,
  `characteristic_value` varchar(255) NOT NULL DEFAULT '0',
  `characteristic_alias` varchar(255) NOT NULL DEFAULT '',
  `characteristic_display_type` varchar(255) NOT NULL DEFAULT '',
  `characteristic_params` text DEFAULT NULL,
  `characteristic_ordering` int(12) UNSIGNED NOT NULL DEFAULT 0,
  `characteristic_display_method` varchar(255) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `xjmw1_hikashop_characteristic`
--

INSERT INTO `xjmw1_hikashop_characteristic` (`characteristic_id`, `characteristic_parent_id`, `characteristic_value`, `characteristic_alias`, `characteristic_display_type`, `characteristic_params`, `characteristic_ordering`, `characteristic_display_method`) VALUES
(1, 5, 'Blue', '', '', '', 0, ''),
(2, 5, 'Green', '', '', '', 0, ''),
(3, 5, 'Purple', '', '', '', 0, ''),
(4, 5, 'Red', '', '', '', 0, ''),
(5, 0, 'Color', '', '', '', 0, ''),
(6, 14, '4.5', '', '', '', 1, ''),
(7, 14, '5', '', '', '', 2, ''),
(8, 14, '5.5', '', '', '', 3, ''),
(9, 14, '6', '', '', '', 4, ''),
(10, 14, '6.5', '', '', '', 5, ''),
(11, 14, '7', '', '', '', 6, ''),
(12, 14, '7.5', '', '', '', 7, ''),
(13, 14, '8', '', '', '', 8, ''),
(14, 0, 'Shoe size', '', '', '', 0, ''),
(15, 18, '500 GB', '', '', '', 1, ''),
(16, 18, '1 TB', '', '', '', 2, ''),
(17, 18, '2 TB', '', '', '', 3, ''),
(18, 0, 'HDD', '', '', '', 0, ''),
(19, 22, 'Intel core I3', '', '', '', 1, ''),
(20, 22, 'Intel core I5', '', '', '', 2, ''),
(21, 22, 'Intel core I7', '', '', '', 3, ''),
(22, 0, 'Processor', '', '', '', 0, ''),
(23, 26, '2 GB', '', '', '', 0, ''),
(24, 26, '4 GB', '', '', '', 0, ''),
(25, 26, '8 GB', '', '', '', 0, ''),
(26, 0, 'RAM', '', '', '', 0, '');

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

--
-- Table structure for table `xjmw1_hikashop_click`
--

CREATE TABLE `xjmw1_hikashop_click` (
  `click_id` int(10) UNSIGNED NOT NULL,
  `click_ip` varchar(255) NOT NULL DEFAULT '',
  `click_created` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `click_partner_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `click_partner_price` decimal(17,5) NOT NULL DEFAULT 0.00000,
  `click_referer` varchar(255) NOT NULL DEFAULT '',
  `click_partner_paid` tinyint(4) NOT NULL DEFAULT 0,
  `click_partner_currency_id` int(10) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `xjmw1_hikashop_config`
--

CREATE TABLE `xjmw1_hikashop_config` (
  `config_namekey` varchar(200) NOT NULL,
  `config_value` text NOT NULL,
  `config_default` text DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `xjmw1_hikashop_config`
--

INSERT INTO `xjmw1_hikashop_config` (`config_namekey`, `config_value`, `config_default`) VALUES
('level', 'Starter', 'Starter'),
('version', '4.4.1', '4.4.1'),
('bounce_email', '', ''),
('add_names', '1', '1'),
('encoding_format', 'base64', 'base64'),
('charset', 'UTF-8', 'UTF-8'),
('word_wrapping', '150', '150'),
('embed_images', '0', '0'),
('embed_files', '1', '1'),
('multiple_part', '1', '1'),
('allowedfiles', 'zip,doc,docx,pdf,xls,txt,gz,gzip,rar,jpg,gif,tar.gz,xlsx,pps,csv,bmp,epg,ico,odg,odp,ods,odt,png,ppt,swf,xcf,wmv,avi,mkv,mp3,ogg,flac,wma,fla,flv,mp4,wav,aac,mov,epub', 'zip,doc,docx,pdf,xls,txt,gz,gzip,rar,jpg,gif,tar.gz,xlsx,pps,csv,bmp,epg,ico,odg,odp,ods,odt,png,ppt,swf,xcf,wmv,avi,mkv,mp3,ogg,flac,wma,fla,flv,mp4,wav,aac,mov,epub'),
('allowedimages', 'gif,jpg,jpeg,png,svg', 'gif,jpg,jpeg,png,svg'),
('uploadfolder', 'images/com_hikashop/upload/', 'images/com_hikashop/upload/'),
('uploadsecurefolder', 'media/com_hikashop/upload/safe/', 'media/com_hikashop/upload/safe/'),
('editor', '0', '0'),
('cron_next', '1251990901', '1251990901'),
('cron_last', '0', '0'),
('cron_fromip', '', ''),
('cron_report', '', ''),
('cron_frequency', '900', '900'),
('cron_sendreport', '2', '2'),
('cron_fullreport', '1', '1'),
('cron_savereport', '2', '2'),
('cron_savepath', 'media/com_hikashop/upload/safe/logs/report_495871504.log', 'media/com_hikashop/upload/safe/logs/report_495871504.log'),
('payment_log_file', 'media/com_hikashop/upload/safe/logs/report_583548618.log', 'media/com_hikashop/upload/safe/logs/report_583548618.log'),
('notification_created', '', ''),
('notification_accept', '', ''),
('notification_refuse', '', ''),
('bootstrap_design', '0', '0'),
('characteristics_values_sorting', 'ordering', 'ordering'),
('popup_mode', 'vex', 'vex'),
('force_canonical_urls', '0', '0'),
('opacity', '100', '100'),
('order_number_format', '{automatic_code}', '{automatic_code}'),
('checkout_cart_delete', '1', '1'),
('variant_default_publish', '1', '1'),
('force_ssl', '0', '0'),
('simplified_registration', '0', '0'),
('tax_zone_type', 'billing', 'billing'),
('discount_before_tax', '0', '0'),
('default_type', 'individual', 'individual'),
('main_tax_zone', '175', NULL),
('main_currency', '1', NULL),
('order_created_status', 'created', 'created'),
('order_confirmed_status', 'confirmed', 'confirmed'),
('invoice_order_statuses', 'confirmed,shipped', 'confirmed,shipped'),
('order_status_for_download', 'shipped,confirmed', 'shipped,confirmed'),
('partner_valid_status', 'confirmed,shipped', 'confirmed,shipped'),
('cancelled_order_status', 'cancelled,refunded', 'cancelled,refunded'),
('cancellable_order_status', '', ''),
('order_unpaid_statuses', 'created', 'created'),
('download_time_limit', '2592000', '2592000'),
('click_validity_period', '2592000', '2592000'),
('click_min_delay', '86400', '86400'),
('partner_currency', '1', '1'),
('allow_currency_selection', '0', '0'),
('partner_click_fee', '0', '0'),
('partner_lead_fee', '0', '0'),
('ajax_add_to_cart', '0', '0'),
('partner_percent_fee', '0', '0'),
('partner_flat_fee', '0', '0'),
('affiliate_terms', '', ''),
('download_number_limit', '50', '50'),
('button_style', 'normal', 'normal'),
('readmore', '0', '0'),
('menu_style', 'content_top', 'content_top'),
('show_cart_image', '1', '1'),
('thumbnail', '1', '1'),
('thumbnail_x', '100', '100'),
('thumbnail_y', '100', '100'),
('product_image_x', '100', '100'),
('product_image_y', '100', '100'),
('image_x', '', ''),
('image_y', '', ''),
('add_webp_images', '0', '0'),
('max_x_popup', '760', '760'),
('max_y_popup', '480', '480'),
('vat_check', '0', '0'),
('default_translation_publish', '1', '1'),
('multilang_display', 'popups', 'popups'),
('volume_symbols', 'm,dm,cm,mm,in,ft,yd', 'm,dm,cm,mm,in,ft,yd'),
('weight_symbols', 'kg,g,mg,lb,oz,ozt', 'kg,g,mg,lb,oz,ozt'),
('store_address', 'Your address\r\n\r\nSimleu Silvaniei\r\nRomania (România)', NULL),
('checkout', 'login_address_shipping_payment_confirm_coupon_cart_status_fields,end', 'login_address_shipping_payment_confirm_coupon_cart_status_fields,end'),
('display_checkout_bar', '0', '0'),
('show_vote_product', '1', '1'),
('affiliate_advanced_stats', '1', '1'),
('cart_retaining_period', '2592000', '2592000'),
('default_params', 'YTozNDp7czoxNDoiYm9yZGVyX3Zpc2libGUiO3M6MToiMiI7czoxMToiYWRkX3RvX2NhcnQiO3M6MToiMSI7czoxMjoiY29udGVudF90eXBlIjtzOjc6InByb2R1Y3QiO3M6MTE6ImxheW91dF90eXBlIjtzOjM6ImRpdiI7czo3OiJjb2x1bW5zIjtzOjE6IjEiO3M6NToibGltaXQiO3M6MjoiMjEiO3M6OToib3JkZXJfZGlyIjtzOjM6IkFTQyI7czoxMToiZmlsdGVyX3R5cGUiO3M6MToiMCI7czoxOToic2VsZWN0cGFyZW50bGlzdGluZyI7czoxOiIyIjtzOjE1OiJtb2R1bGVjbGFzc19zZngiO3M6MDoiIjtzOjc6Im1vZHVsZXMiO3M6MDoiIjtzOjE5OiJjb250ZW50X3N5bmNocm9uaXplIjtzOjE6IjEiO3M6MTU6InVzZV9tb2R1bGVfbmFtZSI7czoxOiIwIjtzOjEzOiJwcm9kdWN0X29yZGVyIjtzOjg6Im9yZGVyaW5nIjtzOjY6InJhbmRvbSI7czoxOiIwIjtzOjE5OiJwcm9kdWN0X3N5bmNocm9uaXplIjtzOjE6IjEiO3M6MTA6InNob3dfcHJpY2UiO3M6MToiMSI7czoxNDoicHJpY2Vfd2l0aF90YXgiO3M6MToiMSI7czoxOToic2hvd19vcmlnaW5hbF9wcmljZSI7czoxOiIxIjtzOjEzOiJzaG93X2Rpc2NvdW50IjtzOjE6IjEiO3M6MTg6InByaWNlX2Rpc3BsYXlfdHlwZSI7czo4OiJjaGVhcGVzdCI7czoxNDoiY2F0ZWdvcnlfb3JkZXIiO3M6MTc6ImNhdGVnb3J5X29yZGVyaW5nIjtzOjE4OiJjaGlsZF9kaXNwbGF5X3R5cGUiO3M6Nzoibm9jaGlsZCI7czoxMToiY2hpbGRfbGltaXQiO3M6MDoiIjtzOjIwOiJkaXZfaXRlbV9sYXlvdXRfdHlwZSI7czo5OiJpbWdfdGl0bGUiO3M6MTc6ImRpdl9jdXN0b21fZmllbGRzIjtzOjA6IiI7czo2OiJoZWlnaHQiO3M6MzoiMTUwIjtzOjE2OiJiYWNrZ3JvdW5kX2NvbG9yIjtzOjc6IiNGRkZGRkYiO3M6NjoibWFyZ2luIjtzOjI6IjEwIjtzOjE1OiJyb3VuZGVkX2Nvcm5lcnMiO3M6MToiMSI7czoxMToidGV4dF9jZW50ZXIiO3M6MToiMSI7czoyNDoibGlua3Nfb25fbWFpbl9jYXRlZ29yaWVzIjtzOjE6IjAiO3M6MjA6ImxpbmtfdG9fcHJvZHVjdF9wYWdlIjtzOjE6IjEiO3M6MTQ6ImRpc3BsYXlfYmFkZ2VzIjtzOjE6IjEiO30=', NULL),
('force_shipping', '0', NULL),
('default_product_type', '0', NULL),
('default_image', 'barcode.png', 'barcode.png'),
('characteristic_display', 'dropdown', 'dropdown'),
('characteristic_display_text', '1', '1'),
('show_quantity_field', '1', '1'),
('show_cart_price', '1', '1'),
('show_cart_quantity', '1', '1'),
('show_cart_delete', '1', '1'),
('catalogue', '0', '0'),
('redirect_url_after_add_cart', 'checkout', 'checkout'),
('redirect_url_when_cart_is_empty', '', ''),
('cart_retaining_period_checked', '1617647281', NULL),
('auto_submit_methods', '1', '1'),
('clean_cart_when_order_created', 'order_confirmed', 'order_confirmed'),
('display_add_to_cart_for_free_products', '1', '1'),
('category_image', '1', '1'),
('category_explorer', '1', '1'),
('detailed_tax_display', '1', '1'),
('order_status_notification.subject', 'ORDER_STATUS_NOTIFICATION_SUBJECT', 'ORDER_STATUS_NOTIFICATION_SUBJECT'),
('order_creation_notification.subject', 'ORDER_CREATION_NOTIFICATION_SUBJECT', 'ORDER_CREATION_NOTIFICATION_SUBJECT'),
('order_notification.subject', 'ORDER_NOTIFICATION_SUBJECT', 'ORDER_NOTIFICATION_SUBJECT'),
('user_account.subject', 'USER_ACCOUNT_SUBJECT', 'USER_ACCOUNT_SUBJECT'),
('user_account_admin_notification.subject', 'HIKA_USER_ACCOUNT_ADMIN_NOTIFICATION_SUBJECT', 'HIKA_USER_ACCOUNT_ADMIN_NOTIFICATION_SUBJECT'),
('cron_report.subject', 'CRON_REPORT_SUBJECT', 'CRON_REPORT_SUBJECT'),
('order_status_notification.html', '1', '1'),
('order_status_notification.published', '1', '1'),
('order_status_notification.template', 'default', 'default'),
('order_creation_notification.html', '1', '1'),
('order_creation_notification.published', '1', '1'),
('order_creation_notification.template', 'default', 'default'),
('order_notification.html', '1', '1'),
('order_notification.published', '1', '1'),
('order_notification.template', 'default', 'default'),
('order_admin_notification.html', '1', '1'),
('order_admin_notification.subject', 'ORDER_ADMIN_NOTIFICATION_SUBJECT', 'ORDER_ADMIN_NOTIFICATION_SUBJECT'),
('order_admin_notification.published', '1', '1'),
('order_admin_notification.template', 'admin', 'admin'),
('payment_notification.html', '1', '1'),
('payment_notification.subject', 'PAYMENT_NOTIFICATION_SUBJECT', 'PAYMENT_NOTIFICATION_SUBJECT'),
('payment_notification.published', '1', '1'),
('payment_notification.template', 'admin', 'admin'),
('new_comment.html', '1', '1'),
('new_comment.template', 'admin_notification', 'admin_notification'),
('new_comment.subject', 'NEW_COMMENT_NOTIFICATION_SUBJECT', 'NEW_COMMENT_NOTIFICATION_SUBJECT'),
('new_comment.published', '1', '1'),
('contact_request.html', '1', '1'),
('contact_request.published', '1', '1'),
('contact_request.template', 'default', 'default'),
('massaction_notification.html', '1', '1'),
('massaction_notification.published', '1', '1'),
('unfinished_order.published', '1', '1'),
('user_account.html', '1', '1'),
('user_account.template', 'user_notification', 'user_notification'),
('subscription_eot.template', 'user_notification', 'user_notification'),
('user_account_admin_notification.html', '1', '1'),
('user_account_admin_notification.template', 'admin_notification', 'admin_notification'),
('out_of_stock.html', '1', '1'),
('out_of_stock.template', 'admin_notification', 'admin_notification'),
('out_of_stock.subject', 'OUT_OF_STOCK_NOTIFICATION_SUBJECT', 'OUT_OF_STOCK_NOTIFICATION_SUBJECT'),
('user_account.published', '1', '1'),
('user_account_admin_notification.published', '1', '1'),
('cron_report.html', '1', '1'),
('cron_report.template', 'admin_notification', 'admin_notification'),
('cron_report.published', '1', '1'),
('out_of_stock.published', '1', '1'),
('waitlist_notification.html', '1', '1'),
('waitlist_notification.subject', 'WAITLIST_NOTIFICATION_SUBJECT', 'WAITLIST_NOTIFICATION_SUBJECT'),
('waitlist_notification.published', '1', '1'),
('waitlist_notification.template', 'default', 'default'),
('order_cancel.html', '1', '1'),
('order_cancel.template', 'admin_notification', 'admin_notification'),
('order_cancel.subject', 'ORDER_CANCEL_SUBJECT', 'ORDER_CANCEL_SUBJECT'),
('order_cancel.published', '1', '1'),
('wishlist_share.html', '1', '1'),
('wishlist_share.subject', 'WISHLIST_SHARE_EMAIL_SUBJECT', 'WISHLIST_SHARE_EMAIL_SUBJECT'),
('wishlist_share.published', '1', '1'),
('wishlist_share.template', 'default', 'default'),
('variant_increase_perf', '1', '1'),
('checkout_legacy', '0', '0'),
('add_to_cart_legacy', '0', '0'),
('legacy_widgets', '0', '0'),
('carousel_legacy', '0', '0'),
('show_footer', '1', '1'),
('no_css_header', '0', '0'),
('pathway_sef_name', 'category_pathway', 'category_pathway'),
('related_sef_name', 'related_product', 'related_product'),
('css_module', 'default', 'default'),
('css_frontend', 'default', 'default'),
('css_backend', 'default', 'default'),
('installcomplete', '1', NULL),
('Starter', '0', '0'),
('Essential', '1', '1'),
('Business', '2', '2'),
('Enterprise', '3', '3'),
('Unlimited', '9', '9'),
('from_name', 'pzaz.me - socially responsible products with sizzle', 'pzaz.me - socially responsible products with sizzle'),
('from_email', 'site@pzaz.me', 'site@pzaz.me'),
('reply_name', 'pzaz.me - socially responsible products with sizzle', 'pzaz.me - socially responsible products with sizzle'),
('reply_email', 'site@pzaz.me', 'site@pzaz.me'),
('cron_sendto', 'site@pzaz.me', 'site@pzaz.me'),
('order_creation_notification_email', 'site@pzaz.me', 'site@pzaz.me'),
('payment_notification_email', 'site@pzaz.me', 'site@pzaz.me'),
('description_starter', 'Joomla!® Shopping Cart Extension', 'Joomla!® Shopping Cart Extension'),
('description_essential', 'Joomla!® Shopping Cart Extension', 'Joomla!® Shopping Cart Extension'),
('description_business', 'Joomla!® Online Store Component', 'Joomla!® Online Store Component'),
('product_show_modules', '705', NULL),
('website', 'http://pzaz.me/', NULL);

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

--
-- Table structure for table `xjmw1_hikashop_currency`
--

CREATE TABLE `xjmw1_hikashop_currency` (
  `currency_id` int(10) UNSIGNED NOT NULL,
  `currency_symbol` varchar(255) NOT NULL,
  `currency_code` varchar(255) NOT NULL,
  `currency_format` char(10) NOT NULL DEFAULT '%i',
  `currency_name` varchar(255) NOT NULL,
  `currency_published` tinyint(4) NOT NULL DEFAULT 0,
  `currency_rate` decimal(16,5) NOT NULL DEFAULT 1.00000,
  `currency_locale` text NOT NULL,
  `currency_displayed` tinyint(4) NOT NULL DEFAULT 0,
  `currency_percent_fee` decimal(4,2) NOT NULL DEFAULT 0.00,
  `currency_modified` int(10) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `xjmw1_hikashop_currency`
--

INSERT INTO `xjmw1_hikashop_currency` (`currency_id`, `currency_symbol`, `currency_code`, `currency_format`, `currency_name`, `currency_published`, `currency_rate`, `currency_locale`, `currency_displayed`, `currency_percent_fee`, `currency_modified`) VALUES
(1, '€', 'EUR', '%n', 'Euro', 1, 1.00000, 'a:13:{s:17:\"mon_decimal_point\";s:1:\",\";s:17:\"mon_thousands_sep\";s:1:\".\";s:12:\"mon_grouping\";s:1:\"3\";s:13:\"positive_sign\";s:0:\"\";s:13:\"negative_sign\";s:1:\"-\";s:15:\"int_frac_digits\";i:2;s:11:\"frac_digits\";i:2;s:13:\"p_cs_precedes\";i:0;s:14:\"p_sep_by_space\";i:1;s:13:\"n_cs_precedes\";i:0;s:14:\"n_sep_by_space\";i:1;s:11:\"p_sign_posn\";i:1;s:11:\"n_sign_posn\";i:1;}', 1, 0.00, 0),
(2, '$', 'USD', '%n', 'United States dollar', 1, 1.00000, 'a:13:{s:17:\"mon_decimal_point\";s:1:\".\";s:17:\"mon_thousands_sep\";s:1:\",\";s:12:\"mon_grouping\";s:1:\"3\";s:13:\"positive_sign\";s:0:\"\";s:13:\"negative_sign\";s:1:\"-\";s:15:\"int_frac_digits\";i:2;s:11:\"frac_digits\";i:2;s:13:\"p_cs_precedes\";i:1;s:14:\"p_sep_by_space\";i:0;s:13:\"n_cs_precedes\";i:1;s:14:\"n_sep_by_space\";i:0;s:11:\"p_sign_posn\";i:4;s:11:\"n_sign_posn\";i:4;}', 1, 0.00, 0),
(3, '¥', 'JPY', '%n', 'Japanese yen', 0, 1.00000, 'a:13:{s:17:\"mon_decimal_point\";s:1:\",\";s:17:\"mon_thousands_sep\";s:1:\" \";s:12:\"mon_grouping\";s:1:\"3\";s:13:\"positive_sign\";s:0:\"\";s:13:\"negative_sign\";s:1:\"-\";s:15:\"int_frac_digits\";i:0;s:11:\"frac_digits\";i:0;s:13:\"p_cs_precedes\";i:0;s:14:\"p_sep_by_space\";i:1;s:13:\"n_cs_precedes\";i:0;s:14:\"n_sep_by_space\";i:1;s:11:\"p_sign_posn\";i:1;s:11:\"n_sign_posn\";i:1;}', 0, 0.00, 0),
(4, '£', 'GBP', '%n', 'British pound', 0, 1.00000, 'a:13:{s:17:\"mon_decimal_point\";s:1:\".\";s:17:\"mon_thousands_sep\";s:1:\",\";s:12:\"mon_grouping\";s:1:\"3\";s:13:\"positive_sign\";s:0:\"\";s:13:\"negative_sign\";s:1:\"-\";s:15:\"int_frac_digits\";i:2;s:11:\"frac_digits\";i:2;s:13:\"p_cs_precedes\";i:1;s:14:\"p_sep_by_space\";i:1;s:13:\"n_cs_precedes\";i:1;s:14:\"n_sep_by_space\";i:1;s:11:\"p_sign_posn\";i:1;s:11:\"n_sign_posn\";i:1;}', 0, 0.00, 0),
(5, '$', 'CAD', '%i', 'Canadian dollar', 0, 1.00000, 'a:13:{s:17:\"mon_decimal_point\";s:1:\".\";s:17:\"mon_thousands_sep\";s:1:\",\";s:12:\"mon_grouping\";s:1:\"3\";s:13:\"positive_sign\";s:0:\"\";s:13:\"negative_sign\";s:1:\"-\";s:15:\"int_frac_digits\";i:2;s:11:\"frac_digits\";i:2;s:13:\"p_cs_precedes\";i:1;s:14:\"p_sep_by_space\";i:0;s:13:\"n_cs_precedes\";i:1;s:14:\"n_sep_by_space\";i:0;s:11:\"p_sign_posn\";i:4;s:11:\"n_sign_posn\";i:4;}', 0, 0.00, 0),
(6, '$', 'AUD', '%i', 'Australian dollar', 0, 1.00000, 'a:13:{s:17:\"mon_decimal_point\";s:1:\".\";s:17:\"mon_thousands_sep\";s:1:\",\";s:12:\"mon_grouping\";s:1:\"3\";s:13:\"positive_sign\";s:0:\"\";s:13:\"negative_sign\";s:1:\"-\";s:15:\"int_frac_digits\";i:2;s:11:\"frac_digits\";i:2;s:13:\"p_cs_precedes\";i:1;s:14:\"p_sep_by_space\";i:0;s:13:\"n_cs_precedes\";i:1;s:14:\"n_sep_by_space\";i:0;s:11:\"p_sign_posn\";i:4;s:11:\"n_sign_posn\";i:4;}', 0, 0.00, 0),
(7, '$', 'NZD', '%i', 'New Zealand dollar', 0, 1.00000, 'a:13:{s:17:\"mon_decimal_point\";s:1:\",\";s:17:\"mon_thousands_sep\";s:1:\".\";s:12:\"mon_grouping\";s:1:\"3\";s:13:\"positive_sign\";s:0:\"\";s:13:\"negative_sign\";s:1:\"-\";s:15:\"int_frac_digits\";i:2;s:11:\"frac_digits\";i:2;s:13:\"p_cs_precedes\";i:1;s:14:\"p_sep_by_space\";i:0;s:13:\"n_cs_precedes\";i:1;s:14:\"n_sep_by_space\";i:0;s:11:\"p_sign_posn\";i:4;s:11:\"n_sign_posn\";i:4;}', 0, 0.00, 0),
(8, '؋', 'AFN', '%i', 'Afghan afghani', 0, 1.00000, '', 0, 0.00, 0),
(9, 'Lek', 'ALL', '%i', 'Albanian lek', 0, 1.00000, '', 0, 0.00, 0),
(10, 'د.ج', 'DZD', '%i', 'Algerian dinar', 0, 1.00000, '', 0, 0.00, 0),
(11, 'Kz ', 'AOA', '%i', 'Angolan kwanza', 0, 1.00000, '', 0, 0.00, 0),
(12, '$', 'ARS', '%i', 'Argentine peso', 0, 1.00000, '', 0, 0.00, 0),
(13, 'դր.', 'AMD', '%i', 'Armenian dram', 0, 1.00000, '', 0, 0.00, 0),
(14, 'ƒ', 'AWG', '%i', 'Aruban florin', 0, 1.00000, '', 0, 0.00, 0),
(15, 'ман', 'AZN', '%i', 'Azerbaijani manat', 0, 1.00000, '', 0, 0.00, 0),
(16, '$', 'BSD', '%i', 'Bahamian dollar', 0, 1.00000, '', 0, 0.00, 0),
(17, 'ب.د', 'BHD', '%i', 'Bahraini dinar', 0, 1.00000, '', 0, 0.00, 0),
(18, '৳', 'BDT', '%i', 'Bangladeshi taka', 0, 1.00000, '', 0, 0.00, 0),
(19, '$', 'BBD', '%i', 'Barbadian dollar', 0, 1.00000, '', 0, 0.00, 0),
(20, 'p.', 'BYR', '%i', 'Belarusian ruble', 0, 1.00000, '', 0, 0.00, 0),
(21, 'BZ$', 'BZD', '%i', 'Belize dollar', 0, 1.00000, '', 0, 0.00, 0),
(22, '$', 'BMD', '%i', 'Bermudian dollar', 0, 1.00000, '', 0, 0.00, 0),
(23, 'BTN', 'BTN', '%i', 'Bhutanese ngultrum', 0, 1.00000, '', 0, 0.00, 0),
(24, '$b', 'BOB', '%i', 'Bolivian boliviano', 0, 1.00000, '', 0, 0.00, 0),
(25, 'XBA', 'XBA', '%i', 'Bond Markets', 0, 1.00000, '', 0, 0.00, 0),
(26, 'KM', 'BAM', '%i', 'Bosnia and Herzegovina convert', 0, 1.00000, '', 0, 0.00, 0),
(27, 'P', 'BWP', '%i', 'Botswana pula', 0, 1.00000, '', 0, 0.00, 0),
(28, 'R$', 'BRL', '%i', 'Brazilian real', 0, 1.00000, '', 0, 0.00, 0),
(29, '$', 'BND', '%i', 'Brunei dollar', 0, 1.00000, '', 0, 0.00, 0),
(30, 'лв', 'BGN', '%i', 'Bulgarian lev', 0, 1.00000, '', 0, 0.00, 0),
(31, 'Fr ', 'BIF', '%i', 'Burundian franc', 0, 1.00000, '', 0, 0.00, 0),
(32, '៛', 'KHR', '%i', 'Cambodian riel', 0, 1.00000, '', 0, 0.00, 0),
(33, '$', 'CVE', '%i', 'Cape Verdean escudo', 0, 1.00000, '', 0, 0.00, 0),
(34, '$', 'KYD', '%i', 'Cayman Islands dollar', 0, 1.00000, '', 0, 0.00, 0),
(35, 'Fr ', 'XAF', '%i', 'Central African CFA franc', 0, 1.00000, '', 0, 0.00, 0),
(36, 'Fr ', 'XPF', '%i', 'CFP franc', 0, 1.00000, '', 0, 0.00, 0),
(37, '$', 'CLP', '%i', 'Chilean peso', 0, 1.00000, '', 0, 0.00, 0),
(38, '元', 'CNY', '%i', 'Chinese renminbi yuan', 0, 1.00000, '', 0, 0.00, 0),
(39, 'XTS', 'XTS', '%i', 'Codes specif', 0, 1.00000, '', 0, 0.00, 0),
(40, '$', 'COP', '%i', 'Colombian peso', 0, 1.00000, '', 0, 0.00, 0),
(41, 'Fr ', 'KMF', '%i', 'Comorian franc', 0, 1.00000, '', 0, 0.00, 0),
(42, 'Fr ', 'CDF', '%i', 'Congolese franc', 0, 1.00000, '', 0, 0.00, 0),
(43, '₡', 'CRC', '%i', 'Costa Rican colón', 0, 1.00000, '', 0, 0.00, 0),
(44, 'kn', 'HRK', '%i', 'Croatian kuna', 0, 1.00000, '', 0, 0.00, 0),
(45, '₱', 'CUP', '%i', 'Cuban peso', 0, 1.00000, '', 0, 0.00, 0),
(46, 'Kč', 'CZK', '%i', 'Czech koruna', 0, 1.00000, '', 0, 0.00, 0),
(47, 'kr', 'DKK', '%i', 'Danish krone', 0, 1.00000, '', 0, 0.00, 0),
(48, 'Fr ', 'DJF', '%i', 'Djiboutian franc', 0, 1.00000, '', 0, 0.00, 0),
(49, 'RD$', 'DOP', '%i', 'Dominican peso', 0, 1.00000, '', 0, 0.00, 0),
(50, '$', 'XCD', '%i', 'East Caribbean dollar', 0, 1.00000, '', 0, 0.00, 0),
(51, '£', 'EGP', '%i', 'Egyptian pound', 0, 1.00000, '', 0, 0.00, 0),
(52, 'Nfk ', 'ERN', '%i', 'Eritrean nakfa', 0, 1.00000, '', 0, 0.00, 0),
(53, 'kr', 'EEK', '%i', 'Estonian kroon', 0, 1.00000, '', 0, 0.00, 0),
(54, 'ETB', 'ETB', '%i', 'Ethiopian birr', 0, 1.00000, '', 0, 0.00, 0),
(55, 'XBB', 'XBB', '%i', 'European Mon', 0, 1.00000, '', 0, 0.00, 0),
(56, 'XBD', 'XBD', '%i', 'European Uni', 0, 1.00000, '', 0, 0.00, 0),
(57, 'XBC', 'XBC', '%i', 'European Uni', 0, 1.00000, '', 0, 0.00, 0),
(58, '£', 'FKP', '%i', 'Falkland pound', 0, 1.00000, '', 0, 0.00, 0),
(59, '$', 'FJD', '%i', 'Fijian dollar', 0, 1.00000, '', 0, 0.00, 0),
(60, 'D ', 'GMD', '%i', 'Gambian dalasi', 0, 1.00000, '', 0, 0.00, 0),
(61, 'ლ', 'GEL', '%i', 'Georgian lari', 0, 1.00000, '', 0, 0.00, 0),
(62, '₵', 'GHS', '%i', 'Ghanaian cedi', 0, 1.00000, '', 0, 0.00, 0),
(63, '£', 'GIP', '%i', 'Gibraltar pound', 0, 1.00000, '', 0, 0.00, 0),
(64, 'Gold', 'XAU', '%i', 'Gold', 0, 1.00000, '', 0, 0.00, 0),
(65, 'Q', 'GTQ', '%i', 'Guatemalan quetzal', 0, 1.00000, '', 0, 0.00, 0),
(66, 'GWP', 'GWP', '%i', 'Guinea-Bissa', 0, 1.00000, '', 0, 0.00, 0),
(67, 'Fr ', 'GNF', '%i', 'Guinean franc', 0, 1.00000, '', 0, 0.00, 0),
(68, '$', 'GYD', '%i', 'Guyanese dollar', 0, 1.00000, '', 0, 0.00, 0),
(69, 'G ', 'HTG', '%i', 'Haitian gourde', 0, 1.00000, '', 0, 0.00, 0),
(70, 'L', 'HNL', '%i', 'Honduran lempira', 0, 1.00000, '', 0, 0.00, 0),
(71, '元', 'HKD', '%i', 'Hong Kong dollar', 0, 1.00000, '', 0, 0.00, 0),
(72, 'Ft', 'HUF', '%i', 'Hungarian forint', 0, 1.00000, '', 0, 0.00, 0),
(73, 'kr', 'ISK', '%i', 'Icelandic króna', 0, 1.00000, '', 0, 0.00, 0),
(74, '₨', 'INR', '%i', 'Indian rupee', 0, 1.00000, '', 0, 0.00, 0),
(75, 'Rp', 'IDR', '%i', 'Indonesian rupiah', 0, 1.00000, '', 0, 0.00, 0),
(76, '﷼', 'IRR', '%i', 'Iranian rial', 0, 1.00000, '', 0, 0.00, 0),
(77, 'ع.د', 'IQD', '%i', 'Iraqi dinar', 0, 1.00000, '', 0, 0.00, 0),
(78, '₪', 'ILS', '%n', 'Israeli new sheqel', 0, 1.00000, 'a:13:{s:17:\"mon_decimal_point\";s:1:\",\";s:17:\"mon_thousands_sep\";s:0:\"\";s:12:\"mon_grouping\";s:1:\"3\";s:13:\"positive_sign\";s:0:\"\";s:13:\"negative_sign\";s:1:\"-\";s:15:\"int_frac_digits\";i:0;s:11:\"frac_digits\";i:0;s:13:\"p_cs_precedes\";i:0;s:14:\"p_sep_by_space\";i:1;s:13:\"n_cs_precedes\";i:0;s:14:\"n_sep_by_space\";i:1;s:11:\"p_sign_posn\";i:1;s:11:\"n_sign_posn\";i:1;}', 0, 0.00, 0),
(79, 'J$', 'JMD', '%i', 'Jamaican dollar', 0, 1.00000, '', 0, 0.00, 0),
(80, 'د.ا', 'JOD', '%i', 'Jordanian dinar', 0, 1.00000, '', 0, 0.00, 0),
(81, 'лв', 'KZT', '%i', 'Kazakhstani tenge', 0, 1.00000, '', 0, 0.00, 0),
(82, 'Sh ', 'KES', '%i', 'Kenyan shilling', 0, 1.00000, '', 0, 0.00, 0),
(83, 'د.ك', 'KWD', '%i', 'Kuwaiti dinar', 0, 1.00000, '', 0, 0.00, 0),
(84, 'лв', 'KGS', '%i', 'Kyrgyzstani som', 0, 1.00000, '', 0, 0.00, 0),
(85, '₭', 'LAK', '%i', 'Lao kip', 0, 1.00000, '', 0, 0.00, 0),
(86, 'Ls', 'LVL', '%i', 'Latvian lats', 0, 1.00000, '', 0, 0.00, 0),
(87, '£', 'LBP', '%i', 'Lebanese pound', 0, 1.00000, '', 0, 0.00, 0),
(88, 'L ', 'LSL', '%i', 'Lesotho loti', 0, 1.00000, '', 0, 0.00, 0),
(89, '$', 'LRD', '%i', 'Liberian dollar', 0, 1.00000, '', 0, 0.00, 0),
(90, 'ل.د', 'LYD', '%i', 'Libyan dinar', 0, 1.00000, '', 0, 0.00, 0),
(91, 'Lt', 'LTL', '%i', 'Lithuanian litas', 0, 1.00000, '', 0, 0.00, 0),
(92, 'P ', 'MOP', '%i', 'Macanese pataca', 0, 1.00000, '', 0, 0.00, 0),
(93, 'ден', 'MKD', '%i', 'Macedonian denar', 0, 1.00000, '', 0, 0.00, 0),
(94, 'MGA', 'MGA', '%i', 'Malagasy ariary', 0, 1.00000, '', 0, 0.00, 0),
(95, 'MK ', 'MWK', '%i', 'Malawian kwacha', 0, 1.00000, '', 0, 0.00, 0),
(96, 'RM', 'MYR', '%i', 'Malaysian ringgit', 0, 1.00000, '', 0, 0.00, 0),
(97, 'ރ.', 'MVR', '%i', 'Maldivian rufiyaa', 0, 1.00000, '', 0, 0.00, 0),
(98, 'UM ', 'MRO', '%i', 'Mauritanian ouguiya', 0, 1.00000, '', 0, 0.00, 0),
(99, '₨', 'MUR', '%i', 'Mauritian rupee', 0, 1.00000, '', 0, 0.00, 0),
(100, '$', 'MXN', '%i', 'Mexican peso', 0, 1.00000, '', 0, 0.00, 0),
(101, 'MXV', 'MXV', '%i', 'Mexican Unid', 0, 1.00000, '', 0, 0.00, 0),
(102, 'L ', 'MDL', '%i', 'Moldovan leu', 0, 1.00000, '', 0, 0.00, 0),
(103, '₮', 'MNT', '%i', 'Mongolian tögrög', 0, 1.00000, '', 0, 0.00, 0),
(104, 'د.م.', 'MAD', '%i', 'Moroccan dirham', 0, 1.00000, '', 0, 0.00, 0),
(105, 'MT', 'MZN', '%i', 'Mozambican metical', 0, 1.00000, '', 0, 0.00, 0),
(106, 'BOV', 'BOV', '%i', 'Mvdol', 0, 1.00000, '', 0, 0.00, 0),
(107, 'K ', 'MMK', '%i', 'Myanmar kyat', 0, 1.00000, '', 0, 0.00, 0),
(108, '$', 'NAD', '%i', 'Namibian dollar', 0, 1.00000, '', 0, 0.00, 0),
(109, '₨', 'NPR', '%i', 'Nepalese rupee', 0, 1.00000, '', 0, 0.00, 0),
(110, 'ƒ', 'ANG', '%i', 'Netherlands Antillean gulden', 0, 1.00000, '', 0, 0.00, 0),
(111, 'NT$', 'TWD', '%i', 'New Taiwan dollar', 0, 1.00000, '', 0, 0.00, 0),
(112, 'C$', 'NIO', '%i', 'Nicaraguan córdoba', 0, 1.00000, '', 0, 0.00, 0),
(113, '₦', 'NGN', '%i', 'Nigerian naira', 0, 1.00000, '', 0, 0.00, 0),
(114, '₩', 'KPW', '%i', 'North Korean won', 0, 1.00000, '', 0, 0.00, 0),
(115, 'kr', 'NOK', '%i', 'Norwegian krone', 0, 1.00000, '', 0, 0.00, 0),
(116, '﷼', 'OMR', '%i', 'Omani rial', 0, 1.00000, '', 0, 0.00, 0),
(117, '₨', 'PKR', '%i', 'Pakistani rupee', 0, 1.00000, '', 0, 0.00, 0),
(118, 'XPD', 'XPD', '%i', 'Palladium', 0, 1.00000, '', 0, 0.00, 0),
(119, 'B/.', 'PAB', '%i', 'Panamanian balboa', 0, 1.00000, '', 0, 0.00, 0),
(120, 'K ', 'PGK', '%i', 'Papua New Guinean kina', 0, 1.00000, '', 0, 0.00, 0),
(121, '₲', 'PYG', '%i', 'Paraguayan guaraní', 0, 1.00000, '', 0, 0.00, 0),
(122, 'S/.', 'PEN', '%i', 'Peruvian nuevo sol', 0, 1.00000, '', 0, 0.00, 0),
(123, '₱', 'PHP', '%i', 'Philippine peso', 0, 1.00000, '', 0, 0.00, 0),
(124, 'XPT', 'XPT', '%i', 'Platinum', 0, 1.00000, '', 0, 0.00, 0),
(125, 'zł', 'PLN', '%i', 'Polish Złoty', 0, 1.00000, '', 0, 0.00, 0),
(126, '﷼', 'QAR', '%i', 'Qatari riyal', 0, 1.00000, '', 0, 0.00, 0),
(127, 'lei', 'RON', '%i', 'Romanian leu', 0, 1.00000, '', 0, 0.00, 0),
(128, 'руб', 'RUB', '%i', 'Russian ruble', 0, 1.00000, '', 0, 0.00, 0),
(129, 'Fr ', 'RWF', '%i', 'Rwandan franc', 0, 1.00000, '', 0, 0.00, 0),
(130, '£', 'SHP', '%i', 'Saint Helenian pound', 0, 1.00000, '', 0, 0.00, 0),
(131, '$', 'SVC', '%i', 'Salvadoran colón', 0, 1.00000, '', 0, 0.00, 0),
(132, 'T ', 'WST', '%i', 'Samoan tala', 0, 1.00000, '', 0, 0.00, 0),
(133, 'Db ', 'STD', '%i', 'São Tomé and Príncipe dobra', 0, 1.00000, '', 0, 0.00, 0),
(134, '﷼', 'SAR', '%i', 'Saudi riyal', 0, 1.00000, '', 0, 0.00, 0),
(135, 'XDR', 'XDR', '%i', 'SDR', 0, 1.00000, '', 0, 0.00, 0),
(136, 'Дин.', 'RSD', '%i', 'Serbian dinar', 0, 1.00000, '', 0, 0.00, 0),
(137, '₨', 'SCR', '%i', 'Seychellois rupee', 0, 1.00000, '', 0, 0.00, 0),
(138, 'Le ', 'SLL', '%i', 'Sierra Leonean leone', 0, 1.00000, '', 0, 0.00, 0),
(139, 'XAG', 'XAG', '%i', 'Silver', 0, 1.00000, '', 0, 0.00, 0),
(140, '$', 'SGD', '%i', 'Singapore dollar', 0, 1.00000, '', 0, 0.00, 0),
(141, 'Sk ', 'SKK', '%i', 'Slovak koruna', 0, 1.00000, '', 0, 0.00, 0),
(142, '$', 'SBD', '%i', 'Solomon Islands dollar', 0, 1.00000, '', 0, 0.00, 0),
(143, 'S', 'SOS', '%i', 'Somali shilling', 0, 1.00000, '', 0, 0.00, 0),
(144, 'R', 'ZAR', '%i', 'South African rand', 0, 1.00000, '', 0, 0.00, 0),
(145, '₩', 'KRW', '%i', 'South Korean won', 0, 1.00000, '', 0, 0.00, 0),
(147, 'SS£ ', 'SSP', '%i', 'South Sudanese pound', 0, 1.00000, '', 0, 0.00, 0),
(146, '₨', 'LKR', '%i', 'Sri Lankan rupee', 0, 1.00000, '', 0, 0.00, 0),
(148, '$', 'SRD', '%i', 'Surinamese dollar', 0, 1.00000, '', 0, 0.00, 0),
(149, 'L ', 'SZL', '%i', 'Swazi lilangeni', 0, 1.00000, '', 0, 0.00, 0),
(150, 'kr', 'SEK', '%i', 'Swedish krona', 0, 1.00000, '', 0, 0.00, 0),
(151, 'CHF', 'CHF', '%i', 'Swiss franc', 0, 1.00000, '', 0, 0.00, 0),
(152, '£', 'SYP', '%i', 'Syrian pound', 0, 1.00000, '', 0, 0.00, 0),
(153, 'ЅМ', 'TJS', '%i', 'Tajikistani somoni', 0, 1.00000, '', 0, 0.00, 0),
(154, 'Sh ', 'TZS', '%i', 'Tanzanian shilling', 0, 1.00000, '', 0, 0.00, 0),
(155, '฿', 'THB', '%i', 'Thai baht', 0, 1.00000, '', 0, 0.00, 0),
(156, 'XXX', 'XXX', '%i', 'The codes as', 0, 1.00000, '', 0, 0.00, 0),
(157, 'T$ ', 'TOP', '%i', 'Tongan paʻanga', 0, 1.00000, '', 0, 0.00, 0),
(158, 'TT$', 'TTD', '%i', 'Trinidad and Tobago dollar', 0, 1.00000, '', 0, 0.00, 0),
(159, 'د.ت', 'TND', '%i', 'Tunisian dinar', 0, 1.00000, '', 0, 0.00, 0),
(160, 'YTL', 'TRY', '%i', 'Turkish new lira', 0, 1.00000, '', 0, 0.00, 0),
(161, 'm ', 'TMM', '%i', 'Turkmenistani manat', 0, 1.00000, '', 0, 0.00, 0),
(162, 'Sh ', 'UGX', '%i', 'Ugandan shilling', 0, 1.00000, '', 0, 0.00, 0),
(163, 'XFU', 'XFU', '%i', 'UIC-Franc', 0, 1.00000, '', 0, 0.00, 0),
(164, '₴', 'UAH', '%i', 'Ukrainian hryvnia', 0, 1.00000, '', 0, 0.00, 0),
(165, 'COU', 'COU', '%i', 'Unidad de Va', 0, 1.00000, '', 0, 0.00, 0),
(166, 'CLF', 'CLF', '%i', 'Unidades de ', 0, 1.00000, '', 0, 0.00, 0),
(167, 'د.إ', 'AED', '%i', 'United Arab Emirates dirham', 0, 1.00000, '', 0, 0.00, 0),
(168, 'UYI', 'UYI', '%i', 'Uruguay Peso', 0, 1.00000, '', 0, 0.00, 0),
(169, '$', 'UYU', '%i', 'Uruguayan peso', 0, 1.00000, '', 0, 0.00, 0),
(170, '$', 'USN', '%i', 'US Dollar (Next Day)', 0, 1.00000, '', 0, 0.00, 0),
(171, '$', 'USS', '%i', 'US Dollar (Second Day)', 0, 1.00000, '', 0, 0.00, 0),
(172, 'лв', 'UZS', '%i', 'Uzbekistani som', 0, 1.00000, '', 0, 0.00, 0),
(173, 'Vt ', 'VUV', '%i', 'Vanuatu vatu', 0, 1.00000, '', 0, 0.00, 0),
(174, 'Bs', 'VEF', '%i', 'Venezuelan bolívar', 0, 1.00000, '', 0, 0.00, 0),
(175, '₫', 'VND', '%i', 'Vietnamese Dong', 0, 1.00000, '', 0, 0.00, 0),
(176, 'Fr ', 'XOF', '%i', 'West African CFA franc', 0, 1.00000, '', 0, 0.00, 0),
(177, '€', 'CHE', '%i', 'WIR Euro', 0, 1.00000, '', 0, 0.00, 0),
(178, 'CHW', 'CHW', '%i', 'WIR Franc', 0, 1.00000, '', 0, 0.00, 0),
(179, '﷼', 'YER', '%i', 'Yemeni rial', 0, 1.00000, '', 0, 0.00, 0),
(180, 'ZK ', 'ZMW', '%i', 'Zambian kwacha', 0, 1.00000, '', 0, 0.00, 0),
(181, 'Z$', 'ZWD', '%i', 'Zimbabwean dollar', 0, 1.00000, '', 0, 0.00, 0),
(182, 'p.', 'BYN', '%i', 'Belarusian ruble', 0, 1.00000, '', 0, 0.00, 0);

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

--
-- Table structure for table `xjmw1_hikashop_discount`
--

CREATE TABLE `xjmw1_hikashop_discount` (
  `discount_id` int(10) UNSIGNED NOT NULL,
  `discount_type` varchar(255) NOT NULL DEFAULT 'discount',
  `discount_start` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `discount_end` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `discount_flat_amount` decimal(17,5) NOT NULL DEFAULT 0.00000,
  `discount_percent_amount` decimal(12,3) NOT NULL DEFAULT 0.000,
  `discount_minimum_order` decimal(17,5) NOT NULL DEFAULT 0.00000,
  `discount_quota` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `discount_used_times` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `discount_code` varchar(255) NOT NULL DEFAULT '',
  `discount_published` tinyint(4) NOT NULL DEFAULT 0,
  `discount_product_id` varchar(255) NOT NULL DEFAULT '',
  `discount_category_id` varchar(255) NOT NULL DEFAULT '',
  `discount_zone_id` varchar(255) NOT NULL DEFAULT '',
  `discount_currency_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `discount_category_childs` tinyint(4) NOT NULL DEFAULT 0,
  `discount_auto_load` tinyint(3) UNSIGNED DEFAULT 0,
  `discount_access` varchar(255) NOT NULL DEFAULT 'all',
  `discount_tax_id` int(10) UNSIGNED DEFAULT 0,
  `discount_minimum_products` int(10) UNSIGNED DEFAULT 0,
  `discount_quota_per_user` int(10) UNSIGNED DEFAULT 0,
  `discount_coupon_nodoubling` tinyint(4) DEFAULT NULL,
  `discount_coupon_product_only` tinyint(4) DEFAULT NULL,
  `discount_affiliate` int(10) NOT NULL DEFAULT 0,
  `discount_site_id` varchar(255) DEFAULT '',
  `discount_user_id` varchar(255) NOT NULL DEFAULT '',
  `discount_tax` tinyint(3) UNSIGNED DEFAULT 0,
  `discount_shipping_percent` decimal(12,3) NOT NULL DEFAULT 0.000
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `xjmw1_hikashop_download`
--

CREATE TABLE `xjmw1_hikashop_download` (
  `file_id` int(10) UNSIGNED NOT NULL,
  `order_id` int(10) UNSIGNED NOT NULL,
  `file_pos` int(10) NOT NULL DEFAULT 1,
  `download_number` int(11) NOT NULL DEFAULT 1
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `xjmw1_hikashop_entry`
--

CREATE TABLE `xjmw1_hikashop_entry` (
  `entry_id` int(10) UNSIGNED NOT NULL,
  `order_id` int(10) UNSIGNED NOT NULL,
  `saturday` text DEFAULT NULL,
  `sunday` text DEFAULT NULL,
  `name` text DEFAULT NULL,
  `email` text DEFAULT NULL,
  `conference1onsaturday10h12h` text DEFAULT NULL,
  `conference2onsaturday14h16h` text DEFAULT NULL,
  `conference1onsunday10h12h` text DEFAULT NULL,
  `conference2onsunday14h16h` text DEFAULT NULL,
  `lunchboxonsunday` text DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `xjmw1_hikashop_field`
--

CREATE TABLE `xjmw1_hikashop_field` (
  `field_id` smallint(5) UNSIGNED NOT NULL,
  `field_table` varchar(50) DEFAULT NULL,
  `field_realname` varchar(250) NOT NULL,
  `field_namekey` varchar(50) NOT NULL,
  `field_type` varchar(50) DEFAULT NULL,
  `field_value` longtext NOT NULL,
  `field_published` tinyint(3) UNSIGNED NOT NULL DEFAULT 1,
  `field_ordering` smallint(5) UNSIGNED DEFAULT 99,
  `field_options` text DEFAULT NULL,
  `field_core` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `field_required` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `field_default` varchar(250) DEFAULT NULL,
  `field_access` varchar(255) NOT NULL DEFAULT 'all',
  `field_categories` text DEFAULT NULL,
  `field_with_sub_categories` tinyint(1) NOT NULL DEFAULT 0,
  `field_products` text DEFAULT NULL,
  `field_address_type` varchar(50) DEFAULT '',
  `field_frontcomp` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `field_backend` tinyint(3) UNSIGNED NOT NULL DEFAULT 1,
  `field_backend_listing` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `field_display` text DEFAULT NULL,
  `field_shipping_id` varchar(255) NOT NULL DEFAULT '',
  `field_payment_id` varchar(255) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `xjmw1_hikashop_field`
--

INSERT INTO `xjmw1_hikashop_field` (`field_id`, `field_table`, `field_realname`, `field_namekey`, `field_type`, `field_value`, `field_published`, `field_ordering`, `field_options`, `field_core`, `field_required`, `field_default`, `field_access`, `field_categories`, `field_with_sub_categories`, `field_products`, `field_address_type`, `field_frontcomp`, `field_backend`, `field_backend_listing`, `field_display`, `field_shipping_id`, `field_payment_id`) VALUES
(1, 'address', 'Title', 'address_title', 'singledropdown', 'Mr::HIKA_TITLE_MR\nMrs::HIKA_TITLE_MRS\nMiss::HIKA_TITLE_MISS\nMs::HIKA_TITLE_MS\nDr::HIKA_TITLE_DR', 1, 1, 'a:5:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";}', 1, 1, '', 'all', NULL, 0, NULL, '', 1, 1, 0, NULL, '', ''),
(2, 'address', 'Firstname', 'address_firstname', 'text', '', 1, 2, 'a:5:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";}', 1, 1, '', 'all', NULL, 0, NULL, '', 1, 1, 0, NULL, '', ''),
(3, 'address', 'Middle name', 'address_middle_name', 'text', '', 0, 3, 'a:5:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";}', 1, 0, '', 'all', NULL, 0, NULL, '', 1, 1, 0, NULL, '', ''),
(4, 'address', 'Lastname', 'address_lastname', 'text', '', 1, 4, 'a:5:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";}', 1, 1, '', 'all', NULL, 0, NULL, '', 1, 1, 0, NULL, '', ''),
(5, 'address', 'Company', 'address_company', 'text', '', 0, 5, 'a:5:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";}', 1, 0, '', 'all', NULL, 0, NULL, '', 1, 1, 0, NULL, '', ''),
(6, 'address', 'Street', 'address_street', 'text', '', 1, 6, 'a:5:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";}', 1, 1, '', 'all', NULL, 0, NULL, '', 1, 1, 0, NULL, '', ''),
(7, 'address', 'Complement', 'address_street2', 'text', '', 0, 7, 'a:5:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";}', 1, 0, '', 'all', NULL, 0, NULL, '', 1, 1, 0, NULL, '', ''),
(8, 'address', 'Post code', 'address_post_code', 'text', '', 1, 8, 'a:5:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";}', 1, 0, '', 'all', NULL, 0, NULL, '', 1, 1, 0, NULL, '', ''),
(9, 'address', 'City', 'address_city', 'text', '', 1, 9, 'a:5:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";}', 1, 1, '', 'all', NULL, 0, NULL, '', 1, 1, 0, NULL, '', ''),
(10, 'address', 'Telephone', 'address_telephone', 'text', '', 1, 10, 'a:5:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";}', 1, 1, '', 'all', NULL, 0, NULL, '', 1, 1, 0, NULL, '', ''),
(11, 'address', 'Telephone', 'address_telephone2', 'text', '', 0, 11, 'a:5:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";}', 1, 0, '', 'all', NULL, 0, NULL, '', 1, 1, 0, NULL, '', ''),
(12, 'address', 'Fax', 'address_fax', 'text', '', 0, 12, 'a:5:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";}', 1, 0, '', 'all', NULL, 0, NULL, '', 1, 1, 0, NULL, '', ''),
(13, 'address', 'Country', 'address_country', 'zone', '', 1, 13, 'a:6:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"zone_type\";s:7:\"country\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";}', 1, 1, 'country_Romania_175', 'all', NULL, 0, NULL, '', 1, 1, 0, NULL, '', ''),
(14, 'address', 'State', 'address_state', 'zone', '', 1, 14, 'a:6:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"zone_type\";s:5:\"state\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";}', 1, 1, '', 'all', NULL, 0, NULL, '', 1, 1, 0, NULL, '', ''),
(15, 'address', 'VAT number', 'address_vat', 'text', '', 0, 15, 'a:6:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"zone_type\";s:7:\"country\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";}', 1, 0, '', 'all', NULL, 0, NULL, '', 1, 1, 0, NULL, '', ''),
(16, 'plg.hikamarket.vendor', 'Company', 'vendor_address_company', 'text', '', 1, 31, 'a:13:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:9:\"filtering\";s:1:\"1\";s:9:\"maxlength\";s:1:\"0\";s:4:\"rows\";s:0:\"\";s:9:\"zone_type\";s:7:\"country\";s:12:\"pleaseselect\";s:1:\"0\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";s:5:\"allow\";s:0:\"\";s:8:\"readonly\";s:1:\"0\";s:24:\"market_vendorselect_type\";s:1:\"0\";s:15:\"limit_to_parent\";s:0:\"\";}', 1, 0, '', 'all', 'all', 0, NULL, '', 1, 1, 0, ';vendor_page=1;vendor_registration=1;vendor_listing=0;vendor_select=0;', '', ''),
(17, 'plg.hikamarket.vendor', 'Street', 'vendor_address_street', 'text', '', 1, 33, 'a:13:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:9:\"filtering\";s:1:\"1\";s:9:\"maxlength\";s:1:\"0\";s:4:\"rows\";s:0:\"\";s:9:\"zone_type\";s:7:\"country\";s:12:\"pleaseselect\";s:1:\"0\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";s:5:\"allow\";s:0:\"\";s:8:\"readonly\";s:1:\"0\";s:24:\"market_vendorselect_type\";s:1:\"0\";s:15:\"limit_to_parent\";s:0:\"\";}', 1, 1, '', 'all', 'all', 0, NULL, '', 1, 1, 0, ';vendor_page=1;vendor_registration=1;vendor_listing=0;vendor_select=0;', '', ''),
(18, 'plg.hikamarket.vendor', 'Complement', 'vendor_address_street2', 'text', '', 0, 35, 'a:5:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";}', 1, 0, '', 'all', 'all', 0, NULL, '', 1, 1, 0, ';vendor_page=0;vendor_registration=0;vendor_listing=0;vendor_select=0;', '', ''),
(19, 'plg.hikamarket.vendor', 'Post code', 'vendor_address_post_code', 'text', '', 1, 37, 'a:13:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:9:\"filtering\";s:1:\"1\";s:9:\"maxlength\";s:1:\"0\";s:4:\"rows\";s:0:\"\";s:9:\"zone_type\";s:7:\"country\";s:12:\"pleaseselect\";s:1:\"0\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";s:5:\"allow\";s:0:\"\";s:8:\"readonly\";s:1:\"0\";s:24:\"market_vendorselect_type\";s:1:\"0\";s:15:\"limit_to_parent\";s:0:\"\";}', 1, 0, '', 'all', 'all', 0, NULL, '', 1, 1, 0, ';vendor_page=0;vendor_registration=0;vendor_listing=0;vendor_select=0;', '', ''),
(20, 'plg.hikamarket.vendor', 'City', 'vendor_address_city', 'text', '', 1, 39, 'a:13:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:9:\"filtering\";s:1:\"1\";s:9:\"maxlength\";s:1:\"0\";s:4:\"rows\";s:0:\"\";s:9:\"zone_type\";s:7:\"country\";s:12:\"pleaseselect\";s:1:\"0\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";s:5:\"allow\";s:0:\"\";s:8:\"readonly\";s:1:\"0\";s:24:\"market_vendorselect_type\";s:1:\"0\";s:15:\"limit_to_parent\";s:0:\"\";}', 1, 1, '', 'all', 'all', 0, NULL, '', 1, 1, 0, ';vendor_page=1;vendor_registration=1;vendor_listing=0;vendor_select=0;', '', ''),
(21, 'plg.hikamarket.vendor', 'Telephone', 'vendor_address_telephone', 'text', '', 1, 41, 'a:5:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";}', 1, 1, '', 'all', 'all', 0, NULL, '', 1, 1, 0, ';vendor_page=0;vendor_registration=0;vendor_listing=0;vendor_select=0;', '', ''),
(22, 'plg.hikamarket.vendor', 'Fax', 'vendor_address_fax', 'text', '', 0, 44, 'a:5:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";}', 1, 0, '', 'all', 'all', 0, NULL, '', 1, 1, 0, ';vendor_page=0;vendor_registration=0;vendor_listing=0;vendor_select=0;', '', ''),
(23, 'plg.hikamarket.vendor', 'State', 'vendor_address_state', 'zone', '', 1, 47, 'a:13:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:9:\"filtering\";s:1:\"1\";s:9:\"maxlength\";s:1:\"0\";s:4:\"rows\";s:0:\"\";s:9:\"zone_type\";s:5:\"state\";s:12:\"pleaseselect\";s:1:\"0\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";s:5:\"allow\";s:0:\"\";s:8:\"readonly\";s:1:\"0\";s:24:\"market_vendorselect_type\";s:1:\"0\";s:15:\"limit_to_parent\";s:0:\"\";}', 1, 1, 'state_Rh__ne_1375', 'all', 'all', 0, NULL, '', 1, 1, 0, ';vendor_page=1;vendor_registration=1;vendor_listing=0;vendor_select=0;', '', ''),
(24, 'plg.hikamarket.vendor', 'Country', 'vendor_address_country', 'zone', '', 1, 46, 'a:13:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:9:\"filtering\";s:1:\"1\";s:9:\"maxlength\";s:1:\"0\";s:4:\"rows\";s:0:\"\";s:9:\"zone_type\";s:7:\"country\";s:12:\"pleaseselect\";s:1:\"0\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";s:5:\"allow\";s:0:\"\";s:8:\"readonly\";s:1:\"0\";s:24:\"market_vendorselect_type\";s:1:\"0\";s:15:\"limit_to_parent\";s:0:\"\";}', 1, 1, 'country_France_73', 'all', 'all', 0, NULL, '', 1, 1, 0, ';vendor_page=1;vendor_registration=1;vendor_listing=0;vendor_select=0;', '', ''),
(25, 'plg.hikamarket.vendor', 'VAT number', 'vendor_address_vat', 'text', '', 1, 49, 'a:6:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"zone_type\";s:7:\"country\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";}', 1, 0, '', 'all', 'all', 0, NULL, '', 1, 1, 0, ';vendor_page=0;vendor_registration=0;vendor_listing=0;vendor_select=0;', '', ''),
(26, 'entry', 'Saturday', 'saturday', 'singledropdown', 'Please select::Please select::0\n0::No::0\n1::Yes::0', 1, 15, 'a:15:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:9:\"filtering\";s:1:\"1\";s:9:\"maxlength\";s:1:\"0\";s:4:\"rows\";s:0:\"\";s:9:\"zone_type\";s:7:\"country\";s:12:\"pleaseselect\";s:1:\"0\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";s:5:\"allow\";s:0:\"\";s:8:\"readonly\";s:1:\"0\";s:24:\"market_vendorselect_type\";s:1:\"0\";s:15:\"limit_to_parent\";s:0:\"\";s:10:\"product_id\";s:3:\"119\";s:13:\"product_value\";s:1:\"1\";}', 0, 1, 'Please select', 'all', 'all', 0, NULL, '', 1, 1, 1, ';vendor_order_show=0;vendor_order_edit=0;', '', ''),
(27, 'entry', 'Sunday', 'sunday', 'singledropdown', 'Please select::Please select::0\n0::No::0\n1::Yes::0', 1, 22, 'a:15:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:9:\"filtering\";s:1:\"1\";s:9:\"maxlength\";s:1:\"0\";s:4:\"rows\";s:0:\"\";s:9:\"zone_type\";s:7:\"country\";s:12:\"pleaseselect\";s:1:\"0\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";s:5:\"allow\";s:0:\"\";s:8:\"readonly\";s:1:\"0\";s:24:\"market_vendorselect_type\";s:1:\"0\";s:15:\"limit_to_parent\";s:0:\"\";s:10:\"product_id\";s:3:\"120\";s:13:\"product_value\";s:1:\"1\";}', 0, 1, 'Please select', 'all', 'all', 0, NULL, '', 1, 1, 1, ';vendor_order_show=0;vendor_order_edit=0;', '', ''),
(28, 'entry', 'Name', 'name', 'text', '', 1, 3, 'a:15:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:9:\"filtering\";s:1:\"1\";s:9:\"maxlength\";s:1:\"0\";s:4:\"rows\";s:0:\"\";s:9:\"zone_type\";s:7:\"country\";s:12:\"pleaseselect\";s:1:\"0\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";s:5:\"allow\";s:0:\"\";s:8:\"readonly\";s:1:\"0\";s:24:\"market_vendorselect_type\";s:1:\"0\";s:15:\"limit_to_parent\";s:0:\"\";s:10:\"product_id\";s:0:\"\";s:13:\"product_value\";s:0:\"\";}', 0, 1, 'Name', 'all', 'all', 0, NULL, '', 1, 1, 1, ';vendor_order_show=0;vendor_order_edit=0;', '', ''),
(29, 'entry', 'E-mail', 'email', 'text', '', 1, 13, 'a:12:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:9:\"filtering\";s:1:\"1\";s:9:\"maxlength\";s:1:\"0\";s:4:\"rows\";s:0:\"\";s:9:\"zone_type\";s:7:\"country\";s:12:\"pleaseselect\";s:1:\"0\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";s:5:\"allow\";s:0:\"\";s:8:\"readonly\";s:1:\"0\";s:24:\"market_vendorselect_type\";s:1:\"0\";}', 0, 0, 'E-mail', 'all', 'all', 0, NULL, '', 1, 1, 1, '', '', ''),
(30, 'entry', 'Conference 1 on Saturday (10h-12h)', 'conference1onsaturday10h12h', 'singledropdown', '::Please select::0\nBackup::Backup::0\nSecurity::Security::0\nNewsletters::Newsletters::0', 1, 18, 'a:16:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:9:\"filtering\";s:1:\"1\";s:9:\"maxlength\";s:1:\"0\";s:4:\"rows\";s:0:\"\";s:9:\"zone_type\";s:7:\"country\";s:12:\"pleaseselect\";s:1:\"0\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";s:5:\"allow\";s:0:\"\";s:8:\"readonly\";s:1:\"0\";s:24:\"market_vendorselect_type\";s:1:\"0\";s:15:\"limit_to_parent\";s:8:\"saturday\";s:12:\"parent_value\";s:1:\"1\";s:10:\"product_id\";s:0:\"\";s:13:\"product_value\";s:0:\"\";}', 0, 1, 'Please select', 'all', 'all', 0, NULL, '', 1, 1, 1, ';vendor_order_show=0;vendor_order_edit=0;', '', ''),
(31, 'entry', 'Conference 2 on Saturday (14h-16h)', 'conference2onsaturday14h16h', 'singledropdown', 'Please select::Please select::0\nACL::ACL::0\nEvents::Events::0\nForum::Forum::0', 1, 20, 'a:16:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:9:\"filtering\";s:1:\"1\";s:9:\"maxlength\";s:1:\"0\";s:4:\"rows\";s:0:\"\";s:9:\"zone_type\";s:7:\"country\";s:12:\"pleaseselect\";s:1:\"0\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";s:5:\"allow\";s:0:\"\";s:8:\"readonly\";s:1:\"0\";s:24:\"market_vendorselect_type\";s:1:\"0\";s:15:\"limit_to_parent\";s:8:\"saturday\";s:12:\"parent_value\";s:1:\"1\";s:10:\"product_id\";s:0:\"\";s:13:\"product_value\";s:13:\"Please select\";}', 0, 1, 'Please select', 'all', 'all', 0, NULL, '', 1, 1, 1, ';vendor_order_show=0;vendor_order_edit=0;', '', ''),
(32, 'entry', 'Conference 1 on Sunday (10h-12h)', 'conference1onsunday10h12h', 'singledropdown', 'Please select::Please select::0\nTemplates::Templates::0\nJoomla 3.x::Joomla 3.x::0\nE-commerce::E-commerce::0', 1, 23, 'a:16:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:9:\"filtering\";s:1:\"1\";s:9:\"maxlength\";s:1:\"0\";s:4:\"rows\";s:0:\"\";s:9:\"zone_type\";s:7:\"country\";s:12:\"pleaseselect\";s:1:\"0\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";s:5:\"allow\";s:0:\"\";s:8:\"readonly\";s:1:\"0\";s:24:\"market_vendorselect_type\";s:1:\"0\";s:15:\"limit_to_parent\";s:6:\"sunday\";s:12:\"parent_value\";s:1:\"1\";s:10:\"product_id\";s:0:\"\";s:13:\"product_value\";s:13:\"Please select\";}', 0, 1, 'Please select', 'all', 'all', 0, NULL, '', 1, 1, 1, ';vendor_order_show=0;vendor_order_edit=0;', '', ''),
(33, 'entry', 'Conference 2 on Sunday (14h-16h)', 'conference2onsunday14h16h', 'singledropdown', 'Please select::Please select::0\nSEF::SEF::0\nCCK::CCK::0\nCommunities::Communities::0', 1, 27, 'a:16:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:9:\"filtering\";s:1:\"1\";s:9:\"maxlength\";s:1:\"0\";s:4:\"rows\";s:0:\"\";s:9:\"zone_type\";s:7:\"country\";s:12:\"pleaseselect\";s:1:\"0\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";s:5:\"allow\";s:0:\"\";s:8:\"readonly\";s:1:\"0\";s:24:\"market_vendorselect_type\";s:1:\"0\";s:15:\"limit_to_parent\";s:6:\"sunday\";s:12:\"parent_value\";s:1:\"1\";s:10:\"product_id\";s:0:\"\";s:13:\"product_value\";s:13:\"Please select\";}', 0, 1, 'Please select', 'all', 'all', 0, NULL, '', 1, 1, 1, ';vendor_order_show=0;vendor_order_edit=0;', '', ''),
(34, 'entry', 'Lunch box on Sunday', 'lunchboxonsunday', 'singledropdown', 'Please select::Please select::0\n0::No::0\n1::Yes::0', 1, 25, 'a:16:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:9:\"filtering\";s:1:\"1\";s:9:\"maxlength\";s:1:\"0\";s:4:\"rows\";s:0:\"\";s:9:\"zone_type\";s:7:\"country\";s:12:\"pleaseselect\";s:1:\"0\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";s:5:\"allow\";s:0:\"\";s:8:\"readonly\";s:1:\"0\";s:24:\"market_vendorselect_type\";s:1:\"0\";s:15:\"limit_to_parent\";s:6:\"sunday\";s:12:\"parent_value\";s:1:\"1\";s:10:\"product_id\";s:3:\"121\";s:13:\"product_value\";s:1:\"1\";}', 0, 1, 'Please select', 'all', 'all', 0, NULL, '', 1, 1, 1, ';vendor_order_show=0;vendor_order_edit=0;', '', ''),
(35, 'order', 'Comment', 'comment', 'textarea', '', 1, 7, 'a:12:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:9:\"filtering\";s:1:\"1\";s:9:\"maxlength\";s:1:\"0\";s:4:\"rows\";s:0:\"\";s:9:\"zone_type\";s:7:\"country\";s:12:\"pleaseselect\";s:1:\"0\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";s:5:\"allow\";s:0:\"\";s:8:\"readonly\";s:1:\"0\";s:24:\"market_vendorselect_type\";s:1:\"0\";}', 0, 0, 'Let your message to the delivery man.', 'all', 'all', 0, NULL, '', 1, 1, 1, '', '', ''),
(36, 'order', 'Delivery date', 'deliverydate', 'plg.datepickerfield', '', 1, 11, 'a:13:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:9:\"filtering\";s:1:\"1\";s:9:\"maxlength\";s:1:\"0\";s:4:\"rows\";s:0:\"\";s:9:\"zone_type\";s:7:\"country\";s:12:\"pleaseselect\";s:1:\"0\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:8:\"%Y-%m-%d\";s:5:\"allow\";s:6:\"future\";s:8:\"readonly\";s:1:\"0\";s:24:\"market_vendorselect_type\";s:1:\"0\";s:15:\"limit_to_parent\";s:0:\"\";}', 0, 0, '', 'all', 'all', 0, NULL, '', 1, 1, 1, ';vendor_order_show=0;vendor_order_invoice=0;vendor_order_edit=0;', '', ''),
(37, 'product', 'Screen size', 'screensize', 'singledropdown', '13::13::0\n15.6::15.6::0\n17::17::0', 1, 5, 'a:12:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:9:\"filtering\";s:1:\"1\";s:9:\"maxlength\";s:1:\"0\";s:4:\"rows\";s:0:\"\";s:9:\"zone_type\";s:7:\"country\";s:12:\"pleaseselect\";s:1:\"0\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";s:5:\"allow\";s:0:\"\";s:8:\"readonly\";s:1:\"0\";s:24:\"market_vendorselect_type\";s:1:\"0\";}', 0, 0, '13', 'all', ',19,', 0, NULL, '', 1, 1, 1, '', '', ''),
(38, 'product', 'OS', 'os', 'singledropdown', 'Windows::Windows::0\niOS::iOS::0', 1, 14, 'a:13:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:9:\"filtering\";s:1:\"1\";s:9:\"maxlength\";s:1:\"0\";s:4:\"rows\";s:0:\"\";s:9:\"zone_type\";s:7:\"country\";s:12:\"pleaseselect\";s:1:\"0\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";s:5:\"allow\";s:0:\"\";s:8:\"readonly\";s:1:\"0\";s:24:\"market_vendorselect_type\";s:1:\"0\";s:15:\"limit_to_parent\";s:0:\"\";}', 0, 0, 'Windows', 'all', ',19,', 0, NULL, '', 1, 1, 1, ';vendor_product_edit=0;vendor_product_listing=0;', '', ''),
(39, 'product', 'Bluetooth', 'bluetooth', 'checkbox', 'Yes::Yes::0\nNo::No::0', 1, 16, 'a:13:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:9:\"filtering\";s:1:\"1\";s:9:\"maxlength\";s:1:\"0\";s:4:\"rows\";s:0:\"\";s:9:\"zone_type\";s:7:\"country\";s:12:\"pleaseselect\";s:1:\"0\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";s:5:\"allow\";s:0:\"\";s:8:\"readonly\";s:1:\"0\";s:24:\"market_vendorselect_type\";s:1:\"0\";s:15:\"limit_to_parent\";s:0:\"\";}', 0, 0, 'Yes', 'all', ',19,', 0, NULL, '', 1, 1, 1, ';vendor_product_edit=0;vendor_product_listing=0;', '', ''),
(40, 'product', 'RAM', 'ram', 'text', '', 1, 17, 'a:13:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:9:\"filtering\";s:1:\"1\";s:9:\"maxlength\";s:1:\"0\";s:4:\"rows\";s:0:\"\";s:9:\"zone_type\";s:7:\"country\";s:12:\"pleaseselect\";s:1:\"0\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";s:5:\"allow\";s:0:\"\";s:8:\"readonly\";s:1:\"0\";s:24:\"market_vendorselect_type\";s:1:\"0\";s:15:\"limit_to_parent\";s:0:\"\";}', 0, 0, '', 'all', ',19,', 0, NULL, '', 1, 1, 1, ';vendor_product_edit=0;vendor_product_listing=0;', '', ''),
(41, 'item', 'Gift Message', 'gift_message', 'textarea', '', 1, 1, 'a:12:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:2:\"30\";s:9:\"filtering\";s:1:\"1\";s:9:\"maxlength\";s:3:\"100\";s:4:\"rows\";s:1:\"3\";s:9:\"zone_type\";s:7:\"country\";s:12:\"pleaseselect\";s:1:\"0\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";s:5:\"allow\";s:0:\"\";s:8:\"readonly\";s:1:\"0\";s:24:\"market_vendorselect_type\";s:1:\"0\";}', 0, 0, '', 'all', ',36,', 0, NULL, '', 1, 1, 0, ';vendor_order_show=0;vendor_order_edit=0;vendor_order_invoice=0;vendor_order_shipping_invoice=0;', '', ''),
(42, 'product', 'Public', 'public', 'singledropdown', 'Adults::Adults::0\nTeenagers::Teenagers::0\nKids::Kids::0', 1, 19, 'a:13:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:9:\"filtering\";s:1:\"1\";s:9:\"maxlength\";s:1:\"0\";s:4:\"rows\";s:0:\"\";s:9:\"zone_type\";s:7:\"country\";s:12:\"pleaseselect\";s:1:\"0\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";s:5:\"allow\";s:0:\"\";s:8:\"readonly\";s:1:\"0\";s:24:\"market_vendorselect_type\";s:1:\"0\";s:15:\"limit_to_parent\";s:0:\"\";}', 0, 0, 'Adults', 'all', ',26,', 1, NULL, '', 1, 1, 1, ';vendor_product_edit=0;vendor_product_listing=0;', '', ''),
(43, 'product', 'Genre', 'genre', 'text', '', 1, 21, 'a:12:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:9:\"filtering\";s:1:\"1\";s:9:\"maxlength\";s:1:\"0\";s:4:\"rows\";s:0:\"\";s:9:\"zone_type\";s:7:\"country\";s:12:\"pleaseselect\";s:1:\"0\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";s:5:\"allow\";s:0:\"\";s:8:\"readonly\";s:1:\"0\";s:24:\"market_vendorselect_type\";s:1:\"0\";}', 0, 0, 'Litterature', 'all', ',26,', 1, NULL, '', 1, 1, 1, '', '', ''),
(44, 'item', 'Donation', 'amount', 'text', '', 1, 2, 'a:13:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:9:\"filtering\";s:1:\"1\";s:9:\"maxlength\";s:1:\"0\";s:4:\"rows\";s:0:\"\";s:9:\"zone_type\";s:7:\"country\";s:12:\"pleaseselect\";s:1:\"0\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";s:5:\"allow\";s:0:\"\";s:8:\"readonly\";s:1:\"0\";s:24:\"market_vendorselect_type\";s:1:\"0\";s:15:\"limit_to_parent\";s:0:\"\";}', 0, 0, '', 'all', ',38,', 1, NULL, '', 1, 1, 1, ';vendor_order_show=0;vendor_order_edit=0;vendor_order_invoice=0;vendor_order_shipping_invoice=0;', '', ''),
(46, 'item', 'You are', 'sexe', 'radio', 'a woman::a woman::0\na man::a man::0', 1, 3, 'a:13:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:9:\"filtering\";s:1:\"1\";s:9:\"maxlength\";s:1:\"0\";s:4:\"rows\";s:0:\"\";s:9:\"zone_type\";s:7:\"country\";s:12:\"pleaseselect\";s:1:\"0\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";s:5:\"allow\";s:0:\"\";s:8:\"readonly\";s:1:\"0\";s:24:\"market_vendorselect_type\";s:1:\"0\";s:15:\"limit_to_parent\";s:0:\"\";}', 0, 1, 'a woman', 'all', ',40,', 1, NULL, '', 1, 1, 1, ';vendor_order_show=0;vendor_order_edit=0;vendor_order_invoice=0;vendor_order_shipping_invoice=0;', '', ''),
(47, 'item', 'Your name is', 'yourname', 'text', '', 1, 4, 'a:13:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:9:\"filtering\";s:1:\"1\";s:9:\"maxlength\";s:1:\"0\";s:4:\"rows\";s:0:\"\";s:9:\"zone_type\";s:7:\"country\";s:12:\"pleaseselect\";s:1:\"0\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";s:5:\"allow\";s:0:\"\";s:8:\"readonly\";s:1:\"0\";s:24:\"market_vendorselect_type\";s:1:\"0\";s:15:\"limit_to_parent\";s:0:\"\";}', 0, 1, 'Name', 'all', ',40,', 0, NULL, '', 1, 1, 1, ';vendor_order_show=0;vendor_order_edit=0;vendor_order_invoice=0;vendor_order_shipping_invoice=0;', '', ''),
(51, 'item', 'You like SPORT', 'youlikesport', 'radio', 'Yes::Yes::0\nNo::No::0', 1, 5, 'a:13:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:9:\"filtering\";s:1:\"1\";s:9:\"maxlength\";s:1:\"0\";s:4:\"rows\";s:0:\"\";s:9:\"zone_type\";s:7:\"country\";s:12:\"pleaseselect\";s:1:\"0\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";s:5:\"allow\";s:0:\"\";s:8:\"readonly\";s:1:\"0\";s:24:\"market_vendorselect_type\";s:1:\"0\";s:15:\"limit_to_parent\";s:0:\"\";}', 0, 1, 'No', 'all', ',40,', 1, NULL, '', 1, 1, 1, ';vendor_order_show=0;vendor_order_edit=0;vendor_order_invoice=0;vendor_order_shipping_invoice=0;', '', ''),
(49, 'item', 'Your favorite sport', 'favoritesport', 'checkbox', 'Badminton::Badminton::0\nSquash::Squash::0\nJorkyball::Jorkyball::0', 1, 6, 'a:14:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:9:\"filtering\";s:1:\"1\";s:9:\"maxlength\";s:1:\"0\";s:4:\"rows\";s:0:\"\";s:9:\"zone_type\";s:7:\"country\";s:12:\"pleaseselect\";s:1:\"0\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";s:5:\"allow\";s:0:\"\";s:8:\"readonly\";s:1:\"0\";s:24:\"market_vendorselect_type\";s:1:\"0\";s:15:\"limit_to_parent\";s:12:\"youlikesport\";s:12:\"parent_value\";s:3:\"Yes\";}', 0, 1, 'Badminton', 'all', ',40,', 1, NULL, '', 1, 1, 1, ';vendor_order_show=0;vendor_order_edit=0;vendor_order_invoice=0;vendor_order_shipping_invoice=0;', '', ''),
(52, 'item', 'You like FITNESS', 'youlikefitness', 'radio', 'Yes::Yes::0\nNo::No::0', 1, 7, 'a:13:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:9:\"filtering\";s:1:\"1\";s:9:\"maxlength\";s:1:\"0\";s:4:\"rows\";s:0:\"\";s:9:\"zone_type\";s:7:\"country\";s:12:\"pleaseselect\";s:1:\"0\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";s:5:\"allow\";s:0:\"\";s:8:\"readonly\";s:1:\"0\";s:24:\"market_vendorselect_type\";s:1:\"0\";s:15:\"limit_to_parent\";s:0:\"\";}', 0, 1, 'No', 'all', ',40,', 1, NULL, '', 1, 1, 1, ';vendor_order_show=0;vendor_order_edit=0;vendor_order_invoice=0;vendor_order_shipping_invoice=0;', '', ''),
(50, 'item', 'Your favorite fitness activities', 'favoritefitness', 'checkbox', 'Gym::Gym::0\nZumba::Zumba::0\nDance::Dance::0', 1, 8, 'a:14:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:9:\"filtering\";s:1:\"1\";s:9:\"maxlength\";s:1:\"0\";s:4:\"rows\";s:0:\"\";s:9:\"zone_type\";s:7:\"country\";s:12:\"pleaseselect\";s:1:\"0\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";s:5:\"allow\";s:0:\"\";s:8:\"readonly\";s:1:\"0\";s:24:\"market_vendorselect_type\";s:1:\"0\";s:15:\"limit_to_parent\";s:14:\"youlikefitness\";s:12:\"parent_value\";s:3:\"Yes\";}', 0, 1, 'Gym', 'all', ',40,', 1, NULL, '', 1, 1, 1, ';vendor_order_show=0;vendor_order_edit=0;vendor_order_invoice=0;vendor_order_shipping_invoice=0;', '', ''),
(53, 'item', 'You like SPA', 'spa', 'radio', 'Yes::Yes::0\nNo::No::0', 1, 9, 'a:13:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:9:\"filtering\";s:1:\"1\";s:9:\"maxlength\";s:1:\"0\";s:4:\"rows\";s:0:\"\";s:9:\"zone_type\";s:7:\"country\";s:12:\"pleaseselect\";s:1:\"0\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";s:5:\"allow\";s:0:\"\";s:8:\"readonly\";s:1:\"0\";s:24:\"market_vendorselect_type\";s:1:\"0\";s:15:\"limit_to_parent\";s:0:\"\";}', 0, 1, 'No', 'all', ',40,', 1, NULL, '', 1, 1, 1, ';vendor_order_show=0;vendor_order_edit=0;vendor_order_invoice=0;vendor_order_shipping_invoice=0;', '', ''),
(55, 'item', 'SPA information', 'customtext_202_14_27_55', 'customtext', '', 1, 10, 'a:15:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:9:\"filtering\";s:1:\"1\";s:9:\"maxlength\";s:1:\"0\";s:4:\"rows\";s:0:\"\";s:9:\"zone_type\";s:7:\"country\";s:12:\"pleaseselect\";s:1:\"0\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";s:5:\"allow\";s:0:\"\";s:8:\"readonly\";s:1:\"0\";s:24:\"market_vendorselect_type\";s:1:\"0\";s:15:\"limit_to_parent\";s:3:\"spa\";s:12:\"parent_value\";s:3:\"Yes\";s:10:\"customtext\";s:236:\"Our SPA center is the perfect place for relaxation ! You will have access to :\r\n<br/><br/>\r\n<ul>\r\n<li>POOL (8h-19h)</li>\r\n<li>SAUNA (9h-12h)</li>\r\n<li>THALASSO (14h-18h)</li>\r\n<li>MASSAGES & BEAUTY CARE (by appointment only)</li>\r\n</ul>\";}', 0, 0, '', 'all', ',40,', 1, NULL, '', 1, 1, 1, ';vendor_order_show=0;vendor_order_edit=0;vendor_order_invoice=0;vendor_order_shipping_invoice=0;', '', ''),
(56, 'item', 'Start your subscription', 'subscription_date', 'radio', 'Now::Now::0\nLater::Later::0', 1, 11, 'a:13:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:9:\"filtering\";s:1:\"1\";s:9:\"maxlength\";s:1:\"0\";s:4:\"rows\";s:0:\"\";s:9:\"zone_type\";s:7:\"country\";s:12:\"pleaseselect\";s:1:\"0\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:0:\"\";s:5:\"allow\";s:0:\"\";s:8:\"readonly\";s:1:\"0\";s:24:\"market_vendorselect_type\";s:1:\"0\";s:15:\"limit_to_parent\";s:0:\"\";}', 0, 1, 'Now', 'all', ',40,', 1, NULL, '', 1, 1, 1, ';vendor_order_show=0;vendor_order_edit=0;vendor_order_invoice=0;vendor_order_shipping_invoice=0;', '', ''),
(57, 'item', 'Choose a date', 'subscription_date2', 'plg.datepickerfield', '', 1, 12, 'a:14:{s:12:\"errormessage\";s:0:\"\";s:4:\"cols\";s:0:\"\";s:9:\"filtering\";s:1:\"1\";s:9:\"maxlength\";s:1:\"0\";s:4:\"rows\";s:0:\"\";s:9:\"zone_type\";s:7:\"country\";s:12:\"pleaseselect\";s:1:\"0\";s:4:\"size\";s:0:\"\";s:6:\"format\";s:8:\"%Y-%m-%d\";s:5:\"allow\";s:6:\"future\";s:8:\"readonly\";s:1:\"0\";s:24:\"market_vendorselect_type\";s:1:\"0\";s:15:\"limit_to_parent\";s:17:\"subscription_date\";s:12:\"parent_value\";s:5:\"Later\";}', 0, 1, '2014-07-23', 'all', ',40,', 1, NULL, '', 1, 1, 1, ';vendor_order_show=0;vendor_order_edit=0;vendor_order_invoice=0;vendor_order_shipping_invoice=0;', '', '');

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

--
-- Table structure for table `xjmw1_hikashop_file`
--

CREATE TABLE `xjmw1_hikashop_file` (
  `file_id` int(10) UNSIGNED NOT NULL,
  `file_name` varchar(255) NOT NULL,
  `file_description` text NOT NULL,
  `file_path` varchar(255) NOT NULL,
  `file_type` varchar(255) NOT NULL DEFAULT 'category',
  `file_ref_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `file_free_download` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `file_ordering` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `file_limit` int(11) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `xjmw1_hikashop_file`
--

INSERT INTO `xjmw1_hikashop_file` (`file_id`, `file_name`, `file_description`, `file_path`, `file_type`, `file_ref_id`, `file_free_download`, `file_ordering`, `file_limit`) VALUES
(1, '', '', 'fotolia_26461775_s.jpg', 'product', 0, 0, 0, 0),
(14, '', '', 'porsche_carrera_4993.jpg', 'product', 12, 0, 0, 0),
(32, '', '', 'shoes7.png', 'product', 0, 0, 0, 0),
(37, '', '', 'shoes11.png', 'product', 0, 0, 0, 0),
(167, '', '', '20210403_171711.jpg', 'product', 12, 0, 0, 0),
(166, '20210403_172137', '', '20210403_172137.jpg', 'product', 12, 0, 0, 0),
(165, '20210403_172137', '', '20210403_172137.jpg', 'file', 12, 0, 0, 0),
(164, '20210403_095122', '', '20210403_095122.jpg', 'file', 12, 0, 0, 0),
(163, '20210403_122357', '', '20210403_122357.jpg', 'file', 12, 0, 0, 0),
(162, '20210403_171711', '', '20210403_171711.jpg', 'product', 12, 0, 0, 0),
(137, '', '', 'cat_shoes.png', 'category', 12, 0, 0, 0),
(138, '', '', 'cat_computing.png', 'category', 17, 0, 0, 0),
(139, '', '', 'cat_ebook.png', 'category', 26, 0, 0, 0),
(140, '', '', 'cat_automobile.png', 'category', 29, 0, 0, 0),
(141, '', '', 'men.png', 'category', 13, 0, 0, 0),
(144, '', '', 'women_26481.png', 'category', 14, 0, 0, 0),
(143, '', '', 'kids.png', 'category', 16, 0, 0, 0),
(145, '', '', 'peripherals.png', 'category', 18, 0, 0, 0),
(146, '', '', 'computer_4507.png', 'category', 19, 0, 0, 0),
(147, '', '', 'english.png', 'category', 27, 0, 0, 0),
(148, '', '', 'french.png', 'category', 28, 0, 0, 0),
(149, '', '', 'auto.png', 'category', 15, 0, 0, 0),
(150, '', '', 'spareparts.png', 'category', 31, 0, 0, 0),
(151, 'Gift Card', '', '#hikaserial:attachserial:1', 'file', 122, 0, 0, -1),
(152, 'Gift Card', '', '#hikaserial:attachserial:1', 'file', 123, 0, 0, -1),
(153, 'Gift Card', '', '#hikaserial:attachserial:1', 'file', 124, 0, 0, 0),
(156, '', '', 'giftcard_silver.png', 'product', 122, 0, 0, 0),
(155, '', '', 'giftcard_gold_7983.png', 'product', 123, 0, 0, 0),
(159, '', '', 'donation.png', 'product', 125, 0, 0, 0),
(158, '', '', 'giftcard_bronze2.png', 'product', 124, 0, 0, 0),
(160, '', '', 'sportcard.png', 'product', 126, 0, 0, 0),
(161, 'organic', '', 'organic.png', 'product', 0, 0, 0, 0);

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

--
-- Table structure for table `xjmw1_hikashop_filter`
--

CREATE TABLE `xjmw1_hikashop_filter` (
  `filter_id` smallint(5) UNSIGNED NOT NULL,
  `filter_name` varchar(250) NOT NULL,
  `filter_namekey` varchar(50) NOT NULL,
  `filter_published` tinyint(3) UNSIGNED NOT NULL DEFAULT 1,
  `filter_type` varchar(50) DEFAULT NULL,
  `filter_category_id` varchar(255) NOT NULL,
  `filter_ordering` smallint(5) UNSIGNED DEFAULT 99,
  `filter_options` text DEFAULT NULL,
  `filter_data` text NOT NULL,
  `filter_access` varchar(250) NOT NULL DEFAULT 'all',
  `filter_direct_application` tinyint(3) NOT NULL DEFAULT 0,
  `filter_value` text NOT NULL,
  `filter_category_childs` tinyint(3) UNSIGNED NOT NULL,
  `filter_height` int(50) UNSIGNED NOT NULL,
  `filter_deletable` tinyint(3) UNSIGNED NOT NULL,
  `filter_dynamic` tinyint(3) UNSIGNED NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `xjmw1_hikashop_geolocation`
--

CREATE TABLE `xjmw1_hikashop_geolocation` (
  `geolocation_id` int(10) UNSIGNED NOT NULL,
  `geolocation_ip` varchar(255) NOT NULL DEFAULT '',
  `geolocation_type` varchar(255) NOT NULL DEFAULT 'order',
  `geolocation_ref_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `geolocation_created` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `geolocation_latitude` decimal(9,6) NOT NULL DEFAULT 0.000000,
  `geolocation_longitude` decimal(9,6) NOT NULL DEFAULT 0.000000,
  `geolocation_postal_code` varchar(255) NOT NULL DEFAULT '',
  `geolocation_country` varchar(255) NOT NULL DEFAULT '',
  `geolocation_country_code` varchar(255) NOT NULL DEFAULT '',
  `geolocation_state` varchar(255) NOT NULL DEFAULT '',
  `geolocation_state_code` varchar(255) NOT NULL DEFAULT '',
  `geolocation_city` varchar(255) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `xjmw1_hikashop_history`
--

CREATE TABLE `xjmw1_hikashop_history` (
  `history_id` int(10) UNSIGNED NOT NULL,
  `history_order_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `history_created` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `history_ip` varchar(255) NOT NULL DEFAULT '',
  `history_new_status` varchar(255) NOT NULL DEFAULT '',
  `history_reason` text NOT NULL,
  `history_notified` tinyint(4) NOT NULL DEFAULT 0,
  `history_amount` varchar(255) NOT NULL DEFAULT '',
  `history_package_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `history_payment_id` varchar(255) NOT NULL DEFAULT '',
  `history_payment_method` varchar(255) NOT NULL DEFAULT '',
  `history_data` longtext NOT NULL,
  `history_type` varchar(255) NOT NULL DEFAULT '',
  `history_user_id` int(10) UNSIGNED DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `xjmw1_hikashop_history`
--

INSERT INTO `xjmw1_hikashop_history` (`history_id`, `history_order_id`, `history_created`, `history_ip`, `history_new_status`, `history_reason`, `history_notified`, `history_amount`, `history_package_id`, `history_payment_id`, `history_payment_method`, `history_data`, `history_type`, `history_user_id`) VALUES
(1, 1, 1401786691, '127.0.0.1', 'created', 'Order created', 0, '', 0, '', '', '', 'creation', 1),
(2, 2, 1404401521, '127.0.0.1', 'created', 'Order created', 0, '', 0, '', '', '', 'creation', 1),
(3, 2, 1404401551, '127.0.0.1', 'confirmed', '', 0, '', 0, '', '', '', '', 1),
(4, 2, 1404402956, '127.0.0.1', 'confirmed', '', 0, '', 0, '', '', '', '', 1);

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

--
-- Table structure for table `xjmw1_hikashop_limit`
--

CREATE TABLE `xjmw1_hikashop_limit` (
  `limit_id` int(11) UNSIGNED NOT NULL,
  `limit_product_id` int(11) NOT NULL DEFAULT 0,
  `limit_category_id` varchar(255) NOT NULL DEFAULT '',
  `limit_per_product` tinyint(4) NOT NULL DEFAULT 0,
  `limit_periodicity` varchar(255) NOT NULL DEFAULT '',
  `limit_type` varchar(255) NOT NULL DEFAULT '',
  `limit_value` int(10) NOT NULL DEFAULT 0,
  `limit_unit` varchar(255) DEFAULT NULL,
  `limit_currency_id` int(11) NOT NULL DEFAULT 0,
  `limit_access` varchar(255) NOT NULL DEFAULT '',
  `limit_status` varchar(255) NOT NULL DEFAULT '',
  `limit_published` tinyint(4) NOT NULL DEFAULT 0,
  `limit_created` int(10) DEFAULT NULL,
  `limit_modified` int(10) DEFAULT NULL,
  `limit_start` int(10) DEFAULT NULL,
  `limit_end` int(10) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `xjmw1_hikashop_massaction`
--

CREATE TABLE `xjmw1_hikashop_massaction` (
  `massaction_id` int(10) UNSIGNED NOT NULL,
  `massaction_name` varchar(255) NOT NULL DEFAULT '',
  `massaction_description` text NOT NULL,
  `massaction_table` varchar(255) NOT NULL DEFAULT 'product',
  `massaction_published` tinyint(4) NOT NULL DEFAULT 1,
  `massaction_lasttime` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `massaction_triggers` text NOT NULL,
  `massaction_filters` text NOT NULL,
  `massaction_actions` text NOT NULL,
  `massaction_report` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `xjmw1_hikashop_order`
--

CREATE TABLE `xjmw1_hikashop_order` (
  `order_id` int(10) UNSIGNED NOT NULL,
  `order_billing_address_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `order_shipping_address_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `order_user_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `order_parent_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `order_status` varchar(255) NOT NULL DEFAULT '',
  `order_type` varchar(255) NOT NULL DEFAULT 'sale',
  `order_number` varchar(255) NOT NULL DEFAULT '',
  `order_created` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `order_modified` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `order_invoice_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `order_invoice_number` varchar(255) NOT NULL DEFAULT '',
  `order_invoice_created` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `order_currency_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `order_currency_info` text DEFAULT NULL,
  `order_full_price` decimal(17,5) NOT NULL DEFAULT 0.00000,
  `order_tax_info` text DEFAULT NULL,
  `order_discount_code` varchar(255) NOT NULL DEFAULT '',
  `order_discount_price` decimal(17,5) NOT NULL DEFAULT 0.00000,
  `order_discount_tax` decimal(17,5) NOT NULL DEFAULT 0.00000,
  `order_payment_id` varchar(255) NOT NULL DEFAULT '',
  `order_payment_method` varchar(255) NOT NULL DEFAULT '',
  `order_payment_price` decimal(17,5) NOT NULL DEFAULT 0.00000,
  `order_payment_tax` decimal(17,5) NOT NULL DEFAULT 0.00000,
  `order_payment_params` text DEFAULT NULL,
  `order_shipping_id` varchar(255) NOT NULL DEFAULT '',
  `order_shipping_method` varchar(255) NOT NULL DEFAULT '',
  `order_shipping_price` decimal(17,5) NOT NULL DEFAULT 0.00000,
  `order_shipping_tax` decimal(17,5) NOT NULL DEFAULT 0.00000,
  `order_shipping_params` text DEFAULT NULL,
  `order_partner_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `order_partner_price` decimal(17,5) NOT NULL DEFAULT 0.00000,
  `order_partner_paid` int(11) NOT NULL DEFAULT 0,
  `order_partner_currency_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `order_ip` varchar(255) NOT NULL DEFAULT '',
  `order_site_id` varchar(255) DEFAULT '',
  `order_lang` varchar(255) DEFAULT '',
  `order_token` varchar(255) DEFAULT '',
  `order_weight` decimal(12,3) UNSIGNED DEFAULT NULL,
  `order_weight_unit` varchar(255) DEFAULT NULL,
  `order_volume` decimal(12,3) UNSIGNED DEFAULT NULL,
  `order_dimension_unit` varchar(255) DEFAULT NULL,
  `comment` text DEFAULT NULL,
  `deliverydate` text DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `xjmw1_hikashop_order`
--

INSERT INTO `xjmw1_hikashop_order` (`order_id`, `order_billing_address_id`, `order_shipping_address_id`, `order_user_id`, `order_parent_id`, `order_status`, `order_type`, `order_number`, `order_created`, `order_modified`, `order_invoice_id`, `order_invoice_number`, `order_invoice_created`, `order_currency_id`, `order_currency_info`, `order_full_price`, `order_tax_info`, `order_discount_code`, `order_discount_price`, `order_discount_tax`, `order_payment_id`, `order_payment_method`, `order_payment_price`, `order_payment_tax`, `order_payment_params`, `order_shipping_id`, `order_shipping_method`, `order_shipping_price`, `order_shipping_tax`, `order_shipping_params`, `order_partner_id`, `order_partner_price`, `order_partner_paid`, `order_partner_currency_id`, `order_ip`, `order_site_id`, `order_lang`, `order_token`, `order_weight`, `order_weight_unit`, `order_volume`, `order_dimension_unit`, `comment`, `deliverydate`) VALUES
(1, 2, 2, 2, 0, 'created', 'sale', 'B1', 1401786691, 1401786691, 0, '', 0, 1, NULL, 84.00000, 'a:0:{}', '', 0.00000, 0.00000, '5', 'alipay', 0.00000, 0.00000, '', '6', 'manual', 4.00000, 0.00000, 'O:8:\"stdClass\":1:{s:6:\"prices\";a:1:{s:3:\"6@0\";O:8:\"stdClass\":2:{s:14:\"price_with_tax\";s:7:\"4.00000\";s:3:\"tax\";d:0;}}}', 0, 0.00000, 0, 0, '127.0.0.1', '', '', '', NULL, NULL, NULL, NULL, NULL, NULL),
(2, 2, 2, 2, 0, 'confirmed', 'sale', 'C2', 1404401521, 1404402956, 1, 'B1', 1404401549, 1, NULL, 20.00000, 'a:0:{}', '', 0.00000, 0.00000, '6', 'collectondelivery', 0.00000, 0.00000, '', '', '', 0.00000, 0.00000, '', 0, 0.00000, 0, 0, '127.0.0.1', '', '', '', NULL, NULL, NULL, NULL, 'Let your message to the delivery man.', '');

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

--
-- Table structure for table `xjmw1_hikashop_orderstatus`
--

CREATE TABLE `xjmw1_hikashop_orderstatus` (
  `orderstatus_id` int(10) UNSIGNED NOT NULL,
  `orderstatus_namekey` varchar(255) NOT NULL,
  `orderstatus_name` varchar(255) NOT NULL DEFAULT '',
  `orderstatus_description` text NOT NULL,
  `orderstatus_published` tinyint(4) NOT NULL DEFAULT 0,
  `orderstatus_ordering` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `orderstatus_email_params` longtext DEFAULT NULL,
  `orderstatus_links_params` longtext DEFAULT NULL,
  `orderstatus_color` varchar(255) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `xjmw1_hikashop_orderstatus`
--

INSERT INTO `xjmw1_hikashop_orderstatus` (`orderstatus_id`, `orderstatus_namekey`, `orderstatus_name`, `orderstatus_description`, `orderstatus_published`, `orderstatus_ordering`, `orderstatus_email_params`, `orderstatus_links_params`, `orderstatus_color`) VALUES
(1, 'created', 'Created', 'When a customer finishes a checkout, an order is created with the status created', 1, 1, '', '', ''),
(2, 'confirmed', 'Confirmed', 'When the payment is confirmed or that the payment is done at delivery the order becomes confirmed', 1, 2, '', '', ''),
(3, 'cancelled', 'cancelled', 'When an order is cancelled before receiving a payment', 1, 3, '', '', ''),
(4, 'refunded', 'refunded', 'When an order is cancelled after receiving a payment', 1, 4, '', '', ''),
(5, 'shipped', 'shipped', 'When an order has been shipped', 1, 5, '', '', ''),
(6, 'pending', 'pending', 'When an order is created and the payment is still pending', 1, 6, '', '', '');

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

--
-- Table structure for table `xjmw1_hikashop_order_product`
--

CREATE TABLE `xjmw1_hikashop_order_product` (
  `order_product_id` int(10) UNSIGNED NOT NULL,
  `order_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `product_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `order_product_quantity` int(10) UNSIGNED NOT NULL DEFAULT 1,
  `order_product_name` varchar(255) NOT NULL DEFAULT '',
  `order_product_code` varchar(255) NOT NULL DEFAULT '',
  `order_product_price` decimal(17,5) NOT NULL DEFAULT 0.00000,
  `order_product_tax` decimal(17,5) NOT NULL DEFAULT 0.00000,
  `order_product_tax_info` text NOT NULL,
  `order_product_options` text NOT NULL,
  `order_product_option_parent_id` int(10) UNSIGNED DEFAULT 0,
  `order_product_status` varchar(255) NOT NULL DEFAULT '',
  `order_product_wishlist_id` int(11) NOT NULL DEFAULT 0,
  `order_product_wishlist_product_id` int(11) NOT NULL DEFAULT 0,
  `order_product_shipping_id` varchar(255) NOT NULL DEFAULT '',
  `order_product_shipping_method` varchar(255) NOT NULL DEFAULT '',
  `order_product_shipping_price` decimal(17,5) NOT NULL DEFAULT 0.00000,
  `order_product_shipping_tax` decimal(17,5) NOT NULL DEFAULT 0.00000,
  `order_product_shipping_params` text DEFAULT NULL,
  `order_product_params` text DEFAULT NULL,
  `order_product_weight` decimal(12,3) UNSIGNED DEFAULT NULL,
  `order_product_weight_unit` varchar(255) DEFAULT NULL,
  `order_product_width` decimal(12,3) UNSIGNED DEFAULT NULL,
  `order_product_length` decimal(12,3) UNSIGNED DEFAULT NULL,
  `order_product_height` decimal(12,3) UNSIGNED DEFAULT NULL,
  `order_product_dimension_unit` varchar(255) DEFAULT NULL,
  `gift_message` text DEFAULT NULL,
  `amount` text DEFAULT NULL,
  `yourname` text DEFAULT NULL,
  `youlikesport` text DEFAULT NULL,
  `favoritesport` text DEFAULT NULL,
  `youlikefitness` text DEFAULT NULL,
  `favoritefitness` text DEFAULT NULL,
  `spa` text DEFAULT NULL,
  `customtext_202_14_27_55` text DEFAULT NULL,
  `subscription_date` text DEFAULT NULL,
  `subscription_date2` text DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `xjmw1_hikashop_payment`
--

CREATE TABLE `xjmw1_hikashop_payment` (
  `payment_id` int(10) UNSIGNED NOT NULL,
  `payment_name` varchar(255) NOT NULL DEFAULT '',
  `payment_description` text NOT NULL,
  `payment_images` text NOT NULL,
  `payment_params` text NOT NULL,
  `payment_type` varchar(255) NOT NULL DEFAULT '',
  `payment_zone_namekey` varchar(255) NOT NULL DEFAULT '',
  `payment_ordering` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `payment_published` tinyint(4) NOT NULL DEFAULT 1,
  `payment_access` varchar(255) NOT NULL DEFAULT 'all',
  `payment_shipping_methods` text NOT NULL,
  `payment_currency` varchar(255) NOT NULL,
  `payment_price` decimal(17,5) NOT NULL DEFAULT 0.00000
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `xjmw1_hikashop_payment`
--

INSERT INTO `xjmw1_hikashop_payment` (`payment_id`, `payment_name`, `payment_description`, `payment_images`, `payment_params`, `payment_type`, `payment_zone_namekey`, `payment_ordering`, `payment_published`, `payment_access`, `payment_shipping_methods`, `payment_currency`, `payment_price`) VALUES
(1, 'CARDSAVE', '<p>You can pay by credit card using this payment method</p>', 'VISA,Maestro,MasterCard,JCB', 'O:8:\"stdClass\":38:{s:16:\"payment_currency\";s:1:\"1\";s:18:\"payment_percentage\";s:1:\"0\";s:3:\"api\";s:6:\"direct\";s:10:\"merchantid\";s:0:\"\";s:8:\"password\";s:0:\"\";s:9:\"sharedkey\";s:0:\"\";s:11:\"hash_method\";s:4:\"sha1\";s:15:\"instant_capture\";s:1:\"0\";s:7:\"ask_ccv\";s:1:\"0\";s:12:\"cv2mandatory\";s:1:\"1\";s:17:\"address1mandatory\";s:1:\"1\";s:13:\"citymandatory\";s:1:\"1\";s:17:\"postcodemandatory\";s:1:\"1\";s:14:\"statemandatory\";s:1:\"1\";s:16:\"countrymandatory\";s:1:\"1\";s:13:\"gw_entrypoint\";s:26:\"cardsaveonlinepayments.com\";s:7:\"gw_port\";s:4:\"4430\";s:5:\"debug\";s:1:\"0\";s:10:\"cancel_url\";s:0:\"\";s:10:\"return_url\";s:0:\"\";s:14:\"invalid_status\";s:9:\"cancelled\";s:15:\"verified_status\";s:9:\"confirmed\";s:17:\"payment_min_price\";s:0:\"\";s:17:\"payment_max_price\";s:0:\"\";s:21:\"payment_price_use_tax\";s:1:\"1\";s:20:\"payment_min_quantity\";s:0:\"\";s:20:\"payment_max_quantity\";s:0:\"\";s:18:\"payment_min_weight\";s:0:\"\";s:19:\"payment_weight_unit\";s:2:\"kg\";s:18:\"payment_max_weight\";s:0:\"\";s:18:\"payment_min_volume\";s:0:\"\";s:17:\"payment_size_unit\";s:1:\"m\";s:18:\"payment_max_volume\";s:0:\"\";s:18:\"payment_zip_prefix\";s:0:\"\";s:15:\"payment_min_zip\";s:0:\"\";s:15:\"payment_max_zip\";s:0:\"\";s:18:\"payment_zip_suffix\";s:0:\"\";s:11:\"hosted_mode\";s:6:\"SERVER\";}', 'cardsave', '', 1, 1, 'all', '', '', 0.00000),
(2, 'Credit card', '<p>You can pay by credit card.</p>', 'MasterCard,VISA,Credit_card,American_Express', 'O:8:\"stdClass\":23:{s:16:\"payment_currency\";s:1:\"1\";s:18:\"payment_percentage\";s:1:\"0\";s:12:\"order_status\";s:7:\"created\";s:18:\"status_notif_email\";s:1:\"0\";s:7:\"ask_ccv\";s:1:\"1\";s:9:\"ask_owner\";s:1:\"0\";s:10:\"ask_cctype\";s:0:\"\";s:11:\"information\";s:79:\"We will now process the credit card transaction and contact you when completed.\";s:17:\"payment_min_price\";s:0:\"\";s:17:\"payment_max_price\";s:0:\"\";s:21:\"payment_price_use_tax\";s:1:\"1\";s:20:\"payment_min_quantity\";s:0:\"\";s:20:\"payment_max_quantity\";s:0:\"\";s:18:\"payment_min_weight\";s:0:\"\";s:19:\"payment_weight_unit\";s:2:\"kg\";s:18:\"payment_max_weight\";s:0:\"\";s:18:\"payment_min_volume\";s:0:\"\";s:17:\"payment_size_unit\";s:1:\"m\";s:18:\"payment_max_volume\";s:0:\"\";s:18:\"payment_zip_prefix\";s:0:\"\";s:15:\"payment_min_zip\";s:0:\"\";s:15:\"payment_max_zip\";s:0:\"\";s:18:\"payment_zip_suffix\";s:0:\"\";}', 'creditcard', '', 2, 1, 'all', '', '', 0.00000),
(3, 'Google Checkout', '<p>You can pay by credit card using this payment method</p>', 'MasterCard,VISA,Credit_card,American_Express', 'O:8:\"stdClass\":26:{s:16:\"payment_currency\";s:1:\"1\";s:18:\"payment_percentage\";s:1:\"0\";s:11:\"merchant_id\";s:0:\"\";s:12:\"merchant_key\";s:0:\"\";s:8:\"currency\";s:3:\"USD\";s:7:\"sandbox\";s:1:\"0\";s:16:\"server_to_server\";s:1:\"0\";s:15:\"charge_and_ship\";s:1:\"0\";s:5:\"debug\";s:1:\"0\";s:15:\"verified_status\";s:9:\"confirmed\";s:14:\"invalid_status\";s:0:\"\";s:17:\"payment_min_price\";s:0:\"\";s:17:\"payment_max_price\";s:0:\"\";s:21:\"payment_price_use_tax\";s:1:\"1\";s:20:\"payment_min_quantity\";s:0:\"\";s:20:\"payment_max_quantity\";s:0:\"\";s:18:\"payment_min_weight\";s:0:\"\";s:19:\"payment_weight_unit\";s:2:\"kg\";s:18:\"payment_max_weight\";s:0:\"\";s:18:\"payment_min_volume\";s:0:\"\";s:17:\"payment_size_unit\";s:1:\"m\";s:18:\"payment_max_volume\";s:0:\"\";s:18:\"payment_zip_prefix\";s:0:\"\";s:15:\"payment_min_zip\";s:0:\"\";s:15:\"payment_max_zip\";s:0:\"\";s:18:\"payment_zip_suffix\";s:0:\"\";}', 'googlecheckout', '', 3, 1, 'all', '', '', 0.00000),
(4, 'PayPal', '<p>You can pay by credit card or paypal using this payment method</p>', 'MasterCard,VISA,Credit_card,PayPal', 'O:8:\"stdClass\":34:{s:16:\"payment_currency\";s:1:\"1\";s:18:\"payment_percentage\";s:1:\"0\";s:3:\"url\";s:37:\"https://www.paypal.com/cgi-bin/webscr\";s:5:\"email\";s:0:\"\";s:12:\"address_type\";s:0:\"\";s:16:\"address_override\";s:1:\"1\";s:12:\"notification\";s:1:\"1\";s:7:\"details\";s:1:\"0\";s:5:\"notes\";s:1:\"0\";s:10:\"validation\";s:1:\"0\";s:5:\"debug\";s:1:\"0\";s:10:\"cancel_url\";s:0:\"\";s:10:\"return_url\";s:0:\"\";s:16:\"cpp_header_image\";s:0:\"\";s:3:\"ips\";s:0:\"\";s:14:\"invalid_status\";s:9:\"cancelled\";s:14:\"pending_status\";s:7:\"created\";s:15:\"verified_status\";s:9:\"confirmed\";s:2:\"rm\";s:1:\"1\";s:17:\"payment_min_price\";s:0:\"\";s:17:\"payment_max_price\";s:0:\"\";s:21:\"payment_price_use_tax\";s:1:\"1\";s:20:\"payment_min_quantity\";s:0:\"\";s:20:\"payment_max_quantity\";s:0:\"\";s:18:\"payment_min_weight\";s:0:\"\";s:19:\"payment_weight_unit\";s:2:\"kg\";s:18:\"payment_max_weight\";s:0:\"\";s:18:\"payment_min_volume\";s:0:\"\";s:17:\"payment_size_unit\";s:1:\"m\";s:18:\"payment_max_volume\";s:0:\"\";s:18:\"payment_zip_prefix\";s:0:\"\";s:15:\"payment_min_zip\";s:0:\"\";s:15:\"payment_max_zip\";s:0:\"\";s:18:\"payment_zip_suffix\";s:0:\"\";}', 'paypal', '', 4, 1, 'all', '', '', 0.00000),
(5, 'Alipay', '<p>You can pay by credit card using this payment method</p>', 'MasterCard,VISA', 'O:8:\"stdClass\":31:{s:16:\"payment_currency\";s:1:\"1\";s:18:\"payment_percentage\";s:1:\"0\";s:5:\"email\";s:0:\"\";s:10:\"partner_id\";s:0:\"\";s:13:\"security_code\";s:0:\"\";s:4:\"mode\";s:7:\"Partner\";s:9:\"transport\";s:4:\"http\";s:9:\"sign_type\";s:3:\"MD5\";s:7:\"sandbox\";s:1:\"0\";s:16:\"server_to_server\";s:1:\"0\";s:15:\"charge_and_ship\";s:1:\"0\";s:5:\"debug\";s:1:\"0\";s:12:\"notification\";s:1:\"0\";s:14:\"invalid_status\";s:9:\"cancelled\";s:15:\"verified_status\";s:9:\"confirmed\";s:17:\"payment_min_price\";s:0:\"\";s:17:\"payment_max_price\";s:0:\"\";s:21:\"payment_price_use_tax\";s:1:\"1\";s:20:\"payment_min_quantity\";s:0:\"\";s:20:\"payment_max_quantity\";s:0:\"\";s:18:\"payment_min_weight\";s:0:\"\";s:19:\"payment_weight_unit\";s:2:\"kg\";s:18:\"payment_max_weight\";s:0:\"\";s:18:\"payment_min_volume\";s:0:\"\";s:17:\"payment_size_unit\";s:1:\"m\";s:18:\"payment_max_volume\";s:0:\"\";s:18:\"payment_zip_prefix\";s:0:\"\";s:15:\"payment_min_zip\";s:0:\"\";s:15:\"payment_max_zip\";s:0:\"\";s:18:\"payment_zip_suffix\";s:0:\"\";s:8:\"currency\";s:3:\"CNY\";}', 'alipay', '', 5, 1, 'all', '', '', 0.00000),
(6, 'Collect on delivery', '<p>You can pay when your package is delivered by using this payment method.</p>', 'Collect_on_delivery', 'O:8:\"stdClass\":22:{s:16:\"payment_currency\";s:1:\"1\";s:18:\"payment_percentage\";s:1:\"0\";s:18:\"status_notif_email\";s:1:\"0\";s:10:\"return_url\";s:0:\"\";s:12:\"order_status\";s:7:\"created\";s:17:\"payment_vendor_id\";s:0:\"\";s:19:\"payment_market_mode\";s:0:\"\";s:17:\"payment_min_price\";s:0:\"\";s:17:\"payment_max_price\";s:0:\"\";s:21:\"payment_price_use_tax\";s:1:\"1\";s:20:\"payment_min_quantity\";s:0:\"\";s:20:\"payment_max_quantity\";s:0:\"\";s:18:\"payment_min_weight\";s:0:\"\";s:19:\"payment_weight_unit\";s:2:\"kg\";s:18:\"payment_max_weight\";s:0:\"\";s:18:\"payment_min_volume\";s:0:\"\";s:17:\"payment_size_unit\";s:1:\"m\";s:18:\"payment_max_volume\";s:0:\"\";s:18:\"payment_zip_prefix\";s:0:\"\";s:15:\"payment_min_zip\";s:0:\"\";s:15:\"payment_max_zip\";s:0:\"\";s:18:\"payment_zip_suffix\";s:0:\"\";}', 'collectondelivery', '', 6, 1, 'all', '', '', 0.00000),
(7, 'PaypalExpress', '<p>You can pay quickly by Paypal thanks to this method.</p>', 'MasterCard,VISA,Credit_card,American_Express', 'O:8:\"stdClass\":31:{s:16:\"payment_currency\";s:1:\"1\";s:18:\"payment_percentage\";s:1:\"0\";s:7:\"apiuser\";s:0:\"\";s:11:\"apipassword\";s:0:\"\";s:12:\"apisignature\";s:0:\"\";s:10:\"apiversion\";s:5:\"109.0\";s:12:\"notification\";s:1:\"1\";s:10:\"cartdetail\";s:1:\"0\";s:11:\"displaycart\";s:1:\"1\";s:15:\"displaycheckout\";s:1:\"0\";s:5:\"debug\";s:1:\"0\";s:7:\"sandbox\";s:1:\"0\";s:14:\"invalid_status\";s:9:\"cancelled\";s:15:\"verified_status\";s:9:\"confirmed\";s:17:\"payment_vendor_id\";s:0:\"\";s:19:\"payment_market_mode\";s:0:\"\";s:17:\"payment_min_price\";s:0:\"\";s:17:\"payment_max_price\";s:0:\"\";s:21:\"payment_price_use_tax\";s:1:\"1\";s:20:\"payment_min_quantity\";s:0:\"\";s:20:\"payment_max_quantity\";s:0:\"\";s:18:\"payment_min_weight\";s:0:\"\";s:19:\"payment_weight_unit\";s:2:\"kg\";s:18:\"payment_max_weight\";s:0:\"\";s:18:\"payment_min_volume\";s:0:\"\";s:17:\"payment_size_unit\";s:1:\"m\";s:18:\"payment_max_volume\";s:0:\"\";s:18:\"payment_zip_prefix\";s:0:\"\";s:15:\"payment_min_zip\";s:0:\"\";s:15:\"payment_max_zip\";s:0:\"\";s:18:\"payment_zip_suffix\";s:0:\"\";}', 'paypalexpress', '', 7, 1, 'all', '', '', 0.00000);

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

--
-- Table structure for table `xjmw1_hikashop_plugin`
--

CREATE TABLE `xjmw1_hikashop_plugin` (
  `plugin_id` int(10) NOT NULL,
  `plugin_type` varchar(255) NOT NULL,
  `plugin_published` int(4) NOT NULL DEFAULT 0,
  `plugin_name` varchar(255) NOT NULL,
  `plugin_ordering` int(10) NOT NULL DEFAULT 0,
  `plugin_description` text DEFAULT NULL,
  `plugin_params` text DEFAULT NULL,
  `plugin_access` varchar(255) NOT NULL DEFAULT 'all'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `xjmw1_hikashop_price`
--

CREATE TABLE `xjmw1_hikashop_price` (
  `price_id` int(10) UNSIGNED NOT NULL,
  `price_currency_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `price_product_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `price_value` decimal(17,5) NOT NULL DEFAULT 0.00000,
  `price_min_quantity` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `price_access` varchar(255) NOT NULL DEFAULT 'all',
  `price_users` varchar(255) NOT NULL DEFAULT '',
  `price_site_id` varchar(255) DEFAULT '',
  `price_start_date` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `price_end_date` int(11) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `xjmw1_hikashop_price`
--

INSERT INTO `xjmw1_hikashop_price` (`price_id`, `price_currency_id`, `price_product_id`, `price_value`, `price_min_quantity`, `price_access`, `price_users`, `price_site_id`, `price_start_date`, `price_end_date`) VALUES
(12, 1, 12, 20000.00000, 0, 'all', '', '0', 0, 0),
(122, 1, 119, 30.00000, 0, 'all', '', '0', 0, 0),
(123, 1, 120, 50.00000, 0, 'all', '', '0', 0, 0),
(124, 1, 121, 15.00000, 0, 'all', '', '0', 0, 0),
(125, 1, 122, 20.00000, 0, 'all', '', '0', 0, 0),
(126, 1, 123, 50.00000, 0, 'all', '', '0', 0, 0),
(127, 1, 124, 10.00000, 0, 'all', '', '0', 0, 0),
(128, 1, 126, 450.00000, 0, 'all', '', '0', 0, 0);

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

--
-- Table structure for table `xjmw1_hikashop_product`
--

CREATE TABLE `xjmw1_hikashop_product` (
  `product_id` int(11) UNSIGNED NOT NULL,
  `product_parent_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `product_name` varchar(255) NOT NULL,
  `product_description` text NOT NULL,
  `product_quantity` int(11) NOT NULL DEFAULT -1,
  `product_code` varchar(255) NOT NULL,
  `product_published` tinyint(4) NOT NULL DEFAULT 0,
  `product_hit` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `product_created` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `product_sale_start` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `product_sale_end` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `product_delay_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `product_tax_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `product_type` varchar(255) NOT NULL DEFAULT '',
  `product_vendor_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `product_manufacturer_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `product_url` varchar(255) NOT NULL,
  `product_weight` decimal(12,3) UNSIGNED NOT NULL DEFAULT 0.000,
  `product_keywords` text NOT NULL,
  `product_weight_unit` varchar(255) NOT NULL DEFAULT 'kg',
  `product_modified` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `product_meta_description` text NOT NULL,
  `product_dimension_unit` varchar(255) NOT NULL DEFAULT 'm',
  `product_width` decimal(12,3) NOT NULL DEFAULT 0.000,
  `product_length` decimal(12,3) NOT NULL DEFAULT 0.000,
  `product_height` decimal(12,3) NOT NULL DEFAULT 0.000,
  `product_max_per_order` int(10) UNSIGNED DEFAULT 0,
  `product_access` varchar(255) NOT NULL DEFAULT 'all',
  `product_group_after_purchase` varchar(255) NOT NULL DEFAULT '',
  `product_min_per_order` int(10) UNSIGNED DEFAULT 0,
  `product_contact` smallint(5) UNSIGNED NOT NULL DEFAULT 0,
  `product_display_quantity_field` smallint(5) NOT NULL DEFAULT 0,
  `product_last_seen_date` int(10) UNSIGNED DEFAULT 0,
  `product_sales` int(10) UNSIGNED DEFAULT 0,
  `product_waitlist` smallint(5) UNSIGNED NOT NULL DEFAULT 0,
  `product_layout` varchar(255) NOT NULL DEFAULT '',
  `product_average_score` float NOT NULL,
  `product_total_vote` int(11) NOT NULL DEFAULT 0,
  `product_page_title` varchar(255) NOT NULL DEFAULT '',
  `product_alias` varchar(255) NOT NULL DEFAULT '',
  `product_price_percentage` decimal(15,7) NOT NULL DEFAULT 0.0000000,
  `product_msrp` decimal(15,7) DEFAULT 0.0000000,
  `product_canonical` varchar(255) NOT NULL DEFAULT '',
  `product_warehouse_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `product_quantity_layout` varchar(255) NOT NULL DEFAULT '',
  `product_sort_price` decimal(17,5) NOT NULL DEFAULT 0.00000,
  `product_description_raw` text DEFAULT NULL,
  `product_description_type` varchar(255) DEFAULT NULL,
  `product_option_method` varchar(255) NOT NULL DEFAULT '',
  `product_condition` varchar(255) DEFAULT NULL,
  `screensize` text DEFAULT NULL,
  `os` text DEFAULT NULL,
  `bluetooth` text DEFAULT NULL,
  `ram` text DEFAULT NULL,
  `public` text DEFAULT NULL,
  `genre` text DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `xjmw1_hikashop_product`
--

INSERT INTO `xjmw1_hikashop_product` (`product_id`, `product_parent_id`, `product_name`, `product_description`, `product_quantity`, `product_code`, `product_published`, `product_hit`, `product_created`, `product_sale_start`, `product_sale_end`, `product_delay_id`, `product_tax_id`, `product_type`, `product_vendor_id`, `product_manufacturer_id`, `product_url`, `product_weight`, `product_keywords`, `product_weight_unit`, `product_modified`, `product_meta_description`, `product_dimension_unit`, `product_width`, `product_length`, `product_height`, `product_max_per_order`, `product_access`, `product_group_after_purchase`, `product_min_per_order`, `product_contact`, `product_display_quantity_field`, `product_last_seen_date`, `product_sales`, `product_waitlist`, `product_layout`, `product_average_score`, `product_total_vote`, `product_page_title`, `product_alias`, `product_price_percentage`, `product_msrp`, `product_canonical`, `product_warehouse_id`, `product_quantity_layout`, `product_sort_price`, `product_description_raw`, `product_description_type`, `product_option_method`, `product_condition`, `screensize`, `os`, `bluetooth`, `ram`, `public`, `genre`) VALUES
(12, 0, 'Porsche Carrera 4993', '<p>Black car. Great model. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam odio risus, aliquet in elit eu, aliquam mollis dui. Nam congue augue ac tempus facilisis. Vivamus sed ante vestibulum sem blandit adipiscing rhoncus nec elit. Pellentesque lectus purus, semper ut leo nec, placerat sagittis velit.</p>', -1, 'Porsche_Carrera_4993', 1, 1, 1401280055, 0, 0, 0, 11, 'main', 0, 0, '', 1.000, '', 'kg', 1404390175, '', 'm', 0.000, 0.000, 0.000, 0, 'all', '', 0, 0, 0, 1405954047, 0, 0, '', 0, 0, '', 'porsche-carrera-4993', 0.0000000, 0.0000000, '', 0, '', 0.00000, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(119, 0, 'Saturday', '', -1, 'Saturday', 1, 0, 1404132821, 0, 0, 0, 11, 'main', 0, 0, '', 1.000, '', 'kg', 1404132821, '', 'm', 0.000, 0.000, 0.000, 0, 'all', '', 0, 0, 0, 0, 0, 0, '', 0, 0, '', 'saturday', 0.0000000, 0.0000000, '', 0, '', 0.00000, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(120, 0, 'Sunday', '', -1, 'Sunday', 1, 0, 1404132849, 0, 0, 0, 11, 'main', 0, 0, '', 1.000, '', 'kg', 1404132849, '', 'm', 0.000, 0.000, 0.000, 0, 'all', '', 0, 0, 0, 0, 0, 0, '', 0, 0, '', 'sunday', 0.0000000, 0.0000000, '', 0, '', 0.00000, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(121, 0, 'Lunch box', '', -1, 'Lunch_box', 1, 0, 1404134750, 0, 0, 0, 11, 'main', 0, 0, '', 1.000, '', 'kg', 1404134750, '', 'm', 0.000, 0.000, 0.000, 0, 'all', '', 0, 0, 0, 0, 0, 0, '', 0, 0, '', 'lunch-box', 0.0000000, 0.0000000, '', 0, '', 0.00000, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(122, 0, 'Gift Card Silver', '<p><img src=\"images/articles/star.png\" alt=\"\" /><img src=\"images/articles/star.png\" alt=\"\" /> With our <strong>Silver card</strong>, be sure to please !!</p>\r\n<p>The perfect gift for your loved ones, who will be able to purchase exactly what they want and when they want.</p>\r\n<p>Add a message to your gift, it will appear on the card, that you will be able to offer in a virtual format or printed.</p>\r\n<p>This card is available on all our store, for a period of 12 months.<br /> You can use it only once, thanks to your personalized and unique serial number.</p>', -1, 'Gift_Card_Silver', 1, 7, 1404400867, 0, 0, 0, 11, 'main', 0, 0, '', 0.000, '', 'kg', 1405692903, '', 'm', 0.000, 0.000, 0.000, 0, 'all', '', 0, 0, 0, 1405698239, 1, 0, '', 0, 0, '', 'gift-card-silver', 0.0000000, 0.0000000, '', 0, '', 0.00000, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(123, 0, 'Gift Card Gold', '<p><img src=\"images/articles/star.png\" alt=\"\" /><img src=\"images/articles/star.png\" alt=\"\" /><img src=\"images/articles/star.png\" alt=\"\" />Â  With our <strong>Gold card</strong>, be sure to please !!</p>\r\n<p>The perfect gift for your loved ones, who will be able to purchase exactly what they want and when they want.</p>\r\n<p>Add a message to your gift, it will appear on the card, that you will be able to offer in a virtual format or printed.</p>\r\n<p>This card is available on all our store, for a period of 12 months.<br /> You can use it only once, thanks to your personalized and unique serial number.</p>', -1, 'Gift_Card_Gold', 1, 13, 1404400883, 0, 0, 0, 11, 'main', 0, 0, '', 0.000, '', 'kg', 1405698274, '', 'm', 0.000, 0.000, 0.000, 0, 'all', '', 0, 0, 0, 1405952379, 0, 0, '', 0, 0, '', 'gift-card-gold', 0.0000000, 0.0000000, '', 0, '', 0.00000, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(124, 0, 'Gift Card Bronze', '<p><img src=\"images/articles/star.png\" alt=\"\" /> With our <strong>Bronze card</strong>, be sure to please !!</p>\r\n<p>The perfect gift for your loved ones, who will be able to purchase exactly what they want and when they want.</p>\r\n<p>Add a message to your gift, it will appear on the card, that you will be able to offer in a virtual format or printed.</p>\r\n<p>This card is available on all our store, for a period of 12 months.<br /> You can use it only once, thanks to your personalized and unique serial number.</p>', -1, 'Gift_Card_Bronze', 1, 2, 1405678171, 0, 0, 0, 11, 'main', 0, 0, '', 0.000, '', 'kg', 1405693679, '', 'm', 0.000, 0.000, 0.000, 0, 'all', '', 0, 0, 0, 1405693770, 0, 0, '', 0, 0, '', 'gift-card-bronze', 0.0000000, 0.0000000, '', 0, '', 0.00000, NULL, NULL, '', NULL, '', '', '', '', '', ''),
(125, 0, 'Donation', '<p>If you want to make a donation, feel free to write the amount you want to give, in this page.</p>\r\n<p>We will be very thankful !</p>\r\n<p>Â </p>\r\n<div style=\"border-top: 1px solid #ddd; padding: 10px 0px;\">\r\n<p><strong>How this donation page works ?</strong></p>\r\n<p>The user writes here the amount he wants to give (in other words : a sum to delete from his account), clicks on the button \"add to cart\", then enters his information and the money will be deleted from his bank account.<br /> <br /> This page is done thanks to a price quantity override plugin which modifies the price of the product based on a custom item field (the donation input field of that page). <br /><br /> The donation plugin is already installed by default with the Business edition of HikaShop. You can find it in the folder plugins/system/custom_price of your website if you want to see its code. Via your back-end, publish the <strong>plugin</strong> entitled \"<strong>donation</strong>\". Then you will have to create a <strong>custom field</strong> of the table \"<strong>item</strong>\" with the column name \"<strong>amount</strong>\" in order to use it.</p>\r\n<p><br />You can take example on our backend setup of this product and custom field in order to get the same result on your end.</p>\r\n</div>', -1, 'Donation', 1, 15, 1405950394, 0, 0, 0, 11, 'main', 0, 0, '', 0.000, '', 'kg', 1405953777, '', 'm', 0.000, 0.000, 0.000, 0, 'all', '', 0, 0, 0, 1406019925, 0, 0, '', 0, 0, '', 'donation', 0.0000000, 0.0000000, '', 0, '', 0.00000, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(126, 0, 'Sports subscription', '<p>You want to subscribe to our Sport center and enjoy many activities at your own rhythm : SPORT, DANCE, GYM, SPA and RELAXATION.</p>\r\n<p>Please fill this form to complete your profile and choose your favourite options.</p>\r\n<p><span id=\"result_box\" class=\"short_text\" lang=\"en\"><span class=\"hps\"><span id=\"result_box\" class=\"short_text\" lang=\"en\"><span class=\"hps\">ONE formula, </span>ONE price <span class=\"hps\">to keep your fitness</span></span></span><span class=\"hps\"> : </span></span><span id=\"result_box\" class=\"short_text\" lang=\"en\"><span class=\"hps\"><strong>450â¬ for one 1 year with an unlimited access to all activities</strong>. <br /></span></span></p>', -1, 'Sports_subscription', 1, 64, 1405955670, 0, 0, 0, 11, 'main', 0, 0, '', 0.000, '', 'kg', 1406047846, '', 'm', 0.000, 0.000, 0.000, 0, 'all', '', 0, 0, 0, 1406113625, 0, 0, '', 4, 1, '', 'sports-subscription', 0.0000000, 0.0000000, '', 0, '', 0.00000, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL);

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

--
-- Table structure for table `xjmw1_hikashop_product_category`
--

CREATE TABLE `xjmw1_hikashop_product_category` (
  `product_category_id` int(255) UNSIGNED NOT NULL,
  `category_id` int(10) UNSIGNED NOT NULL,
  `product_id` int(10) UNSIGNED NOT NULL,
  `ordering` int(10) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `xjmw1_hikashop_product_category`
--

INSERT INTO `xjmw1_hikashop_product_category` (`product_category_id`, `category_id`, `product_id`, `ordering`) VALUES
(12, 15, 12, 3),
(81, 33, 119, 1),
(82, 33, 120, 2),
(83, 33, 121, 3),
(88, 36, 122, 1),
(89, 36, 123, 2),
(90, 36, 124, 3),
(92, 38, 125, 1),
(93, 40, 126, 1);

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

--
-- Table structure for table `xjmw1_hikashop_product_related`
--

CREATE TABLE `xjmw1_hikashop_product_related` (
  `product_id` int(10) UNSIGNED NOT NULL,
  `product_related_id` int(10) UNSIGNED NOT NULL,
  `product_related_type` varchar(255) NOT NULL DEFAULT 'related',
  `product_related_ordering` int(10) UNSIGNED DEFAULT 0,
  `product_related_quantity` int(10) UNSIGNED DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `xjmw1_hikashop_shipping`
--

CREATE TABLE `xjmw1_hikashop_shipping` (
  `shipping_id` int(11) NOT NULL,
  `shipping_type` varchar(255) NOT NULL DEFAULT 'manual',
  `shipping_zone_namekey` varchar(255) NOT NULL,
  `shipping_tax_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `shipping_price` decimal(17,5) NOT NULL DEFAULT 0.00000,
  `shipping_currency_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `shipping_name` varchar(255) NOT NULL,
  `shipping_description` text NOT NULL,
  `shipping_published` tinyint(4) NOT NULL DEFAULT 1,
  `shipping_ordering` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `shipping_currency` varchar(255) NOT NULL,
  `shipping_params` text NOT NULL,
  `shipping_images` varchar(255) NOT NULL DEFAULT '',
  `shipping_access` varchar(255) NOT NULL DEFAULT 'all'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `xjmw1_hikashop_shipping`
--

INSERT INTO `xjmw1_hikashop_shipping` (`shipping_id`, `shipping_type`, `shipping_zone_namekey`, `shipping_tax_id`, `shipping_price`, `shipping_currency_id`, `shipping_name`, `shipping_description`, `shipping_published`, `shipping_ordering`, `shipping_currency`, `shipping_params`, `shipping_images`, `shipping_access`) VALUES
(2, 'manual', '', 0, 5.00000, 1, 'Manual shipping', '', 1, 1, '', 'O:8:\"stdClass\":22:{s:19:\"shipping_percentage\";s:1:\"0\";s:20:\"shipping_per_product\";s:1:\"0\";s:26:\"shipping_price_per_product\";s:0:\"\";s:25:\"shipping_override_address\";s:1:\"0\";s:30:\"shipping_override_address_text\";s:0:\"\";s:25:\"shipping_warehouse_filter\";s:0:\"\";s:18:\"shipping_min_price\";s:1:\"0\";s:18:\"shipping_max_price\";s:1:\"0\";s:25:\"shipping_virtual_included\";s:1:\"0\";s:22:\"shipping_price_use_tax\";s:1:\"1\";s:21:\"shipping_min_quantity\";s:0:\"\";s:21:\"shipping_max_quantity\";s:0:\"\";s:19:\"shipping_min_weight\";s:1:\"0\";s:20:\"shipping_weight_unit\";s:2:\"kg\";s:19:\"shipping_max_weight\";s:1:\"0\";s:19:\"shipping_min_volume\";s:1:\"0\";s:18:\"shipping_size_unit\";s:1:\"m\";s:19:\"shipping_max_volume\";s:1:\"0\";s:19:\"shipping_zip_prefix\";s:0:\"\";s:16:\"shipping_min_zip\";s:0:\"\";s:16:\"shipping_max_zip\";s:0:\"\";s:19:\"shipping_zip_suffix\";s:0:\"\";}', '', 'all'),
(5, 'manual', '', 0, 3.00000, 1, 'UPS', '', 1, 2, '', 'O:8:\"stdClass\":22:{s:19:\"shipping_percentage\";s:1:\"0\";s:20:\"shipping_per_product\";s:1:\"0\";s:26:\"shipping_price_per_product\";s:0:\"\";s:25:\"shipping_override_address\";s:1:\"0\";s:30:\"shipping_override_address_text\";s:0:\"\";s:25:\"shipping_warehouse_filter\";s:0:\"\";s:18:\"shipping_min_price\";s:1:\"0\";s:18:\"shipping_max_price\";s:1:\"0\";s:25:\"shipping_virtual_included\";s:1:\"1\";s:22:\"shipping_price_use_tax\";s:1:\"1\";s:21:\"shipping_min_quantity\";s:0:\"\";s:21:\"shipping_max_quantity\";s:0:\"\";s:19:\"shipping_min_weight\";s:1:\"0\";s:20:\"shipping_weight_unit\";s:2:\"kg\";s:19:\"shipping_max_weight\";s:1:\"0\";s:19:\"shipping_min_volume\";s:1:\"0\";s:18:\"shipping_size_unit\";s:1:\"m\";s:19:\"shipping_max_volume\";s:1:\"0\";s:19:\"shipping_zip_prefix\";s:0:\"\";s:16:\"shipping_min_zip\";s:0:\"\";s:16:\"shipping_max_zip\";s:0:\"\";s:19:\"shipping_zip_suffix\";s:0:\"\";}', '', 'all'),
(6, 'manual', '', 0, 4.00000, 1, 'Fedex', '', 1, 3, '', 'O:8:\"stdClass\":22:{s:19:\"shipping_percentage\";s:1:\"0\";s:20:\"shipping_per_product\";s:1:\"0\";s:26:\"shipping_price_per_product\";s:0:\"\";s:25:\"shipping_override_address\";s:1:\"0\";s:30:\"shipping_override_address_text\";s:0:\"\";s:25:\"shipping_warehouse_filter\";s:0:\"\";s:18:\"shipping_min_price\";s:1:\"0\";s:18:\"shipping_max_price\";s:1:\"0\";s:25:\"shipping_virtual_included\";s:1:\"1\";s:22:\"shipping_price_use_tax\";s:1:\"1\";s:21:\"shipping_min_quantity\";s:0:\"\";s:21:\"shipping_max_quantity\";s:0:\"\";s:19:\"shipping_min_weight\";s:1:\"0\";s:20:\"shipping_weight_unit\";s:2:\"kg\";s:19:\"shipping_max_weight\";s:1:\"0\";s:19:\"shipping_min_volume\";s:1:\"0\";s:18:\"shipping_size_unit\";s:1:\"m\";s:19:\"shipping_max_volume\";s:1:\"0\";s:19:\"shipping_zip_prefix\";s:0:\"\";s:16:\"shipping_min_zip\";s:0:\"\";s:16:\"shipping_max_zip\";s:0:\"\";s:19:\"shipping_zip_suffix\";s:0:\"\";}', '', 'all');

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

--
-- Table structure for table `xjmw1_hikashop_shipping_price`
--

CREATE TABLE `xjmw1_hikashop_shipping_price` (
  `shipping_price_id` int(11) NOT NULL,
  `shipping_id` int(11) NOT NULL,
  `shipping_price_ref_id` int(11) NOT NULL,
  `shipping_price_ref_type` varchar(255) NOT NULL DEFAULT 'product',
  `shipping_price_min_quantity` int(11) NOT NULL DEFAULT 0,
  `shipping_price_value` decimal(15,7) NOT NULL DEFAULT 0.0000000,
  `shipping_fee_value` decimal(15,7) NOT NULL DEFAULT 0.0000000,
  `shipping_blocked` tinyint(3) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `xjmw1_hikashop_tax`
--

CREATE TABLE `xjmw1_hikashop_tax` (
  `tax_namekey` varchar(255) NOT NULL,
  `tax_rate` decimal(17,5) NOT NULL DEFAULT 0.00000
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `xjmw1_hikashop_tax`
--

INSERT INTO `xjmw1_hikashop_tax` (`tax_namekey`, `tax_rate`) VALUES
('VAT', 0.19000);

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

--
-- Table structure for table `xjmw1_hikashop_taxation`
--

CREATE TABLE `xjmw1_hikashop_taxation` (
  `taxation_id` int(10) UNSIGNED NOT NULL,
  `zone_namekey` varchar(255) NOT NULL,
  `category_namekey` varchar(255) NOT NULL,
  `tax_namekey` varchar(255) NOT NULL,
  `taxation_published` tinyint(4) NOT NULL DEFAULT 0,
  `taxation_type` varchar(255) NOT NULL DEFAULT 'individual',
  `taxation_access` varchar(255) NOT NULL DEFAULT 'all',
  `taxation_cumulative` tinyint(4) DEFAULT NULL,
  `taxation_post_code` varchar(255) NOT NULL DEFAULT '',
  `taxation_date_start` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `taxation_date_end` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `taxation_internal_code` varchar(15) NOT NULL DEFAULT '' COMMENT 'Accounting internal code',
  `taxation_note` text NOT NULL COMMENT 'Note to add in the invoice when this tax is used - It uses the language file for the translation',
  `taxation_site_id` varchar(255) NOT NULL DEFAULT '' COMMENT 'Reference to JMS site ID',
  `taxation_ordering` int(10) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `xjmw1_hikashop_taxation`
--

INSERT INTO `xjmw1_hikashop_taxation` (`taxation_id`, `zone_namekey`, `category_namekey`, `tax_namekey`, `taxation_published`, `taxation_type`, `taxation_access`, `taxation_cumulative`, `taxation_post_code`, `taxation_date_start`, `taxation_date_end`, `taxation_internal_code`, `taxation_note`, `taxation_site_id`, `taxation_ordering`) VALUES
(1, 'country_Romania_175', 'default_tax', 'VAT', 1, '', 'all', 0, '', 0, 0, '0', '', '', 0);

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

--
-- Table structure for table `xjmw1_hikashop_user`
--

CREATE TABLE `xjmw1_hikashop_user` (
  `user_id` int(10) UNSIGNED NOT NULL,
  `user_cms_id` int(10) UNSIGNED NOT NULL,
  `user_email` varchar(255) NOT NULL DEFAULT '',
  `user_partner_email` varchar(255) NOT NULL,
  `user_params` text NOT NULL,
  `user_partner_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `user_partner_price` decimal(17,5) NOT NULL DEFAULT 0.00000,
  `user_partner_paid` tinyint(4) NOT NULL DEFAULT 0,
  `user_created_ip` varchar(255) NOT NULL DEFAULT '',
  `user_unpaid_amount` decimal(17,5) NOT NULL DEFAULT 0.00000,
  `user_partner_currency_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `user_created` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `user_currency_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `user_partner_activated` tinyint(4) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `xjmw1_hikashop_user`
--

INSERT INTO `xjmw1_hikashop_user` (`user_id`, `user_cms_id`, `user_email`, `user_partner_email`, `user_params`, `user_partner_id`, `user_partner_price`, `user_partner_paid`, `user_created_ip`, `user_unpaid_amount`, `user_partner_currency_id`, `user_created`, `user_currency_id`, `user_partner_activated`) VALUES
(1, 216, 'dale@pfane.com', '', '', 0, 0.00000, 0, '', 0.00000, 0, 1617216606, 0, 0),
(2, 215, 'site@pzaz.me', '', '', 0, 0.00000, 0, '', 0.00000, 0, 1617216606, 0, 0),
(5, 688, 'lisa@hikashop.com', '', '', 0, 0.00000, 0, '127.0.0.1', 0.00000, 0, 1401796052, 0, 0),
(6, 689, 'demo@hikashop.com', '', '', 0, 0.00000, 0, '127.0.0.1', 0.00000, 0, 1404139636, 0, 0),
(7, 690, 'vendor1@hikashop.com', '', '', 0, 0.00000, 0, '127.0.0.1', 0.00000, 0, 1406105004, 0, 0),
(4, 687, 'emily@hikashop.com', '', '', 0, 0.00000, 0, '127.0.0.1', 0.00000, 0, 1401787753, 0, 0);

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

--
-- Table structure for table `xjmw1_hikashop_variant`
--

CREATE TABLE `xjmw1_hikashop_variant` (
  `variant_characteristic_id` int(10) UNSIGNED NOT NULL,
  `variant_product_id` int(10) UNSIGNED NOT NULL,
  `ordering` int(10) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `xjmw1_hikashop_vote`
--

CREATE TABLE `xjmw1_hikashop_vote` (
  `vote_id` int(11) UNSIGNED NOT NULL,
  `vote_ref_id` int(11) NOT NULL,
  `vote_type` varchar(15) NOT NULL,
  `vote_user_id` varchar(255) NOT NULL,
  `vote_rating` float NOT NULL,
  `vote_comment` text NOT NULL,
  `vote_useful` int(11) NOT NULL,
  `vote_pseudo` varchar(255) NOT NULL,
  `vote_ip` varchar(255) NOT NULL,
  `vote_email` varchar(255) NOT NULL,
  `vote_date` int(10) UNSIGNED NOT NULL,
  `vote_published` tinyint(4) NOT NULL DEFAULT 1
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `xjmw1_hikashop_vote`
--

INSERT INTO `xjmw1_hikashop_vote` (`vote_id`, `vote_ref_id`, `vote_type`, `vote_user_id`, `vote_rating`, `vote_comment`, `vote_useful`, `vote_pseudo`, `vote_ip`, `vote_email`, `vote_date`, `vote_published`) VALUES
(1, 8, 'product', '2', 0, 'Wonderful shoes! beautiful and comfortable. I love them :)', 1, '0', '127.0.0.1', '0', 1401789428, 1),
(2, 8, 'product', '5', 5, '', 0, '0', '127.0.0.1', '0', 1401796119, 1),
(3, 8, 'product', '4', 0, 'stylish shoes at a fair price. Good deal !', 1, '0', '127.0.0.1', '0', 1401790792, 1),
(4, 8, 'product', '5', 0, 'Perfect shoes for working girls. Great color. Best brand ever !', 0, '0', '127.0.0.1', '0', 1401796221, 1),
(5, 2, 'product', '127.0.0.1', 4, '', 0, '0', '127.0.0.1', '0', 1403793907, 1),
(6, 2, 'product', '127.0.0.1', 0, 'wonderful shoes ! I love this product :)', 0, 'Charlotte', '127.0.0.1', '0', 1403793957, 1),
(7, 9, 'product', '127.0.0.1', 3, '', 0, '0', '127.0.0.1', '0', 1404394895, 1),
(8, 1, 'product', '1', 2, '', 0, '0', '127.0.0.1', '0', 1404457574, 1),
(9, 3, 'product', '1', 2, '', 0, '0', '127.0.0.1', '0', 1404457581, 1),
(10, 6, 'product', '1', 4, '', 0, '0', '127.0.0.1', '0', 1404457584, 1),
(11, 101, 'product', '127.0.0.1', 4, '', 0, '0', '127.0.0.1', '0', 1404981824, 1),
(13, 126, 'product', '127.0.0.1', 4, '', 0, '0', '127.0.0.1', '0', 1406035594, 1);

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

--
-- Table structure for table `xjmw1_hikashop_vote_user`
--

CREATE TABLE `xjmw1_hikashop_vote_user` (
  `vote_user_id` int(11) NOT NULL,
  `vote_user_user_id` varchar(255) NOT NULL,
  `vote_user_useful` tinyint(4) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `xjmw1_hikashop_vote_user`
--

INSERT INTO `xjmw1_hikashop_vote_user` (`vote_user_id`, `vote_user_user_id`, `vote_user_useful`) VALUES
(3, '127.0.0.1', 1);

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

--
-- Table structure for table `xjmw1_hikashop_waitlist`
--

CREATE TABLE `xjmw1_hikashop_waitlist` (
  `waitlist_id` int(11) NOT NULL,
  `product_id` int(11) NOT NULL,
  `date` int(11) NOT NULL,
  `email` varchar(255) NOT NULL,
  `name` varchar(255) DEFAULT NULL,
  `product_item_id` int(11) NOT NULL,
  `language` varchar(255) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `xjmw1_hikashop_warehouse`
--

CREATE TABLE `xjmw1_hikashop_warehouse` (
  `warehouse_id` int(10) NOT NULL,
  `warehouse_name` varchar(255) NOT NULL DEFAULT '',
  `warehouse_published` tinyint(4) NOT NULL DEFAULT 1,
  `warehouse_description` text NOT NULL,
  `warehouse_ordering` int(10) NOT NULL DEFAULT 0,
  `warehouse_created` int(10) DEFAULT NULL,
  `warehouse_modified` int(10) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `xjmw1_hikashop_widget`
--

CREATE TABLE `xjmw1_hikashop_widget` (
  `widget_id` int(10) UNSIGNED NOT NULL,
  `widget_name` varchar(255) NOT NULL,
  `widget_params` text NOT NULL,
  `widget_published` tinyint(4) NOT NULL DEFAULT 0,
  `widget_ordering` int(11) NOT NULL DEFAULT 0,
  `widget_access` varchar(250) NOT NULL DEFAULT 'all'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `xjmw1_hikashop_widget`
--

INSERT INTO `xjmw1_hikashop_widget` (`widget_id`, `widget_name`, `widget_params`, `widget_published`, `widget_ordering`, `widget_access`) VALUES
(1, 'Last seven orders', 'O:8:\"stdClass\":27:{s:7:\"display\";s:7:\"listing\";s:9:\"date_type\";s:7:\"created\";s:10:\"date_group\";s:5:\"%j %Y\";s:10:\"periodType\";s:14:\"proposedPeriod\";s:14:\"proposedPeriod\";s:7:\"last30d\";s:6:\"period\";s:1:\"0\";s:7:\"content\";s:6:\"orders\";s:7:\"filters\";s:45:\"a:1:{s:14:\"a.order_status\";a:1:{i:0;s:0:\"\";}}\";s:15:\"category_childs\";s:1:\"0\";s:9:\"customers\";s:14:\"best_customers\";s:15:\"customers_order\";s:5:\"sales\";s:8:\"partners\";s:14:\"last_customers\";s:14:\"partners_order\";s:5:\"sales\";s:12:\"compare_with\";s:7:\"periods\";s:14:\"period_compare\";s:4:\"none\";s:5:\"limit\";s:1:\"7\";s:6:\"region\";s:5:\"world\";s:6:\"format\";s:5:\"UTF-8\";s:10:\"map_source\";s:8:\"shipping\";s:12:\"product_data\";s:5:\"sales\";s:16:\"product_order_by\";s:4:\"best\";s:15:\"orders_order_by\";s:4:\"last\";s:8:\"compares\";N;s:10:\"categories\";s:3:\"all\";s:8:\"products\";s:6:\"a:0:{}\";s:7:\"coupons\";s:6:\"a:0:{}\";s:6:\"status\";s:0:\"\";}', 1, 1, 'all'),
(2, 'Sales this month', 'O:8:\"stdClass\":27:{s:7:\"display\";s:5:\"graph\";s:9:\"date_type\";s:7:\"created\";s:10:\"date_group\";s:5:\"%j %Y\";s:10:\"periodType\";s:14:\"proposedPeriod\";s:14:\"proposedPeriod\";s:7:\"last30d\";s:6:\"period\";s:1:\"0\";s:7:\"content\";s:5:\"sales\";s:7:\"filters\";s:45:\"a:1:{s:14:\"a.order_status\";a:1:{i:0;s:0:\"\";}}\";s:15:\"category_childs\";s:1:\"0\";s:9:\"customers\";s:14:\"last_customers\";s:15:\"customers_order\";s:5:\"sales\";s:8:\"partners\";s:14:\"last_customers\";s:14:\"partners_order\";s:5:\"sales\";s:12:\"compare_with\";s:7:\"periods\";s:14:\"period_compare\";s:4:\"none\";s:5:\"limit\";s:1:\"7\";s:6:\"region\";s:5:\"world\";s:6:\"format\";s:5:\"UTF-8\";s:10:\"map_source\";s:8:\"shipping\";s:12:\"product_data\";s:5:\"sales\";s:16:\"product_order_by\";s:4:\"best\";s:15:\"orders_order_by\";s:4:\"last\";s:8:\"compares\";N;s:10:\"categories\";s:3:\"all\";s:8:\"products\";s:6:\"a:0:{}\";s:7:\"coupons\";s:6:\"a:0:{}\";s:6:\"status\";s:0:\"\";}', 1, 2, 'all'),
(3, 'Main Statistics', 'O:8:\"stdClass\":6:{s:7:\"display\";s:5:\"table\";s:10:\"categories\";s:3:\"all\";s:7:\"coupons\";s:6:\"a:0:{}\";s:5:\"table\";a:5:{i:0;O:8:\"stdClass\":2:{s:8:\"row_name\";s:16:\"Sales this month\";s:13:\"widget_params\";O:8:\"stdClass\":15:{s:10:\"periodType\";s:14:\"proposedPeriod\";s:14:\"proposedPeriod\";s:9:\"thisMonth\";s:5:\"start\";s:0:\"\";s:3:\"end\";s:0:\"\";s:6:\"period\";s:1:\"0\";s:7:\"content\";s:5:\"sales\";s:7:\"filters\";s:45:\"a:1:{s:14:\"a.order_status\";a:1:{i:0;s:0:\"\";}}\";s:7:\"payment\";s:9:\"_multiple\";s:15:\"category_childs\";s:1:\"0\";s:9:\"customers\";s:13:\"last_customer\";s:8:\"apply_on\";s:7:\"product\";s:7:\"display\";s:5:\"table\";s:10:\"categories\";s:3:\"all\";s:8:\"products\";s:6:\"a:0:{}\";s:7:\"coupons\";s:6:\"a:0:{}\";}}i:1;O:8:\"stdClass\":2:{s:8:\"row_name\";s:22:\"Best product this year\";s:13:\"widget_params\";O:8:\"stdClass\":14:{s:10:\"periodType\";s:14:\"proposedPeriod\";s:14:\"proposedPeriod\";s:8:\"thisYear\";s:5:\"start\";s:0:\"\";s:3:\"end\";s:0:\"\";s:6:\"period\";s:1:\"0\";s:7:\"content\";s:4:\"best\";s:7:\"filters\";s:45:\"a:1:{s:14:\"a.order_status\";a:1:{i:0;s:0:\"\";}}\";s:15:\"category_childs\";s:1:\"0\";s:9:\"customers\";s:13:\"last_customer\";s:8:\"apply_on\";s:7:\"product\";s:7:\"display\";s:5:\"table\";s:10:\"categories\";s:3:\"all\";s:8:\"products\";s:6:\"a:0:{}\";s:7:\"coupons\";s:6:\"a:0:{}\";}}i:2;O:8:\"stdClass\":2:{s:8:\"row_name\";s:22:\"Best customer all time\";s:13:\"widget_params\";O:8:\"stdClass\":15:{s:10:\"periodType\";s:14:\"proposedPeriod\";s:14:\"proposedPeriod\";s:3:\"all\";s:5:\"start\";s:1:\"0\";s:3:\"end\";s:1:\"0\";s:6:\"period\";s:1:\"0\";s:7:\"content\";s:9:\"customers\";s:7:\"filters\";s:45:\"a:1:{s:14:\"a.order_status\";a:1:{i:0;s:0:\"\";}}\";s:15:\"category_childs\";s:1:\"0\";s:9:\"customers\";s:13:\"best_customer\";s:8:\"partners\";s:13:\"last_partners\";s:8:\"apply_on\";s:7:\"product\";s:7:\"display\";s:5:\"table\";s:10:\"categories\";s:3:\"all\";s:8:\"products\";s:6:\"a:0:{}\";s:7:\"coupons\";s:6:\"a:0:{}\";}}i:3;O:8:\"stdClass\":2:{s:8:\"row_name\";s:20:\"Orders created today\";s:13:\"widget_params\";O:8:\"stdClass\":15:{s:10:\"periodType\";s:14:\"proposedPeriod\";s:14:\"proposedPeriod\";s:5:\"today\";s:5:\"start\";s:0:\"\";s:3:\"end\";s:0:\"\";s:6:\"period\";s:1:\"0\";s:7:\"content\";s:6:\"orders\";s:7:\"filters\";s:72:\"a:1:{s:14:\"a.order_status\";a:2:{i:0;s:7:\"created\";i:1;s:9:\"confirmed\";}}\";s:7:\"payment\";s:9:\"_multiple\";s:15:\"category_childs\";s:1:\"0\";s:9:\"customers\";s:13:\"last_customer\";s:8:\"apply_on\";s:7:\"product\";s:7:\"display\";s:5:\"table\";s:10:\"categories\";s:3:\"all\";s:8:\"products\";s:6:\"a:0:{}\";s:7:\"coupons\";s:6:\"a:0:{}\";}}i:4;O:8:\"stdClass\":2:{s:8:\"row_name\";s:24:\"Best category this month\";s:13:\"widget_params\";O:8:\"stdClass\":15:{s:10:\"periodType\";s:14:\"proposedPeriod\";s:14:\"proposedPeriod\";s:8:\"thisWeek\";s:5:\"start\";s:0:\"\";s:3:\"end\";s:0:\"\";s:6:\"period\";s:1:\"0\";s:7:\"content\";s:4:\"best\";s:7:\"filters\";s:45:\"a:1:{s:14:\"a.order_status\";a:1:{i:0;s:0:\"\";}}\";s:7:\"payment\";s:9:\"_multiple\";s:15:\"category_childs\";s:1:\"0\";s:9:\"customers\";s:13:\"last_customer\";s:8:\"apply_on\";s:8:\"category\";s:7:\"display\";s:5:\"table\";s:10:\"categories\";s:3:\"all\";s:8:\"products\";s:6:\"a:0:{}\";s:7:\"coupons\";s:6:\"a:0:{}\";}}}s:6:\"status\";s:0:\"\";s:8:\"products\";s:6:\"a:0:{}\";}', 1, 3, 'all'),
(4, 'Weekly performance', 'O:8:\"stdClass\":27:{s:7:\"display\";s:5:\"gauge\";s:9:\"date_type\";s:7:\"created\";s:10:\"date_group\";s:5:\"%u %Y\";s:10:\"periodType\";s:14:\"proposedPeriod\";s:14:\"proposedPeriod\";s:3:\"all\";s:6:\"period\";s:1:\"0\";s:7:\"content\";s:5:\"sales\";s:7:\"filters\";s:45:\"a:1:{s:14:\"a.order_status\";a:1:{i:0;s:0:\"\";}}\";s:15:\"category_childs\";s:1:\"0\";s:9:\"customers\";s:14:\"last_customers\";s:15:\"customers_order\";s:5:\"sales\";s:8:\"partners\";s:14:\"last_customers\";s:14:\"partners_order\";s:5:\"sales\";s:12:\"compare_with\";s:7:\"periods\";s:14:\"period_compare\";s:4:\"none\";s:5:\"limit\";s:1:\"7\";s:6:\"region\";s:5:\"world\";s:6:\"format\";s:5:\"UTF-8\";s:10:\"map_source\";s:8:\"shipping\";s:12:\"product_data\";s:5:\"sales\";s:16:\"product_order_by\";s:4:\"best\";s:15:\"orders_order_by\";s:4:\"last\";s:8:\"compares\";N;s:10:\"categories\";s:3:\"all\";s:8:\"products\";s:6:\"a:0:{}\";s:7:\"coupons\";s:6:\"a:0:{}\";s:6:\"status\";s:0:\"\";}', 0, 4, 'all'),
(5, 'Top sales', 'O:8:\"stdClass\":27:{s:7:\"display\";s:7:\"listing\";s:9:\"date_type\";s:7:\"created\";s:10:\"date_group\";s:5:\"%j %Y\";s:10:\"periodType\";s:14:\"proposedPeriod\";s:14:\"proposedPeriod\";s:7:\"last30d\";s:6:\"period\";s:1:\"0\";s:7:\"content\";s:8:\"products\";s:7:\"filters\";s:45:\"a:1:{s:14:\"a.order_status\";a:1:{i:0;s:0:\"\";}}\";s:15:\"category_childs\";s:1:\"0\";s:9:\"customers\";s:14:\"last_customers\";s:15:\"customers_order\";s:5:\"sales\";s:8:\"partners\";s:14:\"last_customers\";s:14:\"partners_order\";s:5:\"sales\";s:12:\"compare_with\";s:7:\"periods\";s:14:\"period_compare\";s:4:\"none\";s:5:\"limit\";s:1:\"7\";s:6:\"region\";s:5:\"world\";s:6:\"format\";s:5:\"UTF-8\";s:10:\"map_source\";s:8:\"shipping\";s:12:\"product_data\";s:5:\"sales\";s:16:\"product_order_by\";s:4:\"best\";s:15:\"orders_order_by\";s:4:\"last\";s:8:\"compares\";N;s:10:\"categories\";s:3:\"all\";s:8:\"products\";s:6:\"a:0:{}\";s:7:\"coupons\";s:6:\"a:0:{}\";s:6:\"status\";s:0:\"\";}', 0, 5, 'all'),
(6, 'Orders statuses this week', 'O:8:\"stdClass\":27:{s:7:\"display\";s:3:\"pie\";s:9:\"date_type\";s:7:\"created\";s:10:\"date_group\";s:5:\"%j %Y\";s:10:\"periodType\";s:14:\"proposedPeriod\";s:14:\"proposedPeriod\";s:8:\"thisWeek\";s:6:\"period\";s:1:\"0\";s:7:\"content\";s:6:\"orders\";s:7:\"filters\";s:45:\"a:1:{s:14:\"a.order_status\";a:1:{i:0;s:0:\"\";}}\";s:15:\"category_childs\";s:1:\"0\";s:9:\"customers\";s:14:\"last_customers\";s:15:\"customers_order\";s:5:\"sales\";s:8:\"partners\";s:14:\"last_customers\";s:14:\"partners_order\";s:5:\"sales\";s:12:\"compare_with\";s:7:\"periods\";s:14:\"period_compare\";s:4:\"none\";s:5:\"limit\";s:1:\"7\";s:6:\"region\";s:5:\"world\";s:6:\"format\";s:5:\"UTF-8\";s:10:\"map_source\";s:8:\"shipping\";s:12:\"product_data\";s:5:\"sales\";s:16:\"product_order_by\";s:4:\"best\";s:15:\"orders_order_by\";s:4:\"last\";s:8:\"compares\";N;s:10:\"categories\";s:3:\"all\";s:8:\"products\";s:6:\"a:0:{}\";s:7:\"coupons\";s:6:\"a:0:{}\";s:6:\"status\";s:0:\"\";}', 0, 6, 'all'),
(7, 'Sales comparison between this year vs last year', 'O:8:\"stdClass\":27:{s:7:\"display\";s:4:\"area\";s:9:\"date_type\";s:7:\"created\";s:10:\"date_group\";s:5:\"%j %Y\";s:10:\"periodType\";s:14:\"proposedPeriod\";s:14:\"proposedPeriod\";s:7:\"last30d\";s:6:\"period\";s:1:\"0\";s:7:\"content\";s:5:\"sales\";s:7:\"filters\";s:45:\"a:1:{s:14:\"a.order_status\";a:1:{i:0;s:0:\"\";}}\";s:15:\"category_childs\";s:1:\"0\";s:9:\"customers\";s:14:\"last_customers\";s:15:\"customers_order\";s:5:\"sales\";s:8:\"partners\";s:14:\"last_customers\";s:14:\"partners_order\";s:5:\"sales\";s:12:\"compare_with\";s:7:\"periods\";s:14:\"period_compare\";s:9:\"last_year\";s:5:\"limit\";s:1:\"7\";s:6:\"region\";s:5:\"world\";s:6:\"format\";s:5:\"UTF-8\";s:10:\"map_source\";s:8:\"shipping\";s:12:\"product_data\";s:5:\"sales\";s:16:\"product_order_by\";s:4:\"best\";s:15:\"orders_order_by\";s:4:\"last\";s:8:\"compares\";N;s:10:\"categories\";s:3:\"all\";s:8:\"products\";s:6:\"a:0:{}\";s:7:\"coupons\";s:6:\"a:0:{}\";s:6:\"status\";s:0:\"\";}', 0, 7, 'all'),
(8, 'Five best categories over the last two weeks', 'O:8:\"stdClass\":27:{s:7:\"display\";s:4:\"line\";s:9:\"date_type\";s:7:\"created\";s:10:\"date_group\";s:5:\"%j %Y\";s:10:\"periodType\";s:14:\"specificPeriod\";s:5:\"start\";i:1342367760;s:3:\"end\";i:1343663760;s:6:\"period\";s:7:\"1296000\";s:7:\"content\";s:6:\"orders\";s:7:\"filters\";s:45:\"a:1:{s:14:\"a.order_status\";a:1:{i:0;s:0:\"\";}}\";s:15:\"category_childs\";s:1:\"0\";s:9:\"customers\";s:14:\"last_customers\";s:15:\"customers_order\";s:5:\"sales\";s:8:\"partners\";s:14:\"last_customers\";s:14:\"partners_order\";s:5:\"sales\";s:12:\"compare_with\";s:6:\"values\";s:8:\"compares\";s:50:\"a:1:{s:13:\"c.category_id\";s:15:\"c.category_name\";}\";s:5:\"limit\";s:1:\"5\";s:6:\"region\";s:5:\"world\";s:6:\"format\";s:5:\"UTF-8\";s:10:\"map_source\";s:8:\"shipping\";s:12:\"product_data\";s:5:\"sales\";s:16:\"product_order_by\";s:4:\"best\";s:15:\"orders_order_by\";s:4:\"last\";s:10:\"categories\";s:3:\"all\";s:8:\"products\";s:6:\"a:0:{}\";s:7:\"coupons\";s:6:\"a:0:{}\";s:6:\"status\";s:0:\"\";}', 0, 8, 'all'),
(9, 'Map', 'O:8:\"stdClass\":27:{s:7:\"display\";s:3:\"map\";s:9:\"date_type\";s:7:\"created\";s:10:\"date_group\";s:5:\"%j %Y\";s:10:\"periodType\";s:14:\"proposedPeriod\";s:14:\"proposedPeriod\";s:3:\"all\";s:6:\"period\";s:1:\"0\";s:7:\"content\";s:6:\"orders\";s:7:\"filters\";s:45:\"a:1:{s:14:\"a.order_status\";a:1:{i:0;s:0:\"\";}}\";s:15:\"category_childs\";s:1:\"0\";s:9:\"customers\";s:14:\"best_customers\";s:15:\"customers_order\";s:5:\"sales\";s:8:\"partners\";s:14:\"last_customers\";s:14:\"partners_order\";s:5:\"sales\";s:12:\"compare_with\";s:7:\"periods\";s:14:\"period_compare\";s:4:\"none\";s:5:\"limit\";s:1:\"5\";s:6:\"region\";s:5:\"world\";s:6:\"format\";s:5:\"UTF-8\";s:10:\"map_source\";s:7:\"billing\";s:12:\"product_data\";s:5:\"sales\";s:16:\"product_order_by\";s:4:\"best\";s:15:\"orders_order_by\";s:4:\"best\";s:8:\"compares\";N;s:10:\"categories\";s:3:\"all\";s:8:\"products\";s:6:\"a:0:{}\";s:7:\"coupons\";s:6:\"a:0:{}\";s:6:\"status\";s:0:\"\";}', 0, 9, 'all'),
(10, 'Orders by currency', 'O:8:\"stdClass\":26:{s:7:\"display\";s:6:\"column\";s:9:\"date_type\";s:7:\"created\";s:10:\"date_group\";s:5:\"%j %Y\";s:10:\"periodType\";s:14:\"proposedPeriod\";s:14:\"proposedPeriod\";s:8:\"thisWeek\";s:6:\"period\";s:1:\"0\";s:7:\"content\";s:6:\"orders\";s:7:\"filters\";s:90:\"a:2:{s:14:\"a.order_status\";a:1:{i:0;s:0:\"\";}s:19:\"a.order_currency_id\";a:1:{i:0;s:1:\"1\";}}\";s:15:\"category_childs\";s:1:\"0\";s:9:\"customers\";s:14:\"last_customers\";s:15:\"customers_order\";s:5:\"sales\";s:8:\"partners\";s:14:\"last_customers\";s:14:\"partners_order\";s:5:\"sales\";s:12:\"compare_with\";s:6:\"values\";s:8:\"compares\";s:56:\"a:1:{s:19:\"a.order_currency_id\";s:15:\"d.currency_name\";}\";s:5:\"limit\";s:1:\"7\";s:6:\"region\";s:5:\"world\";s:6:\"format\";s:5:\"UTF-8\";s:10:\"map_source\";s:8:\"shipping\";s:12:\"product_data\";s:5:\"sales\";s:16:\"product_order_by\";s:4:\"best\";s:15:\"orders_order_by\";s:4:\"last\";s:10:\"categories\";s:3:\"all\";s:8:\"products\";s:6:\"a:0:{}\";s:7:\"coupons\";s:6:\"a:0:{}\";s:6:\"status\";s:0:\"\";}', 0, 10, 'all'),
(11, 'Order to ship', 'O:8:\"stdClass\":27:{s:7:\"display\";s:7:\"listing\";s:9:\"date_type\";s:7:\"created\";s:10:\"date_group\";s:5:\"%j %Y\";s:10:\"periodType\";s:14:\"proposedPeriod\";s:14:\"proposedPeriod\";s:3:\"all\";s:6:\"period\";s:1:\"0\";s:7:\"content\";s:6:\"orders\";s:7:\"filters\";s:54:\"a:1:{s:14:\"a.order_status\";a:1:{i:0;s:9:\"confirmed\";}}\";s:15:\"category_childs\";s:1:\"0\";s:9:\"customers\";s:14:\"last_customers\";s:15:\"customers_order\";s:5:\"sales\";s:8:\"partners\";s:14:\"last_customers\";s:14:\"partners_order\";s:5:\"sales\";s:12:\"compare_with\";s:7:\"periods\";s:14:\"period_compare\";s:4:\"none\";s:5:\"limit\";s:0:\"\";s:6:\"region\";s:5:\"world\";s:6:\"format\";s:5:\"UTF-8\";s:10:\"map_source\";s:8:\"shipping\";s:12:\"product_data\";s:5:\"sales\";s:16:\"product_order_by\";s:4:\"best\";s:15:\"orders_order_by\";s:4:\"last\";s:8:\"compares\";N;s:10:\"categories\";s:3:\"all\";s:8:\"products\";s:6:\"a:0:{}\";s:7:\"coupons\";s:6:\"a:0:{}\";s:6:\"status\";s:0:\"\";}', 0, 11, 'all');

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

--
-- Table structure for table `xjmw1_hikashop_zone`
--

CREATE TABLE `xjmw1_hikashop_zone` (
  `zone_id` int(10) UNSIGNED NOT NULL,
  `zone_namekey` varchar(255) NOT NULL,
  `zone_name` varchar(255) NOT NULL,
  `zone_name_english` varchar(255) NOT NULL,
  `zone_code_2` varchar(255) NOT NULL,
  `zone_code_3` varchar(255) NOT NULL,
  `zone_type` varchar(255) NOT NULL DEFAULT 'country',
  `zone_published` tinyint(4) NOT NULL DEFAULT 0,
  `zone_currency_id` int(10) UNSIGNED DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `xjmw1_hikashop_zone`
--

INSERT INTO `xjmw1_hikashop_zone` (`zone_id`, `zone_namekey`, `zone_name`, `zone_name_english`, `zone_code_2`, `zone_code_3`, `zone_type`, `zone_published`, `zone_currency_id`) VALUES
(1, 'country_Afghanistan_1', 'افغانستان', 'Afghanistan', 'AF', 'AFG', 'country', 1, 0),
(2, 'country_Albania_2', 'Shqipëria', 'Albania', 'AL', 'ALB', 'country', 1, 0),
(3, 'country_Algeria_3', 'الجزائر', 'Algeria', 'DZ', 'DZA', 'country', 1, 0),
(4, 'country_American_Samoa_4', 'American Samoa', 'American Samoa', 'AS', 'ASM', 'country', 1, 0),
(5, 'country_Andorra_5', 'Andorra', 'Andorra', 'AD', 'AND', 'country', 1, 0),
(6, 'country_Angola_6', 'Angola', 'Angola', 'AO', 'AGO', 'country', 1, 0),
(7, 'country_Anguilla_7', 'Anguilla', 'Anguilla', 'AI', 'AIA', 'country', 1, 0),
(8, 'country_Antarctica_8', 'Antarctica', 'Antarctica', 'AQ', 'ATA', 'country', 1, 0),
(9, 'country_Antigua_and_Barbuda_9', 'Antigua and Barbuda', 'Antigua and Barbuda', 'AG', 'ATG', 'country', 1, 0),
(10, 'country_Argentina_10', 'Argentina', 'Argentina', 'AR', 'ARG', 'country', 1, 0),
(11, 'country_Armenia_11', 'Հայաստան', 'Armenia', 'AM', 'ARM', 'country', 1, 0),
(12, 'country_Aruba_12', 'Aruba', 'Aruba', 'AW', 'ABW', 'country', 1, 0),
(13, 'country_Australia_13', 'Australia', 'Australia', 'AU', 'AUS', 'country', 1, 0),
(14, 'country_Austria_14', 'Österreich', 'Austria', 'AT', 'AUT', 'country', 1, 0),
(15, 'country_Azerbaijan_15', 'Azərbaycan', 'Azerbaijan', 'AZ', 'AZE', 'country', 1, 0),
(16, 'country_Bahamas_16', 'Bahamas', 'Bahamas', 'BS', 'BHS', 'country', 1, 0),
(17, 'country_Bahrain_17', 'البحرين', 'Bahrain', 'BH', 'BHR', 'country', 1, 0),
(18, 'country_Bangladesh_18', 'বাংলাদেশ\'', 'Bangladesh', 'BD', 'BGD', 'country', 1, 0),
(19, 'country_Barbados_19', 'Barbados', 'Barbados', 'BB', 'BRB', 'country', 1, 0),
(20, 'country_Belarus_20', 'Беларусь', 'Belarus', 'BY', 'BLR', 'country', 1, 0),
(21, 'country_Belgium_21', 'België • Belgique • Belgien', 'Belgium', 'BE', 'BEL', 'country', 1, 0),
(22, 'country_Belize_22', 'Belize', 'Belize', 'BZ', 'BLZ', 'country', 1, 0),
(23, 'country_Benin_23', 'Bénin', 'Benin', 'BJ', 'BEN', 'country', 1, 0),
(24, 'country_Bermuda_24', 'Bermuda', 'Bermuda', 'BM', 'BMU', 'country', 1, 0),
(25, 'country_Bhutan_25', 'འབྲུག་ཡུལ་', 'Bhutan', 'BT', 'BTN', 'country', 1, 0),
(26, 'country_Bolivia_26', 'Wuliwya • Volívia • Buliwya', 'Bolivia', 'BO', 'BOL', 'country', 1, 0),
(27, 'country_Bosnia_and_Herzegowina_27', 'Bosna i Hercegovina', 'Bosnia and Herzegowina', 'BA', 'BIH', 'country', 1, 0),
(28, 'country_Botswana_28', 'Botswana', 'Botswana', 'BW', 'BWA', 'country', 1, 0),
(29, 'country_Bouvet_Island_29', 'Bouvet Island', 'Bouvet Island', 'BV', 'BVT', 'country', 1, 0),
(30, 'country_Brazil_30', 'Brazil', 'Brazil', 'BR', 'BRA', 'country', 1, 0),
(31, 'country_British_Indian_Ocean_Territory_31', 'British Indian Ocean Territory', 'British Indian Ocean Territory', 'IO', 'IOT', 'country', 1, 0),
(32, 'country_Brunei_Darussalam_32', 'Brunei Darussalam', 'Brunei Darussalam', 'BN', 'BRN', 'country', 1, 0),
(33, 'country_Bulgaria_33', 'България', 'Bulgaria', 'BG', 'BGR', 'country', 1, 0),
(34, 'country_Burkina_Faso_34', 'Burkina Faso', 'Burkina Faso', 'BF', 'BFA', 'country', 1, 0),
(35, 'country_Burundi_35', 'Uburundi', 'Burundi', 'BI', 'BDI', 'country', 1, 0),
(36, 'country_Cambodia_36', 'កម្ពុជា', 'Cambodia', 'KH', 'KHM', 'country', 1, 0),
(37, 'country_Cameroon_37', 'Cameroun', 'Cameroon', 'CM', 'CMR', 'country', 1, 0),
(38, 'country_Canada_38', 'Canada', 'Canada', 'CA', 'CAN', 'country', 1, 0),
(39, 'country_Cape_Verde_39', 'Cabo Verde', 'Cape Verde', 'CV', 'CPV', 'country', 1, 0),
(40, 'country_Cayman_Islands_40', 'Cayman Islands', 'Cayman Islands', 'KY', 'CYM', 'country', 1, 0),
(41, 'country_Central_African_Republic_41', 'Centrafrique • Bêafrîka', 'Central African Republic', 'CF', 'CAF', 'country', 1, 0),
(42, 'country_Chad_42', 'Tchad • تشاد', 'Chad', 'TD', 'TCD', 'country', 1, 0),
(43, 'country_Chile_43', 'Chile', 'Chile', 'CL', 'CHL', 'country', 1, 0),
(44, 'country_China_44', '中國 • 中国', 'China', 'CN', 'CHN', 'country', 1, 0),
(45, 'country_Christmas_Island_45', 'Christmas Island', 'Christmas Island', 'CX', 'CXR', 'country', 1, 0),
(46, 'country_Cocos__Keeling__Islands_46', 'Cocos (Keeling) Islands', 'Cocos (Keeling) Islands', 'CC', 'CCK', 'country', 1, 0),
(47, 'country_Colombia_47', 'Colombia', 'Colombia', 'CO', 'COL', 'country', 1, 0),
(48, 'country_Comoros_48', 'Komori • Comores • جزر القمر', 'Comoros', 'KM', 'COM', 'country', 1, 0),
(49, 'country_Congo_49', 'Congo', 'Congo', 'CG', 'COG', 'country', 1, 0),
(50, 'country_Cook_Islands_50', 'Cook Islands', 'Cook Islands', 'CK', 'COK', 'country', 1, 0),
(51, 'country_Costa_Rica_51', 'Costa Rica', 'Costa Rica', 'CR', 'CRI', 'country', 1, 0),
(52, 'country_Cote_D_Ivoire_52', 'Cote D\'Ivoire', 'Cote D\'Ivoire', 'CI', 'CIV', 'country', 1, 0),
(53, 'country_Croatia_53', 'Hrvatska', 'Croatia', 'HR', 'HRV', 'country', 1, 0),
(54, 'country_Cuba_54', 'Cuba', 'Cuba', 'CU', 'CUB', 'country', 1, 0),
(55, 'country_Cyprus_55', 'Κύπρος • Kıbrıs', 'Cyprus', 'CY', 'CYP', 'country', 1, 0),
(56, 'country_Czech_Republic_56', 'Česko', 'Czech Republic', 'CZ', 'CZE', 'country', 1, 0),
(57, 'country_Denmark_57', 'Danmark', 'Denmark', 'DK', 'DNK', 'country', 1, 0),
(58, 'country_Djibouti_58', 'جيبوتي', 'Djibouti', 'DJ', 'DJI', 'country', 1, 0),
(59, 'country_Dominica_59', 'Dominica', 'Dominica', 'DM', 'DMA', 'country', 1, 0),
(60, 'country_Dominican_Republic_60', 'República Dominicana', 'Dominican Republic', 'DO', 'DOM', 'country', 1, 0),
(61, 'country_East_Timor_61', 'Timór-Leste', 'East Timor', 'TP', 'TMP', 'country', 1, 0),
(62, 'country_Ecuador_62', 'Ecuador', 'Ecuador', 'EC', 'ECU', 'country', 1, 0),
(63, 'country_Egypt_63', 'مصر', 'Egypt', 'EG', 'EGY', 'country', 1, 0),
(64, 'country_El_Salvador_64', 'El Salvador', 'El Salvador', 'SV', 'SLV', 'country', 1, 0),
(65, 'country_Equatorial_Guinea_65', 'Guinée équatoriale', 'Equatorial Guinea', 'GQ', 'GNQ', 'country', 1, 0),
(66, 'country_Eritrea_66', 'ኤርትራ • إرتريا', 'Eritrea', 'ER', 'ERI', 'country', 1, 0),
(67, 'country_Estonia_67', 'Eesti', 'Estonia', 'EE', 'EST', 'country', 1, 0),
(68, 'country_Ethiopia_68', 'ኢትዮጵያ', 'Ethiopia', 'ET', 'ETH', 'country', 1, 0),
(69, 'country_Falkland_Islands__Malvinas__69', 'Falkland Islands (Malvinas)', 'Falkland Islands (Malvinas)', 'FK', 'FLK', 'country', 1, 0),
(70, 'country_Faroe_Islands_70', 'Faroe Islands', 'Faroe Islands', 'FO', 'FRO', 'country', 1, 0),
(71, 'country_Fiji_71', 'Viti • फ़िजी', 'Fiji', 'FJ', 'FJI', 'country', 1, 0),
(72, 'country_Finland_72', 'Suomi', 'Finland', 'FI', 'FIN', 'country', 1, 0),
(73, 'country_France_73', 'France', 'France', 'FR', 'FRA', 'country', 1, 0),
(74, 'country_France__Metropolitan_74', 'France, Metropolitan', 'France, Metropolitan', 'FX', 'FXX', 'country', 0, 0),
(75, 'country_French_Guiana_75', 'French Guiana', 'French Guiana', 'GF', 'GUF', 'country', 1, 0),
(76, 'country_French_Polynesia_76', 'French Polynesia', 'French Polynesia', 'PF', 'PYF', 'country', 1, 0),
(77, 'country_French_Southern_Territories_77', 'French Southern Territories', 'French Southern Territories', 'TF', 'ATF', 'country', 1, 0),
(78, 'country_Gabon_78', 'Gabon', 'Gabon', 'GA', 'GAB', 'country', 1, 0),
(79, 'country_Gambia_79', 'Gambia', 'Gambia', 'GM', 'GMB', 'country', 1, 0),
(80, 'country_Georgia_80', 'საქართველო', 'Georgia', 'GE', 'GEO', 'country', 1, 0),
(81, 'country_Germany_81', 'Deutschland', 'Germany', 'DE', 'DEU', 'country', 1, 0),
(82, 'country_Ghana_82', 'Ghana', 'Ghana', 'GH', 'GHA', 'country', 1, 0),
(83, 'country_Gibraltar_83', 'Gibraltar', 'Gibraltar', 'GI', 'GIB', 'country', 1, 0),
(84, 'country_Greece_84', 'Ελλάδα', 'Greece', 'GR', 'GRC', 'country', 1, 0),
(85, 'country_Greenland_85', 'Greenland', 'Greenland', 'GL', 'GRL', 'country', 1, 0),
(86, 'country_Grenada_86', 'Grenada', 'Grenada', 'GD', 'GRD', 'country', 1, 0),
(87, 'country_Guadeloupe_87', 'Guadeloupe', 'Guadeloupe', 'GP', 'GLP', 'state', 1, 0),
(88, 'country_Guam_88', 'Guam', 'Guam', 'GU', 'GUM', 'country', 1, 0),
(89, 'country_Guatemala_89', 'Guatemala', 'Guatemala', 'GT', 'GTM', 'country', 1, 0),
(90, 'country_Guinea_90', 'Guinée', 'Guinea', 'GN', 'GIN', 'country', 1, 0),
(91, 'country_Guinea_Bissau_91', 'Guiné-Bissau', 'Guinea-Bissau', 'GW', 'GNB', 'country', 1, 0),
(92, 'country_Guyana_92', 'Guyana', 'Guyana', 'GY', 'GUY', 'country', 1, 0),
(93, 'country_Haiti_93', 'Haïti • Ayiti', 'Haiti', 'HT', 'HTI', 'country', 1, 0),
(94, 'country_Heard_and_McDonald_Islands_94', 'Heard and McDonald Islands', 'Heard and McDonald Islands', 'HM', 'HMD', 'country', 1, 0),
(95, 'country_Honduras_95', 'Honduras', 'Honduras', 'HN', 'HND', 'country', 1, 0),
(96, 'country_Hong_Kong_96', '香港', 'Hong Kong', 'HK', 'HKG', 'country', 1, 0),
(97, 'country_Hungary_97', 'Magyarország', 'Hungary', 'HU', 'HUN', 'country', 1, 0),
(98, 'country_Iceland_98', 'Ísland', 'Iceland', 'IS', 'ISL', 'country', 1, 0),
(99, 'country_India_99', 'भारत', 'India', 'IN', 'IND', 'country', 1, 0),
(100, 'country_Indonesia_100', 'Indonesia', 'Indonesia', 'ID', 'IDN', 'country', 1, 0),
(101, 'country_Iran_101', 'ايران', 'Iran', 'IR', 'IRN', 'country', 1, 0),
(102, 'country_Iraq_102', 'عێراق • العراق', 'Iraq', 'IQ', 'IRQ', 'country', 1, 0),
(103, 'country_Ireland_103', 'Éire', 'Ireland', 'IE', 'IRL', 'country', 1, 0),
(104, 'country_Israel_104', 'إسرائيل • ישראל', 'Israel', 'IL', 'ISR', 'country', 1, 0),
(105, 'country_Italy_105', 'Italia', 'Italy', 'IT', 'ITA', 'country', 1, 0),
(106, 'country_Jamaica_106', 'Jamaica', 'Jamaica', 'JM', 'JAM', 'country', 1, 0),
(107, 'country_Japan_107', '日本', 'Japan', 'JP', 'JPN', 'country', 1, 0),
(108, 'country_Jordan_108', 'الأردنّ', 'Jordan', 'JO', 'JOR', 'country', 1, 0),
(109, 'country_Kazakhstan_109', 'Қазақстан', 'Kazakhstan', 'KZ', 'KAZ', 'country', 1, 0),
(110, 'country_Kenya_110', 'Kenya', 'Kenya', 'KE', 'KEN', 'country', 1, 0),
(111, 'country_Kiribati_111', 'Kiribati', 'Kiribati', 'KI', 'KIR', 'country', 1, 0),
(112, 'country_Korea__North_112', '북조선', 'Korea, North', 'KP', 'PRK', 'country', 1, 0),
(113, 'country_Korea__South_113', '한국', 'Korea, South', 'KR', 'KOR', 'country', 1, 0),
(114, 'country_Kuwait_114', 'الكويت', 'Kuwait', 'KW', 'KWT', 'country', 1, 0),
(115, 'country_Kyrgyzstan_115', 'Кыргызстан', 'Kyrgyzstan', 'KG', 'KGZ', 'country', 1, 0),
(116, 'country_Laos_116', 'ເມືອງລາວ', 'Laos', 'LA', 'LAO', 'country', 1, 0),
(117, 'country_Latvia_117', 'Latvija', 'Latvia', 'LV', 'LVA', 'country', 1, 0),
(118, 'country_Lebanon_118', 'لبنان', 'Lebanon', 'LB', 'LBN', 'country', 1, 0),
(119, 'country_Lesotho_119', 'Lesotho', 'Lesotho', 'LS', 'LSO', 'country', 1, 0),
(120, 'country_Liberia_120', 'Liberia', 'Liberia', 'LR', 'LBR', 'country', 1, 0),
(121, 'country_Libyan_Arab_Jamahiriya_121', 'Libyan Arab Jamahiriya', 'Libyan Arab Jamahiriya', 'LY', 'LBY', 'country', 1, 0),
(122, 'country_Liechtenstein_122', 'Liechtenstein', 'Liechtenstein', 'LI', 'LIE', 'country', 1, 0),
(123, 'country_Lithuania_123', 'Lietuva', 'Lithuania', 'LT', 'LTU', 'country', 1, 0),
(124, 'country_Luxembourg_124', 'Luxemburg • Lëtzebuerg', 'Luxembourg', 'LU', 'LUX', 'country', 1, 0),
(125, 'country_Macau_125', '澳门 • 澳門', 'Macau', 'MO', 'MAC', 'country', 1, 0),
(126, 'country_Macedonia_126', 'Македонија', 'Macedonia', 'MK', 'MKD', 'country', 1, 0),
(127, 'country_Madagascar_127', 'Madagasikara', 'Madagascar', 'MG', 'MDG', 'country', 1, 0),
(128, 'country_Malawi_128', 'Malaŵi', 'Malawi', 'MW', 'MWI', 'country', 1, 0),
(129, 'country_Malaysia_129', 'Malaysia', 'Malaysia', 'MY', 'MYS', 'country', 1, 0),
(130, 'country_Maldives_130', 'ދިވެހިރާއްޖެ', 'Maldives', 'MV', 'MDV', 'country', 1, 0),
(131, 'country_Mali_131', 'Mali', 'Mali', 'ML', 'MLI', 'country', 1, 0),
(132, 'country_Malta_132', 'Malta', 'Malta', 'MT', 'MLT', 'country', 1, 0),
(133, 'country_Marshall_Islands_133', 'Aelōn̄ in M̧ajeļ', 'Marshall Islands', 'MH', 'MHL', 'country', 1, 0),
(134, 'country_Martinique_134', 'Martinique', 'Martinique', 'MQ', 'MTQ', 'state', 1, 0),
(135, 'country_Mauritania_135', 'موريتانيا • Mauritanie', 'Mauritania', 'MR', 'MRT', 'country', 1, 0),
(136, 'country_Mauritius_136', 'Maurice', 'Mauritius', 'MU', 'MUS', 'country', 1, 0),
(137, 'country_Mayotte_137', 'Mayotte', 'Mayotte', 'YT', 'MYT', 'country', 1, 0),
(138, 'country_Mexico_138', 'México • Mēxihco', 'Mexico', 'MX', 'MEX', 'country', 1, 0),
(139, 'country_Micronesia_139', 'Micronesia', 'Micronesia', 'FM', 'FSM', 'country', 1, 0),
(140, 'country_Moldova_140', 'Moldova', 'Moldova', 'MD', 'MDA', 'country', 1, 0),
(141, 'country_Monaco_141', 'Monaco', 'Monaco', 'MC', 'MCO', 'country', 1, 0),
(142, 'country_Mongolia_142', 'Монгол улс', 'Mongolia', 'MN', 'MNG', 'country', 1, 0),
(143, 'country_Montserrat_143', 'Montserrat', 'Montserrat', 'MS', 'MSR', 'country', 1, 0),
(144, 'country_Morocco_144', 'المغرب', 'Morocco', 'MA', 'MAR', 'country', 1, 0),
(145, 'country_Mozambique_145', 'Moçambique', 'Mozambique', 'MZ', 'MOZ', 'country', 1, 0),
(146, 'country_Myanmar_146', 'Myanmar', 'Myanmar', 'MM', 'MMR', 'country', 1, 0),
(147, 'country_Namibia_147', 'Namibia', 'Namibia', 'NA', 'NAM', 'country', 1, 0),
(148, 'country_Nauru_148', 'Nauru', 'Nauru', 'NR', 'NRU', 'country', 1, 0),
(149, 'country_Nepal_149', 'नेपाल', 'Nepal', 'NP', 'NPL', 'country', 1, 0),
(150, 'country_Netherlands_150', 'Nederland', 'Netherlands', 'NL', 'NLD', 'country', 1, 0),
(151, 'country_Netherlands_Antilles_151', 'Netherlands Antilles', 'Netherlands Antilles', 'AN', 'ANT', 'country', 1, 0),
(152, 'country_New_Caledonia_152', 'Nouvelle-Calédonie', 'New Caledonia', 'NC', 'NCL', 'country', 1, 0),
(153, 'country_New_Zealand_153', 'Aotearoa', 'New Zealand', 'NZ', 'NZL', 'country', 1, 0),
(154, 'country_Nicaragua_154', 'Nicaragua', 'Nicaragua', 'NI', 'NIC', 'country', 1, 0),
(155, 'country_Niger_155', 'Niger', 'Niger', 'NE', 'NER', 'country', 1, 0),
(156, 'country_Nigeria_156', 'Nigeria', 'Nigeria', 'NG', 'NGA', 'country', 1, 0),
(157, 'country_Niue_157', 'Niue', 'Niue', 'NU', 'NIU', 'country', 1, 0),
(158, 'country_Norfolk_Island_158', 'Norfolk Island', 'Norfolk Island', 'NF', 'NFK', 'country', 1, 0),
(159, 'country_Northern_Mariana_Islands_159', 'Northern Mariana Islands', 'Northern Mariana Islands', 'MP', 'MNP', 'country', 1, 0),
(160, 'country_Norway_160', 'Norge / Noreg', 'Norway', 'NO', 'NOR', 'country', 1, 0),
(161, 'country_Oman_161', 'عمان', 'Oman', 'OM', 'OMN', 'country', 1, 0),
(162, 'country_Pakistan_162', 'پاکستان', 'Pakistan', 'PK', 'PAK', 'country', 1, 0),
(163, 'country_Palau_163', 'Belau', 'Palau', 'PW', 'PLW', 'country', 1, 0),
(164, 'country_Panama_164', 'Panamá', 'Panama', 'PA', 'PAN', 'country', 1, 0),
(165, 'country_Papua_New_Guinea_165', 'Papua Niugini', 'Papua New Guinea', 'PG', 'PNG', 'country', 1, 0),
(166, 'country_Paraguay_166', 'Paraguái', 'Paraguay', 'PY', 'PRY', 'country', 1, 0),
(167, 'country_Peru_167', 'Perú', 'Peru', 'PE', 'PER', 'country', 1, 0),
(168, 'country_Philippines_168', 'Pilipinas', 'Philippines', 'PH', 'PHL', 'country', 1, 0),
(169, 'country_Pitcairn_169', 'Pitcairn', 'Pitcairn', 'PN', 'PCN', 'country', 1, 0),
(170, 'country_Poland_170', 'Polska', 'Poland', 'PL', 'POL', 'country', 1, 0),
(171, 'country_Portugal_171', 'Portugal', 'Portugal', 'PT', 'PRT', 'country', 1, 0),
(172, 'country_Puerto_Rico_172', 'Puerto Rico', 'Puerto Rico', 'PR', 'PRI', 'country', 1, 0),
(173, 'country_Qatar_173', 'دولة قطر', 'Qatar', 'QA', 'QAT', 'country', 1, 0),
(174, 'country_Reunion_174', 'Reunion', 'Reunion', 'RE', 'REU', 'state', 1, 0),
(175, 'country_Romania_175', 'România', 'Romania', 'RO', 'ROM', 'country', 1, 0),
(176, 'country_Russia_176', 'Россия', 'Russia', 'RU', 'RUS', 'country', 1, 0),
(177, 'country_Rwanda_177', 'Rwanda', 'Rwanda', 'RW', 'RWA', 'country', 1, 0),
(178, 'country_Saint_Kitts_and_Nevis_178', 'Saint Kitts and Nevis', 'Saint Kitts and Nevis', 'KN', 'KNA', 'country', 1, 0),
(179, 'country_Saint_Lucia_179', 'Saint Lucia', 'Saint Lucia', 'LC', 'LCA', 'country', 1, 0),
(180, 'country_Saint_Vincent_and_the_Grenadines_180', 'Saint Vincent and the Grenadines', 'Saint Vincent and the Grenadines', 'VC', 'VCT', 'country', 1, 0),
(181, 'country_Samoa_181', 'Sāmoa', 'Samoa', 'WS', 'WSM', 'country', 1, 0),
(182, 'country_San_Marino_182', 'San Marino', 'San Marino', 'SM', 'SMR', 'country', 1, 0),
(183, 'country_Sao_Tome_and_Principe_183', 'São Tomé e Príncipe', 'Sao Tome and Principe', 'ST', 'STP', 'country', 1, 0),
(184, 'country_Saudi_Arabia_184', 'العربية السعودية', 'Saudi Arabia', 'SA', 'SAU', 'country', 1, 0),
(185, 'country_Senegal_185', 'Sénégal', 'Senegal', 'SN', 'SEN', 'country', 1, 0),
(186, 'country_Seychelles_186', 'Sesel', 'Seychelles', 'SC', 'SYC', 'country', 1, 0),
(187, 'country_Sierra_Leone_187', 'Sierra Leone', 'Sierra Leone', 'SL', 'SLE', 'country', 1, 0),
(188, 'country_Singapore_188', '新加坡 • Singapura • சிங்கப்பூர்', 'Singapore', 'SG', 'SGP', 'country', 1, 0),
(189, 'country_Slovakia_189', 'Slovensko', 'Slovakia', 'SK', 'SVK', 'country', 1, 0),
(190, 'country_Slovenia_190', 'Slovenija', 'Slovenia', 'SI', 'SVN', 'country', 1, 0),
(191, 'country_Solomon_Islands_191', 'Solomon Islands', 'Solomon Islands', 'SB', 'SLB', 'country', 1, 0),
(192, 'country_Somalia_192', 'Soomaaliya • الصومال', 'Somalia', 'SO', 'SOM', 'country', 1, 0),
(193, 'country_South_Africa_193', 'Suid-Afrika', 'South Africa', 'ZA', 'ZAF', 'country', 1, 0),
(194, 'country_South_Georgia_and_the_South_Sandwich_Islands_194', 'South Georgia and the South Sandwich Islands', 'South Georgia and the South Sandwich Islands', 'GS', 'SGS', 'country', 0, 0),
(195, 'country_Spain_195', 'España', 'Spain', 'ES', 'ESP', 'country', 1, 0),
(196, 'country_Sri_Lanka_196', 'ශ්‍රී ලංකාව • இலங்கை', 'Sri Lanka', 'LK', 'LKA', 'country', 1, 0),
(197, 'country_St__Helena_197', 'St. Helena', 'St. Helena', 'SH', 'SHN', 'country', 1, 0),
(198, 'country_St__Pierre_and_Miquelon_198', 'St. Pierre and Miquelon', 'St. Pierre and Miquelon', 'PM', 'SPM', 'country', 1, 0),
(199, 'country_Sudan_199', 'السودان', 'Sudan', 'SD', 'SDN', 'country', 1, 0),
(200, 'country_Suriname_200', 'Suriname', 'Suriname', 'SR', 'SUR', 'country', 1, 0),
(201, 'country_Svalbard_and_Jan_Mayen_Islands_201', 'Svalbard and Jan Mayen Islands', 'Svalbard and Jan Mayen Islands', 'SJ', 'SJM', 'country', 1, 0),
(202, 'country_Swaziland_202', 'eSwatini', 'Swaziland', 'SZ', 'SWZ', 'country', 1, 0),
(203, 'country_Sweden_203', 'Sverige', 'Sweden', 'SE', 'SWE', 'country', 1, 0),
(204, 'country_Switzerland_204', 'Schweiz • Suisse • Svizzera • Svizra', 'Switzerland', 'CH', 'CHE', 'country', 1, 0),
(205, 'country_Syrian_Arab_Republic_205', 'سورية‎', 'Syrian Arab Republic', 'SY', 'SYR', 'country', 1, 0),
(206, 'country_Taiwan_206', '臺灣 • 台灣', 'Taiwan', 'TW', 'TWN', 'country', 1, 0),
(207, 'country_Tajikistan_207', 'Тоҷикистон', 'Tajikistan', 'TJ', 'TJK', 'country', 1, 0),
(208, 'country_Tanzania_208', 'Tanzania', 'Tanzania', 'TZ', 'TZA', 'country', 1, 0),
(209, 'country_Thailand_209', 'ประเทศไทย', 'Thailand', 'TH', 'THA', 'country', 1, 0),
(210, 'country_Togo_210', 'Togo', 'Togo', 'TG', 'TGO', 'country', 1, 0),
(211, 'country_Tokelau_211', 'Tokelau', 'Tokelau', 'TK', 'TKL', 'country', 1, 0),
(212, 'country_Tonga_212', 'Tonga', 'Tonga', 'TO', 'TON', 'country', 1, 0),
(213, 'country_Trinidad_and_Tobago_213', 'Trinidad and Tobago', 'Trinidad and Tobago', 'TT', 'TTO', 'country', 1, 0),
(214, 'country_Tunisia_214', 'تونس‎', 'Tunisia', 'TN', 'TUN', 'country', 1, 0),
(215, 'country_Turkey_215', 'Türkiye', 'Turkey', 'TR', 'TUR', 'country', 1, 0),
(216, 'country_Turkmenistan_216', 'Türkmenistan', 'Turkmenistan', 'TM', 'TKM', 'country', 1, 0),
(217, 'country_Turks_and_Caicos_Islands_217', 'Turks and Caicos Islands', 'Turks and Caicos Islands', 'TC', 'TCA', 'country', 1, 0),
(218, 'country_Tuvalu_218', 'Tuvalu', 'Tuvalu', 'TV', 'TUV', 'country', 1, 0),
(219, 'country_Uganda_219', 'Uganda', 'Uganda', 'UG', 'UGA', 'country', 1, 0),
(220, 'country_Ukraine_220', 'Україна', 'Ukraine', 'UA', 'UKR', 'country', 1, 0),
(221, 'country_United_Arab_Emirates_221', 'الإمارات العربية المتحدة', 'United Arab Emirates', 'AE', 'ARE', 'country', 1, 0),
(222, 'country_United_Kingdom_222', 'United Kingdom', 'United Kingdom', 'GB', 'GBR', 'country', 1, 0),
(223, 'country_United_States_of_America_223', 'United States of America', 'United States of America', 'US', 'USA', 'country', 1, 0),
(224, 'country_United_States_Minor_Outlying_Islands_224', 'United States Minor Outlying Islands', 'United States Minor Outlying Islands', 'UM', 'UMI', 'country', 1, 0),
(225, 'country_Uruguay_225', 'Uruguay', 'Uruguay', 'UY', 'URY', 'country', 1, 0),
(226, 'country_Uzbekistan_226', 'Oʻzbekiston', 'Uzbekistan', 'UZ', 'UZB', 'country', 1, 0),
(227, 'country_Vanuatu_227', 'Vanuatu', 'Vanuatu', 'VU', 'VUT', 'country', 1, 0),
(228, 'country_Vatican_City_State__Holy_See__228', 'Vaticanum', 'Vatican City State', 'VA', 'VAT', 'country', 1, 0),
(229, 'country_Venezuela_229', 'Venezuela', 'Venezuela', 'VE', 'VEN', 'country', 1, 0),
(230, 'country_Vietnam_230', 'Việt Nam', 'Vietnam', 'VN', 'VNM', 'country', 1, 0),
(231, 'country_Virgin_Islands__British__231', 'Virgin Islands (British)', 'Virgin Islands (British)', 'VG', 'VGB', 'country', 1, 0),
(232, 'country_Virgin_Islands__U_S___232', 'Virgin Islands (U.S.)', 'Virgin Islands (U.S.)', 'VI', 'VIR', 'country', 1, 0),
(233, 'country_Wallis_and_Futuna_Islands_233', 'Wallis and Futuna Islands', 'Wallis and Futuna Islands', 'WF', 'WLF', 'country', 1, 0),
(234, 'country_Western_Sahara_234', 'الصحراء الغربية', 'Western Sahara', 'EH', 'ESH', 'country', 1, 0),
(235, 'country_Yemen_235', 'اليمن', 'Yemen', 'YE', 'YEM', 'country', 1, 0),
(236, 'country_Yugoslavia_236', 'Yugoslavia', 'Yugoslavia', 'YU', 'YUG', 'country', 0, 0),
(238, 'country_Zambia_238', 'Zambia', 'Zambia', 'ZM', 'ZMB', 'country', 1, 0),
(239, 'country_Zimbabwe_239', 'Zimbabwe', 'Zimbabwe', 'ZW', 'ZWE', 'country', 1, 0),
(240, 'state_______________240', 'بد خشان', 'بد خشان', '', 'BDS', 'state', 1, 0),
(241, 'state______________241', 'بادغیس', 'بادغیس', '', 'BDG', 'state', 1, 0),
(242, 'state____________242', 'بغلان', 'بغلان', '', 'BGL', 'state', 1, 0),
(243, 'state________243', 'بلخ', 'بلخ', '', 'BAL', 'state', 1, 0),
(244, 'state______________244', 'بامیان', 'بامیان', '', 'BAM', 'state', 1, 0),
(245, 'state________________245', 'دایکندی', 'دایکندی', '', 'DAY', 'state', 1, 0),
(246, 'state__________246', 'فراه', 'فراه', '', 'FRA', 'state', 1, 0),
(247, 'state______________247', 'فارياب', 'فارياب', '', 'FYB', 'state', 1, 0),
(248, 'state__________248', 'غزنى', 'غزنى', '', 'GHA', 'state', 1, 0),
(249, 'state________249', 'غور', 'غور', '', 'GHO', 'state', 1, 0),
(250, 'state____________250', 'هلمند', 'هلمند', '', 'HEL', 'state', 1, 0),
(251, 'state__________251', 'هرات', 'هرات', '', 'HER', 'state', 1, 0),
(252, 'state______________252', 'جوزجان', 'جوزجان', '', 'JOW', 'state', 1, 0),
(253, 'state__________253', 'کابل', 'کابل', '', 'KAB', 'state', 1, 0),
(254, 'state______________254', 'قندھار', 'قندھار', '', 'KAN', 'state', 1, 0),
(255, 'state______________255', 'کاپيسا', 'کاپيسا', '', 'KAP', 'state', 1, 0),
(256, 'state__________256', 'خوست', 'خوست', '', 'KHO', 'state', 1, 0),
(257, 'state____________257', 'کُنَر', 'کُنَر', '', 'KNR', 'state', 1, 0),
(258, 'state____________258', 'كندوز', 'كندوز', '', 'KDZ', 'state', 1, 0),
(259, 'state____________259', 'لغمان', 'لغمان', '', 'LAG', 'state', 1, 0),
(260, 'state__________260', 'لوګر', 'لوګر', '', 'LOW', 'state', 1, 0),
(261, 'state________________261', 'ننگرهار', 'ننگرهار', '', 'NAN', 'state', 1, 0),
(262, 'state______________262', 'نیمروز', 'نیمروز', '', 'NIM', 'state', 1, 0),
(263, 'state________________263', 'نورستان', 'نورستان', '', 'NUR', 'state', 1, 0),
(264, 'state________________264', 'ؤروزگان', 'ؤروزگان', '', 'ORU', 'state', 1, 0),
(265, 'state____________265', 'پکتیا', 'پکتیا', '', 'PIA', 'state', 1, 0),
(266, 'state______________266', 'پکتيکا', 'پکتيکا', '', 'PKA', 'state', 1, 0),
(267, 'state_______________267', 'پنج شیر', 'پنج شیر', '', 'PAN', 'state', 1, 0),
(268, 'state____________268', 'پروان', 'پروان', '', 'PAR', 'state', 1, 0),
(269, 'state______________269', 'سمنگان', 'سمنگان', '', 'SAM', 'state', 1, 0),
(270, 'state___________270', 'سر پل', 'سر پل', '', 'SAR', 'state', 1, 0),
(271, 'state__________271', 'تخار', 'تخار', '', 'TAK', 'state', 1, 0),
(272, 'state__________272', 'وردک', 'وردک', '', 'WAR', 'state', 1, 0),
(273, 'state__________273', 'زابل', 'زابل', '', 'ZAB', 'state', 1, 0),
(274, 'state_Beratit_274', 'Beratit', 'Beratit', '', 'BR', 'state', 1, 0),
(275, 'state_Bulqiz__s_275', 'Bulqizës', 'Bulqizës', '', 'BU', 'state', 1, 0),
(276, 'state_Dibr__s_276', 'Dibrës', 'Dibrës', '', 'DI', 'state', 1, 0),
(277, 'state_Delvin__s_277', 'Delvinës', 'Delvinës', '', 'DL', 'state', 1, 0),
(278, 'state_Durr__sit_278', 'Durrësit', 'Durrësit', '', 'DR', 'state', 1, 0),
(279, 'state_Devollit_279', 'Devollit', 'Devollit', '', 'DV', 'state', 1, 0),
(280, 'state_Elbasanit_280', 'Elbasanit', 'Elbasanit', '', 'EL', 'state', 1, 0),
(281, 'state_Kolonj__s_281', 'Kolonjës', 'Kolonjës', '', 'ER', 'state', 1, 0),
(282, 'state_Fierit_282', 'Fierit', 'Fierit', '', 'FR', 'state', 1, 0),
(283, 'state_Gjirokastr__s_283', 'Gjirokastrës', 'Gjirokastrës', '', 'GJ', 'state', 1, 0),
(284, 'state_Gramshit_284', 'Gramshit', 'Gramshit', '', 'GR', 'state', 1, 0),
(285, 'state_Hasit_285', 'Hasit', 'Hasit', '', 'HA', 'state', 1, 0),
(286, 'state_Kavaj__s_286', 'Kavajës', 'Kavajës', '', 'KA', 'state', 1, 0),
(287, 'state_Kurbinit_287', 'Kurbinit', 'Kurbinit', '', 'KB', 'state', 1, 0),
(288, 'state_Ku__ov__s_288', 'Kuçovës', 'Kuçovës', '', 'KC', 'state', 1, 0),
(289, 'state_Kor____s_289', 'Korçës', 'Korçës', '', 'KO', 'state', 1, 0),
(290, 'state_Kruj__s_290', 'Krujës', 'Krujës', '', 'KR', 'state', 1, 0),
(291, 'state_Kuk__sit_291', 'Kukësit', 'Kukësit', '', 'KU', 'state', 1, 0),
(292, 'state_Librazhdit_292', 'Librazhdit', 'Librazhdit', '', 'LB', 'state', 1, 0),
(293, 'state_Lezh__s_293', 'Lezhës', 'Lezhës', '', 'LE', 'state', 1, 0),
(294, 'state_Lushnj__s_294', 'Lushnjës', 'Lushnjës', '', 'LU', 'state', 1, 0),
(295, 'state_Mallakastr__s_295', 'Mallakastrës', 'Mallakastrës', '', 'MK', 'state', 1, 0),
(296, 'state_Mal__sis___s___Madhe_296', 'Malësisë së Madhe', 'Malësisë së Madhe', '', 'MM', 'state', 1, 0),
(297, 'state_Mirdit__s_297', 'Mirditës', 'Mirditës', '', 'MR', 'state', 1, 0),
(298, 'state_Matit_298', 'Matit', 'Matit', '', 'MT', 'state', 1, 0),
(299, 'state_Pogradecit_299', 'Pogradecit', 'Pogradecit', '', 'PG', 'state', 1, 0),
(300, 'state_Peqinit_300', 'Peqinit', 'Peqinit', '', 'PQ', 'state', 1, 0),
(301, 'state_P__rmetit_301', 'Përmetit', 'Përmetit', '', 'PR', 'state', 1, 0),
(302, 'state_Puk__s_302', 'Pukës', 'Pukës', '', 'PU', 'state', 1, 0),
(303, 'state_Shkodr__s_303', 'Shkodrës', 'Shkodrës', '', 'SH', 'state', 1, 0),
(304, 'state_Skraparit_304', 'Skraparit', 'Skraparit', '', 'SK', 'state', 1, 0),
(305, 'state_Sarand__s_305', 'Sarandës', 'Sarandës', '', 'SR', 'state', 1, 0),
(306, 'state_Tepelen__s_306', 'Tepelenës', 'Tepelenës', '', 'TE', 'state', 1, 0),
(307, 'state_Tropoj__s_307', 'Tropojës', 'Tropojës', '', 'TP', 'state', 1, 0),
(308, 'state_Tiran__s_308', 'Tiranës', 'Tiranës', '', 'TR', 'state', 1, 0),
(309, 'state_Vlor__s_309', 'Vlorës', 'Vlorës', '', 'VL', 'state', 1, 0),
(310, 'state_______________________310', 'ولاية أدرار', 'ولاية أدرار', '', '01', 'state', 1, 0),
(311, 'state_______________________311', 'ولاية الشلف', 'ولاية الشلف', '', '02', 'state', 1, 0),
(312, 'state___________________________312', 'ولاية الأغواط', 'ولاية الأغواط', '', '03', 'state', 1, 0),
(313, 'state________________________________313', 'ولاية أم البواقي', 'ولاية أم البواقي', '', '04', 'state', 1, 0),
(314, 'state_______________________314', 'ولاية باتنة', 'ولاية باتنة', '', '05', 'state', 1, 0),
(315, 'state_______________________315', 'ولاية بجاية', 'ولاية بجاية', '', '06', 'state', 1, 0),
(316, 'state_______________________316', 'ولاية بسكرة', 'ولاية بسكرة', '', '07', 'state', 1, 0),
(317, 'state_____________________317', 'ولاية بشار', 'ولاية بشار', '', '08', 'state', 1, 0),
(318, 'state___________________318', 'البليدة‎', 'البليدة‎', '', '09', 'state', 1, 0),
(319, 'state___________________________319', 'ولاية البويرة', 'ولاية البويرة', '', '10', 'state', 1, 0),
(320, 'state___________________________320', 'ولاية تمنراست', 'ولاية تمنراست', '', '11', 'state', 1, 0),
(321, 'state_____________________321', 'ولاية تبسة', 'ولاية تبسة', '', '12', 'state', 1, 0),
(322, 'state______________322', 'تلمسان', 'تلمسان', '', '13', 'state', 1, 0),
(323, 'state_______________________323', 'ولاية تيارت', 'ولاية تيارت', '', '14', 'state', 1, 0),
(324, 'state_________________324', 'تيزي وزو', 'تيزي وزو', '', '15', 'state', 1, 0),
(325, 'state___________________________325', 'ولاية الجزائر', 'ولاية الجزائر', '', '16', 'state', 1, 0),
(326, 'state________________________________326', 'ولاية عين الدفلى', 'ولاية عين الدفلى', '', '17', 'state', 1, 0),
(327, 'state_____________________327', 'ولاية جيجل', 'ولاية جيجل', '', '18', 'state', 1, 0),
(328, 'state_____________________328', 'ولاية سطيف', 'ولاية سطيف', '', '19', 'state', 1, 0),
(329, 'state_______________________329', 'ولاية سعيدة', 'ولاية سعيدة', '', '20', 'state', 1, 0),
(330, 'state__________________330', 'السكيكدة', 'السكيكدة', '', '21', 'state', 1, 0),
(331, 'state__________________________________331', 'ولاية سيدي بلعباس', 'ولاية سيدي بلعباس', '', '22', 'state', 1, 0),
(332, 'state_______________________332', 'ولاية عنابة', 'ولاية عنابة', '', '23', 'state', 1, 0),
(333, 'state_______________________333', 'ولاية قالمة', 'ولاية قالمة', '', '24', 'state', 1, 0),
(334, 'state________________334', 'قسنطينة', 'قسنطينة', '', '25', 'state', 1, 0),
(335, 'state_________________________335', 'ولاية المدية', 'ولاية المدية', '', '26', 'state', 1, 0),
(336, 'state___________________________336', 'ولاية مستغانم', 'ولاية مستغانم', '', '27', 'state', 1, 0),
(337, 'state___________________________337', 'ولاية المسيلة', 'ولاية المسيلة', '', '28', 'state', 1, 0),
(338, 'state_______________________338', 'ولاية معسكر', 'ولاية معسكر', '', '29', 'state', 1, 0),
(339, 'state____________339', 'ورقلة', 'ورقلة', '', '30', 'state', 1, 0),
(340, 'state____________340', 'وهران', 'وهران', '', '31', 'state', 1, 0),
(341, 'state_______________________341', 'ولاية البيض', 'ولاية البيض', '', '32', 'state', 1, 0),
(342, 'state_______________________342', 'ولاية اليزي', 'ولاية اليزي', '', '33', 'state', 1, 0),
(343, 'state____________________________________343', 'ولاية برج بوعريريج', 'ولاية برج بوعريريج', '', '34', 'state', 1, 0),
(344, 'state___________________________344', 'ولاية بومرداس', 'ولاية بومرداس', '', '35', 'state', 1, 0),
(345, 'state_________________________345', 'ولاية الطارف', 'ولاية الطارف', '', '36', 'state', 1, 0),
(346, 'state____________346', 'تندوف', 'تندوف', '', '37', 'state', 1, 0),
(347, 'state___________________________347', 'ولاية تسمسيلت', 'ولاية تسمسيلت', '', '38', 'state', 1, 0),
(348, 'state_________________________348', 'ولاية الوادي', 'ولاية الوادي', '', '39', 'state', 1, 0),
(349, 'state_______________________349', 'ولاية خنشلة', 'ولاية خنشلة', '', '40', 'state', 1, 0),
(350, 'state______________________________350', 'ولاية سوق أهراس', 'ولاية سوق أهراس', '', '41', 'state', 1, 0),
(351, 'state_________________________351', 'ولاية تيبازة', 'ولاية تيبازة', '', '42', 'state', 1, 0),
(352, 'state_____________________352', 'ولاية ميلة', 'ولاية ميلة', '', '43', 'state', 1, 0),
(353, 'state________________________________353', 'ولاية عين الدفلى', 'ولاية عين الدفلى', '', '44', 'state', 1, 0),
(354, 'state___________________________354', 'ولاية النعامة', 'ولاية النعامة', '', '45', 'state', 1, 0),
(355, 'state________________________________355', 'ولاية عين تموشنت', 'ولاية عين تموشنت', '', '46', 'state', 1, 0),
(356, 'state_________________________356', 'ولاية غرداية', 'ولاية غرداية', '', '47', 'state', 1, 0),
(357, 'state_________________________357', 'ولاية غليزان', 'ولاية غليزان', '', '48', 'state', 1, 0),
(358, 'state_Eastern_358', 'Eastern', 'Eastern', '', 'EA', 'state', 1, 0),
(359, 'state_Manu_a_359', 'Manu\'a', 'Manu\'a', '', 'MA', 'state', 1, 0),
(360, 'state_Rose_Island_360', 'Rose Island', 'Rose Island', '', 'RI', 'state', 1, 0),
(361, 'state_Swains_Island_361', 'Swains Island', 'Swains Island', '', 'SI', 'state', 1, 0),
(362, 'state_Western_362', 'Western', 'Western', '', 'WE', 'state', 1, 0),
(363, 'state_Andorra_la_Vella_363', 'Andorra la Vella', 'Andorra la Vella', '', 'AN', 'state', 1, 0),
(364, 'state_Canillo_364', 'Canillo', 'Canillo', '', 'CA', 'state', 1, 0),
(365, 'state_Encamp_365', 'Encamp', 'Encamp', '', 'EN', 'state', 1, 0),
(366, 'state_Escaldes_Engordany_366', 'Escaldes-Engordany', 'Escaldes-Engordany', '', 'LE', 'state', 1, 0),
(367, 'state_La_Massana_367', 'La Massana', 'La Massana', '', 'LM', 'state', 1, 0),
(368, 'state_Ordino_368', 'Ordino', 'Ordino', '', 'OR', 'state', 1, 0),
(369, 'state_Sant_Juli___de_L__ria_369', 'Sant Juliá de Lória', 'Sant Juliá de Lória', '', 'SJ', 'state', 1, 0),
(370, 'state_Bengo_370', 'Bengo', 'Bengo', '', 'BGO', 'state', 1, 0),
(371, 'state_Benguela_371', 'Benguela', 'Benguela', '', 'BGU', 'state', 1, 0),
(372, 'state_Bi___372', 'Bié', 'Bié', '', 'BIE', 'state', 1, 0),
(373, 'state_Cabinda_373', 'Cabinda', 'Cabinda', '', 'CAB', 'state', 1, 0),
(374, 'state_Cuando_Cubango_374', 'Cuando Cubango', 'Cuando Cubango', '', 'CCU', 'state', 1, 0),
(375, 'state_Cuanza_Norte_375', 'Cuanza Norte', 'Cuanza Norte', '', 'CNO', 'state', 1, 0),
(376, 'state_Cuanza_Sul_376', 'Cuanza Sul', 'Cuanza Sul', '', 'CUS', 'state', 1, 0),
(377, 'state_Cunene_377', 'Cunene', 'Cunene', '', 'CNN', 'state', 1, 0),
(378, 'state_Huambo_378', 'Huambo', 'Huambo', '', 'HUA', 'state', 1, 0),
(379, 'state_Hu__la_379', 'Huíla', 'Huíla', '', 'HUI', 'state', 1, 0),
(380, 'state_Luanda_380', 'Luanda', 'Luanda', '', 'LUA', 'state', 1, 0),
(381, 'state_Lunda_Norte_381', 'Lunda Norte', 'Lunda Norte', '', 'LNO', 'state', 1, 0),
(382, 'state_Lunda_Sul_382', 'Lunda Sul', 'Lunda Sul', '', 'LSU', 'state', 1, 0),
(383, 'state_Malanje_383', 'Malanje', 'Malanje', '', 'MAL', 'state', 1, 0),
(384, 'state_Moxico_384', 'Moxico', 'Moxico', '', 'MOX', 'state', 1, 0),
(385, 'state_Namibe_385', 'Namibe', 'Namibe', '', 'NAM', 'state', 1, 0),
(386, 'state_U__ge_386', 'Uíge', 'Uíge', '', 'UIG', 'state', 1, 0),
(387, 'state_Zaire_387', 'Zaire', 'Zaire', '', 'ZAI', 'state', 1, 0),
(388, 'state_Barbuda_388', 'Barbuda', 'Barbuda', '', 'BAR', 'state', 1, 0),
(389, 'state_Saint_George_389', 'Saint George', 'Saint George', '', 'SGE', 'state', 1, 0),
(390, 'state_Saint_John_390', 'Saint John', 'Saint John', '', 'SJO', 'state', 1, 0),
(391, 'state_Saint_Mary_391', 'Saint Mary', 'Saint Mary', '', 'SMA', 'state', 1, 0),
(392, 'state_Saint_Paul_392', 'Saint Paul', 'Saint Paul', '', 'SPA', 'state', 1, 0),
(393, 'state_Saint_Peter_393', 'Saint Peter', 'Saint Peter', '', 'SPE', 'state', 1, 0),
(394, 'state_Saint_Philip_394', 'Saint Philip', 'Saint Philip', '', 'SPH', 'state', 1, 0),
(395, 'state_Salta_395', 'Salta', 'Salta', '', 'A', 'state', 1, 0),
(396, 'state_Buenos_Aires_Province_396', 'Buenos Aires Province', 'Buenos Aires Province', '', 'B', 'state', 1, 0),
(397, 'state_Capital_Federal_397', 'Capital Federal', 'Capital Federal', '', 'C', 'state', 1, 0),
(398, 'state_San_Luis_398', 'San Luis', 'San Luis', '', 'D', 'state', 1, 0),
(399, 'state_Entre_R__os_399', 'Entre Ríos', 'Entre Ríos', '', 'E', 'state', 1, 0),
(400, 'state_La_Rioja_400', 'La Rioja', 'La Rioja', '', 'F', 'state', 1, 0),
(401, 'state_Santiago_del_Estero_401', 'Santiago del Estero', 'Santiago del Estero', '', 'G', 'state', 1, 0),
(402, 'state_Chaco_402', 'Chaco', 'Chaco', '', 'H', 'state', 1, 0),
(403, 'state_San_Juan_403', 'San Juan', 'San Juan', '', 'J', 'state', 1, 0),
(404, 'state_Catamarca_404', 'Catamarca', 'Catamarca', '', 'K', 'state', 1, 0),
(405, 'state_La_Pampa_405', 'La Pampa', 'La Pampa', '', 'L', 'state', 1, 0),
(406, 'state_Mendoza_406', 'Mendoza', 'Mendoza', '', 'M', 'state', 1, 0),
(407, 'state_Misiones_407', 'Misiones', 'Misiones', '', 'N', 'state', 1, 0),
(408, 'state_Formosa_408', 'Formosa', 'Formosa', '', 'P', 'state', 1, 0),
(409, 'state_Neuqu__n_409', 'Neuquén', 'Neuquén', '', 'Q', 'state', 1, 0),
(410, 'state_R__o_Negro_410', 'Río Negro', 'Río Negro', '', 'R', 'state', 1, 0),
(411, 'state_Santa_Fe_411', 'Santa Fe', 'Santa Fe', '', 'S', 'state', 1, 0),
(412, 'state_Tucum__n_412', 'Tucumán', 'Tucumán', '', 'T', 'state', 1, 0),
(413, 'state_Chubut_413', 'Chubut', 'Chubut', '', 'U', 'state', 1, 0),
(414, 'state_Tierra_del_Fuego_414', 'Tierra del Fuego', 'Tierra del Fuego', '', 'V', 'state', 1, 0),
(415, 'state_Corrientes_415', 'Corrientes', 'Corrientes', '', 'W', 'state', 1, 0),
(416, 'state_C__rdoba_416', 'Córdoba', 'Córdoba', '', 'X', 'state', 1, 0),
(417, 'state_Jujuy_417', 'Jujuy', 'Jujuy', '', 'Y', 'state', 1, 0),
(418, 'state_Santa_Cruz_418', 'Santa Cruz', 'Santa Cruz', '', 'Z', 'state', 1, 0),
(419, 'state____________________419', 'Արագածոտն', 'Արագածոտն', '', 'AG', 'state', 1, 0),
(420, 'state______________420', 'Արարատ', 'Արարատ', '', 'AR', 'state', 1, 0),
(421, 'state________________421', 'Արմավիր', 'Արմավիր', '', 'AV', 'state', 1, 0),
(422, 'state____________422', 'Երևան', 'Երևան', '', 'ER', 'state', 1, 0),
(423, 'state________________________423', 'Գեղարքունիք', 'Գեղարքունիք', '', 'GR', 'state', 1, 0),
(424, 'state______________424', 'Կոտայք', 'Կոտայք', '', 'KT', 'state', 1, 0),
(425, 'state__________425', 'Լոռի', 'Լոռի', '', 'LO', 'state', 1, 0),
(426, 'state____________426', 'Շիրակ', 'Շիրակ', '', 'SH', 'state', 1, 0),
(427, 'state________________427', 'Սյունիք', 'Սյունիք', '', 'SU', 'state', 1, 0),
(428, 'state______________428', 'Տավուշ', 'Տավուշ', '', 'TV', 'state', 1, 0),
(429, 'state___________________429', 'Վայոց Ձոր', 'Վայոց Ձոր', '', 'VD', 'state', 1, 0),
(430, 'state_Australian_Capital_Territory_430', 'Australian Capital Territory', 'Australian Capital Territory', '', 'ACT', 'state', 1, 0),
(431, 'state_New_South_Wales_431', 'New South Wales', 'New South Wales', '', 'NSW', 'state', 1, 0),
(432, 'state_Northern_Territory_432', 'Northern Territory', 'Northern Territory', '', 'NT', 'state', 1, 0),
(433, 'state_Queensland_433', 'Queensland', 'Queensland', '', 'QLD', 'state', 1, 0),
(434, 'state_South_Australia_434', 'South Australia', 'South Australia', '', 'SA', 'state', 1, 0),
(435, 'state_Tasmania_435', 'Tasmania', 'Tasmania', '', 'TAS', 'state', 1, 0),
(436, 'state_Victoria_436', 'Victoria', 'Victoria', '', 'VIC', 'state', 1, 0),
(437, 'state_Western_Australia_437', 'Western Australia', 'Western Australia', '', 'WA', 'state', 1, 0),
(438, 'state_Burgenland_438', 'Burgenland', 'Burgenland', '', '1', 'state', 1, 0),
(439, 'state_K__rnten_439', 'Kärnten', 'Kärnten', '', '2', 'state', 1, 0),
(440, 'state_Nieder__sterreich_440', 'Niederösterreich', 'Niederösterreich', '', '3', 'state', 1, 0),
(441, 'state_Ober__sterreich_441', 'Oberösterreich', 'Oberösterreich', '', '4', 'state', 1, 0),
(442, 'state_Salzburg_442', 'Salzburg', 'Salzburg', '', '5', 'state', 1, 0),
(443, 'state_Steiermark_443', 'Steiermark', 'Steiermark', '', '6', 'state', 1, 0),
(444, 'state_Tirol_444', 'Tirol', 'Tirol', '', '7', 'state', 1, 0),
(445, 'state_Voralberg_445', 'Voralberg', 'Voralberg', '', '8', 'state', 1, 0),
(446, 'state_Wien_446', 'Wien', 'Wien', '', '9', 'state', 1, 0),
(447, 'state___li_Bayraml___447', 'Əli Bayramlı', 'Əli Bayramlı', '', 'AB', 'state', 1, 0),
(448, 'state_Ab__eron_448', 'Abşeron', 'Abşeron', '', 'ABS', 'state', 1, 0),
(449, 'state_A__cab__di_449', 'Ağcabədi', 'Ağcabədi', '', 'AGC', 'state', 1, 0),
(450, 'state_A__dam_450', 'Ağdam', 'Ağdam', '', 'AGM', 'state', 1, 0),
(451, 'state_A__da___451', 'Ağdaş', 'Ağdaş', '', 'AGS', 'state', 1, 0),
(452, 'state_A__stafa_452', 'Ağstafa', 'Ağstafa', '', 'AGA', 'state', 1, 0),
(453, 'state_A__su_453', 'Ağsu', 'Ağsu', '', 'AGU', 'state', 1, 0),
(454, 'state_Astara_454', 'Astara', 'Astara', '', 'AST', 'state', 1, 0),
(455, 'state_Bak___455', 'Bakı', 'Bakı', '', 'BA', 'state', 1, 0),
(456, 'state_Bab__k_456', 'Babək', 'Babək', '', 'BAB', 'state', 1, 0),
(457, 'state_Balak__n_457', 'Balakən', 'Balakən', '', 'BAL', 'state', 1, 0),
(458, 'state_B__rd___458', 'Bərdə', 'Bərdə', '', 'BAR', 'state', 1, 0),
(459, 'state_Beyl__qan_459', 'Beyləqan', 'Beyləqan', '', 'BEY', 'state', 1, 0),
(460, 'state_Bil__suvar_460', 'Biləsuvar', 'Biləsuvar', '', 'BIL', 'state', 1, 0),
(461, 'state_C__bray__l_461', 'Cəbrayıl', 'Cəbrayıl', '', 'CAB', 'state', 1, 0),
(462, 'state_C__lilabab_462', 'Cəlilabab', 'Cəlilabab', '', 'CAL', 'state', 1, 0),
(463, 'state_Julfa_463', 'Julfa', 'Julfa', '', 'CUL', 'state', 1, 0),
(464, 'state_Da__k__s__n_464', 'Daşkəsən', 'Daşkəsən', '', 'DAS', 'state', 1, 0),
(465, 'state_D__v____i_465', 'Dəvəçi', 'Dəvəçi', '', 'DAV', 'state', 1, 0),
(466, 'state_F__zuli_466', 'Füzuli', 'Füzuli', '', 'FUZ', 'state', 1, 0),
(467, 'state_G__nc___467', 'Gəncə', 'Gəncə', '', 'GA', 'state', 1, 0),
(468, 'state_G__d__b__y_468', 'Gədəbəy', 'Gədəbəy', '', 'GAD', 'state', 1, 0),
(469, 'state_Goranboy_469', 'Goranboy', 'Goranboy', '', 'GOR', 'state', 1, 0),
(470, 'state_G__y__ay_470', 'Göyçay', 'Göyçay', '', 'GOY', 'state', 1, 0),
(471, 'state_Hac__qabul_471', 'Hacıqabul', 'Hacıqabul', '', 'HAC', 'state', 1, 0),
(472, 'state___mi__li_472', 'İmişli', 'İmişli', '', 'IMI', 'state', 1, 0),
(473, 'state___smay__ll___473', 'İsmayıllı', 'İsmayıllı', '', 'ISM', 'state', 1, 0),
(474, 'state_K__lb__c__r_474', 'Kəlbəcər', 'Kəlbəcər', '', 'KAL', 'state', 1, 0),
(475, 'state_K__rd__mir_475', 'Kürdəmir', 'Kürdəmir', '', 'KUR', 'state', 1, 0),
(476, 'state_L__nk__ran_476', 'Lənkəran', 'Lənkəran', '', 'LA', 'state', 1, 0),
(477, 'state_La____n_477', 'Laçın', 'Laçın', '', 'LAC', 'state', 1, 0),
(478, 'state_L__nk__ran_478', 'Lənkəran', 'Lənkəran', '', 'LAN', 'state', 1, 0),
(479, 'state_Lerik_479', 'Lerik', 'Lerik', '', 'LER', 'state', 1, 0),
(480, 'state_Masall___480', 'Masallı', 'Masallı', '', 'MAS', 'state', 1, 0),
(481, 'state_Ming____evir_481', 'Mingəçevir', 'Mingəçevir', '', 'MI', 'state', 1, 0),
(482, 'state_Naftalan_482', 'Naftalan', 'Naftalan', '', 'NA', 'state', 1, 0),
(483, 'state_Neft__ala_483', 'Neftçala', 'Neftçala', '', 'NEF', 'state', 1, 0),
(484, 'state_O__uz_484', 'Oğuz', 'Oğuz', '', 'OGU', 'state', 1, 0),
(485, 'state_Ordubad_485', 'Ordubad', 'Ordubad', '', 'ORD', 'state', 1, 0),
(486, 'state_Q__b__l___486', 'Qəbələ', 'Qəbələ', '', 'QAB', 'state', 1, 0),
(487, 'state_Qax_487', 'Qax', 'Qax', '', 'QAX', 'state', 1, 0),
(488, 'state_Qazax_488', 'Qazax', 'Qazax', '', 'QAZ', 'state', 1, 0),
(489, 'state_Qobustan_489', 'Qobustan', 'Qobustan', '', 'QOB', 'state', 1, 0),
(490, 'state_Quba_490', 'Quba', 'Quba', '', 'QBA', 'state', 1, 0),
(491, 'state_Qubadl___491', 'Qubadlı', 'Qubadlı', '', 'QBI', 'state', 1, 0),
(492, 'state_Qusar_492', 'Qusar', 'Qusar', '', 'QUS', 'state', 1, 0),
(493, 'state_____ki_493', 'Şəki', 'Şəki', '', 'SA', 'state', 1, 0),
(494, 'state_Saatl___494', 'Saatlı', 'Saatlı', '', 'SAT', 'state', 1, 0),
(495, 'state_Sabirabad_495', 'Sabirabad', 'Sabirabad', '', 'SAB', 'state', 1, 0),
(496, 'state_S__d__r__k_496', 'Sədərək', 'Sədərək', '', 'SAD', 'state', 1, 0),
(497, 'state___ahbuz_497', 'Şahbuz', 'Şahbuz', '', 'SAH', 'state', 1, 0),
(498, 'state_____ki_498', 'Şəki', 'Şəki', '', 'SAK', 'state', 1, 0),
(499, 'state_Salyan_499', 'Salyan', 'Salyan', '', 'SAL', 'state', 1, 0),
(500, 'state_Sumqay__t_500', 'Sumqayıt', 'Sumqayıt', '', 'SM', 'state', 1, 0),
(501, 'state___amax___501', 'Şamaxı', 'Şamaxı', '', 'SMI', 'state', 1, 0),
(502, 'state_____mkir_502', 'Şəmkir', 'Şəmkir', '', 'SKR', 'state', 1, 0),
(503, 'state_Samux_503', 'Samux', 'Samux', '', 'SMX', 'state', 1, 0),
(504, 'state_____rur_504', 'Şərur', 'Şərur', '', 'SAR', 'state', 1, 0),
(505, 'state_Siy__z__n_505', 'Siyəzən', 'Siyəzən', '', 'SIY', 'state', 1, 0),
(506, 'state___u__a__City__506', 'Şuşa (City)', 'Şuşa (City)', '', 'SS', 'state', 1, 0),
(507, 'state___u__a_507', 'Şuşa', 'Şuşa', '', 'SUS', 'state', 1, 0),
(508, 'state_T__rt__r_508', 'Tərtər', 'Tərtər', '', 'TAR', 'state', 1, 0),
(509, 'state_Tovuz_509', 'Tovuz', 'Tovuz', '', 'TOV', 'state', 1, 0),
(510, 'state_Ucar_510', 'Ucar', 'Ucar', '', 'UCA', 'state', 1, 0),
(511, 'state_Xank__ndi_511', 'Xankəndi', 'Xankəndi', '', 'XA', 'state', 1, 0),
(512, 'state_Xa__maz_512', 'Xaçmaz', 'Xaçmaz', '', 'XAC', 'state', 1, 0),
(513, 'state_Xanlar_513', 'Xanlar', 'Xanlar', '', 'XAN', 'state', 1, 0),
(514, 'state_X__z___514', 'Xızı', 'Xızı', '', 'XIZ', 'state', 1, 0),
(515, 'state_Xocal___515', 'Xocalı', 'Xocalı', '', 'XCI', 'state', 1, 0),
(516, 'state_Xocav__nd_516', 'Xocavənd', 'Xocavənd', '', 'XVD', 'state', 1, 0),
(517, 'state_Yard__ml___517', 'Yardımlı', 'Yardımlı', '', 'YAR', 'state', 1, 0),
(518, 'state_Yevlax__City__518', 'Yevlax (City)', 'Yevlax (City)', '', 'YE', 'state', 1, 0),
(519, 'state_Yevlax_519', 'Yevlax', 'Yevlax', '', 'YEV', 'state', 1, 0),
(520, 'state_Z__ngilan_520', 'Zəngilan', 'Zəngilan', '', 'ZAN', 'state', 1, 0),
(521, 'state_Zaqatala_521', 'Zaqatala', 'Zaqatala', '', 'ZAQ', 'state', 1, 0),
(522, 'state_Z__rdab_522', 'Zərdab', 'Zərdab', '', 'ZAR', 'state', 1, 0),
(523, 'state_Nakhichevan_523', 'Nakhichevan', 'Nakhichevan', '', 'NX', 'state', 1, 0),
(524, 'state_Acklins_and_Crooked_Islands_524', 'Acklins and Crooked Islands', 'Acklins and Crooked Islands', '', 'AC', 'state', 1, 0),
(525, 'state_Bimini_525', 'Bimini', 'Bimini', '', 'BI', 'state', 1, 0),
(526, 'state_Cat_Island_526', 'Cat Island', 'Cat Island', '', 'CI', 'state', 1, 0),
(527, 'state_Exuma_527', 'Exuma', 'Exuma', '', 'EX', 'state', 1, 0),
(528, 'state_Freeport_528', 'Freeport', 'Freeport', '', 'FR', 'state', 1, 0),
(529, 'state_Fresh_Creek_529', 'Fresh Creek', 'Fresh Creek', '', 'FC', 'state', 1, 0),
(530, 'state_Governor_s_Harbour_530', 'Governor\'s Harbour', 'Governor\'s Harbour', '', 'GH', 'state', 1, 0),
(531, 'state_Green_Turtle_Cay_531', 'Green Turtle Cay', 'Green Turtle Cay', '', 'GT', 'state', 1, 0),
(532, 'state_Harbour_Island_532', 'Harbour Island', 'Harbour Island', '', 'HI', 'state', 1, 0),
(533, 'state_High_Rock_533', 'High Rock', 'High Rock', '', 'HR', 'state', 1, 0),
(534, 'state_Inagua_534', 'Inagua', 'Inagua', '', 'IN', 'state', 1, 0),
(535, 'state_Kemps_Bay_535', 'Kemps Bay', 'Kemps Bay', '', 'KB', 'state', 1, 0),
(536, 'state_Long_Island_536', 'Long Island', 'Long Island', '', 'LI', 'state', 1, 0),
(537, 'state_Marsh_Harbour_537', 'Marsh Harbour', 'Marsh Harbour', '', 'MH', 'state', 1, 0),
(538, 'state_Mayaguana_538', 'Mayaguana', 'Mayaguana', '', 'MA', 'state', 1, 0),
(539, 'state_New_Providence_539', 'New Providence', 'New Providence', '', 'NP', 'state', 1, 0),
(540, 'state_Nicholls_Town_and_Berry_Islands_540', 'Nicholls Town and Berry Islands', 'Nicholls Town and Berry Islands', '', 'NT', 'state', 1, 0),
(541, 'state_Ragged_Island_541', 'Ragged Island', 'Ragged Island', '', 'RI', 'state', 1, 0),
(542, 'state_Rock_Sound_542', 'Rock Sound', 'Rock Sound', '', 'RS', 'state', 1, 0),
(543, 'state_San_Salvador_and_Rum_Cay_543', 'San Salvador and Rum Cay', 'San Salvador and Rum Cay', '', 'SS', 'state', 1, 0),
(544, 'state_Sandy_Point_544', 'Sandy Point', 'Sandy Point', '', 'SP', 'state', 1, 0),
(545, 'state__________545', 'الحد', 'الحد', '', '01', 'state', 1, 0),
(546, 'state______________546', 'المحرق', 'المحرق', '', '02', 'state', 1, 0),
(547, 'state________________547', 'المنامة', 'المنامة', '', '03', 'state', 1, 0),
(548, 'state_____________548', 'جد حفص', 'جد حفص', '', '04', 'state', 1, 0),
(549, 'state_________________________________549', 'المنطقة الشمالية', 'المنطقة الشمالية', '', '05', 'state', 1, 0),
(550, 'state__________550', 'سترة', 'سترة', '', '06', 'state', 1, 0),
(551, 'state_____________________________551', 'المنطقة الوسطى', 'المنطقة الوسطى', '', '07', 'state', 1, 0),
(552, 'state_____________________552', 'مدينة عيسى', 'مدينة عيسى', '', '08', 'state', 1, 0),
(553, 'state________________________________________________553', 'الرفاع والمنطقة الجنوبية', 'الرفاع والمنطقة الجنوبية', '', '09', 'state', 1, 0),
(554, 'state_______________________________554', 'المنطقة الغربية', 'المنطقة الغربية', '', '10', 'state', 1, 0),
(555, 'state_________________555', 'جزر حوار', 'جزر حوار', '', '11', 'state', 1, 0),
(556, 'state___________________556', 'مدينة حمد', 'مدينة حمد', '', '12', 'state', 1, 0),
(557, 'state_Bandarban_557', 'Bandarban', 'Bandarban', '', '01', 'state', 1, 0),
(558, 'state_Barguna_558', 'Barguna', 'Barguna', '', '02', 'state', 1, 0),
(559, 'state_Bogra_559', 'Bogra', 'Bogra', '', '03', 'state', 1, 0),
(560, 'state_Brahmanbaria_560', 'Brahmanbaria', 'Brahmanbaria', '', '04', 'state', 1, 0),
(561, 'state_Bagerhat_561', 'Bagerhat', 'Bagerhat', '', '05', 'state', 1, 0),
(562, 'state_Barisal_562', 'Barisal', 'Barisal', '', '06', 'state', 1, 0),
(563, 'state_Bhola_563', 'Bhola', 'Bhola', '', '07', 'state', 1, 0),
(564, 'state_Comilla_564', 'Comilla', 'Comilla', '', '08', 'state', 1, 0),
(565, 'state_Chandpur_565', 'Chandpur', 'Chandpur', '', '09', 'state', 1, 0),
(566, 'state_Chittagong_566', 'Chittagong', 'Chittagong', '', '10', 'state', 1, 0),
(567, 'state_Cox_s_Bazar_567', 'Cox\'s Bazar', 'Cox\'s Bazar', '', '11', 'state', 1, 0),
(568, 'state_Chuadanga_568', 'Chuadanga', 'Chuadanga', '', '12', 'state', 1, 0),
(569, 'state_Dhaka_569', 'Dhaka', 'Dhaka', '', '13', 'state', 1, 0),
(570, 'state_Dinajpur_570', 'Dinajpur', 'Dinajpur', '', '14', 'state', 1, 0),
(571, 'state_Faridpur_571', 'Faridpur', 'Faridpur', '', '15', 'state', 1, 0),
(572, 'state_Feni_572', 'Feni', 'Feni', '', '16', 'state', 1, 0),
(573, 'state_Gopalganj_573', 'Gopalganj', 'Gopalganj', '', '17', 'state', 1, 0),
(574, 'state_Gazipur_574', 'Gazipur', 'Gazipur', '', '18', 'state', 1, 0),
(575, 'state_Gaibandha_575', 'Gaibandha', 'Gaibandha', '', '19', 'state', 1, 0),
(576, 'state_Habiganj_576', 'Habiganj', 'Habiganj', '', '20', 'state', 1, 0),
(577, 'state_Jamalpur_577', 'Jamalpur', 'Jamalpur', '', '21', 'state', 1, 0),
(578, 'state_Jessore_578', 'Jessore', 'Jessore', '', '22', 'state', 1, 0),
(579, 'state_Jhenaidah_579', 'Jhenaidah', 'Jhenaidah', '', '23', 'state', 1, 0),
(580, 'state_Jaipurhat_580', 'Jaipurhat', 'Jaipurhat', '', '24', 'state', 1, 0),
(581, 'state_Jhalakati_581', 'Jhalakati', 'Jhalakati', '', '25', 'state', 1, 0),
(582, 'state_Kishoreganj_582', 'Kishoreganj', 'Kishoreganj', '', '26', 'state', 1, 0),
(583, 'state_Khulna_583', 'Khulna', 'Khulna', '', '27', 'state', 1, 0),
(584, 'state_Kurigram_584', 'Kurigram', 'Kurigram', '', '28', 'state', 1, 0),
(585, 'state_Khagrachari_585', 'Khagrachari', 'Khagrachari', '', '29', 'state', 1, 0),
(586, 'state_Kushtia_586', 'Kushtia', 'Kushtia', '', '30', 'state', 1, 0),
(587, 'state_Lakshmipur_587', 'Lakshmipur', 'Lakshmipur', '', '31', 'state', 1, 0),
(588, 'state_Lalmonirhat_588', 'Lalmonirhat', 'Lalmonirhat', '', '32', 'state', 1, 0),
(589, 'state_Manikganj_589', 'Manikganj', 'Manikganj', '', '33', 'state', 1, 0),
(590, 'state_Mymensingh_590', 'Mymensingh', 'Mymensingh', '', '34', 'state', 1, 0),
(591, 'state_Munshiganj_591', 'Munshiganj', 'Munshiganj', '', '35', 'state', 1, 0);
INSERT INTO `xjmw1_hikashop_zone` (`zone_id`, `zone_namekey`, `zone_name`, `zone_name_english`, `zone_code_2`, `zone_code_3`, `zone_type`, `zone_published`, `zone_currency_id`) VALUES
(592, 'state_Madaripur_592', 'Madaripur', 'Madaripur', '', '36', 'state', 1, 0),
(593, 'state_Magura_593', 'Magura', 'Magura', '', '37', 'state', 1, 0),
(594, 'state_Moulvibazar_594', 'Moulvibazar', 'Moulvibazar', '', '38', 'state', 1, 0),
(595, 'state_Meherpur_595', 'Meherpur', 'Meherpur', '', '39', 'state', 1, 0),
(596, 'state_Narayanganj_596', 'Narayanganj', 'Narayanganj', '', '40', 'state', 1, 0),
(597, 'state_Netrakona_597', 'Netrakona', 'Netrakona', '', '41', 'state', 1, 0),
(598, 'state_Narsingdi_598', 'Narsingdi', 'Narsingdi', '', '42', 'state', 1, 0),
(599, 'state_Narail_599', 'Narail', 'Narail', '', '43', 'state', 1, 0),
(600, 'state_Natore_600', 'Natore', 'Natore', '', '44', 'state', 1, 0),
(601, 'state_Nawabganj_601', 'Nawabganj', 'Nawabganj', '', '45', 'state', 1, 0),
(602, 'state_Nilphamari_602', 'Nilphamari', 'Nilphamari', '', '46', 'state', 1, 0),
(603, 'state_Noakhali_603', 'Noakhali', 'Noakhali', '', '47', 'state', 1, 0),
(604, 'state_Naogaon_604', 'Naogaon', 'Naogaon', '', '48', 'state', 1, 0),
(605, 'state_Pabna_605', 'Pabna', 'Pabna', '', '49', 'state', 1, 0),
(606, 'state_Pirojpur_606', 'Pirojpur', 'Pirojpur', '', '50', 'state', 1, 0),
(607, 'state_Patuakhali_607', 'Patuakhali', 'Patuakhali', '', '51', 'state', 1, 0),
(608, 'state_Panchagarh_608', 'Panchagarh', 'Panchagarh', '', '52', 'state', 1, 0),
(609, 'state_Rajbari_609', 'Rajbari', 'Rajbari', '', '53', 'state', 1, 0),
(610, 'state_Rajshahi_610', 'Rajshahi', 'Rajshahi', '', '54', 'state', 1, 0),
(611, 'state_Rangpur_611', 'Rangpur', 'Rangpur', '', '55', 'state', 1, 0),
(612, 'state_Rangamati_612', 'Rangamati', 'Rangamati', '', '56', 'state', 1, 0),
(613, 'state_Sherpur_613', 'Sherpur', 'Sherpur', '', '57', 'state', 1, 0),
(614, 'state_Satkhira_614', 'Satkhira', 'Satkhira', '', '58', 'state', 1, 0),
(615, 'state_Sirajganj_615', 'Sirajganj', 'Sirajganj', '', '59', 'state', 1, 0),
(616, 'state_Sylhet_616', 'Sylhet', 'Sylhet', '', '60', 'state', 1, 0),
(617, 'state_Sunamganj_617', 'Sunamganj', 'Sunamganj', '', '61', 'state', 1, 0),
(618, 'state_Shariatpur_618', 'Shariatpur', 'Shariatpur', '', '62', 'state', 1, 0),
(619, 'state_Tangail_619', 'Tangail', 'Tangail', '', '63', 'state', 1, 0),
(620, 'state_Thakurgaon_620', 'Thakurgaon', 'Thakurgaon', '', '64', 'state', 1, 0),
(621, 'state_Saint_Andrew_621', 'Saint Andrew', 'Saint Andrew', '', 'A', 'state', 1, 0),
(622, 'state_Christ_Church_622', 'Christ Church', 'Christ Church', '', 'C', 'state', 1, 0),
(623, 'state_Saint_Peter_623', 'Saint Peter', 'Saint Peter', '', 'E', 'state', 1, 0),
(624, 'state_Saint_George_624', 'Saint George', 'Saint George', '', 'G', 'state', 1, 0),
(625, 'state_Saint_John_625', 'Saint John', 'Saint John', '', 'J', 'state', 1, 0),
(626, 'state_Saint_Lucy_626', 'Saint Lucy', 'Saint Lucy', '', 'L', 'state', 1, 0),
(627, 'state_Saint_Michael_627', 'Saint Michael', 'Saint Michael', '', 'M', 'state', 1, 0),
(628, 'state_Saint_Joseph_628', 'Saint Joseph', 'Saint Joseph', '', 'O', 'state', 1, 0),
(629, 'state_Saint_Philip_629', 'Saint Philip', 'Saint Philip', '', 'P', 'state', 1, 0),
(630, 'state_Saint_James_630', 'Saint James', 'Saint James', '', 'S', 'state', 1, 0),
(631, 'state_Saint_Thomas_631', 'Saint Thomas', 'Saint Thomas', '', 'T', 'state', 1, 0),
(632, 'state_______________________________________632', 'Брестская область', 'Брестская область', '', 'BR', 'state', 1, 0),
(633, 'state___________________________________________633', 'Гомельская область', 'Гомельская область', '', 'HO', 'state', 1, 0),
(634, 'state_____________________________________________634', 'Гродненская область', 'Гродненская область', '', 'HR', 'state', 1, 0),
(635, 'state___________________________________________635', 'Могилевская область', 'Могилевская область', '', 'MA', 'state', 1, 0),
(636, 'state_____________________________________636', 'Минская область', 'Минская область', '', 'MI', 'state', 1, 0),
(637, 'state_________________________________________637', 'Витебская область', 'Витебская область', '', 'VI', 'state', 1, 0),
(638, 'state_Brussel_638', 'Brussels Hoofdstedelijk Gewest/Région de Bruxelles-Capitale', 'Brussels Hoofdstedelijk Gewest/Région de Bruxelles-Capitale', '', 'BRU', 'state', 1, 0),
(639, 'state_Antwerpen_639', 'Antwerpen/Anvers', 'Antwerpen/Anvers', '', 'VAN', 'state', 1, 0),
(640, 'state_Vlaams_Brabant_640', 'Vlaams-Brabant/Brabant flamand', 'Vlaams-Brabant/Brabant flamand', '', 'VBR', 'state', 1, 0),
(641, 'state_Limburg_641', 'Limburg/Limbourg', 'Limburg/Limbourg', '', 'VLI', 'state', 1, 0),
(642, 'state_Oost_Vlaanderen_642', 'Oost-Vlaanderen/Flandre orientale', 'Oost-Vlaanderen/Flandre orientale', '', 'VOV', 'state', 1, 0),
(643, 'state_West_Vlaanderen_643', 'West-Vlaanderen/Flandre occidentale', 'West-Vlaanderen/Flandre occidentale', '', 'VWV', 'state', 1, 0),
(644, 'state_Brabant_Wallon_644', 'Waals-Brabant/Brabant Wallon', 'Waals-Brabant/Brabant Wallon', '', 'WBR', 'state', 1, 0),
(645, 'state_Hainaut_645', 'Henegouwen/Hainaut', 'Henegouwen/Hainaut', '', 'WHT', 'state', 1, 0),
(646, 'state_Li__ge_L__ttich_646', 'Luik/Liège', 'Luik/Liège', '', 'WLG', 'state', 1, 0),
(647, 'state_Luxembourg_647', 'Luxemburg/Luxembourg', 'Luxemburg/Luxembourg', '', 'WLX', 'state', 1, 0),
(648, 'state_Namur_648', 'Namen/Namur', 'Namen/Namur', '', 'WNA', 'state', 1, 0),
(649, 'state_Belize_District_649', 'Belize District', 'Belize District', '', 'BZ', 'state', 1, 0),
(650, 'state_Cayo_District_650', 'Cayo District', 'Cayo District', '', 'CY', 'state', 1, 0),
(651, 'state_Corozal_District_651', 'Corozal District', 'Corozal District', '', 'CZL', 'state', 1, 0),
(652, 'state_Orange_Walk_District_652', 'Orange Walk District', 'Orange Walk District', '', 'OW', 'state', 1, 0),
(653, 'state_Stann_Creek_District_653', 'Stann Creek District', 'Stann Creek District', '', 'SC', 'state', 1, 0),
(654, 'state_Toledo_District_654', 'Toledo District', 'Toledo District', '', 'TOL', 'state', 1, 0),
(655, 'state_Alibori_655', 'Alibori', 'Alibori', '', 'AL', 'state', 1, 0),
(656, 'state_Atakora_656', 'Atakora', 'Atakora', '', 'AK', 'state', 1, 0),
(657, 'state_Atlantique_657', 'Atlantique', 'Atlantique', '', 'AQ', 'state', 1, 0),
(658, 'state_Borgou_658', 'Borgou', 'Borgou', '', 'BO', 'state', 1, 0),
(659, 'state_Collines_659', 'Collines', 'Collines', '', 'CO', 'state', 1, 0),
(660, 'state_Donga_660', 'Donga', 'Donga', '', 'DO', 'state', 1, 0),
(661, 'state_Kouffo_661', 'Kouffo', 'Kouffo', '', 'KO', 'state', 1, 0),
(662, 'state_Littoral_662', 'Littoral', 'Littoral', '', 'LI', 'state', 1, 0),
(663, 'state_Mono_663', 'Mono', 'Mono', '', 'MO', 'state', 1, 0),
(664, 'state_Ou__m___664', 'Ouémé', 'Ouémé', '', 'OU', 'state', 1, 0),
(665, 'state_Plateau_665', 'Plateau', 'Plateau', '', 'PL', 'state', 1, 0),
(666, 'state_Zou_666', 'Zou', 'Zou', '', 'ZO', 'state', 1, 0),
(667, 'state_Devonshire_667', 'Devonshire', 'Devonshire', '', 'DEV', 'state', 1, 0),
(668, 'state_Hamilton_City_668', 'Hamilton City', 'Hamilton City', '', 'HA', 'state', 1, 0),
(669, 'state_Hamilton_669', 'Hamilton', 'Hamilton', '', 'HAM', 'state', 1, 0),
(670, 'state_Paget_670', 'Paget', 'Paget', '', 'PAG', 'state', 1, 0),
(671, 'state_Pembroke_671', 'Pembroke', 'Pembroke', '', 'PEM', 'state', 1, 0),
(672, 'state_Sandys_672', 'Sandys', 'Sandys', '', 'SAN', 'state', 1, 0),
(673, 'state_Saint_George_City_673', 'Saint George City', 'Saint George City', '', 'SG', 'state', 1, 0),
(674, 'state_Saint_George_s_674', 'Saint George\'s', 'Saint George\'s', '', 'SGE', 'state', 1, 0),
(675, 'state_Smiths_675', 'Smiths', 'Smiths', '', 'SMI', 'state', 1, 0),
(676, 'state_Southampton_676', 'Southampton', 'Southampton', '', 'SOU', 'state', 1, 0),
(677, 'state_Warwick_677', 'Warwick', 'Warwick', '', 'WAR', 'state', 1, 0),
(678, 'state_Paro_678', 'Paro', 'Paro', '', '11', 'state', 1, 0),
(679, 'state_Chukha_679', 'Chukha', 'Chukha', '', '12', 'state', 1, 0),
(680, 'state_Haa_680', 'Haa', 'Haa', '', '13', 'state', 1, 0),
(681, 'state_Samtse_681', 'Samtse', 'Samtse', '', '14', 'state', 1, 0),
(682, 'state_Thimphu_682', 'Thimphu', 'Thimphu', '', '15', 'state', 1, 0),
(683, 'state_Tsirang_683', 'Tsirang', 'Tsirang', '', '21', 'state', 1, 0),
(684, 'state_Dagana_684', 'Dagana', 'Dagana', '', '22', 'state', 1, 0),
(685, 'state_Punakha_685', 'Punakha', 'Punakha', '', '23', 'state', 1, 0),
(686, 'state_Wangdue_Phodrang_686', 'Wangdue Phodrang', 'Wangdue Phodrang', '', '24', 'state', 1, 0),
(687, 'state_Sarpang_687', 'Sarpang', 'Sarpang', '', '31', 'state', 1, 0),
(688, 'state_Trongsa_688', 'Trongsa', 'Trongsa', '', '32', 'state', 1, 0),
(689, 'state_Bumthang_689', 'Bumthang', 'Bumthang', '', '33', 'state', 1, 0),
(690, 'state_Zhemgang_690', 'Zhemgang', 'Zhemgang', '', '34', 'state', 1, 0),
(691, 'state_Trashigang_691', 'Trashigang', 'Trashigang', '', '41', 'state', 1, 0),
(692, 'state_Mongar_692', 'Mongar', 'Mongar', '', '42', 'state', 1, 0),
(693, 'state_Pemagatshel_693', 'Pemagatshel', 'Pemagatshel', '', '43', 'state', 1, 0),
(694, 'state_Luentse_694', 'Luentse', 'Luentse', '', '44', 'state', 1, 0),
(695, 'state_Samdrup_Jongkhar_695', 'Samdrup Jongkhar', 'Samdrup Jongkhar', '', '45', 'state', 1, 0),
(696, 'state_Gasa_696', 'Gasa', 'Gasa', '', 'GA', 'state', 1, 0),
(697, 'state_Trashiyangse_697', 'Trashiyangse', 'Trashiyangse', '', 'TY', 'state', 1, 0),
(698, 'state_El_Beni_698', 'El Beni', 'El Beni', '', 'B', 'state', 1, 0),
(699, 'state_Cochabamba_699', 'Cochabamba', 'Cochabamba', '', 'C', 'state', 1, 0),
(700, 'state_Chuquisaca_700', 'Chuquisaca', 'Chuquisaca', '', 'H', 'state', 1, 0),
(701, 'state_La_Paz_701', 'La Paz', 'La Paz', '', 'L', 'state', 1, 0),
(702, 'state_Pando_702', 'Pando', 'Pando', '', 'N', 'state', 1, 0),
(703, 'state_Oruro_703', 'Oruro', 'Oruro', '', 'O', 'state', 1, 0),
(704, 'state_Potos___704', 'Potosí', 'Potosí', '', 'P', 'state', 1, 0),
(705, 'state_Santa_Cruz_705', 'Santa Cruz', 'Santa Cruz', '', 'S', 'state', 1, 0),
(706, 'state_Tarija_706', 'Tarija', 'Tarija', '', 'T', 'state', 1, 0),
(707, 'state_Central_707', 'Central', 'Central', '', 'CE', 'state', 1, 0),
(708, 'state_Ghanzi_708', 'Ghanzi', 'Ghanzi', '', 'GH', 'state', 1, 0),
(709, 'state_Kgalagadi_709', 'Kgalagadi', 'Kgalagadi', '', 'KG', 'state', 1, 0),
(710, 'state_Kgatleng_710', 'Kgatleng', 'Kgatleng', '', 'KL', 'state', 1, 0),
(711, 'state_Kweneng_711', 'Kweneng', 'Kweneng', '', 'KW', 'state', 1, 0),
(712, 'state_North_East_712', 'North-East', 'North-East', '', 'NE', 'state', 1, 0),
(713, 'state_North_West_713', 'North-West', 'North-West', '', 'NW', 'state', 1, 0),
(714, 'state_South_East_714', 'South-East', 'South-East', '', 'SE', 'state', 1, 0),
(715, 'state_Southern_715', 'Southern', 'Southern', '', 'SO', 'state', 1, 0),
(716, 'state_Acre_716', 'Acre', 'Acre', '', 'AC', 'state', 1, 0),
(717, 'state_Alagoas_717', 'Alagoas', 'Alagoas', '', 'AL', 'state', 1, 0),
(718, 'state_Amaz__nia_718', 'Amazônia', 'Amazônia', '', 'AM', 'state', 1, 0),
(719, 'state_Amap___719', 'Amapá', 'Amapá', '', 'AP', 'state', 1, 0),
(720, 'state_Bahia_720', 'Bahia', 'Bahia', '', 'BA', 'state', 1, 0),
(721, 'state_Cear___721', 'Ceará', 'Ceará', '', 'CE', 'state', 1, 0),
(722, 'state_Distrito_Federal_722', 'Distrito Federal', 'Distrito Federal', '', 'DF', 'state', 1, 0),
(723, 'state_Esp__rito_Santo_723', 'Espírito Santo', 'Espírito Santo', '', 'ES', 'state', 1, 0),
(724, 'state_Goi__s_724', 'Goiás', 'Goiás', '', 'GO', 'state', 1, 0),
(725, 'state_Maranh__o_725', 'Maranhão', 'Maranhão', '', 'MA', 'state', 1, 0),
(726, 'state_Minas_Gerais_726', 'Minas Gerais', 'Minas Gerais', '', 'MG', 'state', 1, 0),
(727, 'state_Mato_Grosso_do_Sul_727', 'Mato Grosso do Sul', 'Mato Grosso do Sul', '', 'MS', 'state', 1, 0),
(728, 'state_Mato_Grosso_728', 'Mato Grosso', 'Mato Grosso', '', 'MT', 'state', 1, 0),
(729, 'state_Par___729', 'Pará', 'Pará', '', 'PA', 'state', 1, 0),
(730, 'state_Para__ba_730', 'Paraíba', 'Paraíba', '', 'PB', 'state', 1, 0),
(731, 'state_Pernambuco_731', 'Pernambuco', 'Pernambuco', '', 'PE', 'state', 1, 0),
(732, 'state_Piau___732', 'Piauí', 'Piauí', '', 'PI', 'state', 1, 0),
(733, 'state_Paran___733', 'Paraná', 'Paraná', '', 'PR', 'state', 1, 0),
(734, 'state_Rio_de_Janeiro_734', 'Rio de Janeiro', 'Rio de Janeiro', '', 'RJ', 'state', 1, 0),
(735, 'state_Rio_Grande_do_Norte_735', 'Rio Grande do Norte', 'Rio Grande do Norte', '', 'RN', 'state', 1, 0),
(736, 'state_Rond__nia_736', 'Rondônia', 'Rondônia', '', 'RO', 'state', 1, 0),
(737, 'state_Roraima_737', 'Roraima', 'Roraima', '', 'RR', 'state', 1, 0),
(738, 'state_Rio_Grande_do_Sul_738', 'Rio Grande do Sul', 'Rio Grande do Sul', '', 'RS', 'state', 1, 0),
(739, 'state_Santa_Catarina_739', 'Santa Catarina', 'Santa Catarina', '', 'SC', 'state', 1, 0),
(740, 'state_Sergipe_740', 'Sergipe', 'Sergipe', '', 'SE', 'state', 1, 0),
(741, 'state_S__o_Paulo_741', 'São Paulo', 'São Paulo', '', 'SP', 'state', 1, 0),
(742, 'state_Tocantins_742', 'Tocantins', 'Tocantins', '', 'TO', 'state', 1, 0),
(743, 'state_Peros_Banhos_743', 'Peros Banhos', 'Peros Banhos', '', 'PB', 'state', 1, 0),
(744, 'state_Salomon_Islands_744', 'Salomon Islands', 'Salomon Islands', '', 'SI', 'state', 1, 0),
(745, 'state_Nelsons_Island_745', 'Nelsons Island', 'Nelsons Island', '', 'NI', 'state', 1, 0),
(746, 'state_Three_Brothers_746', 'Three Brothers', 'Three Brothers', '', 'TB', 'state', 1, 0),
(747, 'state_Eagle_Islands_747', 'Eagle Islands', 'Eagle Islands', '', 'EA', 'state', 1, 0),
(748, 'state_Danger_Island_748', 'Danger Island', 'Danger Island', '', 'DI', 'state', 1, 0),
(749, 'state_Egmont_Islands_749', 'Egmont Islands', 'Egmont Islands', '', 'EG', 'state', 1, 0),
(750, 'state_Diego_Garcia_750', 'Diego Garcia', 'Diego Garcia', '', 'DG', 'state', 1, 0),
(751, 'state_Belait_751', 'Belait', 'Belait', '', 'BE', 'state', 1, 0),
(752, 'state_Brunei_Muara_752', 'Brunei-Muara', 'Brunei-Muara', '', 'BM', 'state', 1, 0),
(753, 'state_Temburong_753', 'Temburong', 'Temburong', '', 'TE', 'state', 1, 0),
(754, 'state_Tutong_754', 'Tutong', 'Tutong', '', 'TU', 'state', 1, 0),
(755, 'state_Blagoevgrad_755', 'Blagoevgrad', 'Blagoevgrad', '', '01', 'state', 1, 0),
(756, 'state_Burgas_756', 'Burgas', 'Burgas', '', '02', 'state', 1, 0),
(757, 'state_Varna_757', 'Varna', 'Varna', '', '03', 'state', 1, 0),
(758, 'state_Veliko_Tarnovo_758', 'Veliko Tarnovo', 'Veliko Tarnovo', '', '04', 'state', 1, 0),
(759, 'state_Vidin_759', 'Vidin', 'Vidin', '', '05', 'state', 1, 0),
(760, 'state_Vratsa_760', 'Vratsa', 'Vratsa', '', '06', 'state', 1, 0),
(761, 'state_Gabrovo_761', 'Gabrovo', 'Gabrovo', '', '07', 'state', 1, 0),
(762, 'state_Dobrich_762', 'Dobrich', 'Dobrich', '', '08', 'state', 1, 0),
(763, 'state_Kardzhali_763', 'Kardzhali', 'Kardzhali', '', '09', 'state', 1, 0),
(764, 'state_Kyustendil_764', 'Kyustendil', 'Kyustendil', '', '10', 'state', 1, 0),
(765, 'state_Lovech_765', 'Lovech', 'Lovech', '', '11', 'state', 1, 0),
(766, 'state_Montana_766', 'Montana', 'Montana', '', '12', 'state', 1, 0),
(767, 'state_Pazardzhik_767', 'Pazardzhik', 'Pazardzhik', '', '13', 'state', 1, 0),
(768, 'state_Pernik_768', 'Pernik', 'Pernik', '', '14', 'state', 1, 0),
(769, 'state_Pleven_769', 'Pleven', 'Pleven', '', '15', 'state', 1, 0),
(770, 'state_Plovdiv_770', 'Plovdiv', 'Plovdiv', '', '16', 'state', 1, 0),
(771, 'state_Razgrad_771', 'Razgrad', 'Razgrad', '', '17', 'state', 1, 0),
(772, 'state_Ruse_772', 'Ruse', 'Ruse', '', '18', 'state', 1, 0),
(773, 'state_Silistra_773', 'Silistra', 'Silistra', '', '19', 'state', 1, 0),
(774, 'state_Sliven_774', 'Sliven', 'Sliven', '', '20', 'state', 1, 0),
(775, 'state_Smolyan_775', 'Smolyan', 'Smolyan', '', '21', 'state', 1, 0),
(776, 'state_Sofia_776', 'Sofia', 'Sofia', '', '23', 'state', 1, 0),
(777, 'state_Sofia_Province_777', 'Sofia Province', 'Sofia Province', '', '22', 'state', 1, 0),
(778, 'state_Stara_Zagora_778', 'Stara Zagora', 'Stara Zagora', '', '24', 'state', 1, 0),
(779, 'state_Targovishte_779', 'Targovishte', 'Targovishte', '', '25', 'state', 1, 0),
(780, 'state_Haskovo_780', 'Haskovo', 'Haskovo', '', '26', 'state', 1, 0),
(781, 'state_Shumen_781', 'Shumen', 'Shumen', '', '27', 'state', 1, 0),
(782, 'state_Yambol_782', 'Yambol', 'Yambol', '', '28', 'state', 1, 0),
(783, 'state_Bal___783', 'Balé', 'Balé', '', 'BAL', 'state', 1, 0),
(784, 'state_Bam_784', 'Bam', 'Bam', '', 'BAM', 'state', 1, 0),
(785, 'state_Banwa_785', 'Banwa', 'Banwa', '', 'BAN', 'state', 1, 0),
(786, 'state_Baz__ga_786', 'Bazèga', 'Bazèga', '', 'BAZ', 'state', 1, 0),
(787, 'state_Bougouriba_787', 'Bougouriba', 'Bougouriba', '', 'BGR', 'state', 1, 0),
(788, 'state_Boulgou_788', 'Boulgou', 'Boulgou', '', 'BLG', 'state', 1, 0),
(789, 'state_Boulkiemd___789', 'Boulkiemdé', 'Boulkiemdé', '', 'BLK', 'state', 1, 0),
(790, 'state_Komo___790', 'Komoé', 'Komoé', '', 'COM', 'state', 1, 0),
(791, 'state_Ganzourgou_791', 'Ganzourgou', 'Ganzourgou', '', 'GAN', 'state', 1, 0),
(792, 'state_Gnagna_792', 'Gnagna', 'Gnagna', '', 'GNA', 'state', 1, 0),
(793, 'state_Gourma_793', 'Gourma', 'Gourma', '', 'GOU', 'state', 1, 0),
(794, 'state_Houet_794', 'Houet', 'Houet', '', 'HOU', 'state', 1, 0),
(795, 'state_Ioba_795', 'Ioba', 'Ioba', '', 'IOB', 'state', 1, 0),
(796, 'state_Kadiogo_796', 'Kadiogo', 'Kadiogo', '', 'KAD', 'state', 1, 0),
(797, 'state_K__n__dougou_797', 'Kénédougou', 'Kénédougou', '', 'KEN', 'state', 1, 0),
(798, 'state_Komondjari_798', 'Komondjari', 'Komondjari', '', 'KMD', 'state', 1, 0),
(799, 'state_Kompienga_799', 'Kompienga', 'Kompienga', '', 'KMP', 'state', 1, 0),
(800, 'state_Koulp__logo_800', 'Koulpélogo', 'Koulpélogo', '', 'KOP', 'state', 1, 0),
(801, 'state_Kossi_801', 'Kossi', 'Kossi', '', 'KOS', 'state', 1, 0),
(802, 'state_Kouritenga_802', 'Kouritenga', 'Kouritenga', '', 'KOT', 'state', 1, 0),
(803, 'state_Kourw__ogo_803', 'Kourwéogo', 'Kourwéogo', '', 'KOW', 'state', 1, 0),
(804, 'state_L__raba_804', 'Léraba', 'Léraba', '', 'LER', 'state', 1, 0),
(805, 'state_Loroum_805', 'Loroum', 'Loroum', '', 'LOR', 'state', 1, 0),
(806, 'state_Mouhoun_806', 'Mouhoun', 'Mouhoun', '', 'MOU', 'state', 1, 0),
(807, 'state_Namentenga_807', 'Namentenga', 'Namentenga', '', 'NAM', 'state', 1, 0),
(808, 'state_Naouri_808', 'Naouri', 'Naouri', '', 'NAO', 'state', 1, 0),
(809, 'state_Nayala_809', 'Nayala', 'Nayala', '', 'NAY', 'state', 1, 0),
(810, 'state_Noumbiel_810', 'Noumbiel', 'Noumbiel', '', 'NOU', 'state', 1, 0),
(811, 'state_Oubritenga_811', 'Oubritenga', 'Oubritenga', '', 'OUB', 'state', 1, 0),
(812, 'state_Oudalan_812', 'Oudalan', 'Oudalan', '', 'OUD', 'state', 1, 0),
(813, 'state_Passor___813', 'Passoré', 'Passoré', '', 'PAS', 'state', 1, 0),
(814, 'state_Poni_814', 'Poni', 'Poni', '', 'PON', 'state', 1, 0),
(815, 'state_S__no_815', 'Séno', 'Séno', '', 'SEN', 'state', 1, 0),
(816, 'state_Sissili_816', 'Sissili', 'Sissili', '', 'SIS', 'state', 1, 0),
(817, 'state_Sanmatenga_817', 'Sanmatenga', 'Sanmatenga', '', 'SMT', 'state', 1, 0),
(818, 'state_Sangui___818', 'Sanguié', 'Sanguié', '', 'SNG', 'state', 1, 0),
(819, 'state_Soum_819', 'Soum', 'Soum', '', 'SOM', 'state', 1, 0),
(820, 'state_Sourou_820', 'Sourou', 'Sourou', '', 'SOR', 'state', 1, 0),
(821, 'state_Tapoa_821', 'Tapoa', 'Tapoa', '', 'TAP', 'state', 1, 0),
(822, 'state_Tui_822', 'Tui', 'Tui', '', 'TUI', 'state', 1, 0),
(823, 'state_Yagha_823', 'Yagha', 'Yagha', '', 'YAG', 'state', 1, 0),
(824, 'state_Yatenga_824', 'Yatenga', 'Yatenga', '', 'YAT', 'state', 1, 0),
(825, 'state_Ziro_825', 'Ziro', 'Ziro', '', 'ZIR', 'state', 1, 0),
(826, 'state_Zondoma_826', 'Zondoma', 'Zondoma', '', 'ZON', 'state', 1, 0),
(827, 'state_Zoundw__ogo_827', 'Zoundwéogo', 'Zoundwéogo', '', 'ZOU', 'state', 1, 0),
(828, 'state_Bubanza_828', 'Bubanza', 'Bubanza', '', 'BB', 'state', 1, 0),
(829, 'state_Bujumbura_Mairie_829', 'Bujumbura Mairie', 'Bujumbura Mairie', '', 'BJ', 'state', 1, 0),
(830, 'state_Bururi_830', 'Bururi', 'Bururi', '', 'BR', 'state', 1, 0),
(831, 'state_Cankuzo_831', 'Cankuzo', 'Cankuzo', '', 'CA', 'state', 1, 0),
(832, 'state_Cibitoke_832', 'Cibitoke', 'Cibitoke', '', 'CI', 'state', 1, 0),
(833, 'state_Gitega_833', 'Gitega', 'Gitega', '', 'GI', 'state', 1, 0),
(834, 'state_Karuzi_834', 'Karuzi', 'Karuzi', '', 'KR', 'state', 1, 0),
(835, 'state_Kayanza_835', 'Kayanza', 'Kayanza', '', 'KY', 'state', 1, 0),
(836, 'state_Kirundo_836', 'Kirundo', 'Kirundo', '', 'KI', 'state', 1, 0),
(837, 'state_Makamba_837', 'Makamba', 'Makamba', '', 'MA', 'state', 1, 0),
(838, 'state_Muramvya_838', 'Muramvya', 'Muramvya', '', 'MU', 'state', 1, 0),
(839, 'state_Muyinga_839', 'Muyinga', 'Muyinga', '', 'MY', 'state', 1, 0),
(840, 'state_Mwaro_840', 'Mwaro', 'Mwaro', '', 'MW', 'state', 1, 0),
(841, 'state_Ngozi_841', 'Ngozi', 'Ngozi', '', 'NG', 'state', 1, 0),
(842, 'state_Rutana_842', 'Rutana', 'Rutana', '', 'RT', 'state', 1, 0),
(843, 'state_Ruyigi_843', 'Ruyigi', 'Ruyigi', '', 'RY', 'state', 1, 0),
(844, 'state_Adamaoua_844', 'Adamaoua', 'Adamaoua', '', 'AD', 'state', 1, 0),
(845, 'state_Centre_845', 'Centre', 'Centre', '', 'CE', 'state', 1, 0),
(846, 'state_Extr__me_Nord_846', 'Extrême-Nord', 'Extrême-Nord', '', 'EN', 'state', 1, 0),
(847, 'state_Est_847', 'Est', 'Est', '', 'ES', 'state', 1, 0),
(848, 'state_Littoral_848', 'Littoral', 'Littoral', '', 'LT', 'state', 1, 0),
(849, 'state_Nord_849', 'Nord', 'Nord', '', 'NO', 'state', 1, 0),
(850, 'state_Nord_Ouest_850', 'Nord-Ouest', 'Nord-Ouest', '', 'NW', 'state', 1, 0),
(851, 'state_Ouest_851', 'Ouest', 'Ouest', '', 'OU', 'state', 1, 0),
(852, 'state_Sud_852', 'Sud', 'Sud', '', 'SU', 'state', 1, 0),
(853, 'state_Sud_Ouest_853', 'Sud-Ouest', 'Sud-Ouest', '', 'SW', 'state', 1, 0),
(854, 'state_Alberta_854', 'Alberta', 'Alberta', 'AB', 'AB', 'state', 1, 0),
(855, 'state_British_Columbia_855', 'British Columbia', 'British Columbia', 'BC', 'BC', 'state', 1, 0),
(856, 'state_Manitoba_856', 'Manitoba', 'Manitoba', 'MB', 'MB', 'state', 1, 0),
(857, 'state_New_Brunswick_857', 'New Brunswick', 'New Brunswick', 'NB', 'NB', 'state', 1, 0),
(858, 'state_Newfoundland_and_Labrador_858', 'Newfoundland and Labrador', 'Newfoundland and Labrador', 'NL', 'NL', 'state', 1, 0),
(859, 'state_Nova_Scotia_859', 'Nova Scotia', 'Nova Scotia', 'NS', 'NS', 'state', 1, 0),
(860, 'state_Northwest_Territories_860', 'Northwest Territories', 'Northwest Territories', 'NT', 'NT', 'state', 1, 0),
(861, 'state_Nunavut_861', 'Nunavut', 'Nunavut', 'NU', 'NU', 'state', 1, 0),
(862, 'state_Ontario_862', 'Ontario', 'Ontario', 'ON', 'ON', 'state', 1, 0),
(863, 'state_Prince_Edward_Island_863', 'Prince Edward Island', 'Prince Edward Island', 'PE', 'PE', 'state', 1, 0),
(864, 'state_Quebec_864', 'Quebec', 'Quebec', 'QC', 'QC', 'state', 1, 0),
(865, 'state_Saskatchewan_865', 'Saskatchewan', 'Saskatchewan', 'SK', 'SK', 'state', 1, 0),
(866, 'state_Yukon_Territory_866', 'Yukon Territory', 'Yukon Territory', 'YT', 'YT', 'state', 1, 0),
(867, 'state_Brava_867', 'Brava', 'Brava', '', 'BR', 'state', 1, 0),
(868, 'state_Boa_Vista_868', 'Boa Vista', 'Boa Vista', '', 'BV', 'state', 1, 0),
(869, 'state_Santa_Catarina_869', 'Santa Catarina', 'Santa Catarina', '', 'CA', 'state', 1, 0),
(870, 'state_Santa_Cruz_870', 'Santa Cruz', 'Santa Cruz', '', 'CR', 'state', 1, 0),
(871, 'state_Calheta_de_S__o_Miguel_871', 'Calheta de São Miguel', 'Calheta de São Miguel', '', 'CS', 'state', 1, 0),
(872, 'state_Maio_872', 'Maio', 'Maio', '', 'MA', 'state', 1, 0),
(873, 'state_Mosteiros_873', 'Mosteiros', 'Mosteiros', '', 'MO', 'state', 1, 0),
(874, 'state_Pa__l_874', 'Paúl', 'Paúl', '', 'PA', 'state', 1, 0),
(875, 'state_Porto_Novo_875', 'Porto Novo', 'Porto Novo', '', 'PN', 'state', 1, 0),
(876, 'state_Praia_876', 'Praia', 'Praia', '', 'PR', 'state', 1, 0),
(877, 'state_Ribeira_Grande_877', 'Ribeira Grande', 'Ribeira Grande', '', 'RG', 'state', 1, 0),
(878, 'state_S__o_Domingos_878', 'São Domingos', 'São Domingos', '', 'SD', 'state', 1, 0),
(879, 'state_S__o_Filipe_879', 'São Filipe', 'São Filipe', '', 'SF', 'state', 1, 0),
(880, 'state_Sal_880', 'Sal', 'Sal', '', 'SL', 'state', 1, 0),
(881, 'state_S__o_Nicolau_881', 'São Nicolau', 'São Nicolau', '', 'SN', 'state', 1, 0),
(882, 'state_S__o_Vicente_882', 'São Vicente', 'São Vicente', '', 'SV', 'state', 1, 0),
(883, 'state_Tarrafal_883', 'Tarrafal', 'Tarrafal', '', 'TA', 'state', 1, 0),
(884, 'state_Creek_884', 'Creek', 'Creek', '', 'CR', 'state', 1, 0),
(886, 'state_Midland_886', 'Midland', 'Midland', '', 'MI', 'state', 1, 0),
(887, 'state_South_Town_887', 'South Town', 'South Town', '', 'SO', 'state', 1, 0),
(888, 'state_Spot_Bay_888', 'Spot Bay', 'Spot Bay', '', 'SP', 'state', 1, 0),
(889, 'state_Stake_Bay_889', 'Stake Bay', 'Stake Bay', '', 'ST', 'state', 1, 0),
(890, 'state_West_End_890', 'West End', 'West End', '', 'WD', 'state', 1, 0),
(891, 'state_Western_891', 'Western', 'Western', '', 'WN', 'state', 1, 0),
(892, 'state_Ouham_892', 'Ouham', 'Ouham', '', 'AC ', 'state', 1, 0),
(893, 'state_Bamingui_Bangoran_893', 'Bamingui-Bangoran', 'Bamingui-Bangoran', '', 'BB ', 'state', 1, 0),
(894, 'state_Bangui_894', 'Bangui', 'Bangui', '', 'BGF', 'state', 1, 0),
(895, 'state_Basse_Kotto_895', 'Basse-Kotto', 'Basse-Kotto', '', 'BK ', 'state', 1, 0),
(896, 'state_Haute_Kotto_896', 'Haute-Kotto', 'Haute-Kotto', '', 'HK ', 'state', 1, 0),
(897, 'state_Haut_Mbomou_897', 'Haut-Mbomou', 'Haut-Mbomou', '', 'HM ', 'state', 1, 0),
(898, 'state_Mamb__r___Kad_____898', 'Mambéré-Kadéï', 'Mambéré-Kadéï', '', 'HS ', 'state', 1, 0),
(899, 'state_Nana_Gr__bizi_899', 'Nana-Grébizi', 'Nana-Grébizi', '', 'KB ', 'state', 1, 0),
(900, 'state_K__mo_900', 'Kémo', 'Kémo', '', 'KG ', 'state', 1, 0),
(901, 'state_Lobaye_901', 'Lobaye', 'Lobaye', '', 'LB ', 'state', 1, 0),
(902, 'state_Mbomou_902', 'Mbomou', 'Mbomou', '', 'MB ', 'state', 1, 0),
(903, 'state_Ombella_M_Poko_903', 'Ombella-M\'Poko', 'Ombella-M\'Poko', '', 'MP ', 'state', 1, 0),
(904, 'state_Nana_Mamb__r___904', 'Nana-Mambéré', 'Nana-Mambéré', '', 'NM ', 'state', 1, 0),
(905, 'state_Ouham_Pend___905', 'Ouham-Pendé', 'Ouham-Pendé', '', 'OP ', 'state', 1, 0),
(906, 'state_Sangha_Mba__r___906', 'Sangha-Mbaéré', 'Sangha-Mbaéré', '', 'SE ', 'state', 1, 0),
(907, 'state_Ouaka_907', 'Ouaka', 'Ouaka', '', 'UK ', 'state', 1, 0),
(908, 'state_Vakaga_908', 'Vakaga', 'Vakaga', '', 'VR ', 'state', 1, 0),
(909, 'state_Batha_909', 'Batha', 'Batha', '', 'BA ', 'state', 1, 0),
(910, 'state_Borkou_Ennedi_Tibesti_910', 'Borkou-Ennedi-Tibesti', 'Borkou-Ennedi-Tibesti', '', 'BET', 'state', 1, 0),
(911, 'state_Biltine_911', 'Biltine', 'Biltine', '', 'BI ', 'state', 1, 0),
(912, 'state_Chari_Baguirmi_912', 'Chari-Baguirmi', 'Chari-Baguirmi', '', 'CB ', 'state', 1, 0),
(913, 'state_Gu__ra_913', 'Guéra', 'Guéra', '', 'GR ', 'state', 1, 0),
(914, 'state_Kanem_914', 'Kanem', 'Kanem', '', 'KA ', 'state', 1, 0),
(915, 'state_Lac_915', 'Lac', 'Lac', '', 'LC ', 'state', 1, 0),
(916, 'state_Logone_Oriental_916', 'Logone-Oriental', 'Logone-Oriental', '', 'LR ', 'state', 1, 0),
(917, 'state_Logone_Occidental_917', 'Logone-Occidental', 'Logone-Occidental', '', 'LO ', 'state', 1, 0),
(918, 'state_Moyen_Chari_918', 'Moyen-Chari', 'Moyen-Chari', '', 'MC ', 'state', 1, 0),
(919, 'state_Mayo_K__bbi_919', 'Mayo-Kébbi', 'Mayo-Kébbi', '', 'MK ', 'state', 1, 0),
(920, 'state_Ouadda___920', 'Ouaddaï', 'Ouaddaï', '', 'OD ', 'state', 1, 0),
(921, 'state_Salamat_921', 'Salamat', 'Salamat', '', 'SA ', 'state', 1, 0),
(922, 'state_Tandjil___922', 'Tandjilé', 'Tandjilé', '', 'TA ', 'state', 1, 0),
(923, 'state_Ais__n_del_General_Carlos_Iba__ez_923', 'Aisén del General Carlos Ibañez', 'Aisén del General Carlos Ibañez', '', 'AI', 'state', 1, 0),
(924, 'state_Antofagasta_924', 'Antofagasta', 'Antofagasta', '', 'AN', 'state', 1, 0),
(925, 'state_La_Araucan__a_925', 'La Araucanía', 'La Araucanía', '', 'AR', 'state', 1, 0),
(926, 'state_Atacama_926', 'Atacama', 'Atacama', '', 'AT', 'state', 1, 0),
(927, 'state_Biob__o_927', 'Biobío', 'Biobío', '', 'BI', 'state', 1, 0),
(928, 'state_Coquimbo_928', 'Coquimbo', 'Coquimbo', '', 'CO', 'state', 1, 0),
(929, 'state_Libertador_Bernardo_O_Higgins_929', 'Libertador Bernardo O\'Higgins', 'Libertador Bernardo O\'Higgins', '', 'LI', 'state', 1, 0),
(930, 'state_Los_Lagos_930', 'Los Lagos', 'Los Lagos', '', 'LL', 'state', 1, 0),
(931, 'state_Magallanes_y_de_la_Antartica_931', 'Magallanes y de la Antartica', 'Magallanes y de la Antartica', '', 'MA', 'state', 1, 0),
(932, 'state_Maule_932', 'Maule', 'Maule', '', 'ML', 'state', 1, 0),
(933, 'state_Metropolitana_de_Santiago_933', 'Metropolitana de Santiago', 'Metropolitana de Santiago', '', 'RM', 'state', 1, 0),
(934, 'state_Tarapac___934', 'Tarapacá', 'Tarapacá', '', 'TA', 'state', 1, 0),
(935, 'state_Valpara__so_935', 'Valparaíso', 'Valparaíso', '', 'VS', 'state', 1, 0),
(936, 'state________936', '北京', '北京', '', '11', 'state', 1, 0),
(937, 'state________937', '天津', '天津', '', '12', 'state', 1, 0),
(938, 'state________938', '河北', '河北', '', '13', 'state', 1, 0),
(939, 'state________939', '山西', '山西', '', '14', 'state', 1, 0),
(940, 'state____________________940', '内蒙古自治区', '内蒙古自治区', '', '15', 'state', 1, 0),
(941, 'state________941', '辽宁', '辽宁', '', '21', 'state', 1, 0),
(942, 'state________942', '吉林', '吉林', '', '22', 'state', 1, 0),
(943, 'state______________943', '黑龙江省', '黑龙江省', '', '23', 'state', 1, 0),
(944, 'state________944', '上海', '上海', '', '31', 'state', 1, 0),
(945, 'state________945', '江苏', '江苏', '', '32', 'state', 1, 0),
(946, 'state________946', '浙江', '浙江', '', '33', 'state', 1, 0),
(947, 'state________947', '安徽', '安徽', '', '34', 'state', 1, 0),
(948, 'state________948', '福建', '福建', '', '35', 'state', 1, 0),
(949, 'state________949', '江西', '江西', '', '36', 'state', 1, 0),
(950, 'state________950', '山东', '山东', '', '37', 'state', 1, 0),
(951, 'state________951', '河南', '河南', '', '41', 'state', 1, 0),
(952, 'state________952', '湖北', '湖北', '', '42', 'state', 1, 0),
(953, 'state________953', '湖南', '湖南', '', '43', 'state', 1, 0),
(954, 'state________954', '广东', '广东', '', '44', 'state', 1, 0),
(955, 'state_______________________955', '广西壮族自治区', '广西壮族自治区', '', '45', 'state', 1, 0),
(956, 'state________956', '海南', '海南', '', '46', 'state', 1, 0),
(957, 'state________957', '重庆', '重庆', '', '50', 'state', 1, 0),
(958, 'state________958', '四川', '四川', '', '51', 'state', 1, 0),
(959, 'state________959', '贵州', '贵州', '', '52', 'state', 1, 0),
(960, 'state________960', '云南', '云南', '', '53', 'state', 1, 0),
(961, 'state_________________961', '西藏自治区', '西藏自治区', '', '54', 'state', 1, 0),
(962, 'state________962', '陕西', '陕西', '', '61', 'state', 1, 0),
(963, 'state________963', '甘肃', '甘肃', '', '62', 'state', 1, 0),
(964, 'state________964', '青海', '青海', '', '63', 'state', 1, 0),
(965, 'state________965', '宁夏', '宁夏', '', '64', 'state', 1, 0),
(966, 'state________966', '新疆', '新疆', '', '65', 'state', 1, 0),
(967, 'state________967', '臺灣', '臺灣', '', '71', 'state', 1, 0),
(968, 'state________968', '香港', '香港', '', '91', 'state', 1, 0),
(969, 'state________969', '澳門', '澳門', '', '92', 'state', 1, 0),
(970, 'state_Direction_Island_970', 'Direction Island', 'Direction Island', '', 'D', 'state', 1, 0),
(971, 'state_Home_Island_971', 'Home Island', 'Home Island', '', 'H', 'state', 1, 0),
(972, 'state_Horsburgh_Island_972', 'Horsburgh Island', 'Horsburgh Island', '', 'O', 'state', 1, 0),
(973, 'state_South_Island_973', 'South Island', 'South Island', '', 'S', 'state', 1, 0),
(974, 'state_West_Island_974', 'West Island', 'West Island', '', 'W', 'state', 1, 0),
(975, 'state_Amazonas_975', 'Amazonas', 'Amazonas', '', 'AMA', 'state', 1, 0),
(976, 'state_Antioquia_976', 'Antioquia', 'Antioquia', '', 'ANT', 'state', 1, 0),
(977, 'state_Arauca_977', 'Arauca', 'Arauca', '', 'ARA', 'state', 1, 0),
(978, 'state_Atl__ntico_978', 'Atlántico', 'Atlántico', '', 'ATL', 'state', 1, 0),
(979, 'state_Bol__var_979', 'Bolívar', 'Bolívar', '', 'BOL', 'state', 1, 0),
(980, 'state_Boyac___980', 'Boyacá', 'Boyacá', '', 'BOY', 'state', 1, 0),
(981, 'state_Caldas_981', 'Caldas', 'Caldas', '', 'CAL', 'state', 1, 0),
(982, 'state_Caquet___982', 'Caquetá', 'Caquetá', '', 'CAQ', 'state', 1, 0),
(983, 'state_Casanare_983', 'Casanare', 'Casanare', '', 'CAS', 'state', 1, 0),
(984, 'state_Cauca_984', 'Cauca', 'Cauca', '', 'CAU', 'state', 1, 0),
(985, 'state_Cesar_985', 'Cesar', 'Cesar', '', 'CES', 'state', 1, 0),
(986, 'state_Choc___986', 'Chocó', 'Chocó', '', 'CHO', 'state', 1, 0),
(987, 'state_C__rdoba_987', 'Córdoba', 'Córdoba', '', 'COR', 'state', 1, 0),
(988, 'state_Cundinamarca_988', 'Cundinamarca', 'Cundinamarca', '', 'CUN', 'state', 1, 0),
(989, 'state_Bogot___Distrito_Capital_989', 'Bogotá Distrito Capital', 'Bogotá Distrito Capital', '', 'DC', 'state', 1, 0),
(990, 'state_Guain__a_990', 'Guainía', 'Guainía', '', 'GUA', 'state', 1, 0),
(991, 'state_Guaviare_991', 'Guaviare', 'Guaviare', '', 'GUV', 'state', 1, 0),
(993, 'state_La_Guajira_993', 'La Guajira', 'La Guajira', '', 'LAG', 'state', 1, 0),
(994, 'state_Magdalena_994', 'Magdalena', 'Magdalena', '', 'MAG', 'state', 1, 0),
(995, 'state_Meta_995', 'Meta', 'Meta', '', 'MET', 'state', 1, 0),
(996, 'state_Nari__o_996', 'Nariño', 'Nariño', '', 'NAR', 'state', 1, 0),
(997, 'state_Norte_de_Santander_997', 'Norte de Santander', 'Norte de Santander', '', 'NSA', 'state', 1, 0),
(998, 'state_Putumayo_998', 'Putumayo', 'Putumayo', '', 'PUT', 'state', 1, 0),
(999, 'state_Quind__o_999', 'Quindío', 'Quindío', '', 'QUI', 'state', 1, 0),
(1000, 'state_Risaralda_1000', 'Risaralda', 'Risaralda', '', 'RIS', 'state', 1, 0),
(1001, 'state_Santander_1001', 'Santander', 'Santander', '', 'SAN', 'state', 1, 0),
(1002, 'state_San_Andr__s_y_Providencia_1002', 'San Andrés y Providencia', 'San Andrés y Providencia', '', 'SAP', 'state', 1, 0),
(1003, 'state_Sucre_1003', 'Sucre', 'Sucre', '', 'SUC', 'state', 1, 0),
(1004, 'state_Tolima_1004', 'Tolima', 'Tolima', '', 'TOL', 'state', 1, 0),
(1005, 'state_Valle_del_Cauca_1005', 'Valle del Cauca', 'Valle del Cauca', '', 'VAC', 'state', 1, 0),
(1006, 'state_Vaup__s_1006', 'Vaupés', 'Vaupés', '', 'VAU', 'state', 1, 0),
(1007, 'state_Vichada_1007', 'Vichada', 'Vichada', '', 'VID', 'state', 1, 0),
(1008, 'state_Anjouan_1008', 'Anjouan', 'Anjouan', '', 'A', 'state', 1, 0),
(1009, 'state_Grande_Comore_1009', 'Grande Comore', 'Grande Comore', '', 'G', 'state', 1, 0),
(1010, 'state_Moh__li_1010', 'Mohéli', 'Mohéli', '', 'M', 'state', 1, 0),
(1011, 'state_Congo_Central_1011', 'Congo-Central', 'Congo-Central', '', 'BC', 'state', 1, 0),
(1012, 'state_Bandundu_1012', 'Bandundu', 'Bandundu', '', 'BN', 'state', 1, 0),
(1013, 'state___quateur_1013', 'Équateur', 'Équateur', '', 'EQ', 'state', 1, 0),
(1014, 'state_Katanga_1014', 'Katanga', 'Katanga', '', 'KA', 'state', 1, 0),
(1015, 'state_Kasai_Oriental_1015', 'Kasai-Oriental', 'Kasai-Oriental', '', 'KE', 'state', 1, 0),
(1016, 'state_Kinshasa_1016', 'Kinshasa', 'Kinshasa', '', 'KN', 'state', 1, 0),
(1017, 'state_Kasai_Occidental_1017', 'Kasai-Occidental', 'Kasai-Occidental', '', 'KW', 'state', 1, 0),
(1018, 'state_Maniema_1018', 'Maniema', 'Maniema', '', 'MA', 'state', 1, 0),
(1019, 'state_Nord_Kivu_1019', 'Nord-Kivu', 'Nord-Kivu', '', 'NK', 'state', 1, 0),
(1020, 'state_Orientale_1020', 'Orientale', 'Orientale', '', 'OR', 'state', 1, 0),
(1021, 'state_Sud_Kivu_1021', 'Sud-Kivu', 'Sud-Kivu', '', 'SK', 'state', 1, 0),
(1022, 'state_Pukapuka_1022', 'Pukapuka', 'Pukapuka', '', 'PU', 'state', 1, 0),
(1023, 'state_Rakahanga_1023', 'Rakahanga', 'Rakahanga', '', 'RK', 'state', 1, 0),
(1024, 'state_Manihiki_1024', 'Manihiki', 'Manihiki', '', 'MK', 'state', 1, 0),
(1025, 'state_Penrhyn_1025', 'Penrhyn', 'Penrhyn', '', 'PE', 'state', 1, 0),
(1026, 'state_Nassau_Island_1026', 'Nassau Island', 'Nassau Island', '', 'NI', 'state', 1, 0),
(1027, 'state_Surwarrow_1027', 'Surwarrow', 'Surwarrow', '', 'SU', 'state', 1, 0),
(1028, 'state_Palmerston_1028', 'Palmerston', 'Palmerston', '', 'PA', 'state', 1, 0),
(1029, 'state_Aitutaki_1029', 'Aitutaki', 'Aitutaki', '', 'AI', 'state', 1, 0),
(1030, 'state_Manuae_1030', 'Manuae', 'Manuae', '', 'MA', 'state', 1, 0),
(1031, 'state_Takutea_1031', 'Takutea', 'Takutea', '', 'TA', 'state', 1, 0),
(1032, 'state_Mitiaro_1032', 'Mitiaro', 'Mitiaro', '', 'MT', 'state', 1, 0),
(1033, 'state_Atiu_1033', 'Atiu', 'Atiu', '', 'AT', 'state', 1, 0),
(1034, 'state_Mauke_1034', 'Mauke', 'Mauke', '', 'MU', 'state', 1, 0),
(1035, 'state_Rarotonga_1035', 'Rarotonga', 'Rarotonga', '', 'RR', 'state', 1, 0),
(1036, 'state_Mangaia_1036', 'Mangaia', 'Mangaia', '', 'MG', 'state', 1, 0),
(1037, 'state_Alajuela_1037', 'Alajuela', 'Alajuela', '', 'A', 'state', 1, 0),
(1038, 'state_Cartago_1038', 'Cartago', 'Cartago', '', 'C', 'state', 1, 0),
(1039, 'state_Guanacaste_1039', 'Guanacaste', 'Guanacaste', '', 'G', 'state', 1, 0),
(1040, 'state_Heredia_1040', 'Heredia', 'Heredia', '', 'H', 'state', 1, 0),
(1041, 'state_Lim__n_1041', 'Limón', 'Limón', '', 'L', 'state', 1, 0),
(1042, 'state_Puntarenas_1042', 'Puntarenas', 'Puntarenas', '', 'P', 'state', 1, 0),
(1043, 'state_San_Jos___1043', 'San José', 'San José', '', 'SJ', 'state', 1, 0),
(1044, 'state_Lagunes_1044', 'Lagunes', 'Lagunes', '', '01', 'state', 1, 0),
(1045, 'state_Haut_Sassandra_1045', 'Haut-Sassandra', 'Haut-Sassandra', '', '02', 'state', 1, 0),
(1046, 'state_Savanes_1046', 'Savanes', 'Savanes', '', '03', 'state', 1, 0),
(1047, 'state_Vall__e_du_Bandama_1047', 'Vallée du Bandama', 'Vallée du Bandama', '', '04', 'state', 1, 0),
(1048, 'state_Moyen_Como___1048', 'Moyen-Comoé', 'Moyen-Comoé', '', '05', 'state', 1, 0),
(1049, 'state_Dix_Huit_1049', 'Dix-Huit', 'Dix-Huit', '', '06', 'state', 1, 0),
(1050, 'state_Lacs_1050', 'Lacs', 'Lacs', '', '07', 'state', 1, 0),
(1051, 'state_Zanzan_1051', 'Zanzan', 'Zanzan', '', '08', 'state', 1, 0),
(1052, 'state_Bas_Sassandra_1052', 'Bas-Sassandra', 'Bas-Sassandra', '', '09', 'state', 1, 0),
(1053, 'state_Dengu__l___1053', 'Denguélé', 'Denguélé', '', '10', 'state', 1, 0),
(1054, 'state_N_zi_Como___1054', 'N\'zi-Comoé', 'N\'zi-Comoé', '', '11', 'state', 1, 0),
(1055, 'state_Marahou___1055', 'Marahoué', 'Marahoué', '', '12', 'state', 1, 0),
(1056, 'state_Sud_Como___1056', 'Sud-Comoé', 'Sud-Comoé', '', '13', 'state', 1, 0),
(1057, 'state_Worodouqou_1057', 'Worodouqou', 'Worodouqou', '', '14', 'state', 1, 0),
(1058, 'state_Sud_Bandama_1058', 'Sud-Bandama', 'Sud-Bandama', '', '15', 'state', 1, 0),
(1059, 'state_Agn__bi_1059', 'Agnébi', 'Agnébi', '', '16', 'state', 1, 0),
(1060, 'state_Bafing_1060', 'Bafing', 'Bafing', '', '17', 'state', 1, 0),
(1061, 'state_Fromager_1061', 'Fromager', 'Fromager', '', '18', 'state', 1, 0),
(1062, 'state_Moyen_Cavally_1062', 'Moyen-Cavally', 'Moyen-Cavally', '', '19', 'state', 1, 0),
(1063, 'state_Zagreba__ka___upanija_1063', 'Zagrebačka županija', 'Zagrebačka županija', '', '01', 'state', 1, 0),
(1064, 'state_Krapinsko_zagorska___upanija_1064', 'Krapinsko-zagorska županija', 'Krapinsko-zagorska županija', '', '02', 'state', 1, 0),
(1065, 'state_Sisa__ko_moslava__ka___upanija_1065', 'Sisačko-moslavačka županija', 'Sisačko-moslavačka županija', '', '03', 'state', 1, 0),
(1066, 'state_Karlova__ka___upanija_1066', 'Karlovačka županija', 'Karlovačka županija', '', '04', 'state', 1, 0),
(1067, 'state_Vara__dinska___upanija_1067', 'Varaždinska županija', 'Varaždinska županija', '', '05', 'state', 1, 0),
(1068, 'state_Koprivni__ko_kri__eva__ka___upanija_1068', 'Koprivničko-križevačka županija', 'Koprivničko-križevačka županija', '', '06', 'state', 1, 0),
(1069, 'state_Bjelovarsko_bilogorska___upanija_1069', 'Bjelovarsko-bilogorska županija', 'Bjelovarsko-bilogorska županija', '', '07', 'state', 1, 0),
(1070, 'state_Primorsko_goranska___upanija_1070', 'Primorsko-goranska županija', 'Primorsko-goranska županija', '', '08', 'state', 1, 0),
(1071, 'state_Li__ko_senjska___upanija_1071', 'Ličko-senjska županija', 'Ličko-senjska županija', '', '09', 'state', 1, 0),
(1072, 'state_Viroviti__ko_podravska___upanija_1072', 'Virovitičko-podravska županija', 'Virovitičko-podravska županija', '', '10', 'state', 1, 0),
(1073, 'state_Po__e__ko_slavonska___upanija_1073', 'Požeško-slavonska županija', 'Požeško-slavonska županija', '', '11', 'state', 1, 0),
(1074, 'state_Brodsko_posavska___upanija_1074', 'Brodsko-posavska županija', 'Brodsko-posavska županija', '', '12', 'state', 1, 0),
(1075, 'state_Zadarska___upanija_1075', 'Zadarska županija', 'Zadarska županija', '', '13', 'state', 1, 0),
(1076, 'state_Osje__ko_baranjska___upanija_1076', 'Osječko-baranjska županija', 'Osječko-baranjska županija', '', '14', 'state', 1, 0),
(1077, 'state___ibensko_kninska___upanija_1077', 'Šibensko-kninska županija', 'Šibensko-kninska županija', '', '15', 'state', 1, 0),
(1078, 'state_Vukovarsko_srijemska___upanija_1078', 'Vukovarsko-srijemska županija', 'Vukovarsko-srijemska županija', '', '16', 'state', 1, 0),
(1079, 'state_Splitsko_dalmatinska___upanija_1079', 'Splitsko-dalmatinska županija', 'Splitsko-dalmatinska županija', '', '17', 'state', 1, 0),
(1080, 'state_Istarska___upanija_1080', 'Istarska županija', 'Istarska županija', '', '18', 'state', 1, 0),
(1081, 'state_Dubrova__ko_neretvanska___upanija_1081', 'Dubrovačko-neretvanska županija', 'Dubrovačko-neretvanska županija', '', '19', 'state', 1, 0),
(1082, 'state_Me__imurska___upanija_1082', 'Međimurska županija', 'Međimurska županija', '', '20', 'state', 1, 0),
(1083, 'state_Zagreb_1083', 'Zagreb', 'Zagreb', '', '21', 'state', 1, 0),
(1084, 'state_Pinar_del_R__o_1084', 'Pinar del Río', 'Pinar del Río', '', '01', 'state', 1, 0),
(1085, 'state_La_Habana_1085', 'La Habana', 'La Habana', '', '02', 'state', 1, 0),
(1086, 'state_Ciudad_de_La_Habana_1086', 'Ciudad de La Habana', 'Ciudad de La Habana', '', '03', 'state', 1, 0),
(1087, 'state_Matanzas_1087', 'Matanzas', 'Matanzas', '', '04', 'state', 1, 0),
(1088, 'state_Villa_Clara_1088', 'Villa Clara', 'Villa Clara', '', '05', 'state', 1, 0),
(1089, 'state_Cienfuegos_1089', 'Cienfuegos', 'Cienfuegos', '', '06', 'state', 1, 0),
(1090, 'state_Sancti_Sp__ritus_1090', 'Sancti Spíritus', 'Sancti Spíritus', '', '07', 'state', 1, 0),
(1091, 'state_Ciego_de___vila_1091', 'Ciego de Ávila', 'Ciego de Ávila', '', '08', 'state', 1, 0),
(1092, 'state_Camag__ey_1092', 'Camagüey', 'Camagüey', '', '09', 'state', 1, 0),
(1093, 'state_Las_Tunas_1093', 'Las Tunas', 'Las Tunas', '', '10', 'state', 1, 0),
(1094, 'state_Holgu__n_1094', 'Holguín', 'Holguín', '', '11', 'state', 1, 0),
(1095, 'state_Granma_1095', 'Granma', 'Granma', '', '12', 'state', 1, 0),
(1096, 'state_Santiago_de_Cuba_1096', 'Santiago de Cuba', 'Santiago de Cuba', '', '13', 'state', 1, 0),
(1097, 'state_Guant__namo_1097', 'Guantánamo', 'Guantánamo', '', '14', 'state', 1, 0),
(1098, 'state_Isla_de_la_Juventud_1098', 'Isla de la Juventud', 'Isla de la Juventud', '', '99', 'state', 1, 0),
(1099, 'state_________v_______1099', 'Κερύvεια', 'Κερύvεια', '', '01', 'state', 1, 0),
(1100, 'state__________________1100', 'Λευκωσία', 'Λευκωσία', '', '02', 'state', 1, 0),
(1101, 'state______________________1101', 'Αμμόχωστος', 'Αμμόχωστος', '', '03', 'state', 1, 0),
(1102, 'state________________1102', 'Λάρνακα', 'Λάρνακα', '', '04', 'state', 1, 0),
(1103, 'state________________1103', 'Λεμεσός', 'Λεμεσός', '', '05', 'state', 1, 0),
(1104, 'state____________1104', 'Πάφος', 'Πάφος', '', '06', 'state', 1, 0),
(1105, 'state_Jiho__esk___kraj_1105', 'Jihočeský kraj', 'Jihočeský kraj', '', 'JC', 'state', 1, 0),
(1106, 'state_Jihomoravsk___kraj_1106', 'Jihomoravský kraj', 'Jihomoravský kraj', '', 'JM', 'state', 1, 0),
(1107, 'state_Karlovarsk___kraj_1107', 'Karlovarský kraj', 'Karlovarský kraj', '', 'KA', 'state', 1, 0),
(1108, 'state_Vyso__ina_kraj_1108', 'Vysočina kraj', 'Vysočina kraj', '', 'VY', 'state', 1, 0),
(1109, 'state_Kr__lov__hradeck___kraj_1109', 'Královéhradecký kraj', 'Královéhradecký kraj', '', 'KR', 'state', 1, 0),
(1110, 'state_Libereck___kraj_1110', 'Liberecký kraj', 'Liberecký kraj', '', 'LI', 'state', 1, 0),
(1111, 'state_Moravskoslezsk___kraj_1111', 'Moravskoslezský kraj', 'Moravskoslezský kraj', '', 'MO', 'state', 1, 0),
(1112, 'state_Olomouck___kraj_1112', 'Olomoucký kraj', 'Olomoucký kraj', '', 'OL', 'state', 1, 0),
(1113, 'state_Pardubick___kraj_1113', 'Pardubický kraj', 'Pardubický kraj', '', 'PA', 'state', 1, 0),
(1114, 'state_Plze__sk___kraj_1114', 'Plzeňský kraj', 'Plzeňský kraj', '', 'PL', 'state', 1, 0),
(1115, 'state_Hlavn___m__sto_Praha_1115', 'Hlavní město Praha', 'Hlavní město Praha', '', 'PR', 'state', 1, 0),
(1116, 'state_St__edo__esk___kraj_1116', 'Středočeský kraj', 'Středočeský kraj', '', 'ST', 'state', 1, 0),
(1117, 'state___steck___kraj_1117', 'Ústecký kraj', 'Ústecký kraj', '', 'US', 'state', 1, 0),
(1118, 'state_Zl__nsk___kraj_1118', 'Zlínský kraj', 'Zlínský kraj', '', 'ZL', 'state', 1, 0),
(1120, 'state_K__benhavn_1120', 'Hovedstaden', 'Hovedstaden', '', '01', 'state', 1, 0),
(1122, 'state___rhus_Amt_1122', 'Midtjylland', 'Midtjylland', '', '02', 'state', 1, 0),
(1126, 'state_Nordjyllands_Amt_1126', 'Nordjylland', 'Nordjylland', '', '03', 'state', 1, 0),
(1129, 'state_Roskilde_Amt_1129', 'Sjælland', 'Sjælland', '', '04', 'state', 1, 0),
(1132, 'state_Vejle_Amt_1132', 'Syddanmark', 'Syddanmark', '', '05', 'state', 1, 0),
(1135, 'state_Region_d_Ali_Sabieh_1135', 'Region d\'Ali Sabieh', 'Region d\'Ali Sabieh', '', 'AS', 'state', 1, 0),
(1136, 'state_Region_d_Arta_1136', 'Region d\'Arta', 'Region d\'Arta', '', 'AR', 'state', 1, 0),
(1137, 'state_Region_de_Dikhil_1137', 'Region de Dikhil', 'Region de Dikhil', '', 'DI', 'state', 1, 0),
(1138, 'state_Ville_de_Djibouti_1138', 'Ville de Djibouti', 'Ville de Djibouti', '', 'DJ', 'state', 1, 0),
(1139, 'state_Region_d_Obock_1139', 'Region d\'Obock', 'Region d\'Obock', '', 'OB', 'state', 1, 0),
(1140, 'state_Region_de_Tadjourah_1140', 'Region de Tadjourah', 'Region de Tadjourah', '', 'TA', 'state', 1, 0),
(1141, 'state_Saint_Andrew_Parish_1141', 'Saint Andrew Parish', 'Saint Andrew Parish', '', 'AND', 'state', 1, 0),
(1142, 'state_Saint_David_Parish_1142', 'Saint David Parish', 'Saint David Parish', '', 'DAV', 'state', 1, 0),
(1143, 'state_Saint_George_Parish_1143', 'Saint George Parish', 'Saint George Parish', '', 'GEO', 'state', 1, 0),
(1144, 'state_Saint_John_Parish_1144', 'Saint John Parish', 'Saint John Parish', '', 'JOH', 'state', 1, 0),
(1145, 'state_Saint_Joseph_Parish_1145', 'Saint Joseph Parish', 'Saint Joseph Parish', '', 'JOS', 'state', 1, 0),
(1146, 'state_Saint_Luke_Parish_1146', 'Saint Luke Parish', 'Saint Luke Parish', '', 'LUK', 'state', 1, 0),
(1147, 'state_Saint_Mark_Parish_1147', 'Saint Mark Parish', 'Saint Mark Parish', '', 'MAR', 'state', 1, 0),
(1148, 'state_Saint_Patrick_Parish_1148', 'Saint Patrick Parish', 'Saint Patrick Parish', '', 'PAT', 'state', 1, 0),
(1149, 'state_Saint_Paul_Parish_1149', 'Saint Paul Parish', 'Saint Paul Parish', '', 'PAU', 'state', 1, 0),
(1150, 'state_Saint_Peter_Parish_1150', 'Saint Peter Parish', 'Saint Peter Parish', '', 'PET', 'state', 1, 0),
(1151, 'state_Distrito_Nacional_1151', 'Distrito Nacional', 'Distrito Nacional', '', '01', 'state', 1, 0),
(1152, 'state___zua_1152', 'Ázua', 'Ázua', '', '02', 'state', 1, 0),
(1153, 'state_Baoruco_1153', 'Baoruco', 'Baoruco', '', '03', 'state', 1, 0),
(1154, 'state_Barahona_1154', 'Barahona', 'Barahona', '', '04', 'state', 1, 0),
(1155, 'state_Dajab__n_1155', 'Dajabón', 'Dajabón', '', '05', 'state', 1, 0),
(1156, 'state_Duarte_1156', 'Duarte', 'Duarte', '', '06', 'state', 1, 0),
(1157, 'state_El__as_Pi__a_1157', 'Elías Piña', 'Elías Piña', '', '07', 'state', 1, 0),
(1158, 'state_El_Seibo_1158', 'El Seibo', 'El Seibo', '', '08', 'state', 1, 0),
(1159, 'state_Espaillat_1159', 'Espaillat', 'Espaillat', '', '09', 'state', 1, 0),
(1160, 'state_Independencia_1160', 'Independencia', 'Independencia', '', '10', 'state', 1, 0),
(1161, 'state_La_Altagracia_1161', 'La Altagracia', 'La Altagracia', '', '11', 'state', 1, 0),
(1162, 'state_La_Romana_1162', 'La Romana', 'La Romana', '', '12', 'state', 1, 0),
(1163, 'state_La_Vega_1163', 'La Vega', 'La Vega', '', '13', 'state', 1, 0),
(1164, 'state_Mar__a_Trinidad_S__nchez_1164', 'María Trinidad Sánchez', 'María Trinidad Sánchez', '', '14', 'state', 1, 0),
(1165, 'state_Monte_Cristi_1165', 'Monte Cristi', 'Monte Cristi', '', '15', 'state', 1, 0),
(1166, 'state_Pedernales_1166', 'Pedernales', 'Pedernales', '', '16', 'state', 1, 0),
(1167, 'state_Peravia_1167', 'Peravia', 'Peravia', '', '17', 'state', 1, 0),
(1168, 'state_Puerto_Plata_1168', 'Puerto Plata', 'Puerto Plata', '', '18', 'state', 1, 0),
(1169, 'state_Salcedo_1169', 'Salcedo', 'Salcedo', '', '19', 'state', 1, 0),
(1170, 'state_Saman___1170', 'Samaná', 'Samaná', '', '20', 'state', 1, 0),
(1171, 'state_San_Crist__bal_1171', 'San Cristóbal', 'San Cristóbal', '', '21', 'state', 1, 0),
(1172, 'state_San_Juan_1172', 'San Juan', 'San Juan', '', '22', 'state', 1, 0),
(1173, 'state_San_Pedro_de_Macor__s_1173', 'San Pedro de Macorís', 'San Pedro de Macorís', '', '23', 'state', 1, 0),
(1174, 'state_S__nchez_Ram__rez_1174', 'Sánchez Ramírez', 'Sánchez Ramírez', '', '24', 'state', 1, 0),
(1175, 'state_Santiago_1175', 'Santiago', 'Santiago', '', '25', 'state', 1, 0),
(1176, 'state_Santiago_Rodr__guez_1176', 'Santiago Rodríguez', 'Santiago Rodríguez', '', '26', 'state', 1, 0),
(1177, 'state_Valverde_1177', 'Valverde', 'Valverde', '', '27', 'state', 1, 0),
(1178, 'state_Monse__or_Nouel_1178', 'Monseñor Nouel', 'Monseñor Nouel', '', '28', 'state', 1, 0),
(1179, 'state_Monte_Plata_1179', 'Monte Plata', 'Monte Plata', '', '29', 'state', 1, 0),
(1180, 'state_Hato_Mayor_1180', 'Hato Mayor', 'Hato Mayor', '', '30', 'state', 1, 0),
(1181, 'state_Aileu_1181', 'Aileu', 'Aileu', '', 'AL', 'state', 1, 0),
(1182, 'state_Ainaro_1182', 'Ainaro', 'Ainaro', '', 'AN', 'state', 1, 0),
(1183, 'state_Baucau_1183', 'Baucau', 'Baucau', '', 'BA', 'state', 1, 0),
(1184, 'state_Bobonaro_1184', 'Bobonaro', 'Bobonaro', '', 'BO', 'state', 1, 0),
(1185, 'state_Cova_Lima_1185', 'Cova-Lima', 'Cova-Lima', '', 'CO', 'state', 1, 0),
(1186, 'state_Dili_1186', 'Dili', 'Dili', '', 'DI', 'state', 1, 0),
(1187, 'state_Ermera_1187', 'Ermera', 'Ermera', '', 'ER', 'state', 1, 0),
(1188, 'state_Lautem_1188', 'Lautem', 'Lautem', '', 'LA', 'state', 1, 0),
(1189, 'state_Liqui_____1189', 'Liquiçá', 'Liquiçá', '', 'LI', 'state', 1, 0),
(1190, 'state_Manufahi_1190', 'Manufahi', 'Manufahi', '', 'MF', 'state', 1, 0),
(1191, 'state_Manatuto_1191', 'Manatuto', 'Manatuto', '', 'MT', 'state', 1, 0),
(1192, 'state_Oecussi_1192', 'Oecussi', 'Oecussi', '', 'OE', 'state', 1, 0),
(1193, 'state_Viqueque_1193', 'Viqueque', 'Viqueque', '', 'VI', 'state', 1, 0),
(1194, 'state_Azuay_1194', 'Azuay', 'Azuay', '', 'A', 'state', 1, 0),
(1195, 'state_Bol__var_1195', 'Bolívar', 'Bolívar', '', 'B', 'state', 1, 0),
(1196, 'state_Carchi_1196', 'Carchi', 'Carchi', '', 'C', 'state', 1, 0),
(1197, 'state_Orellana_1197', 'Orellana', 'Orellana', '', 'D', 'state', 1, 0),
(1198, 'state_Esmeraldas_1198', 'Esmeraldas', 'Esmeraldas', '', 'E', 'state', 1, 0),
(1199, 'state_Ca__ar_1199', 'Cañar', 'Cañar', '', 'F', 'state', 1, 0),
(1200, 'state_Guayas_1200', 'Guayas', 'Guayas', '', 'G', 'state', 1, 0),
(1201, 'state_Chimborazo_1201', 'Chimborazo', 'Chimborazo', '', 'H', 'state', 1, 0),
(1202, 'state_Imbabura_1202', 'Imbabura', 'Imbabura', '', 'I', 'state', 1, 0);
INSERT INTO `xjmw1_hikashop_zone` (`zone_id`, `zone_namekey`, `zone_name`, `zone_name_english`, `zone_code_2`, `zone_code_3`, `zone_type`, `zone_published`, `zone_currency_id`) VALUES
(1203, 'state_Loja_1203', 'Loja', 'Loja', '', 'L', 'state', 1, 0),
(1204, 'state_Manab___1204', 'Manabí', 'Manabí', '', 'M', 'state', 1, 0),
(1205, 'state_Napo_1205', 'Napo', 'Napo', '', 'N', 'state', 1, 0),
(1206, 'state_El_Oro_1206', 'El Oro', 'El Oro', '', 'O', 'state', 1, 0),
(1207, 'state_Pichincha_1207', 'Pichincha', 'Pichincha', '', 'P', 'state', 1, 0),
(1208, 'state_Los_R__os_1208', 'Los Ríos', 'Los Ríos', '', 'R', 'state', 1, 0),
(1209, 'state_Morona_Santiago_1209', 'Morona-Santiago', 'Morona-Santiago', '', 'S', 'state', 1, 0),
(1210, 'state_Tungurahua_1210', 'Tungurahua', 'Tungurahua', '', 'T', 'state', 1, 0),
(1211, 'state_Sucumb__os_1211', 'Sucumbíos', 'Sucumbíos', '', 'U', 'state', 1, 0),
(1212, 'state_Gal__pagos_1212', 'Galápagos', 'Galápagos', '', 'W', 'state', 1, 0),
(1213, 'state_Cotopaxi_1213', 'Cotopaxi', 'Cotopaxi', '', 'X', 'state', 1, 0),
(1214, 'state_Pastaza_1214', 'Pastaza', 'Pastaza', '', 'Y', 'state', 1, 0),
(1215, 'state_Zamora_Chinchipe_1215', 'Zamora-Chinchipe', 'Zamora-Chinchipe', '', 'Z', 'state', 1, 0),
(1216, 'state______________________1216', 'الإسكندرية', 'الإسكندرية', '', 'ALX', 'state', 1, 0),
(1217, 'state____________1217', 'أسوان', 'أسوان', '', 'ASN', 'state', 1, 0),
(1218, 'state____________1218', 'أسيوط', 'أسيوط', '', 'AST', 'state', 1, 0),
(1219, 'state_________________________1219', 'البحر الأحمر', 'البحر الأحمر', '', 'BA', 'state', 1, 0),
(1220, 'state________________1220', 'البحيرة', 'البحيرة', '', 'BH', 'state', 1, 0),
(1221, 'state_________________1221', 'بني سويف', 'بني سويف', '', 'BNS', 'state', 1, 0),
(1222, 'state________________1222', 'القاهرة', 'القاهرة', '', 'C', 'state', 1, 0),
(1223, 'state__________________1223', 'الدقهلية', 'الدقهلية', '', 'DK', 'state', 1, 0),
(1224, 'state____________1224', 'دمياط', 'دمياط', '', 'DT', 'state', 1, 0),
(1225, 'state______________1225', 'الفيوم', 'الفيوم', '', 'FYM', 'state', 1, 0),
(1226, 'state________________1226', 'الغربية', 'الغربية', '', 'GH', 'state', 1, 0),
(1227, 'state______________1227', 'الجيزة', 'الجيزة', '', 'GZ', 'state', 1, 0),
(1228, 'state________________________1228', 'الإسماعيلية', 'الإسماعيلية', '', 'IS', 'state', 1, 0),
(1229, 'state_____________________1229', 'جنوب سيناء', 'جنوب سيناء', '', 'JS', 'state', 1, 0),
(1230, 'state____________________1230', 'القليوبية', 'القليوبية', '', 'KB', 'state', 1, 0),
(1231, 'state___________________1231', 'كفر الشيخ', 'كفر الشيخ', '', 'KFS', 'state', 1, 0),
(1232, 'state________1232', 'قنا', 'قنا', '', 'KN', 'state', 1, 0),
(1233, 'state___________________________1233', ' المنيا', ' المنيا', '', 'MN', 'state', 1, 0),
(1234, 'state__________________1234', 'المنوفية', 'المنوفية', '', 'MNF', 'state', 1, 0),
(1235, 'state____________1235', 'مطروح', 'مطروح', '', 'MT', 'state', 1, 0),
(1236, 'state______________________________1236', ' بور سعيد', ' بور سعيد', '', 'PTS', 'state', 1, 0),
(1237, 'state_________________________1237', ' سوهاج', ' سوهاج', '', 'SHG', 'state', 1, 0),
(1238, 'state___________________________________1238', 'الة الشرقيّة', 'ال الشرقيّة', '', 'SHR', 'state', 1, 0),
(1239, 'state_____________________1239', 'شمال سيناء', 'شمال سيناء', '', 'SIN', 'state', 1, 0),
(1240, 'state______________1240', 'السويس', 'السويس', '', 'SUZ', 'state', 1, 0),
(1241, 'state___________________________1241', 'الوادى الجديد', 'الوادى الجديد', '', 'WAD', 'state', 1, 0),
(1242, 'state_Ahuachap__n_1242', 'Ahuachapán', 'Ahuachapán', '', 'AH', 'state', 1, 0),
(1243, 'state_Caba__as_1243', 'Cabañas', 'Cabañas', '', 'CA', 'state', 1, 0),
(1244, 'state_Chalatenango_1244', 'Chalatenango', 'Chalatenango', '', 'CH', 'state', 1, 0),
(1245, 'state_Cuscatl__n_1245', 'Cuscatlán', 'Cuscatlán', '', 'CU', 'state', 1, 0),
(1246, 'state_La_Libertad_1246', 'La Libertad', 'La Libertad', '', 'LI', 'state', 1, 0),
(1247, 'state_Moraz__n_1247', 'Morazán', 'Morazán', '', 'MO', 'state', 1, 0),
(1248, 'state_La_Paz_1248', 'La Paz', 'La Paz', '', 'PA', 'state', 1, 0),
(1249, 'state_Santa_Ana_1249', 'Santa Ana', 'Santa Ana', '', 'SA', 'state', 1, 0),
(1250, 'state_San_Miguel_1250', 'San Miguel', 'San Miguel', '', 'SM', 'state', 1, 0),
(1251, 'state_Sonsonate_1251', 'Sonsonate', 'Sonsonate', '', 'SO', 'state', 1, 0),
(1252, 'state_San_Salvador_1252', 'San Salvador', 'San Salvador', '', 'SS', 'state', 1, 0),
(1253, 'state_San_Vicente_1253', 'San Vicente', 'San Vicente', '', 'SV', 'state', 1, 0),
(1254, 'state_La_Uni__n_1254', 'La Unión', 'La Unión', '', 'UN', 'state', 1, 0),
(1255, 'state_Usulut__n_1255', 'Usulután', 'Usulután', '', 'US', 'state', 1, 0),
(1256, 'state_Annob__n_1256', 'Annobón', 'Annobón', '', 'AN', 'state', 1, 0),
(1257, 'state_Bioko_Norte_1257', 'Bioko Norte', 'Bioko Norte', '', 'BN', 'state', 1, 0),
(1258, 'state_Bioko_Sur_1258', 'Bioko Sur', 'Bioko Sur', '', 'BS', 'state', 1, 0),
(1259, 'state_Centro_Sur_1259', 'Centro Sur', 'Centro Sur', '', 'CS', 'state', 1, 0),
(1260, 'state_Ki___Ntem_1260', 'Kié-Ntem', 'Kié-Ntem', '', 'KN', 'state', 1, 0),
(1261, 'state_Litoral_1261', 'Litoral', 'Litoral', '', 'LI', 'state', 1, 0),
(1262, 'state_Wele_Nzas_1262', 'Wele-Nzas', 'Wele-Nzas', '', 'WN', 'state', 1, 0),
(1263, 'state_Zoba_Anseba_1263', 'Zoba Anseba', 'Zoba Anseba', '', 'AN', 'state', 1, 0),
(1264, 'state_Zoba_Debubawi_Keyih_Bahri_1264', 'Zoba Debubawi Keyih Bahri', 'Zoba Debubawi Keyih Bahri', '', 'DK', 'state', 1, 0),
(1265, 'state_Zoba_Debub_1265', 'Zoba Debub', 'Zoba Debub', '', 'DU', 'state', 1, 0),
(1266, 'state_Zoba_Gash_Barka_1266', 'Zoba Gash-Barka', 'Zoba Gash-Barka', '', 'GB', 'state', 1, 0),
(1267, 'state_Zoba_Ma_akel_1267', 'Zoba Ma\'akel', 'Zoba Ma\'akel', '', 'MA', 'state', 1, 0),
(1268, 'state_Zoba_Semienawi_Keyih_Bahri_1268', 'Zoba Semienawi Keyih Bahri', 'Zoba Semienawi Keyih Bahri', '', 'SK', 'state', 1, 0),
(1269, 'state_Harju_maakond_1269', 'Harju maakond', 'Harju maakond', '', '37', 'state', 1, 0),
(1270, 'state_Hiiu_maakond_1270', 'Hiiu maakond', 'Hiiu maakond', '', '39', 'state', 1, 0),
(1271, 'state_Ida_Viru_maakond_1271', 'Ida-Viru maakond', 'Ida-Viru maakond', '', '44', 'state', 1, 0),
(1272, 'state_J__geva_maakond_1272', 'Jõgeva maakond', 'Jõgeva maakond', '', '49', 'state', 1, 0),
(1273, 'state_J__rva_maakond_1273', 'Järva maakond', 'Järva maakond', '', '51', 'state', 1, 0),
(1274, 'state_L____ne_maakond_1274', 'Lääne maakond', 'Lääne maakond', '', '57', 'state', 1, 0),
(1275, 'state_L____ne_Viru_maakond_1275', 'Lääne-Viru maakond', 'Lääne-Viru maakond', '', '59', 'state', 1, 0),
(1276, 'state_P__lva_maakond_1276', 'Põlva maakond', 'Põlva maakond', '', '65', 'state', 1, 0),
(1277, 'state_P__rnu_maakond_1277', 'Pärnu maakond', 'Pärnu maakond', '', '67', 'state', 1, 0),
(1278, 'state_Rapla_maakond_1278', 'Rapla maakond', 'Rapla maakond', '', '70', 'state', 1, 0),
(1279, 'state_Saare_maakond_1279', 'Saare maakond', 'Saare maakond', '', '74', 'state', 1, 0),
(1280, 'state_Tartu_maakond_1280', 'Tartu maakond', 'Tartu maakond', '', '78', 'state', 1, 0),
(1281, 'state_Valga_maakond_1281', 'Valga maakond', 'Valga maakond', '', '82', 'state', 1, 0),
(1282, 'state_Viljandi_maakond_1282', 'Viljandi maakond', 'Viljandi maakond', '', '84', 'state', 1, 0),
(1283, 'state_V__ru_maakond_1283', 'Võru maakond', 'Võru maakond', '', '86', 'state', 1, 0),
(1284, 'state_____________________1284', 'አዲስ አበባ', 'አዲስ አበባ', '', 'AA', 'state', 1, 0),
(1285, 'state___________1285', 'አፋር', 'አፋር', '', 'AF', 'state', 1, 0),
(1286, 'state___________1286', 'አማራ', 'አማራ', '', 'AH', 'state', 1, 0),
(1287, 'state______________________________1287', 'ቤንሻንጉል-ጉምዝ', 'ቤንሻንጉል-ጉምዝ', '', 'BG', 'state', 1, 0),
(1288, 'state______________1288', 'ድሬዳዋ', 'ድሬዳዋ', '', 'DD', 'state', 1, 0),
(1289, 'state___________________________1289', 'ጋምቤላ ሕዝቦች', 'ጋምቤላ ሕዝቦች', '', 'GB', 'state', 1, 0),
(1290, 'state_____________________1290', 'ሀረሪ ሕዝብ', 'ሀረሪ ሕዝብ', '', 'HR', 'state', 1, 0),
(1291, 'state______________1291', 'ኦሮሚያ', 'ኦሮሚያ', '', 'OR', 'state', 1, 0),
(1292, 'state___________1292', 'ሶማሌ', 'ሶማሌ', '', 'SM', 'state', 1, 0),
(1293, 'state___________________________________________________________1293', 'ደቡብ ብሔሮች ብሔረሰቦችና ሕዝቦች', 'ደቡብ ብሔሮች ብሔረሰቦችና ሕዝቦች', '', 'SN', 'state', 1, 0),
(1294, 'state______________1294', 'ትግራይ', 'ትግራይ', '', 'TG', 'state', 1, 0),
(1295, 'state_Central_1295', 'Central', 'Central', '', 'C', 'state', 1, 0),
(1296, 'state_Northern_1296', 'Northern', 'Northern', '', 'E', 'state', 1, 0),
(1297, 'state_Eastern_1297', 'Eastern', 'Eastern', '', 'N', 'state', 1, 0),
(1298, 'state_Rotuma_1298', 'Rotuma', 'Rotuma', '', 'R', 'state', 1, 0),
(1299, 'state_Western_1299', 'Western', 'Western', '', 'W', 'state', 1, 0),
(1300, 'state_Ahvenanmaan_maakunta_1300', 'Ahvenanmaan maakunta', 'Ahvenanmaan maakunta', '', 'AL', 'state', 1, 0),
(1301, 'state_Etel___Suomen_l____ni_1301', 'Etelä-Suomen lääni', 'Etelä-Suomen lääni', '', 'ES', 'state', 1, 0),
(1302, 'state_It___Suomen_l____ni_1302', 'Itä-Suomen lääni', 'Itä-Suomen lääni', '', 'IS', 'state', 1, 0),
(1303, 'state_Lapin_l____ni_1303', 'Lapin lääni', 'Lapin lääni', '', 'LL', 'state', 1, 0),
(1304, 'state_L__nsi_Suomen_l____ni_1304', 'Länsi-Suomen lääni', 'Länsi-Suomen lääni', '', 'LS', 'state', 1, 0),
(1305, 'state_Oulun_l____ni_1305', 'Oulun lääni', 'Oulun lääni', '', 'OL', 'state', 1, 0),
(1306, 'state_Ain_1306', 'Ain', 'Ain', '', '01', 'state', 1, 0),
(1307, 'state_Aisne_1307', 'Aisne', 'Aisne', '', '02', 'state', 1, 0),
(1308, 'state_Allier_1308', 'Allier', 'Allier', '', '03', 'state', 1, 0),
(1309, 'state_Alpes_de_Haute_Provence_1309', 'Alpes-de-Haute-Provence', 'Alpes-de-Haute-Provence', '', '04', 'state', 1, 0),
(1310, 'state_Hautes_Alpes_1310', 'Hautes-Alpes', 'Hautes-Alpes', '', '05', 'state', 1, 0),
(1311, 'state_Alpes_Maritimes_1311', 'Alpes-Maritimes', 'Alpes-Maritimes', '', '06', 'state', 1, 0),
(1312, 'state_Ard__che_1312', 'Ardèche', 'Ardèche', '', '07', 'state', 1, 0),
(1313, 'state_Ardennes_1313', 'Ardennes', 'Ardennes', '', '08', 'state', 1, 0),
(1314, 'state_Ari__ge_1314', 'Ariège', 'Ariège', '', '09', 'state', 1, 0),
(1315, 'state_Aube_1315', 'Aube', 'Aube', '', '10', 'state', 1, 0),
(1316, 'state_Aude_1316', 'Aude', 'Aude', '', '11', 'state', 1, 0),
(1317, 'state_Aveyron_1317', 'Aveyron', 'Aveyron', '', '12', 'state', 1, 0),
(1318, 'state_Bouches_du_Rh__ne_1318', 'Bouches-du-Rhône', 'Bouches-du-Rhône', '', '13', 'state', 1, 0),
(1319, 'state_Calvados_1319', 'Calvados', 'Calvados', '', '14', 'state', 1, 0),
(1320, 'state_Cantal_1320', 'Cantal', 'Cantal', '', '15', 'state', 1, 0),
(1321, 'state_Charente_1321', 'Charente', 'Charente', '', '16', 'state', 1, 0),
(1322, 'state_Charente_Maritime_1322', 'Charente-Maritime', 'Charente-Maritime', '', '17', 'state', 1, 0),
(1323, 'state_Cher_1323', 'Cher', 'Cher', '', '18', 'state', 1, 0),
(1324, 'state_Corr__ze_1324', 'Corrèze', 'Corrèze', '', '19', 'state', 1, 0),
(1325, 'state_C__te_d_Or_1325', 'Côte-d\'Or', 'Côte-d\'Or', '', '21', 'state', 1, 0),
(1326, 'state_C__tes_d_Armor_1326', 'Côtes-d\'Armor', 'Côtes-d\'Armor', '', '22', 'state', 1, 0),
(1327, 'state_Creuse_1327', 'Creuse', 'Creuse', '', '23', 'state', 1, 0),
(1328, 'state_Dordogne_1328', 'Dordogne', 'Dordogne', '', '24', 'state', 1, 0),
(1329, 'state_Doubs_1329', 'Doubs', 'Doubs', '', '25', 'state', 1, 0),
(1330, 'state_Dr__me_1330', 'Drôme', 'Drôme', '', '26', 'state', 1, 0),
(1331, 'state_Eure_1331', 'Eure', 'Eure', '', '27', 'state', 1, 0),
(1332, 'state_Eure_et_Loir_1332', 'Eure-et-Loir', 'Eure-et-Loir', '', '28', 'state', 1, 0),
(1333, 'state_Finist__re_1333', 'Finistère', 'Finistère', '', '29', 'state', 1, 0),
(1334, 'state_Corse_du_Sud_1334', 'Corse-du-Sud', 'Corse-du-Sud', '', '2A', 'state', 1, 0),
(1335, 'state_Haute_Corse_1335', 'Haute-Corse', 'Haute-Corse', '', '2B', 'state', 1, 0),
(1336, 'state_Gard_1336', 'Gard', 'Gard', '', '30', 'state', 1, 0),
(1337, 'state_Haute_Garonne_1337', 'Haute-Garonne', 'Haute-Garonne', '', '31', 'state', 1, 0),
(1338, 'state_Gers_1338', 'Gers', 'Gers', '', '32', 'state', 1, 0),
(1339, 'state_Gironde_1339', 'Gironde', 'Gironde', '', '33', 'state', 1, 0),
(1340, 'state_H__rault_1340', 'Hérault', 'Hérault', '', '34', 'state', 1, 0),
(1341, 'state_Ille_et_Vilaine_1341', 'Ille-et-Vilaine', 'Ille-et-Vilaine', '', '35', 'state', 1, 0),
(1342, 'state_Indre_1342', 'Indre', 'Indre', '', '36', 'state', 1, 0),
(1343, 'state_Indre_et_Loire_1343', 'Indre-et-Loire', 'Indre-et-Loire', '', '37', 'state', 1, 0),
(1344, 'state_Is__re_1344', 'Isère', 'Isère', '', '38', 'state', 1, 0),
(1345, 'state_Jura_1345', 'Jura', 'Jura', '', '39', 'state', 1, 0),
(1346, 'state_Landes_1346', 'Landes', 'Landes', '', '40', 'state', 1, 0),
(1347, 'state_Loir_et_Cher_1347', 'Loir-et-Cher', 'Loir-et-Cher', '', '41', 'state', 1, 0),
(1348, 'state_Loire_1348', 'Loire', 'Loire', '', '42', 'state', 1, 0),
(1349, 'state_Haute_Loire_1349', 'Haute-Loire', 'Haute-Loire', '', '43', 'state', 1, 0),
(1350, 'state_Loire_Atlantique_1350', 'Loire-Atlantique', 'Loire-Atlantique', '', '44', 'state', 1, 0),
(1351, 'state_Loiret_1351', 'Loiret', 'Loiret', '', '45', 'state', 1, 0),
(1352, 'state_Lot_1352', 'Lot', 'Lot', '', '46', 'state', 1, 0),
(1353, 'state_Lot_et_Garonne_1353', 'Lot-et-Garonne', 'Lot-et-Garonne', '', '47', 'state', 1, 0),
(1354, 'state_Loz__re_1354', 'Lozère', 'Lozère', '', '48', 'state', 1, 0),
(1355, 'state_Maine_et_Loire_1355', 'Maine-et-Loire', 'Maine-et-Loire', '', '49', 'state', 1, 0),
(1356, 'state_Manche_1356', 'Manche', 'Manche', '', '50', 'state', 1, 0),
(1357, 'state_Marne_1357', 'Marne', 'Marne', '', '51', 'state', 1, 0),
(1358, 'state_Haute_Marne_1358', 'Haute-Marne', 'Haute-Marne', '', '52', 'state', 1, 0),
(1359, 'state_Mayenne_1359', 'Mayenne', 'Mayenne', '', '53', 'state', 1, 0),
(1360, 'state_Meurthe_et_Moselle_1360', 'Meurthe-et-Moselle', 'Meurthe-et-Moselle', '', '54', 'state', 1, 0),
(1361, 'state_Meuse_1361', 'Meuse', 'Meuse', '', '55', 'state', 1, 0),
(1362, 'state_Morbihan_1362', 'Morbihan', 'Morbihan', '', '56', 'state', 1, 0),
(1363, 'state_Moselle_1363', 'Moselle', 'Moselle', '', '57', 'state', 1, 0),
(1364, 'state_Ni__vre_1364', 'Nièvre', 'Nièvre', '', '58', 'state', 1, 0),
(1365, 'state_Nord_1365', 'Nord', 'Nord', '', '59', 'state', 1, 0),
(1366, 'state_Oise_1366', 'Oise', 'Oise', '', '60', 'state', 1, 0),
(1367, 'state_Orne_1367', 'Orne', 'Orne', '', '61', 'state', 1, 0),
(1368, 'state_Pas_de_Calais_1368', 'Pas-de-Calais', 'Pas-de-Calais', '', '62', 'state', 1, 0),
(1369, 'state_Puy_de_D__me_1369', 'Puy-de-Dôme', 'Puy-de-Dôme', '', '63', 'state', 1, 0),
(1370, 'state_Pyr__n__es_Atlantiques_1370', 'Pyrénées-Atlantiques', 'Pyrénées-Atlantiques', '', '64', 'state', 1, 0),
(1371, 'state_Hautes_Pyr__n__es_1371', 'Hautes-Pyrénées', 'Hautes-Pyrénées', '', '65', 'state', 1, 0),
(1372, 'state_Pyr__n__es_Orientales_1372', 'Pyrénées-Orientales', 'Pyrénées-Orientales', '', '66', 'state', 1, 0),
(1373, 'state_Bas_Rhin_1373', 'Bas-Rhin', 'Bas-Rhin', '', '67', 'state', 1, 0),
(1374, 'state_Haut_Rhin_1374', 'Haut-Rhin', 'Haut-Rhin', '', '68', 'state', 1, 0),
(1375, 'state_Rh__ne_1375', 'Rhône', 'Rhône', '', '69', 'state', 1, 0),
(1376, 'state_Haute_Sa__ne_1376', 'Haute-Saône', 'Haute-Saône', '', '70', 'state', 1, 0),
(1377, 'state_Sa__ne_et_Loire_1377', 'Saône-et-Loire', 'Saône-et-Loire', '', '71', 'state', 1, 0),
(1378, 'state_Sarthe_1378', 'Sarthe', 'Sarthe', '', '72', 'state', 1, 0),
(1379, 'state_Savoie_1379', 'Savoie', 'Savoie', '', '73', 'state', 1, 0),
(1380, 'state_Haute_Savoie_1380', 'Haute-Savoie', 'Haute-Savoie', '', '74', 'state', 1, 0),
(1381, 'state_Paris_1381', 'Paris', 'Paris', '', '75', 'state', 1, 0),
(1382, 'state_Seine_Maritime_1382', 'Seine-Maritime', 'Seine-Maritime', '', '76', 'state', 1, 0),
(1383, 'state_Seine_et_Marne_1383', 'Seine-et-Marne', 'Seine-et-Marne', '', '77', 'state', 1, 0),
(1384, 'state_Yvelines_1384', 'Yvelines', 'Yvelines', '', '78', 'state', 1, 0),
(1385, 'state_Deux_S__vres_1385', 'Deux-Sèvres', 'Deux-Sèvres', '', '79', 'state', 1, 0),
(1386, 'state_Somme_1386', 'Somme', 'Somme', '', '80', 'state', 1, 0),
(1387, 'state_Tarn_1387', 'Tarn', 'Tarn', '', '81', 'state', 1, 0),
(1388, 'state_Tarn_et_Garonne_1388', 'Tarn-et-Garonne', 'Tarn-et-Garonne', '', '82', 'state', 1, 0),
(1389, 'state_Var_1389', 'Var', 'Var', '', '83', 'state', 1, 0),
(1390, 'state_Vaucluse_1390', 'Vaucluse', 'Vaucluse', '', '84', 'state', 1, 0),
(1391, 'state_Vend__e_1391', 'Vendée', 'Vendée', '', '85', 'state', 1, 0),
(1392, 'state_Vienne_1392', 'Vienne', 'Vienne', '', '86', 'state', 1, 0),
(1393, 'state_Haute_Vienne_1393', 'Haute-Vienne', 'Haute-Vienne', '', '87', 'state', 1, 0),
(1394, 'state_Vosges_1394', 'Vosges', 'Vosges', '', '88', 'state', 1, 0),
(1395, 'state_Yonne_1395', 'Yonne', 'Yonne', '', '89', 'state', 1, 0),
(1396, 'state_Territoire_de_Belfort_1396', 'Territoire de Belfort', 'Territoire de Belfort', '', '90', 'state', 1, 0),
(1397, 'state_Essonne_1397', 'Essonne', 'Essonne', '', '91', 'state', 1, 0),
(1398, 'state_Hauts_de_Seine_1398', 'Hauts-de-Seine', 'Hauts-de-Seine', '', '92', 'state', 1, 0),
(1399, 'state_Seine_Saint_Denis_1399', 'Seine-Saint-Denis', 'Seine-Saint-Denis', '', '93', 'state', 1, 0),
(1400, 'state_Val_de_Marne_1400', 'Val-de-Marne', 'Val-de-Marne', '', '94', 'state', 1, 0),
(1401, 'state_Val_d_Oise_1401', 'Val-d\'Oise', 'Val-d\'Oise', '', '95', 'state', 1, 0),
(1402, 'state_Territoire_des_Nouvelle_Cal__donie_et_Dependances_1402', 'Territoire des Nouvelle-Calédonie et Dependances', 'Territoire des Nouvelle-Calédonie et Dependances', '', 'NC', 'state', 1, 0),
(1403, 'state_Polyn__sie_Fran__aise_1403', 'Polynésie Française', 'Polynésie Française', '', 'PF', 'state', 1, 0),
(1404, 'state_Saint_Pierre_et_Miquelon_1404', 'Saint-Pierre et Miquelon', 'Saint-Pierre et Miquelon', '', 'PM', 'state', 1, 0),
(1405, 'state_Terres_australes_et_antarctiques_fran__aises_1405', 'Terres australes et antarctiques françaises', 'Terres australes et antarctiques françaises', '', 'TF', 'state', 1, 0),
(1406, 'state_Mayotte_1406', 'Mayotte', 'Mayotte', '', 'YT', 'state', 1, 0),
(1407, 'state_Territoire_des___les_Wallis_et_Futuna_1407', 'Territoire des îles Wallis et Futuna', 'Territoire des îles Wallis et Futuna', '', 'WF', 'state', 1, 0),
(1408, 'state_Archipel_des_Marquises_1408', 'Archipel des Marquises', 'Archipel des Marquises', '', 'M', 'state', 1, 0),
(1409, 'state_Archipel_des_Tuamotu_1409', 'Archipel des Tuamotu', 'Archipel des Tuamotu', '', 'T', 'state', 1, 0),
(1410, 'state_Archipel_des_Tubuai_1410', 'Archipel des Tubuai', 'Archipel des Tubuai', '', 'I', 'state', 1, 0),
(1411, 'state_Iles_du_Vent_1411', 'Iles du Vent', 'Iles du Vent', '', 'V', 'state', 1, 0),
(1412, 'state_Iles_Sous_le_Vent__1412', 'Iles Sous-le-Vent ', 'Iles Sous-le-Vent ', '', 'S', 'state', 1, 0),
(1413, 'state_Iles_Crozet_1413', 'Iles Crozet', 'Iles Crozet', '', 'C', 'state', 1, 0),
(1414, 'state_Iles_Kerguelen_1414', 'Iles Kerguelen', 'Iles Kerguelen', '', 'K', 'state', 1, 0),
(1415, 'state_Ile_Amsterdam_1415', 'Ile Amsterdam', 'Ile Amsterdam', '', 'A', 'state', 1, 0),
(1416, 'state_Ile_Saint_Paul_1416', 'Ile Saint-Paul', 'Ile Saint-Paul', '', 'P', 'state', 1, 0),
(1417, 'state_Adelie_Land_1417', 'Adelie Land', 'Adelie Land', '', 'D', 'state', 1, 0),
(1418, 'state_Estuaire_1418', 'Estuaire', 'Estuaire', '', 'ES', 'state', 1, 0),
(1419, 'state_Haut_Ogooue_1419', 'Haut-Ogooue', 'Haut-Ogooue', '', 'HO', 'state', 1, 0),
(1420, 'state_Moyen_Ogooue_1420', 'Moyen-Ogooue', 'Moyen-Ogooue', '', 'MO', 'state', 1, 0),
(1421, 'state_Ngounie_1421', 'Ngounie', 'Ngounie', '', 'NG', 'state', 1, 0),
(1422, 'state_Nyanga_1422', 'Nyanga', 'Nyanga', '', 'NY', 'state', 1, 0),
(1423, 'state_Ogooue_Ivindo_1423', 'Ogooue-Ivindo', 'Ogooue-Ivindo', '', 'OI', 'state', 1, 0),
(1424, 'state_Ogooue_Lolo_1424', 'Ogooue-Lolo', 'Ogooue-Lolo', '', 'OL', 'state', 1, 0),
(1425, 'state_Ogooue_Maritime_1425', 'Ogooue-Maritime', 'Ogooue-Maritime', '', 'OM', 'state', 1, 0),
(1426, 'state_Woleu_Ntem_1426', 'Woleu-Ntem', 'Woleu-Ntem', '', 'WN', 'state', 1, 0),
(1427, 'state_Ashanti_1427', 'Ashanti', 'Ashanti', '', 'AH', 'state', 1, 0),
(1428, 'state_Brong_Ahafo_1428', 'Brong-Ahafo', 'Brong-Ahafo', '', 'BA', 'state', 1, 0),
(1429, 'state_Central_1429', 'Central', 'Central', '', 'CP', 'state', 1, 0),
(1430, 'state_Eastern_1430', 'Eastern', 'Eastern', '', 'EP', 'state', 1, 0),
(1431, 'state_Greater_Accra_1431', 'Greater Accra', 'Greater Accra', '', 'AA', 'state', 1, 0),
(1432, 'state_Northern_1432', 'Northern', 'Northern', '', 'NP', 'state', 1, 0),
(1433, 'state_Upper_East_1433', 'Upper East', 'Upper East', '', 'UE', 'state', 1, 0),
(1434, 'state_Upper_West_1434', 'Upper West', 'Upper West', '', 'UW', 'state', 1, 0),
(1435, 'state_Volta_1435', 'Volta', 'Volta', '', 'TV', 'state', 1, 0),
(1436, 'state_Western_1436', 'Western', 'Western', '', 'WP', 'state', 1, 0),
(1437, 'state__________________________1437', 'აფხაზეთი', 'აფხაზეთი', '', 'AB', 'state', 1, 0),
(1438, 'state_________________1438', 'აჭარა', 'აჭარა', '', 'AJ', 'state', 1, 0),
(1439, 'state_________________1439', 'გურია', 'გურია', '', 'GU', 'state', 1, 0),
(1440, 'state_______________________1440', 'იმერეთი', 'იმერეთი', '', 'IM', 'state', 1, 0),
(1441, 'state____________________1441', 'კახეთი', 'კახეთი', '', 'KA', 'state', 1, 0),
(1442, 'state____________________________________1442', 'ქვემო ქართლი', 'ქვემო ქართლი', '', 'KK', 'state', 1, 0),
(1443, 'state_____________________________________________1443', 'მცხეთა-მთიანეთი', 'მცხეთა-მთიანეთი', '', 'MM', 'state', 1, 0),
(1444, 'state_________________________________________________________________________________1444', 'რაჭა-ლეჩხუმი და ქვემო სვანეთი', 'რაჭა-ლეჩხუმი და ქვემო სვანეთი', '', 'RL', 'state', 1, 0),
(1445, 'state_____________________________________________1445', 'სამცხე-ჯავახეთი', 'სამცხე-ჯავახეთი', '', 'SJ', 'state', 1, 0),
(1446, 'state_________________________________1446', 'შიდა ქართლი', 'შიდა ქართლი', '', 'SK', 'state', 1, 0),
(1447, 'state________________________________________________________________1447', 'სამეგრელო-ზემო სვანეთი', 'სამეგრელო-ზემო სვანეთი', '', 'SZ', 'state', 1, 0),
(1448, 'state_______________________1448', 'თბილისი', 'თბილისი', '', 'TB', 'state', 1, 0),
(1449, 'state_Berlin_1449', 'Berlin', 'Berlin', '', 'BE', 'state', 1, 0),
(1450, 'state_Brandenburg_1450', 'Brandenburg', 'Brandenburg', '', 'BR', 'state', 1, 0),
(1451, 'state_Baden_W__rttemberg_1451', 'Baden-Württemberg', 'Baden-Württemberg', '', 'BW', 'state', 1, 0),
(1452, 'state_Bayern_1452', 'Bayern', 'Bayern', '', 'BY', 'state', 1, 0),
(1453, 'state_Bremen_1453', 'Bremen', 'Bremen', '', 'HB', 'state', 1, 0),
(1454, 'state_Hessen_1454', 'Hessen', 'Hessen', '', 'HE', 'state', 1, 0),
(1455, 'state_Hamburg_1455', 'Hamburg', 'Hamburg', '', 'HH', 'state', 1, 0),
(1456, 'state_Mecklenburg_Vorpommern_1456', 'Mecklenburg-Vorpommern', 'Mecklenburg-Vorpommern', '', 'MV', 'state', 1, 0),
(1457, 'state_Niedersachsen_1457', 'Niedersachsen', 'Niedersachsen', '', 'NI', 'state', 1, 0),
(1458, 'state_Nordrhein_Westfalen_1458', 'Nordrhein-Westfalen', 'Nordrhein-Westfalen', '', 'NW', 'state', 1, 0),
(1459, 'state_Rheinland_Pfalz_1459', 'Rheinland-Pfalz', 'Rheinland-Pfalz', '', 'RP', 'state', 1, 0),
(1460, 'state_Schleswig_Holstein_1460', 'Schleswig-Holstein', 'Schleswig-Holstein', '', 'SH', 'state', 1, 0),
(1461, 'state_Saarland_1461', 'Saarland', 'Saarland', '', 'SL', 'state', 1, 0),
(1462, 'state_Sachsen_1462', 'Sachsen', 'Sachsen', '', 'SN', 'state', 1, 0),
(1463, 'state_Sachsen_Anhalt_1463', 'Sachsen-Anhalt', 'Sachsen-Anhalt', '', 'ST', 'state', 1, 0),
(1464, 'state_Th__ringen_1464', 'Thüringen', 'Thüringen', '', 'TH', 'state', 1, 0),
(1475, 'state________________________________1475', 'Αιτωλοακαρνανία', 'Αιτωλοακαρνανία', '', '01', 'state', 1, 0),
(1476, 'state________________1476', 'Βοιωτία', 'Βοιωτία', '', '03', 'state', 1, 0),
(1477, 'state______________1477', 'Εύβοια', 'Εύβοια', '', '04', 'state', 1, 0),
(1478, 'state____________________1478', 'Ευρυτανία', 'Ευρυτανία', '', '05', 'state', 1, 0),
(1479, 'state__________________1479', 'Φθιώτιδα', 'Φθιώτιδα', '', '06', 'state', 1, 0),
(1480, 'state______________1480', 'Φωκίδα', 'Φωκίδα', '', '07', 'state', 1, 0),
(1481, 'state__________________1481', 'Αργολίδα', 'Αργολίδα', '', '11', 'state', 1, 0),
(1482, 'state________________1482', 'Αρκαδία', 'Αρκαδία', '', '12', 'state', 1, 0),
(1483, 'state_____________1483', 'Ἀχαΐα', 'Ἀχαΐα', '', '13', 'state', 1, 0),
(1484, 'state____________1484', 'Ηλεία', 'Ηλεία', '', '14', 'state', 1, 0),
(1485, 'state__________________1485', 'Κορινθία', 'Κορινθία', '', '15', 'state', 1, 0),
(1486, 'state________________1486', 'Λακωνία', 'Λακωνία', '', '16', 'state', 1, 0),
(1487, 'state__________________1487', 'Μεσσηνία', 'Μεσσηνία', '', '17', 'state', 1, 0),
(1488, 'state__________________1488', 'Ζάκυνθος', 'Ζάκυνθος', '', '21', 'state', 1, 0),
(1489, 'state________________1489', 'Κέρκυρα', 'Κέρκυρα', '', '22', 'state', 1, 0),
(1490, 'state______________________1490', 'Κεφαλλονιά', 'Κεφαλλονιά', '', '23', 'state', 1, 0),
(1491, 'state________________1491', 'Λευκάδα', 'Λευκάδα', '', '24', 'state', 1, 0),
(1492, 'state__________1492', 'Άρτα', 'Άρτα', '', '31', 'state', 1, 0),
(1493, 'state____________________1493', 'Θεσπρωτία', 'Θεσπρωτία', '', '32', 'state', 1, 0),
(1494, 'state__________________1494', 'Ιωάννινα', 'Ιωάννινα', '', '33', 'state', 1, 0),
(1495, 'state________________1495', 'Πρεβεζα', 'Πρεβεζα', '', '34', 'state', 1, 0),
(1496, 'state__________________1496', 'Καρδίτσα', 'Καρδίτσα', '', '41', 'state', 1, 0),
(1497, 'state______________1497', 'Λάρισα', 'Λάρισα', '', '42', 'state', 1, 0),
(1498, 'state__________________1498', 'Μαγνησία', 'Μαγνησία', '', '43', 'state', 1, 0),
(1499, 'state________________1499', 'Τρίκαλα', 'Τρίκαλα', '', '44', 'state', 1, 0),
(1500, 'state________________1500', 'Γρεβενά', 'Γρεβενά', '', '51', 'state', 1, 0),
(1501, 'state____________1501', 'Δράμα', 'Δράμα', '', '52', 'state', 1, 0),
(1502, 'state______________1502', 'Ημαθία', 'Ημαθία', '', '53', 'state', 1, 0),
(1503, 'state________________________1503', 'Θεσσαλονίκη', 'Θεσσαλονίκη', '', '54', 'state', 1, 0),
(1504, 'state______________1504', 'Καβάλα', 'Καβάλα', '', '55', 'state', 1, 0),
(1505, 'state__________________1505', 'Καστοριά', 'Καστοριά', '', '56', 'state', 1, 0),
(1506, 'state______________1506', 'Κιλκίς', 'Κιλκίς', '', '57', 'state', 1, 0),
(1507, 'state______________1507', 'Κοζάνη', 'Κοζάνη', '', '58', 'state', 1, 0),
(1508, 'state____________1508', 'Πέλλα', 'Πέλλα', '', '59', 'state', 1, 0),
(1509, 'state______________1509', 'Πιερία', 'Πιερία', '', '61', 'state', 1, 0),
(1510, 'state______________1510', 'Σερρών', 'Σερρών', '', '62', 'state', 1, 0),
(1511, 'state________________1511', 'Φλώρινα', 'Φλώρινα', '', '63', 'state', 1, 0),
(1512, 'state____________________1512', 'Χαλκιδική', 'Χαλκιδική', '', '64', 'state', 1, 0),
(1513, 'state___________________1513', 'Όρος Άθως', 'Όρος Άθως', '', '69', 'state', 1, 0),
(1514, 'state____________1514', 'Έβρος', 'Έβρος', '', '71', 'state', 1, 0),
(1515, 'state____________1515', 'Ξάνθη', 'Ξάνθη', '', '72', 'state', 1, 0),
(1516, 'state______________1516', 'Ροδόπη', 'Ροδόπη', '', '73', 'state', 1, 0),
(1517, 'state______________________1517', 'Δωδεκάνησα', 'Δωδεκάνησα', '', '81', 'state', 1, 0),
(1518, 'state__________________1518', 'Κυκλάδες', 'Κυκλάδες', '', '82', 'state', 1, 0),
(1519, 'state______________1519', 'Λέσβου', 'Λέσβου', '', '83', 'state', 1, 0),
(1520, 'state____________1520', 'Σάμος', 'Σάμος', '', '84', 'state', 1, 0),
(1521, 'state__________1521', 'Χίος', 'Χίος', '', '85', 'state', 1, 0),
(1522, 'state__________________1522', 'Ηράκλειο', 'Ηράκλειο', '', '91', 'state', 1, 0),
(1523, 'state______________1523', 'Λασίθι', 'Λασίθι', '', '92', 'state', 1, 0),
(1524, 'state________________1524', 'Ρεθύμνο', 'Ρεθύμνο', '', '93', 'state', 1, 0),
(1525, 'state______________1525', 'Χανίων', 'Χανίων', '', '94', 'state', 1, 0),
(1526, 'state______________1526', 'Αττική', 'Αττική', '', 'A1', 'state', 1, 0),
(1527, 'state_Avannaa_1527', 'Avannaa', 'Avannaa', '', 'A', 'state', 1, 0),
(1528, 'state_Tunu__1528', 'Tunu ', 'Tunu ', '', 'T', 'state', 1, 0),
(1529, 'state_Kitaa_1529', 'Kitaa', 'Kitaa', '', 'K', 'state', 1, 0),
(1531, 'state_Saint_David_1531', 'Saint David', 'Saint David', '', 'D', 'state', 1, 0),
(1534, 'state_Saint_Mark_1534', 'Saint Mark', 'Saint Mark', '', 'M', 'state', 1, 0),
(1535, 'state_Saint_Patrick_1535', 'Saint Patrick', 'Saint Patrick', '', 'P', 'state', 1, 0),
(1536, 'state_Alta_Verapaz_1536', 'Alta Verapaz', 'Alta Verapaz', '', 'AV', 'state', 1, 0),
(1537, 'state_Baja_Verapaz_1537', 'Baja Verapaz', 'Baja Verapaz', '', 'BV', 'state', 1, 0),
(1538, 'state_Chimaltenango_1538', 'Chimaltenango', 'Chimaltenango', '', 'CM', 'state', 1, 0),
(1539, 'state_Chiquimula_1539', 'Chiquimula', 'Chiquimula', '', 'CQ', 'state', 1, 0),
(1540, 'state_Escuintla_1540', 'Escuintla', 'Escuintla', '', 'ES', 'state', 1, 0),
(1541, 'state_Guatemala_1541', 'Guatemala', 'Guatemala', '', 'GU', 'state', 1, 0),
(1542, 'state_Huehuetenango_1542', 'Huehuetenango', 'Huehuetenango', '', 'HU', 'state', 1, 0),
(1543, 'state_Izabal_1543', 'Izabal', 'Izabal', '', 'IZ', 'state', 1, 0),
(1544, 'state_Jalapa_1544', 'Jalapa', 'Jalapa', '', 'JA', 'state', 1, 0),
(1545, 'state_Jutiapa_1545', 'Jutiapa', 'Jutiapa', '', 'JU', 'state', 1, 0),
(1546, 'state_El_Pet__n_1546', 'El Petén', 'El Petén', '', 'PE', 'state', 1, 0),
(1547, 'state_El_Progreso_1547', 'El Progreso', 'El Progreso', '', 'PR', 'state', 1, 0),
(1548, 'state_El_Quich___1548', 'El Quiché', 'El Quiché', '', 'QC', 'state', 1, 0),
(1549, 'state_Quetzaltenango_1549', 'Quetzaltenango', 'Quetzaltenango', '', 'QZ', 'state', 1, 0),
(1550, 'state_Retalhuleu_1550', 'Retalhuleu', 'Retalhuleu', '', 'RE', 'state', 1, 0),
(1551, 'state_Sacatep__quez_1551', 'Sacatepéquez', 'Sacatepéquez', '', 'SA', 'state', 1, 0),
(1552, 'state_San_Marcos_1552', 'San Marcos', 'San Marcos', '', 'SM', 'state', 1, 0),
(1553, 'state_Solol___1553', 'Sololá', 'Sololá', '', 'SO', 'state', 1, 0),
(1554, 'state_Santa_Rosa_1554', 'Santa Rosa', 'Santa Rosa', '', 'SR', 'state', 1, 0),
(1555, 'state_Suchitep__quez_1555', 'Suchitepéquez', 'Suchitepéquez', '', 'SU', 'state', 1, 0),
(1556, 'state_Totonicap__n_1556', 'Totonicapán', 'Totonicapán', '', 'TO', 'state', 1, 0),
(1557, 'state_Zacapa_1557', 'Zacapa', 'Zacapa', '', 'ZA', 'state', 1, 0),
(1558, 'state_Beyla_1558', 'Beyla', 'Beyla', '', 'BE', 'state', 1, 0),
(1559, 'state_Boffa_1559', 'Boffa', 'Boffa', '', 'BF', 'state', 1, 0),
(1560, 'state_Bok___1560', 'Boké', 'Boké', '', 'BK', 'state', 1, 0),
(1561, 'state_Coyah_1561', 'Coyah', 'Coyah', '', 'CO', 'state', 1, 0),
(1562, 'state_Dabola_1562', 'Dabola', 'Dabola', '', 'DB', 'state', 1, 0),
(1563, 'state_Dinguiraye_1563', 'Dinguiraye', 'Dinguiraye', '', 'DI', 'state', 1, 0),
(1564, 'state_Dalaba_1564', 'Dalaba', 'Dalaba', '', 'DL', 'state', 1, 0),
(1565, 'state_Dubr__ka_1565', 'Dubréka', 'Dubréka', '', 'DU', 'state', 1, 0),
(1566, 'state_Faranah_1566', 'Faranah', 'Faranah', '', 'FA', 'state', 1, 0),
(1567, 'state_For__cariah_1567', 'Forécariah', 'Forécariah', '', 'FO', 'state', 1, 0),
(1568, 'state_Fria_1568', 'Fria', 'Fria', '', 'FR', 'state', 1, 0),
(1569, 'state_Gaoual_1569', 'Gaoual', 'Gaoual', '', 'GA', 'state', 1, 0),
(1570, 'state_Gu__k__dou_1570', 'Guékédou', 'Guékédou', '', 'GU', 'state', 1, 0),
(1571, 'state_Kankan_1571', 'Kankan', 'Kankan', '', 'KA', 'state', 1, 0),
(1572, 'state_Koubia_1572', 'Koubia', 'Koubia', '', 'KB', 'state', 1, 0),
(1573, 'state_Kindia_1573', 'Kindia', 'Kindia', '', 'KD', 'state', 1, 0),
(1574, 'state_K__rouan___1574', 'Kérouané', 'Kérouané', '', 'KE', 'state', 1, 0),
(1575, 'state_Koundara_1575', 'Koundara', 'Koundara', '', 'KN', 'state', 1, 0),
(1576, 'state_Kouroussa_1576', 'Kouroussa', 'Kouroussa', '', 'KO', 'state', 1, 0),
(1577, 'state_Kissidougou_1577', 'Kissidougou', 'Kissidougou', '', 'KS', 'state', 1, 0),
(1578, 'state_Lab___1578', 'Labé', 'Labé', '', 'LA', 'state', 1, 0),
(1579, 'state_L__louma_1579', 'Lélouma', 'Lélouma', '', 'LE', 'state', 1, 0),
(1580, 'state_Lola_1580', 'Lola', 'Lola', '', 'LO', 'state', 1, 0),
(1581, 'state_Macenta_1581', 'Macenta', 'Macenta', '', 'MC', 'state', 1, 0),
(1582, 'state_Mandiana_1582', 'Mandiana', 'Mandiana', '', 'MD', 'state', 1, 0),
(1583, 'state_Mali_1583', 'Mali', 'Mali', '', 'ML', 'state', 1, 0),
(1584, 'state_Mamou_1584', 'Mamou', 'Mamou', '', 'MM', 'state', 1, 0),
(1585, 'state_Nz__r__kor___1585', 'Nzérékoré', 'Nzérékoré', '', 'NZ', 'state', 1, 0),
(1586, 'state_Pita_1586', 'Pita', 'Pita', '', 'PI', 'state', 1, 0),
(1587, 'state_Siguiri_1587', 'Siguiri', 'Siguiri', '', 'SI', 'state', 1, 0),
(1588, 'state_T__lim__l___1588', 'Télimélé', 'Télimélé', '', 'TE', 'state', 1, 0),
(1589, 'state_Tougu___1589', 'Tougué', 'Tougué', '', 'TO', 'state', 1, 0),
(1590, 'state_Yomou_1590', 'Yomou', 'Yomou', '', 'YO', 'state', 1, 0),
(1591, 'state_Bafata_1591', 'Bafata', 'Bafata', '', 'BF', 'state', 1, 0),
(1592, 'state_Biombo_1592', 'Biombo', 'Biombo', '', 'BB', 'state', 1, 0),
(1593, 'state_Bissau_1593', 'Bissau', 'Bissau', '', 'BS', 'state', 1, 0),
(1594, 'state_Bolama_1594', 'Bolama', 'Bolama', '', 'BL', 'state', 1, 0),
(1595, 'state_Cacheu_1595', 'Cacheu', 'Cacheu', '', 'CA', 'state', 1, 0),
(1596, 'state_Gabu_1596', 'Gabu', 'Gabu', '', 'GA', 'state', 1, 0),
(1597, 'state_Oio_1597', 'Oio', 'Oio', '', 'OI', 'state', 1, 0),
(1598, 'state_Quinara_1598', 'Quinara', 'Quinara', '', 'QU', 'state', 1, 0),
(1599, 'state_Tombali_1599', 'Tombali', 'Tombali', '', 'TO', 'state', 1, 0),
(1600, 'state_Barima_Waini_1600', 'Barima-Waini', 'Barima-Waini', '', 'BA', 'state', 1, 0),
(1601, 'state_Cuyuni_Mazaruni_1601', 'Cuyuni-Mazaruni', 'Cuyuni-Mazaruni', '', 'CU', 'state', 1, 0),
(1602, 'state_Demerara_Mahaica_1602', 'Demerara-Mahaica', 'Demerara-Mahaica', '', 'DE', 'state', 1, 0),
(1603, 'state_East_Berbice_Corentyne_1603', 'East Berbice-Corentyne', 'East Berbice-Corentyne', '', 'EB', 'state', 1, 0),
(1604, 'state_Essequibo_Islands_West_Demerara_1604', 'Essequibo Islands-West Demerara', 'Essequibo Islands-West Demerara', '', 'ES', 'state', 1, 0),
(1605, 'state_Mahaica_Berbice_1605', 'Mahaica-Berbice', 'Mahaica-Berbice', '', 'MA', 'state', 1, 0),
(1606, 'state_Pomeroon_Supenaam_1606', 'Pomeroon-Supenaam', 'Pomeroon-Supenaam', '', 'PM', 'state', 1, 0),
(1607, 'state_Potaro_Siparuni_1607', 'Potaro-Siparuni', 'Potaro-Siparuni', '', 'PT', 'state', 1, 0),
(1608, 'state_Upper_Demerara_Berbice_1608', 'Upper Demerara-Berbice', 'Upper Demerara-Berbice', '', 'UD', 'state', 1, 0),
(1609, 'state_Upper_Takutu_Upper_Essequibo_1609', 'Upper Takutu-Upper Essequibo', 'Upper Takutu-Upper Essequibo', '', 'UT', 'state', 1, 0),
(1610, 'state_Artibonite_1610', 'Artibonite', 'Artibonite', '', 'AR', 'state', 1, 0),
(1612, 'state_Grand_Anse_1612', 'Grand\'Anse', 'Grand\'Anse', '', 'GA', 'state', 1, 0),
(1613, 'state_Nippes_1613', 'Nippes', 'Nippes', '', 'NI', 'state', 1, 0),
(1614, 'state_Nord_1614', 'Nord', 'Nord', '', 'ND', 'state', 1, 0),
(1615, 'state_Nord_Est_1615', 'Nord-Est', 'Nord-Est', '', 'NE', 'state', 1, 0),
(1616, 'state_Nord_Ouest_1616', 'Nord-Ouest', 'Nord-Ouest', '', 'NO', 'state', 1, 0),
(1618, 'state_Sud_1618', 'Sud', 'Sud', '', 'SD', 'state', 1, 0),
(1619, 'state_Sud_Est_1619', 'Sud-Est', 'Sud-Est', '', 'SE', 'state', 1, 0),
(1620, 'state_Flat_Island_1620', 'Flat Island', 'Flat Island', '', 'F', 'state', 1, 0),
(1621, 'state_McDonald_Island_1621', 'McDonald Island', 'McDonald Island', '', 'M', 'state', 1, 0),
(1622, 'state_Shag_Island_1622', 'Shag Island', 'Shag Island', '', 'S', 'state', 1, 0),
(1623, 'state_Heard_Island_1623', 'Heard Island', 'Heard Island', '', 'H', 'state', 1, 0),
(1624, 'state_Atl__ntida_1624', 'Atlántida', 'Atlántida', '', 'AT', 'state', 1, 0),
(1625, 'state_Choluteca_1625', 'Choluteca', 'Choluteca', '', 'CH', 'state', 1, 0),
(1626, 'state_Col__n_1626', 'Colón', 'Colón', '', 'CL', 'state', 1, 0),
(1627, 'state_Comayagua_1627', 'Comayagua', 'Comayagua', '', 'CM', 'state', 1, 0),
(1628, 'state_Cop__n_1628', 'Copán', 'Copán', '', 'CP', 'state', 1, 0),
(1629, 'state_Cort__s_1629', 'Cortés', 'Cortés', '', 'CR', 'state', 1, 0),
(1630, 'state_El_Para__so_1630', 'El Paraíso', 'El Paraíso', '', 'EP', 'state', 1, 0),
(1631, 'state_Francisco_Moraz__n_1631', 'Francisco Morazán', 'Francisco Morazán', '', 'FM', 'state', 1, 0),
(1632, 'state_Gracias_a_Dios_1632', 'Gracias a Dios', 'Gracias a Dios', '', 'GD', 'state', 1, 0),
(1633, 'state_Islas_de_la_Bah__a_1633', 'Islas de la Bahía', 'Islas de la Bahía', '', 'IB', 'state', 1, 0),
(1634, 'state_Intibuc___1634', 'Intibucá', 'Intibucá', '', 'IN', 'state', 1, 0),
(1635, 'state_Lempira_1635', 'Lempira', 'Lempira', '', 'LE', 'state', 1, 0),
(1636, 'state_La_Paz_1636', 'La Paz', 'La Paz', '', 'LP', 'state', 1, 0),
(1637, 'state_Ocotepeque_1637', 'Ocotepeque', 'Ocotepeque', '', 'OC', 'state', 1, 0),
(1638, 'state_Olancho_1638', 'Olancho', 'Olancho', '', 'OL', 'state', 1, 0),
(1639, 'state_Santa_B__rbara_1639', 'Santa Bárbara', 'Santa Bárbara', '', 'SB', 'state', 1, 0),
(1640, 'state_Valle_1640', 'Valle', 'Valle', '', 'VA', 'state', 1, 0),
(1641, 'state_Yoro_1641', 'Yoro', 'Yoro', '', 'YO', 'state', 1, 0),
(1642, 'state___________1642', '中西區', '中西區', '', 'HCW', 'state', 1, 0),
(1643, 'state________1643', '東區', '東區', '', 'HEA', 'state', 1, 0),
(1644, 'state________1644', '南區', '南區', '', 'HSO', 'state', 1, 0),
(1645, 'state___________1645', '灣仔區', '灣仔區', '', 'HWC', 'state', 1, 0),
(1646, 'state______________1646', '九龍城區', '九龍城區', '', 'KKC', 'state', 1, 0),
(1647, 'state___________1647', '觀塘區', '觀塘區', '', 'KKT', 'state', 1, 0),
(1648, 'state______________1648', '深水埗區', '深水埗區', '', 'KSS', 'state', 1, 0),
(1649, 'state______________1649', '黃大仙區', '黃大仙區', '', 'KWT', 'state', 1, 0),
(1650, 'state______________1650', '油尖旺區', '油尖旺區', '', 'KYT', 'state', 1, 0),
(1651, 'state___________1651', '離島區', '離島區', '', 'NIS', 'state', 1, 0),
(1652, 'state___________1652', '葵青區', '葵青區', '', 'NKT', 'state', 1, 0),
(1653, 'state________1653', '北區', '北區', '', 'NNO', 'state', 1, 0),
(1654, 'state___________1654', '西貢區', '西貢區', '', 'NSK', 'state', 1, 0),
(1655, 'state___________1655', '沙田區', '沙田區', '', 'NST', 'state', 1, 0),
(1656, 'state___________1656', '大埔區', '大埔區', '', 'NTP', 'state', 1, 0),
(1657, 'state___________1657', '荃灣區', '荃灣區', '', 'NTW', 'state', 1, 0),
(1658, 'state___________1658', '屯門區', '屯門區', '', 'NTM', 'state', 1, 0),
(1659, 'state___________1659', '元朗區', '元朗區', '', 'NYL', 'state', 1, 0),
(1660, 'state_Baranja_megye_1660', 'Baranja megye', 'Baranja megye', '', 'BA', 'state', 1, 0),
(1661, 'state_B__k__scsaba_1661', 'Békéscsaba', 'Békéscsaba', '', 'BC', 'state', 1, 0),
(1662, 'state_B__k__s_megye_1662', 'Békés megye', 'Békés megye', '', 'BE', 'state', 1, 0),
(1663, 'state_B__cs_Kiskun_megye_1663', 'Bács-Kiskun megye', 'Bács-Kiskun megye', '', 'BK', 'state', 1, 0),
(1664, 'state_Budapest_1664', 'Budapest', 'Budapest', '', 'BU', 'state', 1, 0),
(1665, 'state_Borsod_Aba__j_Zempl__n_megye_1665', 'Borsod-Abaúj-Zemplén megye', 'Borsod-Abaúj-Zemplén megye', '', 'BZ', 'state', 1, 0),
(1666, 'state_Csongr__d_megye_1666', 'Csongrád megye', 'Csongrád megye', '', 'CS', 'state', 1, 0),
(1667, 'state_Debrecen_1667', 'Debrecen', 'Debrecen', '', 'DE', 'state', 1, 0),
(1668, 'state_Duna__jv__ros_1668', 'Dunaújváros', 'Dunaújváros', '', 'DU', 'state', 1, 0),
(1669, 'state_Eger_1669', 'Eger', 'Eger', '', 'EG', 'state', 1, 0),
(1670, 'state_Fej__r_megye_1670', 'Fejér megye', 'Fejér megye', '', 'FE', 'state', 1, 0),
(1671, 'state_Gy__r_Moson_Sopron_megye_1671', 'Győr-Moson-Sopron megye', 'Győr-Moson-Sopron megye', '', 'GS', 'state', 1, 0),
(1672, 'state_Gy__r_1672', 'Győr', 'Győr', '', 'GY', 'state', 1, 0),
(1673, 'state_Hajd___Bihar_megye_1673', 'Hajdú-Bihar megye', 'Hajdú-Bihar megye', '', 'HB', 'state', 1, 0),
(1674, 'state_Heves_megye_1674', 'Heves megye', 'Heves megye', '', 'HE', 'state', 1, 0),
(1675, 'state_H__dmez__v__s__rhely_1675', 'Hódmezővásárhely', 'Hódmezővásárhely', '', 'HV', 'state', 1, 0),
(1676, 'state_J__sz_Nagykun_Szolnok_megye_1676', 'Jász-Nagykun-Szolnok megye', 'Jász-Nagykun-Szolnok megye', '', 'JN', 'state', 1, 0),
(1677, 'state_Kom__rom_Esztergom_megye_1677', 'Komárom-Esztergom megye', 'Komárom-Esztergom megye', '', 'KE', 'state', 1, 0),
(1678, 'state_Kecskem__t_1678', 'Kecskemét', 'Kecskemét', '', 'KM', 'state', 1, 0),
(1679, 'state_Kaposv__r_1679', 'Kaposvár', 'Kaposvár', '', 'KV', 'state', 1, 0),
(1680, 'state_Miskolc_1680', 'Miskolc', 'Miskolc', '', 'MI', 'state', 1, 0),
(1681, 'state_Nagykanizsa_1681', 'Nagykanizsa', 'Nagykanizsa', '', 'NK', 'state', 1, 0),
(1682, 'state_N__gr__d_megye_1682', 'Nógrád megye', 'Nógrád megye', '', 'NO', 'state', 1, 0),
(1683, 'state_Ny__regyh__za_1683', 'Nyíregyháza', 'Nyíregyháza', '', 'NY', 'state', 1, 0),
(1684, 'state_Pest_megye_1684', 'Pest megye', 'Pest megye', '', 'PE', 'state', 1, 0),
(1685, 'state_P__cs_1685', 'Pécs', 'Pécs', '', 'PS', 'state', 1, 0),
(1686, 'state_Szeged_1686', 'Szeged', 'Szeged', '', 'SD', 'state', 1, 0),
(1687, 'state_Sz__kesfeh__rv__r_1687', 'Székesfehérvár', 'Székesfehérvár', '', 'SF', 'state', 1, 0),
(1688, 'state_Szombathely_1688', 'Szombathely', 'Szombathely', '', 'SH', 'state', 1, 0),
(1689, 'state_Szolnok_1689', 'Szolnok', 'Szolnok', '', 'SK', 'state', 1, 0),
(1690, 'state_Sopron_1690', 'Sopron', 'Sopron', '', 'SN', 'state', 1, 0),
(1691, 'state_Somogy_megye_1691', 'Somogy megye', 'Somogy megye', '', 'SO', 'state', 1, 0),
(1692, 'state_Szeksz__rd_1692', 'Szekszárd', 'Szekszárd', '', 'SS', 'state', 1, 0),
(1693, 'state_Salg__tarj__n_1693', 'Salgótarján', 'Salgótarján', '', 'ST', 'state', 1, 0),
(1694, 'state_Szabolcs_Szatm__r_Bereg_megye_1694', 'Szabolcs-Szatmár-Bereg megye', 'Szabolcs-Szatmár-Bereg megye', '', 'SZ', 'state', 1, 0),
(1695, 'state_Tatab__nya_1695', 'Tatabánya', 'Tatabánya', '', 'TB', 'state', 1, 0),
(1696, 'state_Tolna_megye_1696', 'Tolna megye', 'Tolna megye', '', 'TO', 'state', 1, 0),
(1697, 'state_Vas_megye_1697', 'Vas megye', 'Vas megye', '', 'VA', 'state', 1, 0),
(1698, 'state_Veszpr__m_megye_1698', 'Veszprém megye', 'Veszprém megye', '', 'VE', 'state', 1, 0),
(1699, 'state_Veszpr__m_1699', 'Veszprém', 'Veszprém', '', 'VM', 'state', 1, 0),
(1700, 'state_Zala_megye_1700', 'Zala megye', 'Zala megye', '', 'ZA', 'state', 1, 0),
(1701, 'state_Zalaegerszeg_1701', 'Zalaegerszeg', 'Zalaegerszeg', '', 'ZE', 'state', 1, 0),
(1702, 'state_H__fu__borgarsv____i___1702', 'Höfuðborgarsvæðið', 'Höfuðborgarsvæðið', '', '1', 'state', 1, 0),
(1703, 'state_Su__urnes_1703', 'Suðurnes', 'Suðurnes', '', '2', 'state', 1, 0),
(1704, 'state_Vesturland_1704', 'Vesturland', 'Vesturland', '', '3', 'state', 1, 0),
(1705, 'state_Vestfir__ir_1705', 'Vestfirðir', 'Vestfirðir', '', '4', 'state', 1, 0),
(1706, 'state_Nor__urland_vestra_1706', 'Norðurland vestra', 'Norðurland vestra', '', '5', 'state', 1, 0),
(1707, 'state_Nor__urland_eystra_1707', 'Norðurland eystra', 'Norðurland eystra', '', '6', 'state', 1, 0),
(1708, 'state_Austfir__ir_1708', 'Austfirðir', 'Austfirðir', '', '7', 'state', 1, 0),
(1709, 'state_Su__urland_1709', 'Suðurland', 'Suðurland', '', '8', 'state', 1, 0),
(1710, 'state_________________________________________________________________1710', 'Andaman and Nicobar Islands', 'Andaman and Nicobar Islands', '', 'IN-AN', 'state', 1, 0),
(1711, 'state_______________________________________1711', 'Andhra Pradesh', 'Andhra Pradesh', '', 'IN-AP', 'state', 1, 0),
(1712, 'state__________________________________________1712', 'Arunachal Pradesh', 'Arunachal Pradesh', '', 'IN-AR', 'state', 1, 0),
(1713, 'state___________1713', 'Assam', 'Assam', '', 'IN-AS', 'state', 1, 0),
(1714, 'state_________________1714', 'Bihar', 'Bihar', '', 'IN-BR', 'state', 1, 0),
(1715, 'state_______________________1715', 'Chandigarh', 'Chandigarh', '', 'IN-CH', 'state', 1, 0),
(1716, 'state_____________________________1716', 'Chhattisgarh', 'Chhattisgarh', '', 'IN-CT', 'state', 1, 0),
(1717, 'state_______________________________1717', 'Daman and Diu', 'Daman and Diu', '', 'IN-DD', 'state', 1, 0),
(1718, 'state____________________1718', 'National Capital Territory of India', 'National Capital Territory of India', '', 'IN-DL', 'state', 1, 0),
(1719, 'state_____________________________________________________1719', 'Dadra and Nagar Haveli', 'Dadra and Nagar Haveli', '', 'IN-DN', 'state', 1, 0),
(1720, 'state______________1720', 'Goa', 'Goa', '', 'IN-GA', 'state', 1, 0),
(1721, 'state____________________1721', 'Gujarat', 'Gujarat', '', 'IN-GJ', 'state', 1, 0),
(1722, 'state_______________________________________1722', 'Himachal Pradesh', 'Himachal Pradesh', '', 'IN-HP', 'state', 1, 0),
(1723, 'state_______________________1723', 'Haryana', 'Haryana', '', 'IN-HR', 'state', 1, 0),
(1724, 'state____________________1724', 'Jharkhand', 'Jharkhand', '', 'IN-JH', 'state', 1, 0),
(1725, 'state___________________________________________1725', 'Jammu and Kashmir', 'Jammu and Kashmir', '', 'IN-JK', 'state', 1, 0),
(1726, 'state____________________1726', 'Karnataka', 'Karnataka', '', 'IN-KA', 'state', 1, 0),
(1727, 'state_________________1727', 'Kerala', 'Kerala', '', 'IN-KL', 'state', 1, 0),
(1728, 'state________________________________1728', 'Lakshadweep', 'Lakshadweep', '', 'IN-LD', 'state', 1, 0),
(1729, 'state____________________1729', 'Meghalaya', 'Meghalaya', '', 'IN-ML', 'state', 1, 0),
(1730, 'state________________________________1730', 'Maharashtra', 'Maharashtra', '', 'IN-MH', 'state', 1, 0),
(1731, 'state____________________1731', 'Manipur', 'Manipur', '', 'IN-MN', 'state', 1, 0),
(1732, 'state_________________________________1732', 'Madhya Pradesh', 'Madhya Pradesh', '', 'IN-MP', 'state', 1, 0),
(1733, 'state_______________________1733', 'Mizoram', 'Mizoram', '', 'IN-MZ', 'state', 1, 0),
(1734, 'state__________________________1734', 'Nagaland', 'Nagaland', '', 'IN-NL', 'state', 1, 0),
(1735, 'state____________________1735', 'Odisha', 'Odisha', '', 'IN-OR', 'state', 1, 0),
(1736, 'state_________________1736', 'Punjab', 'Punjab', '', 'IN-PB', 'state', 1, 0),
(1737, 'state________________________________1737', 'Puducherry', 'Puducherry', '', 'IN-PY', 'state', 1, 0),
(1738, 'state__________________________1738', 'Rajasthan', 'Rajasthan', '', 'IN-RJ', 'state', 1, 0),
(1739, 'state_______________________1739', 'Sikkim', 'Sikkim', '', 'IN-SK', 'state', 1, 0),
(1740, 'state______________________________1740', 'Tamil Nadu', 'Tamil Nadu', '', 'IN-TN', 'state', 1, 0),
(1741, 'state__________________________1741', 'Tripura', 'Tripura', '', 'IN-TR', 'state', 1, 0),
(1742, 'state_____________________________1742', 'Uttarakhand', 'Uttarakhand', '', 'IN-UT', 'state', 1, 0),
(1743, 'state____________________________________1743', '	Uttar Pradesh', '	Uttar Pradesh', '', 'IN-UP', 'state', 1, 0),
(1744, 'state________________________________1744', 'West Bengal', 'West Bengal', '', 'IN-WB', 'state', 1, 0),
(1745, 'state_Aceh_1745', 'Aceh', 'Aceh', '', 'AC', 'state', 1, 0),
(1746, 'state_Bali_1746', 'Bali', 'Bali', '', 'BA', 'state', 1, 0),
(1747, 'state_Bangka_Belitung_1747', 'Bangka-Belitung', 'Bangka-Belitung', '', 'BB', 'state', 1, 0),
(1748, 'state_Bengkulu_1748', 'Bengkulu', 'Bengkulu', '', 'BE', 'state', 1, 0),
(1749, 'state_Banten_1749', 'Banten', 'Banten', '', 'BT', 'state', 1, 0),
(1750, 'state_Gorontalo_1750', 'Gorontalo', 'Gorontalo', '', 'GO', 'state', 1, 0),
(1751, 'state_Papua_1751', 'Papua', 'Papua', '', 'IJ', 'state', 1, 0),
(1752, 'state_Jambi_1752', 'Jambi', 'Jambi', '', 'JA', 'state', 1, 0),
(1753, 'state_Jawa_Timur_1753', 'Jawa Timur', 'Jawa Timur', '', 'JI', 'state', 1, 0),
(1754, 'state_Jakarta_Raya_1754', 'Jakarta Raya', 'Jakarta Raya', '', 'JK', 'state', 1, 0),
(1755, 'state_Jawa_Barat_1755', 'Jawa Barat', 'Jawa Barat', '', 'JR', 'state', 1, 0),
(1756, 'state_Jawa_Tengah_1756', 'Jawa Tengah', 'Jawa Tengah', '', 'JT', 'state', 1, 0),
(1757, 'state_Kalimantan_Barat_1757', 'Kalimantan Barat', 'Kalimantan Barat', '', 'KB', 'state', 1, 0),
(1758, 'state_Kalimantan_Timur_1758', 'Kalimantan Timur', 'Kalimantan Timur', '', 'KI', 'state', 1, 0),
(1759, 'state_Kalimantan_Selatan_1759', 'Kalimantan Selatan', 'Kalimantan Selatan', '', 'KS', 'state', 1, 0),
(1760, 'state_Kalimantan_Tengah_1760', 'Kalimantan Tengah', 'Kalimantan Tengah', '', 'KT', 'state', 1, 0),
(1761, 'state_Lampung_1761', 'Lampung', 'Lampung', '', 'LA', 'state', 1, 0),
(1762, 'state_Maluku_1762', 'Maluku', 'Maluku', '', 'MA', 'state', 1, 0),
(1763, 'state_Maluku_Utara_1763', 'Maluku Utara', 'Maluku Utara', '', 'MU', 'state', 1, 0),
(1764, 'state_Nusa_Tenggara_Barat_1764', 'Nusa Tenggara Barat', 'Nusa Tenggara Barat', '', 'NB', 'state', 1, 0),
(1765, 'state_Nusa_Tenggara_Timur_1765', 'Nusa Tenggara Timur', 'Nusa Tenggara Timur', '', 'NT', 'state', 1, 0),
(1766, 'state_Riau_1766', 'Riau', 'Riau', '', 'RI', 'state', 1, 0),
(1767, 'state_Sumatera_Barat_1767', 'Sumatera Barat', 'Sumatera Barat', '', 'SB', 'state', 1, 0),
(1768, 'state_Sulawesi_Tenggara_1768', 'Sulawesi Tenggara', 'Sulawesi Tenggara', '', 'SG', 'state', 1, 0),
(1769, 'state_Sumatera_Selatan_1769', 'Sumatera Selatan', 'Sumatera Selatan', '', 'SL', 'state', 1, 0),
(1770, 'state_Sulawesi_Selatan_1770', 'Sulawesi Selatan', 'Sulawesi Selatan', '', 'SN', 'state', 1, 0),
(1771, 'state_Sulawesi_Tengah_1771', 'Sulawesi Tengah', 'Sulawesi Tengah', '', 'ST', 'state', 1, 0),
(1772, 'state_Sulawesi_Utara_1772', 'Sulawesi Utara', 'Sulawesi Utara', '', 'SW', 'state', 1, 0),
(1773, 'state_Sumatera_Utara_1773', 'Sumatera Utara', 'Sumatera Utara', '', 'SU', 'state', 1, 0),
(1774, 'state_Yogyakarta_1774', 'Yogyakarta', 'Yogyakarta', '', 'YO', 'state', 1, 0),
(1775, 'state__________________________________________1775', 'آذربایجان شرقي', 'آذربایجان شرقي', '', '01', 'state', 1, 0),
(1776, 'state__________________________________________1776', 'آذربایجان غربي', 'آذربایجان غربي', '', '02', 'state', 1, 0),
(1777, 'state___________________________1777', 'اردبیل', 'اردبیل', '', '03', 'state', 1, 0),
(1778, 'state___________________________1778', 'اصفهان', 'اصفهان', '', '04', 'state', 1, 0),
(1779, 'state_________________________1779', 'ایلام', 'ایلام', '', '05', 'state', 1, 0),
(1780, 'state_________________________1780', 'بوشهر', 'بوشهر', '', '06', 'state', 1, 0),
(1781, 'state_________________________1781', 'تهران', 'تهران', '', '07', 'state', 1, 0),
(1782, 'state_______________________________________________1782', 'چهارمحال و بختیاری', 'چهارمحال و بختیاری', '', '08', 'state', 1, 0),
(1784, 'state_____________________________1784', 'خوزستان', 'خوزستان', '', '09', 'state', 1, 0),
(1785, 'state_________________________1785', 'زنجان', 'زنجان', '', '10', 'state', 1, 0),
(1786, 'state_________________________1786', 'سمنان', 'سمنان', '', '11', 'state', 1, 0),
(1787, 'state________________________________________________1787', 'سیستان و بلوچستان', 'سیستان و بلوچستان', '', '12', 'state', 1, 0),
(1788, 'state_______________________1788', 'فارس', 'فارس', '', '13', 'state', 1, 0),
(1789, 'state_________________________1789', 'کرمان', 'کرمان', '', '14', 'state', 1, 0);
INSERT INTO `xjmw1_hikashop_zone` (`zone_id`, `zone_namekey`, `zone_name`, `zone_name_english`, `zone_code_2`, `zone_code_3`, `zone_type`, `zone_published`, `zone_currency_id`) VALUES
(1790, 'state_____________________________1790', 'کردستان', 'کردستان', '', '15', 'state', 1, 0),
(1791, 'state_______________________________1791', 'کرمانشاه', 'کرمانشاه', '', '16', 'state', 1, 0),
(1792, 'state____________________________________________________1792', 'کهگیلویه و بویر احمد', 'کهگیلویه و بویر احمد', '', '17', 'state', 1, 0),
(1793, 'state_________________________1793', 'گیلان', 'گیلان', '', '18', 'state', 1, 0),
(1794, 'state___________________________1794', 'لرستان', 'لرستان', '', '19', 'state', 1, 0),
(1795, 'state_______________________________1795', 'مازندران', 'مازندران', '', '20', 'state', 1, 0),
(1796, 'state_________________________1796', 'مرکزی', 'مرکزی', '', '21', 'state', 1, 0),
(1797, 'state_____________________________1797', 'هرمزگان', 'هرمزگان', '', '22', 'state', 1, 0),
(1798, 'state_________________________1798', 'همدان', 'همدان', '', '23', 'state', 1, 0),
(1799, 'state_____________________1799', 'یزد', 'یزد', '', '24', 'state', 1, 0),
(1800, 'state___________________1800', 'قم', 'قم', '', '25', 'state', 1, 0),
(1801, 'state___________________________1801', 'گلستان', 'گلستان', '', '26', 'state', 1, 0),
(1802, 'state_________________________1802', 'قزوين', 'قزوين', '', '27', 'state', 1, 0),
(1783, 'state____________________________________1783', 'خراسان جنوبی', 'خراسان جنوبی', '', '28', 'state', 1, 0),
(1803, 'state_____________________________1803', ' الأنبار', ' الأنبار', '', 'AN', 'state', 1, 0),
(1804, 'state____________1804', 'أربيل', 'أربيل', '', 'AR', 'state', 1, 0),
(1805, 'state___________________________1805', ' البصرة', ' البصرة', '', 'BA', 'state', 1, 0),
(1806, 'state__________1806', 'بابل', 'بابل', '', 'BB', 'state', 1, 0),
(1807, 'state_________________________1807', ' بغداد', ' بغداد', '', 'BG', 'state', 1, 0),
(1808, 'state__________1808', 'دهوك', 'دهوك', '', 'DA', 'state', 1, 0),
(1809, 'state____________1809', 'ديالى', 'ديالى', '', 'DI', 'state', 1, 0),
(1810, 'state_____________1810', 'ذي قار', 'ذي قار', '', 'DQ', 'state', 1, 0),
(1811, 'state______________1811', 'كربلاء', 'كربلاء', '', 'KA', 'state', 1, 0),
(1812, 'state____________1812', 'ميسان', 'ميسان', '', 'MA', 'state', 1, 0),
(1813, 'state______________1813', 'المثنى', 'المثنى', '', 'MU', 'state', 1, 0),
(1814, 'state____________1814', 'النجف', 'النجف', '', 'NA', 'state', 1, 0),
(1815, 'state____________1815', 'نینوى', 'نینوى', '', 'NI', 'state', 1, 0),
(1816, 'state__________________1816', 'القادسية', 'القادسية', '', 'QA', 'state', 1, 0),
(1817, 'state_____________________1817', 'صلاح الدين', 'صلاح الدين', '', 'SD', 'state', 1, 0),
(1818, 'state___________________________________1818', ' السليمانية', ' السليمانية', '', 'SW', 'state', 1, 0),
(1819, 'state________________1819', 'التأمیم', 'التأمیم', '', 'TS', 'state', 1, 0),
(1820, 'state__________1820', 'واسط', 'واسط', '', 'WA', 'state', 1, 0),
(1821, 'state_Corcaigh_1821', 'Corcaigh', 'County Cork', '', 'C', 'state', 1, 0),
(1822, 'state_Contae_an_Chl__ir_1822', 'Contae an Chláir', 'County Clare', '', 'CE', 'state', 1, 0),
(1823, 'state_An_Cabh__n_1823', 'An Cabhán', 'County Cavan', '', 'CN', 'state', 1, 0),
(1824, 'state_Ceatharlach_1824', 'Ceatharlach', 'County Carlow', '', 'CW', 'state', 1, 0),
(1825, 'state_Baile___tha_Cliath_1825', 'Baile Átha Cliath', 'County Dublin', '', 'D', 'state', 1, 0),
(1826, 'state_D__n_na_nGall_1826', 'Dún na nGall', 'County Donegal', '', 'DL', 'state', 1, 0),
(1827, 'state_Gaillimh_1827', 'Gaillimh', 'County Galway', '', 'G', 'state', 1, 0),
(1828, 'state_Cill_Dara_1828', 'Cill Dara', 'County Kildare', '', 'KE', 'state', 1, 0),
(1829, 'state_Cill_Chainnigh_1829', 'Cill Chainnigh', 'County Kilkenny', '', 'KK', 'state', 1, 0),
(1830, 'state_Contae_Chiarra___1830', 'Contae Chiarraí', 'County Kerry', '', 'KY', 'state', 1, 0),
(1831, 'state_An_Longfort_1831', 'An Longfort', 'County Longford', '', 'LD', 'state', 1, 0),
(1832, 'state_Contae_L___1832', 'Contae Lú', 'County Louth', '', 'LH', 'state', 1, 0),
(1833, 'state_Luimneach_1833', 'Luimneach', 'County Limerick', '', 'LK', 'state', 1, 0),
(1834, 'state_Contae_Liatroma_1834', 'Contae Liatroma', 'County Leitrim', '', 'LM', 'state', 1, 0),
(1835, 'state_Contae_Laoise_1835', 'Contae Laoise', 'County Laois', '', 'LS', 'state', 1, 0),
(1836, 'state_Contae_na_M___1836', 'Contae na Mí', 'County Meath', '', 'MH', 'state', 1, 0),
(1837, 'state_Muineach__n_1837', 'Muineachán', 'County Mayo', '', 'MN', 'state', 1, 0),
(1838, 'state_Contae_Mhaigh_Eo_1838', 'Contae Mhaigh Eo', 'County Monaghan', '', 'MO', 'state', 1, 0),
(1839, 'state_Contae_U__bh_Fhail___1839', 'Contae Uíbh Fhailí', 'County Offaly', '', 'OY', 'state', 1, 0),
(1840, 'state_Ros_Com__in_1840', 'Ros Comáin', 'County Roscommon', '', 'RN', 'state', 1, 0),
(1841, 'state_Sligeach_1841', 'Sligeach', 'County Sligo', '', 'SO', 'state', 1, 0),
(1842, 'state_Tiobraid___rann_1842', 'Tiobraid Árann', 'County Tipperary', '', 'TA', 'state', 1, 0),
(1843, 'state_Port_Lairge_1843', 'Port Lairge', 'County Waterford', '', 'WD', 'state', 1, 0),
(1844, 'state_Contae_na_hIarmh___1844', 'Contae na hIarmhí', 'County Westmeath', '', 'WH', 'state', 1, 0),
(1845, 'state_Cill_Mhant__in_1845', 'Cill Mhantáin', 'County Wicklow', '', 'WW', 'state', 1, 0),
(1846, 'state_Loch_Garman_1846', 'Loch Garman', 'County Wexford', '', 'WX', 'state', 1, 0),
(1847, 'state_____________________1847', 'מחוז הדרום', 'מחוז הדרום', '', 'D ', 'state', 1, 0),
(1848, 'state___________________1848', 'מחוז חיפה', 'מחוז חיפה', '', 'HA', 'state', 1, 0),
(1849, 'state________________1849', 'ירושלים', 'ירושלים', '', 'JM', 'state', 1, 0),
(1850, 'state_____________________1850', 'מחוז המרכז', 'מחוז המרכז', '', 'M ', 'state', 1, 0),
(1851, 'state______________________1851', 'תל אביב-יפו', 'תל אביב-יפו', '', 'TA', 'state', 1, 0),
(1852, 'state_____________________1852', 'מחוז הצפון', 'מחוז הצפון', '', 'Z ', 'state', 1, 0),
(1853, 'state_Agrigento_1853', 'Agrigento', 'Agrigento', '', 'AG', 'state', 1, 0),
(1854, 'state_Alessandria_1854', 'Alessandria', 'Alessandria', '', 'AL', 'state', 1, 0),
(1855, 'state_Ancona_1855', 'Ancona', 'Ancona', '', 'AN', 'state', 1, 0),
(1856, 'state_Valle_d_Aosta_1856', 'Aosta', 'Aosta', '', 'AO', 'state', 1, 0),
(1857, 'state_Ascoli_Piceno_1857', 'Ascoli Piceno', 'Ascoli Piceno', '', 'AP', 'state', 1, 0),
(1858, 'state_L_Aquila_1858', 'L\'Aquila', 'L\'Aquila', '', 'AQ', 'state', 1, 0),
(1859, 'state_Arezzo_1859', 'Arezzo', 'Arezzo', '', 'AR', 'state', 1, 0),
(1860, 'state_Asti_1860', 'Asti', 'Asti', '', 'AT', 'state', 1, 0),
(1861, 'state_Avellino_1861', 'Avellino', 'Avellino', '', 'AV', 'state', 1, 0),
(1862, 'state_Bari_1862', 'Bari', 'Bari', '', 'BA', 'state', 1, 0),
(1863, 'state_Bergamo_1863', 'Bergamo', 'Bergamo', '', 'BG', 'state', 1, 0),
(1864, 'state_Biella_1864', 'Biella', 'Biella', '', 'BI', 'state', 1, 0),
(1865, 'state_Belluno_1865', 'Belluno', 'Belluno', '', 'BL', 'state', 1, 0),
(1866, 'state_Benevento_1866', 'Benevento', 'Benevento', '', 'BN', 'state', 1, 0),
(1867, 'state_Bologna_1867', 'Bologna', 'Bologna', '', 'BO', 'state', 1, 0),
(1868, 'state_Brindisi_1868', 'Brindisi', 'Brindisi', '', 'BR', 'state', 1, 0),
(1869, 'state_Brescia_1869', 'Brescia', 'Brescia', '', 'BS', 'state', 1, 0),
(1870, 'state_Barletta_Andria_Trani_1870', 'Barletta-Andria-Trani', 'Barletta-Andria-Trani', '', 'BT', 'state', 1, 0),
(1871, 'state_Alto_Adige_1871', 'Bolzano', 'Bolzano', '', 'BZ', 'state', 1, 0),
(1872, 'state_Cagliari_1872', 'Cagliari', 'Cagliari', '', 'CA', 'state', 1, 0),
(1873, 'state_Campobasso_1873', 'Campobasso', 'Campobasso', '', 'CB', 'state', 1, 0),
(1874, 'state_Caserta_1874', 'Caserta', 'Caserta', '', 'CE', 'state', 1, 0),
(1875, 'state_Chieti_1875', 'Chieti', 'Chieti', '', 'CH', 'state', 1, 0),
(1876, 'state_Carbonia_Iglesias_1876', 'Carbonia-Iglesias', 'Carbonia-Iglesias', '', 'CI', 'state', 1, 0),
(1877, 'state_Caltanissetta_1877', 'Caltanissetta', 'Caltanissetta', '', 'CL', 'state', 1, 0),
(1878, 'state_Cuneo_1878', 'Cuneo', 'Cuneo', '', 'CN', 'state', 1, 0),
(1879, 'state_Como_1879', 'Como', 'Como', '', 'CO', 'state', 1, 0),
(1880, 'state_Cremona_1880', 'Cremona', 'Cremona', '', 'CR', 'state', 1, 0),
(1881, 'state_Cosenza_1881', 'Cosenza', 'Cosenza', '', 'CS', 'state', 1, 0),
(1882, 'state_Catania_1882', 'Catania', 'Catania', '', 'CT', 'state', 1, 0),
(1883, 'state_Catanzaro_1883', 'Catanzaro', 'Catanzaro', '', 'CZ', 'state', 1, 0),
(1884, 'state_Enna_1884', 'Enna', 'Enna', '', 'EN', 'state', 1, 0),
(1885, 'state_Ferrara_1885', 'Ferrara', 'Ferrara', '', 'FE', 'state', 1, 0),
(1886, 'state_Foggia_1886', 'Foggia', 'Foggia', '', 'FG', 'state', 1, 0),
(1887, 'state_Firenze_1887', 'Firenze', 'Firenze', '', 'FI', 'state', 1, 0),
(1888, 'state_Fermo_1888', 'Fermo', 'Fermo', '', 'FM', 'state', 1, 0),
(1889, 'state_Forl___Cesena_1889', 'Forlì-Cesena', 'Forlì-Cesena', '', 'FO', 'state', 1, 0),
(1890, 'state_Frosinone_1890', 'Frosinone', 'Frosinone', '', 'FR', 'state', 1, 0),
(1891, 'state_Genova_1891', 'Genova', 'Genova', '', 'GE', 'state', 1, 0),
(1892, 'state_Gorizia_1892', 'Gorizia', 'Gorizia', '', 'GO', 'state', 1, 0),
(1893, 'state_Grosseto_1893', 'Grosseto', 'Grosseto', '', 'GR', 'state', 1, 0),
(1894, 'state_Imperia_1894', 'Imperia', 'Imperia', '', 'IM', 'state', 1, 0),
(1895, 'state_Isernia_1895', 'Isernia', 'Isernia', '', 'IS', 'state', 1, 0),
(1896, 'state_Crotone_1896', 'Crotone', 'Crotone', '', 'KR', 'state', 1, 0),
(1897, 'state_Lecco_1897', 'Lecco', 'Lecco', '', 'LC', 'state', 1, 0),
(1898, 'state_Lecce_1898', 'Lecce', 'Lecce', '', 'LE', 'state', 1, 0),
(1899, 'state_Livorno_1899', 'Livorno', 'Livorno', '', 'LI', 'state', 1, 0),
(1900, 'state_Lodi_1900', 'Lodi', 'Lodi', '', 'LO', 'state', 1, 0),
(1901, 'state_Latina_1901', 'Latina', 'Latina', '', 'LT', 'state', 1, 0),
(1902, 'state_Lucca_1902', 'Lucca', 'Lucca', '', 'LU', 'state', 1, 0),
(1903, 'state_Macerata_1903', 'Macerata', 'Macerata', '', 'MC', 'state', 1, 0),
(1904, 'state_Medio_Campidano_1904', 'Medio Campidano', 'Medio Campidano', '', 'MD', 'state', 1, 0),
(1905, 'state_Messina_1905', 'Messina', 'Messina', '', 'ME', 'state', 1, 0),
(1906, 'state_Milano_1906', 'Milano', 'Milano', '', 'MI', 'state', 1, 0),
(1907, 'state_Mantova_1907', 'Mantova', 'Mantova', '', 'MN', 'state', 1, 0),
(1908, 'state_Modena_1908', 'Modena', 'Modena', '', 'MO', 'state', 1, 0),
(1909, 'state_Massa_Carrara_1909', 'Massa-Carrara', 'Massa-Carrara', '', 'MS', 'state', 1, 0),
(1910, 'state_Matera_1910', 'Matera', 'Matera', '', 'MT', 'state', 1, 0),
(1911, 'state_Monza_e_Brianza_1911', 'Monza e Brianza', 'Monza e Brianza', '', 'MZ', 'state', 1, 0),
(1912, 'state_Napoli_1912', 'Napoli', 'Napoli', '', 'NA', 'state', 1, 0),
(1913, 'state_Novara_1913', 'Novara', 'Novara', '', 'NO', 'state', 1, 0),
(1914, 'state_Nuoro_1914', 'Nuoro', 'Nuoro', '', 'NU', 'state', 1, 0),
(1915, 'state_Ogliastra_1915', 'Ogliastra', 'Ogliastra', '', 'OG', 'state', 1, 0),
(1916, 'state_Oristano_1916', 'Oristano', 'Oristano', '', 'OR', 'state', 1, 0),
(1917, 'state_Olbia_Tempio_1917', 'Olbia-Tempio', 'Olbia-Tempio', '', 'OT', 'state', 1, 0),
(1918, 'state_Palermo_1918', 'Palermo', 'Palermo', '', 'PA', 'state', 1, 0),
(1919, 'state_Piacenza_1919', 'Piacenza', 'Piacenza', '', 'PC', 'state', 1, 0),
(1920, 'state_Padova_1920', 'Padova', 'Padova', '', 'PD', 'state', 1, 0),
(1921, 'state_Pescara_1921', 'Pescara', 'Pescara', '', 'PE', 'state', 1, 0),
(1922, 'state_Perugia_1922', 'Perugia', 'Perugia', '', 'PG', 'state', 1, 0),
(1923, 'state_Pisa_1923', 'Pisa', 'Pisa', '', 'PI', 'state', 1, 0),
(1924, 'state_Pordenone_1924', 'Pordenone', 'Pordenone', '', 'PN', 'state', 1, 0),
(1925, 'state_Prato_1925', 'Prato', 'Prato', '', 'PO', 'state', 1, 0),
(1926, 'state_Parma_1926', 'Parma', 'Parma', '', 'PR', 'state', 1, 0),
(1927, 'state_Pesaro_e_Urbino_1927', 'Pesaro e Urbino', 'Pesaro e Urbino', '', 'PS', 'state', 1, 0),
(1928, 'state_Pistoia_1928', 'Pistoia', 'Pistoia', '', 'PT', 'state', 1, 0),
(1929, 'state_Pavia_1929', 'Pavia', 'Pavia', '', 'PV', 'state', 1, 0),
(1930, 'state_Potenza_1930', 'Potenza', 'Potenza', '', 'PZ', 'state', 1, 0),
(1931, 'state_Ravenna_1931', 'Ravenna', 'Ravenna', '', 'RA', 'state', 1, 0),
(1932, 'state_Reggio_Calabria_1932', 'Reggio Calabria', 'Reggio Calabria', '', 'RC', 'state', 1, 0),
(1933, 'state_Reggio_Emilia_1933', 'Reggio Emilia', 'Reggio Emilia', '', 'RE', 'state', 1, 0),
(1934, 'state_Ragusa_1934', 'Ragusa', 'Ragusa', '', 'RG', 'state', 1, 0),
(1935, 'state_Rieti_1935', 'Rieti', 'Rieti', '', 'RI', 'state', 1, 0),
(1936, 'state_Roma_1936', 'Roma', 'Roma', '', 'RM', 'state', 1, 0),
(1937, 'state_Rimini_1937', 'Rimini', 'Rimini', '', 'RN', 'state', 1, 0),
(1938, 'state_Rovigo_1938', 'Rovigo', 'Rovigo', '', 'RO', 'state', 1, 0),
(1939, 'state_Salerno_1939', 'Salerno', 'Salerno', '', 'SA', 'state', 1, 0),
(1940, 'state_Siena_1940', 'Siena', 'Siena', '', 'SI', 'state', 1, 0),
(1941, 'state_Sondrio_1941', 'Sondrio', 'Sondrio', '', 'SO', 'state', 1, 0),
(1942, 'state_La_Spezia_1942', 'La Spezia', 'La Spezia', '', 'SP', 'state', 1, 0),
(1943, 'state_Siracusa_1943', 'Siracusa', 'Siracusa', '', 'SR', 'state', 1, 0),
(1944, 'state_Sassari_1944', 'Sassari', 'Sassari', '', 'SS', 'state', 1, 0),
(1945, 'state_Savona_1945', 'Savona', 'Savona', '', 'SV', 'state', 1, 0),
(1946, 'state_Taranto_1946', 'Taranto', 'Taranto', '', 'TA', 'state', 1, 0),
(1947, 'state_Teramo_1947', 'Teramo', 'Teramo', '', 'TE', 'state', 1, 0),
(1948, 'state_Trento_1948', 'Trento', 'Trento', '', 'TN', 'state', 1, 0),
(1949, 'state_Torino_1949', 'Torino', 'Torino', '', 'TO', 'state', 1, 0),
(1950, 'state_Trapani_1950', 'Trapani', 'Trapani', '', 'TP', 'state', 1, 0),
(1951, 'state_Terni_1951', 'Terni', 'Terni', '', 'TR', 'state', 1, 0),
(1952, 'state_Trieste_1952', 'Trieste', 'Trieste', '', 'TS', 'state', 1, 0),
(1953, 'state_Treviso_1953', 'Treviso', 'Treviso', '', 'TV', 'state', 1, 0),
(1954, 'state_Udine_1954', 'Udine', 'Udine', '', 'UD', 'state', 1, 0),
(1955, 'state_Varese_1955', 'Varese', 'Varese', '', 'VA', 'state', 1, 0),
(1956, 'state_Verbano_Cusio_Ossola_1956', 'Verbano-Cusio-Ossola', 'Verbano-Cusio-Ossola', '', 'VB', 'state', 1, 0),
(1957, 'state_Vercelli_1957', 'Vercelli', 'Vercelli', '', 'VC', 'state', 1, 0),
(1958, 'state_Venezia_1958', 'Venezia', 'Venezia', '', 'VE', 'state', 1, 0),
(1959, 'state_Vicenza_1959', 'Vicenza', 'Vicenza', '', 'VI', 'state', 1, 0),
(1960, 'state_Verona_1960', 'Verona', 'Verona', '', 'VR', 'state', 1, 0),
(1961, 'state_Viterbo_1961', 'Viterbo', 'Viterbo', '', 'VT', 'state', 1, 0),
(1962, 'state_Vibo_Valentia_1962', 'Vibo Valentia', 'Vibo Valentia', '', 'VV', 'state', 1, 0),
(1963, 'state_Lucea_1971', 'Hanover', 'Hanover', '', '01', 'state', 1, 0),
(1964, 'state_Black_River_1973', 'Saint Elizabeth', 'Saint Elizabeth', '', '02', 'state', 1, 0),
(1965, 'state_Montego_Bay_1970', 'Saint James', 'Saint James', '', '03', 'state', 1, 0),
(1966, 'state_Falmouth_1969', 'Trelawny', 'Trelawny', '', '04', 'state', 1, 0),
(1967, 'state_Savanna_la_Mar_1972', 'Westmoreland', 'Westmoreland', '', '05', 'state', 1, 0),
(1968, 'state_May_Pen_1975', 'Clarendon', 'Clarendon', '', '06', 'state', 1, 0),
(1969, 'state_Mandeville_1974', 'Manchester', 'Manchester', '', '07', 'state', 1, 0),
(1970, 'state_Saint_Ann_s_Bay_1968', 'Saint Ann', 'Saint Ann', '', '08', 'state', 1, 0),
(1971, 'state_Spanish_Town_1976', 'Saint Catherine', 'Saint Catherine', '', '09', 'state', 1, 0),
(1972, 'state_Port_Maria_1967', 'Saint Mary', 'Saint Mary', '', '10', 'state', 1, 0),
(1973, 'state_Kingston_1963', 'Kingston', 'Kingston', '', '11', 'state', 1, 0),
(1974, 'state_Port_Antonio_1966', 'Portland', 'Portland', '', '12', 'state', 1, 0),
(1975, 'state_Half_Way_Tree_1964', 'Saint Andrew', 'Saint Andrew', '', '13', 'state', 1, 0),
(1976, 'state_Morant_Bay_1965', 'Saint Thomas', 'Saint Thomas', '', '14', 'state', 1, 0),
(1977, 'state___________1977', '北海道', '1', '', '01', 'state', 1, 0),
(1978, 'state________1978', '青森県', '2', '', '02', 'state', 1, 0),
(1979, 'state________1979', '岩手県', '3', '', '03', 'state', 1, 0),
(1980, 'state________1980', '宮城県', '4', '', '04', 'state', 1, 0),
(1981, 'state________1981', '秋田県', '5', '', '05', 'state', 1, 0),
(1982, 'state________1982', '山形県', '6', '', '06', 'state', 1, 0),
(1983, 'state________1983', '福島県', '7', '', '07', 'state', 1, 0),
(1984, 'state________1984', '茨城県', '8', '', '08', 'state', 1, 0),
(1985, 'state________1985', '栃木県', '9', '', '09', 'state', 1, 0),
(1986, 'state________1986', '群馬県', '10', '', '10', 'state', 1, 0),
(1987, 'state________1987', '埼玉県', '11', '', '11', 'state', 1, 0),
(1988, 'state________1988', '千葉県', '12', '', '12', 'state', 1, 0),
(1989, 'state________1989', '東京都', '13', '', '13', 'state', 1, 0),
(1990, 'state___________1990', '神奈川県', '14', '', '14', 'state', 1, 0),
(1991, 'state________1991', '新潟県', '15', '', '15', 'state', 1, 0),
(1992, 'state________1992', '富山県', '16', '', '16', 'state', 1, 0),
(1993, 'state________1993', '石川県', '17', '', '17', 'state', 1, 0),
(1994, 'state________1994', '福井県', '18', '', '18', 'state', 1, 0),
(1995, 'state________1995', '山梨県', '19', '', '19', 'state', 1, 0),
(1996, 'state________1996', '長野県', '20', '', '20', 'state', 1, 0),
(1997, 'state________1997', '岐阜県', '21', '', '21', 'state', 1, 0),
(1998, 'state________1998', '静岡県', '22', '', '22', 'state', 1, 0),
(1999, 'state________1999', '愛知県', '23', '', '23', 'state', 1, 0),
(2000, 'state________2000', '三重県', '24', '', '24', 'state', 1, 0),
(2001, 'state________2001', '滋賀県', '25', '', '25', 'state', 1, 0),
(2002, 'state________2002', '京都府', '26', '', '26', 'state', 1, 0),
(2003, 'state________2003', '大阪府', '27', '', '27', 'state', 1, 0),
(2004, 'state________2004', '兵庫県', '28', '', '28', 'state', 1, 0),
(2005, 'state________2005', '奈良県', '29', '', '29', 'state', 1, 0),
(2006, 'state___________2006', '和歌山県', '30', '', '30', 'state', 1, 0),
(2007, 'state________2007', '鳥取県', '31', '', '31', 'state', 1, 0),
(2008, 'state________2008', '島根県', '32', '', '32', 'state', 1, 0),
(2009, 'state________2009', '岡山県', '33', '', '33', 'state', 1, 0),
(2010, 'state________2010', '広島県', '34', '', '34', 'state', 1, 0),
(2011, 'state________2011', '山口県', '35', '', '35', 'state', 1, 0),
(2012, 'state________2012', '徳島県', '36', '', '36', 'state', 1, 0),
(2013, 'state________2013', '香川県', '37', '', '37', 'state', 1, 0),
(2014, 'state________2014', '愛媛県', '38', '', '38', 'state', 1, 0),
(2015, 'state________2015', '高知県', '39', '', '39', 'state', 1, 0),
(2016, 'state________2016', '福岡県', '40', '', '40', 'state', 1, 0),
(2017, 'state________2017', '佐賀県', '41', '', '41', 'state', 1, 0),
(2018, 'state________2018', '長崎県', '42', '', '42', 'state', 1, 0),
(2019, 'state________2019', '熊本県', '43', '', '43', 'state', 1, 0),
(2020, 'state________2020', '大分県', '44', '', '44', 'state', 1, 0),
(2021, 'state________2021', '宮崎県', '45', '', '45', 'state', 1, 0),
(2022, 'state___________2022', '鹿児島', '46', '', '46', 'state', 1, 0),
(2023, 'state________2023', '沖縄県', '47', '', '47', 'state', 1, 0),
(2024, 'state_________________________2024', ' عجلون', ' عجلون', '', 'AJ', 'state', 1, 0),
(2025, 'state_____________________________2025', ' العاصمة', ' العاصمة', '', 'AM', 'state', 1, 0),
(2026, 'state___________________________2026', ' العقبة', ' العقبة', '', 'AQ', 'state', 1, 0),
(2027, 'state_____________________________2027', ' الطفيلة', ' الطفيلة', '', 'AT', 'state', 1, 0),
(2028, 'state_____________________________2028', ' الزرقاء', ' الزرقاء', '', 'AZ', 'state', 1, 0),
(2029, 'state_____________________________2029', ' البلقاء', ' البلقاء', '', 'BA', 'state', 1, 0),
(2030, 'state_____________________2030', ' جرش', ' جرش', '', 'JA', 'state', 1, 0),
(2031, 'state_______________________2031', ' إربد', ' إربد', '', 'JR', 'state', 1, 0),
(2032, 'state_________________________2032', ' الكرك', ' الكرك', '', 'KA', 'state', 1, 0),
(2033, 'state___________________________2033', ' المفرق', ' المفرق', '', 'MA', 'state', 1, 0),
(2034, 'state_________________________2034', ' مادبا', ' مادبا', '', 'MD', 'state', 1, 0),
(2035, 'state_______________________2035', ' معان', ' معان', '', 'MN', 'state', 1, 0),
(2036, 'state______________2036', 'Алматы', 'Алматы', '', 'AL', 'state', 1, 0),
(2037, 'state_Almaty_City_2037', 'Almaty City', 'Almaty City', '', 'AC', 'state', 1, 0),
(2038, 'state______________2038', 'Ақмола', 'Ақмола', '', 'AM', 'state', 1, 0),
(2039, 'state______________2039', 'Ақтөбе', 'Ақтөбе', '', 'AQ', 'state', 1, 0),
(2040, 'state______________2040', 'Астана', 'Астана', '', 'AS', 'state', 1, 0),
(2041, 'state______________2041', 'Атырау', 'Атырау', '', 'AT', 'state', 1, 0),
(2042, 'state_______________________________2042', 'Батыс Қазақстан', 'Батыс Қазақстан', '', 'BA', 'state', 1, 0),
(2043, 'state__________________2043', 'Байқоңыр', 'Байқоңыр', '', 'BY', 'state', 1, 0),
(2044, 'state____________________2044', 'Маңғыстау', 'Маңғыстау', '', 'MA', 'state', 1, 0),
(2045, 'state_____________________________________2045', 'Оңтүстік Қазақстан', 'Оңтүстік Қазақстан', '', 'ON', 'state', 1, 0),
(2046, 'state__________________2046', 'Павлодар', 'Павлодар', '', 'PA', 'state', 1, 0),
(2047, 'state____________________2047', 'Қарағанды', 'Қарағанды', '', 'QA', 'state', 1, 0),
(2048, 'state__________________2048', 'Қостанай', 'Қостанай', '', 'QO', 'state', 1, 0),
(2049, 'state____________________2049', 'Қызылорда', 'Қызылорда', '', 'QY', 'state', 1, 0),
(2050, 'state_______________________________2050', 'Шығыс Қазақстан', 'Шығыс Қазақстан', '', 'SH', 'state', 1, 0),
(2051, 'state_______________________________________2051', 'Солтүстік Қазақстан', 'Солтүстік Қазақстан', '', 'SO', 'state', 1, 0),
(2052, 'state______________2052', 'Жамбыл', 'Жамбыл', '', 'ZH', 'state', 1, 0),
(2053, 'state_Nairobi_2053', 'Nairobi', 'Nairobi', '', '110', 'state', 1, 0),
(2054, 'state_Central_2054', 'Central', 'Central', '', '200', 'state', 1, 0),
(2055, 'state_Mombasa_2055', 'Mombasa', 'Mombasa', '', '300', 'state', 1, 0),
(2056, 'state_Eastern_2056', 'Eastern', 'Eastern', '', '400', 'state', 1, 0),
(2057, 'state_North_Eastern_2057', 'North Eastern', 'North Eastern', '', '500', 'state', 1, 0),
(2058, 'state_Nyanza_2058', 'Nyanza', 'Nyanza', '', '600', 'state', 1, 0),
(2059, 'state_Rift_Valley_2059', 'Rift Valley', 'Rift Valley', '', '700', 'state', 1, 0),
(2060, 'state_Western_2060', 'Western', 'Western', '', '900', 'state', 1, 0),
(2061, 'state_Gilbert_Islands_2061', 'Gilbert Islands', 'Gilbert Islands', '', 'G', 'state', 1, 0),
(2062, 'state_Line_Islands_2062', 'Line Islands', 'Line Islands', '', 'L', 'state', 1, 0),
(2063, 'state_Phoenix_Islands_2063', 'Phoenix Islands', 'Phoenix Islands', '', 'P', 'state', 1, 0),
(2064, 'state___________2064', '자강도', '자강도', '', 'CHA', 'state', 1, 0),
(2065, 'state_______________2065', '함경 북도', '함경 북도', '', 'HAB', 'state', 1, 0),
(2066, 'state_______________2066', '함경 남도', '함경 남도', '', 'HAN', 'state', 1, 0),
(2067, 'state_______________2067', '황해 북도', '황해 북도', '', 'HWB', 'state', 1, 0),
(2068, 'state_______________2068', '황해 남도', '황해 남도', '', 'HWN', 'state', 1, 0),
(2069, 'state___________2069', '강원도', '강원도', '', 'KAN', 'state', 1, 0),
(2070, 'state___________2070', '개성시', '개성시', '', 'KAE', 'state', 1, 0),
(2071, 'state__________________2071', '라선 직할시', '라선 직할시', '', 'NAJ', 'state', 1, 0),
(2072, 'state__________________2072', '남포 특급시', '남포 특급시', '', 'NAM', 'state', 1, 0),
(2073, 'state_______________2073', '평안 북도', '평안 북도', '', 'PYB', 'state', 1, 0),
(2074, 'state_______________2074', '평안 남도', '평안 남도', '', 'PYN', 'state', 1, 0),
(2075, 'state__________________2075', '평양 직할시', '평양 직할시', '', 'PYO', 'state', 1, 0),
(2076, 'state___________2076', '량강도', '량강도', '', 'YAN', 'state', 1, 0),
(2077, 'state_________________2077', '서울특별시', '서울특별시', '', '11', 'state', 1, 0),
(2078, 'state__________________2078', '부산 광역시', '부산 광역시', '', '26', 'state', 1, 0),
(2079, 'state__________________2079', '대구 광역시', '대구 광역시', '', '27', 'state', 1, 0),
(2080, 'state_________________2080', '인천광역시', '인천광역시', '', '28', 'state', 1, 0),
(2081, 'state__________________2081', '광주 광역시', '광주 광역시', '', '29', 'state', 1, 0),
(2082, 'state__________________2082', '대전 광역시', '대전 광역시', '', '30', 'state', 1, 0),
(2083, 'state__________________2083', '울산 광역시', '울산 광역시', '', '31', 'state', 1, 0),
(2084, 'state___________2084', '경기도', '경기도', '', '41', 'state', 1, 0),
(2085, 'state___________2085', '강원도', '강원도', '', '42', 'state', 1, 0),
(2086, 'state_______________2086', '충청 북도', '충청 북도', '', '43', 'state', 1, 0),
(2087, 'state_______________2087', '충청 남도', '충청 남도', '', '44', 'state', 1, 0),
(2088, 'state_______________2088', '전라 북도', '전라 북도', '', '45', 'state', 1, 0),
(2089, 'state_______________2089', '전라 남도', '전라 남도', '', '46', 'state', 1, 0),
(2090, 'state_______________2090', '경상 북도', '경상 북도', '', '47', 'state', 1, 0),
(2091, 'state_______________2091', '경상 남도', '경상 남도', '', '48', 'state', 1, 0),
(2092, 'state_______________________2092', '제주특별자치도', '제주특별자치도', '', '49', 'state', 1, 0),
(2093, 'state________________2093', 'الاحمدي', 'الاحمدي', '', 'AH', 'state', 1, 0),
(2094, 'state____________________2094', 'الفروانية', 'الفروانية', '', 'FA', 'state', 1, 0),
(2095, 'state________________2095', 'الجهراء', 'الجهراء', '', 'JA', 'state', 1, 0),
(2096, 'state________________2096', 'ألعاصمه', 'ألعاصمه', '', 'KU', 'state', 1, 0),
(2097, 'state__________2097', 'حولي', 'حولي', '', 'HW', 'state', 1, 0),
(2098, 'state_________________________2098', 'مبارك الكبير', 'مبارك الكبير', '', 'MU', 'state', 1, 0),
(2099, 'state_____________________________2099', 'Баткен областы', 'Баткен областы', '', 'B', 'state', 1, 0),
(2100, 'state_______________________2100', 'Чүй областы', 'Чүй областы', '', 'C', 'state', 1, 0),
(2101, 'state______________2101', 'Бишкек', 'Бишкек', '', 'GB', 'state', 1, 0),
(2102, 'state____________________________________2102', 'Жалал-Абад областы', 'Жалал-Абад областы', '', 'J', 'state', 1, 0),
(2103, 'state___________________________2103', 'Нарын областы', 'Нарын областы', '', 'N', 'state', 1, 0),
(2104, 'state_____________________2104', 'Ош областы', 'Ош областы', '', 'O', 'state', 1, 0),
(2105, 'state___________________________2105', 'Талас областы', 'Талас областы', '', 'T', 'state', 1, 0),
(2106, 'state________________________________2106', 'Ысык-Көл областы', 'Ысык-Көл областы', '', 'Y', 'state', 1, 0),
(2107, 'state_______________________2107', 'ອັດຕະປື', 'ອັດຕະປື', '', 'AT', 'state', 1, 0),
(2108, 'state_______________________2108', 'ບໍ່ແກ້ວ', 'ບໍ່ແກ້ວ', '', 'BK', 'state', 1, 0),
(2109, 'state_____________________________2109', 'ບໍລິຄໍາໄຊ', 'ບໍລິຄໍາໄຊ', '', 'BL', 'state', 1, 0),
(2110, 'state__________________________2110', 'ຈໍາປາສັກ', 'ຈໍາປາສັກ', '', 'CH', 'state', 1, 0),
(2111, 'state____________________2111', 'ຫົວພັນ', 'ຫົວພັນ', '', 'HO', 'state', 1, 0),
(2112, 'state_______________________2112', 'ຄໍາມ່ວນ', 'ຄໍາມ່ວນ', '', 'KH', 'state', 1, 0),
(2113, 'state________________________________2113', 'ຫລວງນໍ້າທາ', 'ຫລວງນໍ້າທາ', '', 'LM', 'state', 1, 0),
(2114, 'state_____________________________2114', 'ຫລວງພະບາງ', 'ຫລວງພະບາງ', '', 'LP', 'state', 1, 0),
(2115, 'state_______________________2115', 'ອຸດົມໄຊ', 'ອຸດົມໄຊ', '', 'OU', 'state', 1, 0),
(2116, 'state_______________________2116', 'ຜົງສາລີ', 'ຜົງສາລີ', '', 'PH', 'state', 1, 0),
(2117, 'state_______________________2117', 'ສາລະວັນ', 'ສາລະວັນ', '', 'SL', 'state', 1, 0),
(2118, 'state___________________________________2118', 'ສະຫວັນນະເຂດ', 'ສະຫວັນນະເຂດ', '', 'SV', 'state', 1, 0),
(2119, 'state____________________2119', 'ວຽງຈັນ', 'ວຽງຈັນ', '', 'VI', 'state', 1, 0),
(2120, 'state____________________2120', 'ວຽງຈັນ', 'ວຽງຈັນ', '', 'VT', 'state', 1, 0),
(2121, 'state__________________________2121', 'ໄຊຍະບູລີ', 'ໄຊຍະບູລີ', '', 'XA', 'state', 1, 0),
(2122, 'state_________________2122', 'ເຊກອງ', 'ເຊກອງ', '', 'XE', 'state', 1, 0),
(2123, 'state_______________________2123', 'ຊຽງຂວາງ', 'ຊຽງຂວາງ', '', 'XI', 'state', 1, 0),
(2124, 'state__________________________2124', 'ໄຊສົມບູນ', 'ໄຊສົມບູນ', '', 'XN', 'state', 1, 0),
(2125, 'state_Aizkraukles_rajons_2125', 'Aizkraukles rajons', 'Aizkraukles rajons', '', 'AI', 'state', 1, 0),
(2126, 'state_Al__ksnes_rajons_2126', 'Alūksnes rajons', 'Alūksnes rajons', '', 'AL', 'state', 1, 0),
(2127, 'state_Balvu_rajons_2127', 'Balvu rajons', 'Balvu rajons', '', 'BL', 'state', 1, 0),
(2128, 'state_Bauskas_rajons_2128', 'Bauskas rajons', 'Bauskas rajons', '', 'BU', 'state', 1, 0),
(2129, 'state_C__su_rajons_2129', 'Cēsu rajons', 'Cēsu rajons', '', 'CE', 'state', 1, 0),
(2130, 'state_Daugavpils_rajons_2130', 'Daugavpils rajons', 'Daugavpils rajons', '', 'DA', 'state', 1, 0),
(2131, 'state_Daugpilis_2131', 'Daugpilis', 'Daugpilis', '', 'DGV', 'state', 1, 0),
(2132, 'state_Dobeles_rajons_2132', 'Dobeles rajons', 'Dobeles rajons', '', 'DO', 'state', 1, 0),
(2133, 'state_Gulbenes_rajons_2133', 'Gulbenes rajons', 'Gulbenes rajons', '', 'GU', 'state', 1, 0),
(2134, 'state_Jelgava_2134', 'Jelgava', 'Jelgava', '', 'JEL', 'state', 1, 0),
(2135, 'state_J__kabpils_rajons_2135', 'Jēkabpils rajons', 'Jēkabpils rajons', '', 'JK', 'state', 1, 0),
(2136, 'state_Jelgavas_rajons_2136', 'Jelgavas rajons', 'Jelgavas rajons', '', 'JL', 'state', 1, 0),
(2137, 'state_J__rmala_2137', 'Jūrmala', 'Jūrmala', '', 'JUR', 'state', 1, 0),
(2138, 'state_Kr__slavas_rajons_2138', 'Krāslavas rajons', 'Krāslavas rajons', '', 'KR', 'state', 1, 0),
(2139, 'state_Kuld__gas_rajons_2139', 'Kuldīgas rajons', 'Kuldīgas rajons', '', 'KU', 'state', 1, 0),
(2140, 'state_Liep__jas_rajons_2140', 'Liepājas rajons', 'Liepājas rajons', '', 'LE', 'state', 1, 0),
(2141, 'state_Limba__u_rajons_2141', 'Limbažu rajons', 'Limbažu rajons', '', 'LM', 'state', 1, 0),
(2142, 'state_Liepoja_2142', 'Liepoja', 'Liepoja', '', 'LPX', 'state', 1, 0),
(2143, 'state_Ludzas_rajons_2143', 'Ludzas rajons', 'Ludzas rajons', '', 'LU', 'state', 1, 0),
(2144, 'state_Madonas_rajons_2144', 'Madonas rajons', 'Madonas rajons', '', 'MA', 'state', 1, 0),
(2145, 'state_Ogres_rajons_2145', 'Ogres rajons', 'Ogres rajons', '', 'OG', 'state', 1, 0),
(2146, 'state_Prei__u_rajons_2146', 'Preiļu rajons', 'Preiļu rajons', '', 'PR', 'state', 1, 0),
(2147, 'state_R__zeknes_rajons_2147', 'Rēzeknes rajons', 'Rēzeknes rajons', '', 'RE', 'state', 1, 0),
(2148, 'state_R__zekne_2148', 'Rēzekne', 'Rēzekne', '', 'REZ', 'state', 1, 0),
(2149, 'state_R__gas_rajons_2149', 'Rīgas rajons', 'Rīgas rajons', '', 'RI', 'state', 1, 0),
(2150, 'state_R__ga_2150', 'Rīga', 'Rīga', '', 'RIX', 'state', 1, 0),
(2151, 'state_Saldus_rajons_2151', 'Saldus rajons', 'Saldus rajons', '', 'SA', 'state', 1, 0),
(2152, 'state_Talsu_rajons_2152', 'Talsu rajons', 'Talsu rajons', '', 'TA', 'state', 1, 0),
(2153, 'state_Tukuma_rajons_2153', 'Tukuma rajons', 'Tukuma rajons', '', 'TU', 'state', 1, 0),
(2154, 'state_Ventspils_rajons_2154', 'Ventspils rajons', 'Ventspils rajons', '', 'VE', 'state', 1, 0),
(2155, 'state_Ventspils_2155', 'Ventspils', 'Ventspils', '', 'VEN', 'state', 1, 0),
(2156, 'state_Valkas_rajons_2156', 'Valkas rajons', 'Valkas rajons', '', 'VK', 'state', 1, 0),
(2157, 'state_Valmieras_rajons_2157', 'Valmieras rajons', 'Valmieras rajons', '', 'VM', 'state', 1, 0),
(2158, 'state_Maseru_2158', 'Maseru', 'Maseru', '', 'A', 'state', 1, 0),
(2159, 'state_Butha_Buthe_2159', 'Butha-Buthe', 'Butha-Buthe', '', 'B', 'state', 1, 0),
(2160, 'state_Leribe_2160', 'Leribe', 'Leribe', '', 'C', 'state', 1, 0),
(2161, 'state_Berea_2161', 'Berea', 'Berea', '', 'D', 'state', 1, 0),
(2162, 'state_Mafeteng_2162', 'Mafeteng', 'Mafeteng', '', 'E', 'state', 1, 0),
(2163, 'state_Mohale_s_Hoek_2163', 'Mohale\'s Hoek', 'Mohale\'s Hoek', '', 'F', 'state', 1, 0),
(2164, 'state_Quthing_2164', 'Quthing', 'Quthing', '', 'G', 'state', 1, 0),
(2165, 'state_Qacha_s_Nek_2165', 'Qacha\'s Nek', 'Qacha\'s Nek', '', 'H', 'state', 1, 0),
(2166, 'state_Mokhotlong_2166', 'Mokhotlong', 'Mokhotlong', '', 'J', 'state', 1, 0),
(2167, 'state_Thaba_Tseka_2167', 'Thaba-Tseka', 'Thaba-Tseka', '', 'K', 'state', 1, 0),
(2168, 'state_Bong_2168', 'Bong', 'Bong', '', 'BG', 'state', 1, 0),
(2169, 'state_Bomi_2169', 'Bomi', 'Bomi', '', 'BM', 'state', 1, 0),
(2170, 'state_Grand_Cape_Mount_2170', 'Grand Cape Mount', 'Grand Cape Mount', '', 'CM', 'state', 1, 0),
(2171, 'state_Grand_Bassa_2171', 'Grand Bassa', 'Grand Bassa', '', 'GB', 'state', 1, 0),
(2172, 'state_Grand_Gedeh_2172', 'Grand Gedeh', 'Grand Gedeh', '', 'GG', 'state', 1, 0),
(2173, 'state_Grand_Kru_2173', 'Grand Kru', 'Grand Kru', '', 'GK', 'state', 1, 0),
(2174, 'state_Gbarpolu_2174', 'Gbarpolu', 'Gbarpolu', '', 'GP', 'state', 1, 0),
(2175, 'state_Lofa_2175', 'Lofa', 'Lofa', '', 'LO', 'state', 1, 0),
(2176, 'state_Margibi_2176', 'Margibi', 'Margibi', '', 'MG', 'state', 1, 0),
(2177, 'state_Montserrado_2177', 'Montserrado', 'Montserrado', '', 'MO', 'state', 1, 0),
(2178, 'state_Maryland_2178', 'Maryland', 'Maryland', '', 'MY', 'state', 1, 0),
(2179, 'state_Nimba_2179', 'Nimba', 'Nimba', '', 'NI', 'state', 1, 0),
(2180, 'state_River_Gee_2180', 'River Gee', 'River Gee', '', 'RG', 'state', 1, 0),
(2181, 'state_Rivercess_2181', 'Rivercess', 'Rivercess', '', 'RI', 'state', 1, 0),
(2182, 'state_Sinoe_2182', 'Sinoe', 'Sinoe', '', 'SI', 'state', 1, 0),
(2183, 'state_Ajd__biy___2183', 'Ajdābiyā', 'Ajdābiyā', '', 'AJ', 'state', 1, 0),
(2184, 'state_Bangh__z___2184', 'Banghāzī', 'Banghāzī', '', 'BA', 'state', 1, 0),
(2185, 'state_Al_Bu__n__n_2185', 'Al Buţnān', 'Al Buţnān', '', 'BU', 'state', 1, 0),
(2186, 'state_Ban___Wal__d_2186', 'Banī Walīd', 'Banī Walīd', '', 'BW', 'state', 1, 0),
(2187, 'state_Darnah_2187', 'Darnah', 'Darnah', '', 'DR', 'state', 1, 0),
(2188, 'state_Ghad__mis_2188', 'Ghadāmis', 'Ghadāmis', '', 'GD', 'state', 1, 0),
(2189, 'state_Ghary__n_2189', 'Gharyān', 'Gharyān', '', 'GR', 'state', 1, 0),
(2190, 'state_Gh__t_2190', 'Ghāt', 'Ghāt', '', 'GT', 'state', 1, 0),
(2191, 'state_Al____iz__m_al_Akh___ar_2191', 'Al Ḩizām al Akhḑar', 'Al Ḩizām al Akhḑar', '', 'HZ', 'state', 1, 0),
(2192, 'state_Al_Jabal_al_Akh___ar_2192', 'Al Jabal al Akhḑar', 'Al Jabal al Akhḑar', '', 'JA', 'state', 1, 0),
(2193, 'state_Jaghb__b_2193', 'Jaghbūb', 'Jaghbūb', '', 'JB', 'state', 1, 0),
(2194, 'state_Al_Jif__rah_2194', 'Al Jifārah', 'Al Jifārah', '', 'JI', 'state', 1, 0),
(2195, 'state_Al_Jufrah_2195', 'Al Jufrah', 'Al Jufrah', '', 'JU', 'state', 1, 0),
(2196, 'state_Al_Kufrah_2196', 'Al Kufrah', 'Al Kufrah', '', 'KF', 'state', 1, 0),
(2197, 'state_Al_Marqab_2197', 'Al Marqab', 'Al Marqab', '', 'MB', 'state', 1, 0),
(2198, 'state_Mi__r__tah_2198', 'Mişrātah', 'Mişrātah', '', 'MI', 'state', 1, 0),
(2199, 'state_Al_Marj_2199', 'Al Marj', 'Al Marj', '', 'MJ', 'state', 1, 0),
(2200, 'state_Murzuq_2200', 'Murzuq', 'Murzuq', '', 'MQ', 'state', 1, 0),
(2201, 'state_Mizdah_2201', 'Mizdah', 'Mizdah', '', 'MZ', 'state', 1, 0),
(2202, 'state_N__l__t_2202', 'Nālūt', 'Nālūt', '', 'NL', 'state', 1, 0),
(2203, 'state_An_Nuqa___al_Khams_2203', 'An Nuqaţ al Khams', 'An Nuqaţ al Khams', '', 'NQ', 'state', 1, 0),
(2204, 'state_Al_Qubbah_2204', 'Al Qubbah', 'Al Qubbah', '', 'QB', 'state', 1, 0),
(2205, 'state_Al_Qa__r__n_2205', 'Al Qaţrūn', 'Al Qaţrūn', '', 'QT', 'state', 1, 0),
(2206, 'state_Sabh___2206', 'Sabhā', 'Sabhā', '', 'SB', 'state', 1, 0),
(2207, 'state_Ash_Sh____i_2207', 'Ash Shāţi', 'Ash Shāţi', '', 'SH', 'state', 1, 0),
(2208, 'state_Surt_2208', 'Surt', 'Surt', '', 'SR', 'state', 1, 0),
(2209, 'state___abr__tah___urm__n_2209', 'Şabrātah Şurmān', 'Şabrātah Şurmān', '', 'SS', 'state', 1, 0),
(2210, 'state___ar__bulus_2210', 'Ţarābulus', 'Ţarābulus', '', 'TB', 'state', 1, 0),
(2211, 'state_Tarh__nah_Masall__tah_2211', 'Tarhūnah-Masallātah', 'Tarhūnah-Masallātah', '', 'TM', 'state', 1, 0),
(2212, 'state_T__j__r___wa_an_Naw________al_Arb_____2212', 'Tājūrā wa an Nawāḩī al Arbāʻ', 'Tājūrā wa an Nawāḩī al Arbāʻ', '', 'TN', 'state', 1, 0),
(2213, 'state_Al_W_____ah_2213', 'Al Wāḩah', 'Al Wāḩah', '', 'WA', 'state', 1, 0),
(2214, 'state_W__d___al____ay__t_2214', 'Wādī al Ḩayāt', 'Wādī al Ḩayāt', '', 'WD', 'state', 1, 0),
(2215, 'state_Yafran_J__d___2215', 'Yafran-Jādū', 'Yafran-Jādū', '', 'YJ', 'state', 1, 0),
(2216, 'state_Az_Z__wiyah_2216', 'Az Zāwiyah', 'Az Zāwiyah', '', 'ZA', 'state', 1, 0),
(2217, 'state_Balzers_2217', 'Balzers', 'Balzers', '', 'B', 'state', 1, 0),
(2218, 'state_Eschen_2218', 'Eschen', 'Eschen', '', 'E', 'state', 1, 0),
(2219, 'state_Gamprin_2219', 'Gamprin', 'Gamprin', '', 'G', 'state', 1, 0),
(2220, 'state_Mauren_2220', 'Mauren', 'Mauren', '', 'M', 'state', 1, 0),
(2221, 'state_Planken_2221', 'Planken', 'Planken', '', 'P', 'state', 1, 0),
(2222, 'state_Ruggell_2222', 'Ruggell', 'Ruggell', '', 'R', 'state', 1, 0),
(2223, 'state_Schaan_2223', 'Schaan', 'Schaan', '', 'A', 'state', 1, 0),
(2224, 'state_Schellenberg_2224', 'Schellenberg', 'Schellenberg', '', 'L', 'state', 1, 0),
(2225, 'state_Triesen_2225', 'Triesen', 'Triesen', '', 'N', 'state', 1, 0),
(2226, 'state_Triesenberg_2226', 'Triesenberg', 'Triesenberg', '', 'T', 'state', 1, 0),
(2227, 'state_Vaduz_2227', 'Vaduz', 'Vaduz', '', 'V', 'state', 1, 0),
(2228, 'state_Alytaus_Apskritis_2228', 'Alytaus Apskritis', 'Alytaus Apskritis', '', 'AL', 'state', 1, 0),
(2229, 'state_Klaip__dos_Apskritis_2229', 'Klaipėdos Apskritis', 'Klaipėdos Apskritis', '', 'KL', 'state', 1, 0),
(2230, 'state_Kauno_Apskritis_2230', 'Kauno Apskritis', 'Kauno Apskritis', '', 'KU', 'state', 1, 0),
(2231, 'state_Marijampol__s_Apskritis_2231', 'Marijampolės Apskritis', 'Marijampolės Apskritis', '', 'MR', 'state', 1, 0),
(2232, 'state_Panev____io_Apskritis_2232', 'Panevėžio Apskritis', 'Panevėžio Apskritis', '', 'PN', 'state', 1, 0),
(2233, 'state___iauli___Apskritis_2233', 'Šiaulių Apskritis', 'Šiaulių Apskritis', '', 'SA', 'state', 1, 0),
(2234, 'state_Taurag__s_Apskritis_2234', 'Tauragės Apskritis', 'Tauragės Apskritis', '', 'TA', 'state', 1, 0),
(2235, 'state_Tel__i___Apskritis_2235', 'Telšių Apskritis', 'Telšių Apskritis', '', 'TE', 'state', 1, 0),
(2236, 'state_Utenos_Apskritis_2236', 'Utenos Apskritis', 'Utenos Apskritis', '', 'UT', 'state', 1, 0),
(2237, 'state_Vilniaus_Apskritis_2237', 'Vilniaus Apskritis', 'Vilniaus Apskritis', '', 'VL', 'state', 1, 0),
(2238, 'state_Diekirch_2238', 'Diekirch', 'Diekirch', '', 'D', 'state', 1, 0),
(2239, 'state_Grevenmacher_2239', 'Grevenmacher', 'Grevenmacher', '', 'G', 'state', 1, 0),
(2240, 'state_Luxemburg_2240', 'Luxemburg', 'Luxemburg', '', 'L', 'state', 1, 0),
(2241, 'state___________2241', '海島市', '海島市', '', 'I', 'state', 1, 0),
(2242, 'state___________2242', '澳門市', '澳門市', '', 'M', 'state', 1, 0),
(2243, 'state_Berovo_2243', 'Berovo', 'Berovo', '', 'BR', 'state', 1, 0),
(2244, 'state___________________________________2244', 'Чешиново-Облешево', 'Чешиново-Облешево', '', 'CH', 'state', 1, 0),
(2245, 'state________________2245', 'Делчево', 'Делчево', '', 'DL', 'state', 1, 0),
(2246, 'state__________________2246', 'Карбинци', 'Карбинци', '', 'KB', 'state', 1, 0),
(2247, 'state______________2247', 'Кочани', 'Кочани', '', 'OC', 'state', 1, 0),
(2248, 'state______________2248', 'Лозово', 'Лозово', '', 'LO', 'state', 1, 0),
(2249, 'state_______________________________________2249', 'Македонска каменица', 'Македонска каменица', '', 'MK', 'state', 1, 0),
(2250, 'state________________2250', 'Пехчево', 'Пехчево', '', 'PH', 'state', 1, 0),
(2251, 'state____________________2251', 'Пробиштип', 'Пробиштип', '', 'PT', 'state', 1, 0),
(2252, 'state__________2252', 'Штип', 'Штип', '', 'ST', 'state', 1, 0),
(2253, 'state_________________________2253', 'Свети Николе', 'Свети Николе', '', 'SL', 'state', 1, 0),
(2254, 'state______________2254', 'Виница', 'Виница', '', 'NI', 'state', 1, 0),
(2255, 'state________________2255', 'Зрновци', 'Зрновци', '', 'ZR', 'state', 1, 0),
(2256, 'state________________2256', 'Кратово', 'Кратово', '', 'KY', 'state', 1, 0),
(2257, 'state___________________________2257', 'Крива Паланка', 'Крива Паланка', '', 'KZ', 'state', 1, 0),
(2258, 'state__________________2258', 'Куманово', 'Куманово', '', 'UM', 'state', 1, 0),
(2259, 'state________________2259', 'Липково', 'Липково', '', 'LI', 'state', 1, 0),
(2260, 'state__________________2260', 'Ранковце', 'Ранковце', '', 'RN', 'state', 1, 0),
(2261, 'state_________________________________2261', 'Старо Нагоричане', 'Старо Нагоричане', '', 'NA', 'state', 1, 0),
(2262, 'state______________2262', 'Битола', 'Битола', '', 'TL', 'state', 1, 0),
(2263, 'state_______________________2263', 'Демир Хисар', 'Демир Хисар', '', 'DM', 'state', 1, 0),
(2264, 'state________________2264', 'Долнени', 'Долнени', '', 'DE', 'state', 1, 0),
(2265, 'state__________________________2265', 'Кривогаштани', 'Кривогаштани', '', 'KG', 'state', 1, 0),
(2266, 'state________________2266', 'Крушево', 'Крушево', '', 'KS', 'state', 1, 0),
(2267, 'state______________2267', 'Могила', 'Могила', '', 'MG', 'state', 1, 0),
(2268, 'state______________2268', 'Новаци', 'Новаци', '', 'NV', 'state', 1, 0),
(2269, 'state______________2269', 'Прилеп', 'Прилеп', '', 'PP', 'state', 1, 0),
(2270, 'state____________2270', 'Ресен', 'Ресен', '', 'RE', 'state', 1, 0),
(2271, 'state__________________2271', 'Боговиње', 'Боговиње', '', 'VJ', 'state', 1, 0),
(2272, 'state__________________2272', 'Брвеница', 'Брвеница', '', 'BN', 'state', 1, 0),
(2273, 'state__________________2273', 'Гостивар', 'Гостивар', '', 'GT', 'state', 1, 0),
(2274, 'state____________________2274', 'Јегуновце', 'Јегуновце', '', 'JG', 'state', 1, 0),
(2275, 'state__________________________________2275', 'Маврово и Ростуша', 'Маврово и Ростуша', '', 'MR', 'state', 1, 0),
(2276, 'state______________2276', 'Теарце', 'Теарце', '', 'TR', 'state', 1, 0),
(2277, 'state______________2277', 'Тетово', 'Тетово', '', 'ET', 'state', 1, 0),
(2278, 'state____________________2278', 'Врапчиште', 'Врапчиште', '', 'VH', 'state', 1, 0),
(2279, 'state______________2279', 'Желино', 'Желино', '', 'ZE', 'state', 1, 0),
(2280, 'state__________________2280', 'Аеродром', 'Аеродром', '', 'AD', 'state', 1, 0),
(2281, 'state____________________2281', 'Арачиново', 'Арачиново', '', 'AR', 'state', 1, 0),
(2282, 'state____________2282', 'Бутел', 'Бутел', '', 'BU', 'state', 1, 0),
(2283, 'state__________2283', 'Чаир', 'Чаир', '', 'CI', 'state', 1, 0),
(2284, 'state______________2284', 'Центар', 'Центар', '', 'CE', 'state', 1, 0),
(2285, 'state___________________________2285', 'Чучер Сандево', 'Чучер Сандево', '', 'CS', 'state', 1, 0),
(2286, 'state___________________2286', 'Гази Баба', 'Гази Баба', '', 'GB', 'state', 1, 0),
(2287, 'state_________________________2287', 'Ѓорче Петров', 'Ѓорче Петров', '', 'GP', 'state', 1, 0),
(2288, 'state________________2288', 'Илинден', 'Илинден', '', 'IL', 'state', 1, 0),
(2289, 'state______________2289', 'Карпош', 'Карпош', '', 'KX', 'state', 1, 0),
(2290, 'state_______________________2290', 'Кисела Вода', 'Кисела Вода', '', 'VD', 'state', 1, 0),
(2291, 'state__________________2291', 'Петровец', 'Петровец', '', 'PE', 'state', 1, 0),
(2292, 'state____________2292', 'Сарај', 'Сарај', '', 'AJ', 'state', 1, 0),
(2293, 'state________________2293', 'Сопиште', 'Сопиште', '', 'SS', 'state', 1, 0),
(2294, 'state________________________2294', 'Студеничани', 'Студеничани', '', 'SU', 'state', 1, 0),
(2295, 'state_________________________2295', 'Шуто Оризари', 'Шуто Оризари', '', 'SO', 'state', 1, 0),
(2296, 'state______________________2296', 'Зелениково', 'Зелениково', '', 'ZK', 'state', 1, 0),
(2297, 'state__________________2297', 'Богданци', 'Богданци', '', 'BG', 'state', 1, 0),
(2298, 'state__________________2298', 'Босилово', 'Босилово', '', 'BS', 'state', 1, 0),
(2299, 'state____________________2299', 'Гевгелија', 'Гевгелија', '', 'GV', 'state', 1, 0),
(2300, 'state____________2300', 'Конче', 'Конче', '', 'KN', 'state', 1, 0),
(2301, 'state___________________2301', 'Ново Село', 'Ново Село', '', 'NS', 'state', 1, 0),
(2302, 'state________________2302', 'Радовиш', 'Радовиш', '', 'RV', 'state', 1, 0),
(2303, 'state_______________________2303', 'Стар Дојран', 'Стар Дојран', '', 'SD', 'state', 1, 0),
(2304, 'state__________________2304', 'Струмица', 'Струмица', '', 'RU', 'state', 1, 0),
(2305, 'state____________________2305', 'Валандово', 'Валандово', '', 'VA', 'state', 1, 0),
(2306, 'state__________________2306', 'Василево', 'Василево', '', 'VL', 'state', 1, 0),
(2307, 'state_______________________2307', 'Центар Жупа', 'Центар Жупа', '', 'CZ', 'state', 1, 0),
(2308, 'state____________2308', 'Дебар', 'Дебар', '', 'DB', 'state', 1, 0),
(2309, 'state________________2309', 'Дебарца', 'Дебарца', '', 'DA', 'state', 1, 0),
(2310, 'state________________2310', 'Другово', 'Другово', '', 'DR', 'state', 1, 0),
(2311, 'state______________2311', 'Кичево', 'Кичево', '', 'KH', 'state', 1, 0),
(2312, 'state_______________________________2312', 'Македонски Брод', 'Македонски Брод', '', 'MD', 'state', 1, 0),
(2313, 'state____________2313', 'Охрид', 'Охрид', '', 'OD', 'state', 1, 0),
(2314, 'state________________2314', 'Осломеј', 'Осломеј', '', 'OS', 'state', 1, 0),
(2315, 'state__________________2315', 'Пласница', 'Пласница', '', 'PN', 'state', 1, 0),
(2316, 'state______________2316', 'Струга', 'Струга', '', 'UG', 'state', 1, 0),
(2317, 'state________________2317', 'Вевчани', 'Вевчани', '', 'VV', 'state', 1, 0),
(2318, 'state______________________2318', 'Вранештица', 'Вранештица', '', 'VC', 'state', 1, 0),
(2319, 'state____________2319', 'Зајас', 'Зајас', '', 'ZA', 'state', 1, 0),
(2320, 'state____________2320', 'Чашка', 'Чашка', '', 'CA', 'state', 1, 0),
(2321, 'state_________________________2321', 'Демир Капија', 'Демир Капија', '', 'DK', 'state', 1, 0),
(2322, 'state________________2322', 'Градско', 'Градско', '', 'GR', 'state', 1, 0),
(2323, 'state____________________2323', 'Кавадарци', 'Кавадарци', '', 'AV', 'state', 1, 0),
(2324, 'state__________________2324', 'Неготино', 'Неготино', '', 'NG', 'state', 1, 0),
(2325, 'state________________2325', 'Росоман', 'Росоман', '', 'RM', 'state', 1, 0),
(2326, 'state____________2326', 'Велес', 'Велес', '', 'VE', 'state', 1, 0),
(2327, 'state_Toamasina_2327', 'Toamasina', 'Toamasina', '', 'A', 'state', 1, 0),
(2328, 'state_Antsiranana_2328', 'Antsiranana', 'Antsiranana', '', 'D', 'state', 1, 0),
(2329, 'state_Fianarantsoa_2329', 'Fianarantsoa', 'Fianarantsoa', '', 'F', 'state', 1, 0),
(2330, 'state_Mahajanga_2330', 'Mahajanga', 'Mahajanga', '', 'M', 'state', 1, 0),
(2331, 'state_Antananarivo_2331', 'Antananarivo', 'Antananarivo', '', 'T', 'state', 1, 0),
(2332, 'state_Toliara_2332', 'Toliara', 'Toliara', '', 'U', 'state', 1, 0),
(2333, 'state_Balaka_2333', 'Balaka', 'Balaka', '', 'BA', 'state', 1, 0),
(2334, 'state_Blantyre_2334', 'Blantyre', 'Blantyre', '', 'BL', 'state', 1, 0),
(2336, 'state_Chikwawa_2336', 'Chikwawa', 'Chikwawa', '', 'CK', 'state', 1, 0),
(2337, 'state_Chiradzulu_2337', 'Chiradzulu', 'Chiradzulu', '', 'CR', 'state', 1, 0),
(2338, 'state_Chitipa_2338', 'Chitipa', 'Chitipa', '', 'CT', 'state', 1, 0),
(2339, 'state_Dedza_2339', 'Dedza', 'Dedza', '', 'DE', 'state', 1, 0),
(2340, 'state_Dowa_2340', 'Dowa', 'Dowa', '', 'DO', 'state', 1, 0),
(2341, 'state_Karonga_2341', 'Karonga', 'Karonga', '', 'KR', 'state', 1, 0),
(2342, 'state_Kasungu_2342', 'Kasungu', 'Kasungu', '', 'KS', 'state', 1, 0),
(2343, 'state_Likoma_Island_2343', 'Likoma Island', 'Likoma Island', '', 'LK', 'state', 1, 0),
(2344, 'state_Lilongwe_2344', 'Lilongwe', 'Lilongwe', '', 'LI', 'state', 1, 0),
(2345, 'state_Machinga_2345', 'Machinga', 'Machinga', '', 'MH', 'state', 1, 0),
(2346, 'state_Mangochi_2346', 'Mangochi', 'Mangochi', '', 'MG', 'state', 1, 0),
(2347, 'state_Mchinji_2347', 'Mchinji', 'Mchinji', '', 'MC', 'state', 1, 0),
(2348, 'state_Mulanje_2348', 'Mulanje', 'Mulanje', '', 'MU', 'state', 1, 0),
(2349, 'state_Mwanza_2349', 'Mwanza', 'Mwanza', '', 'MW', 'state', 1, 0),
(2350, 'state_Mzimba_2350', 'Mzimba', 'Mzimba', '', 'MZ', 'state', 1, 0),
(2351, 'state_Northern_2351', 'Northern', 'Northern', '', 'N', 'state', 1, 0),
(2352, 'state_Nkhata_2352', 'Nkhata', 'Nkhata', '', 'NB', 'state', 1, 0),
(2353, 'state_Nkhotakota_2353', 'Nkhotakota', 'Nkhotakota', '', 'NK', 'state', 1, 0),
(2354, 'state_Nsanje_2354', 'Nsanje', 'Nsanje', '', 'NS', 'state', 1, 0),
(2355, 'state_Ntcheu_2355', 'Ntcheu', 'Ntcheu', '', 'NU', 'state', 1, 0),
(2356, 'state_Ntchisi_2356', 'Ntchisi', 'Ntchisi', '', 'NI', 'state', 1, 0),
(2357, 'state_Phalombe_2357', 'Phalombe', 'Phalombe', '', 'PH', 'state', 1, 0),
(2358, 'state_Rumphi_2358', 'Rumphi', 'Rumphi', '', 'RU', 'state', 1, 0),
(2359, 'state_Southern_2359', 'Southern', 'Southern', '', 'S', 'state', 1, 0),
(2360, 'state_Salima_2360', 'Salima', 'Salima', '', 'SA', 'state', 1, 0),
(2361, 'state_Thyolo_2361', 'Thyolo', 'Thyolo', '', 'TH', 'state', 1, 0),
(2362, 'state_Zomba_2362', 'Zomba', 'Zomba', '', 'ZO', 'state', 1, 0),
(2363, 'state_Johor_Darul_Takzim_2363', 'Johor Darul Takzim', 'Johor Darul Takzim', '', '01', 'state', 1, 0),
(2364, 'state_Kedah_Darul_Aman_2364', 'Kedah Darul Aman', 'Kedah Darul Aman', '', '02', 'state', 1, 0),
(2365, 'state_Kelantan_Darul_Naim_2365', 'Kelantan Darul Naim', 'Kelantan Darul Naim', '', '03', 'state', 1, 0),
(2366, 'state_Melaka_Negeri_Bersejarah_2366', 'Melaka Negeri Bersejarah', 'Melaka Negeri Bersejarah', '', '04', 'state', 1, 0),
(2367, 'state_Negeri_Sembilan_Darul_Khusus_2367', 'Negeri Sembilan Darul Khusus', 'Negeri Sembilan Darul Khusus', '', '05', 'state', 1, 0),
(2368, 'state_Pahang_Darul_Makmur_2368', 'Pahang Darul Makmur', 'Pahang Darul Makmur', '', '06', 'state', 1, 0),
(2369, 'state_Pulau_Pinang_2369', 'Pulau Pinang', 'Pulau Pinang', '', '07', 'state', 1, 0),
(2370, 'state_Perak_Darul_Ridzuan_2370', 'Perak Darul Ridzuan', 'Perak Darul Ridzuan', '', '08', 'state', 1, 0),
(2371, 'state_Perlis_Indera_Kayangan_2371', 'Perlis Indera Kayangan', 'Perlis Indera Kayangan', '', '09', 'state', 1, 0),
(2372, 'state_Selangor_Darul_Ehsan_2372', 'Selangor Darul Ehsan', 'Selangor Darul Ehsan', '', '10', 'state', 1, 0),
(2373, 'state_Terengganu_Darul_Iman_2373', 'Terengganu Darul Iman', 'Terengganu Darul Iman', '', '11', 'state', 1, 0),
(2374, 'state_Sabah_Negeri_Di_Bawah_Bayu_2374', 'Sabah Negeri Di Bawah Bayu', 'Sabah Negeri Di Bawah Bayu', '', '12', 'state', 1, 0),
(2375, 'state_Sarawak_Bumi_Kenyalang_2375', 'Sarawak Bumi Kenyalang', 'Sarawak Bumi Kenyalang', '', '13', 'state', 1, 0),
(2376, 'state_Wilayah_Persekutuan_Kuala_Lumpur_2376', 'Wilayah Persekutuan Kuala Lumpur', 'Wilayah Persekutuan Kuala Lumpur', '', '14', 'state', 1, 0),
(2377, 'state_Wilayah_Persekutuan_Labuan_2377', 'Wilayah Persekutuan Labuan', 'Wilayah Persekutuan Labuan', '', '15', 'state', 1, 0),
(2378, 'state_Wilayah_Persekutuan_Putrajaya_2378', 'Wilayah Persekutuan Putrajaya', 'Wilayah Persekutuan Putrajaya', '', '16', 'state', 1, 0),
(2379, 'state_Thiladhunmathi_Uthuru_2379', 'Thiladhunmathi Uthuru', 'Thiladhunmathi Uthuru', '', 'THU', 'state', 1, 0),
(2380, 'state_Thiladhunmathi_Dhekunu_2380', 'Thiladhunmathi Dhekunu', 'Thiladhunmathi Dhekunu', '', 'THD', 'state', 1, 0),
(2381, 'state_Miladhunmadulu_Uthuru_2381', 'Miladhunmadulu Uthuru', 'Miladhunmadulu Uthuru', '', 'MLU', 'state', 1, 0);
INSERT INTO `xjmw1_hikashop_zone` (`zone_id`, `zone_namekey`, `zone_name`, `zone_name_english`, `zone_code_2`, `zone_code_3`, `zone_type`, `zone_published`, `zone_currency_id`) VALUES
(2382, 'state_Miladhunmadulu_Dhekunu_2382', 'Miladhunmadulu Dhekunu', 'Miladhunmadulu Dhekunu', '', 'MLD', 'state', 1, 0),
(2383, 'state_Maalhosmadulu_Uthuru_2383', 'Maalhosmadulu Uthuru', 'Maalhosmadulu Uthuru', '', 'MAU', 'state', 1, 0),
(2384, 'state_Maalhosmadulu_Dhekunu_2384', 'Maalhosmadulu Dhekunu', 'Maalhosmadulu Dhekunu', '', 'MAD', 'state', 1, 0),
(2385, 'state_Faadhippolhu_2385', 'Faadhippolhu', 'Faadhippolhu', '', 'FAA', 'state', 1, 0),
(2386, 'state_Male_Atoll_2386', 'Male Atoll', 'Male Atoll', '', 'MAA', 'state', 1, 0),
(2387, 'state_Ari_Atoll_Uthuru_2387', 'Ari Atoll Uthuru', 'Ari Atoll Uthuru', '', 'AAU', 'state', 1, 0),
(2388, 'state_Ari_Atoll_Dheknu_2388', 'Ari Atoll Dheknu', 'Ari Atoll Dheknu', '', 'AAD', 'state', 1, 0),
(2389, 'state_Felidhe_Atoll_2389', 'Felidhe Atoll', 'Felidhe Atoll', '', 'FEA', 'state', 1, 0),
(2390, 'state_Mulaku_Atoll_2390', 'Mulaku Atoll', 'Mulaku Atoll', '', 'MUA', 'state', 1, 0),
(2391, 'state_Nilandhe_Atoll_Uthuru_2391', 'Nilandhe Atoll Uthuru', 'Nilandhe Atoll Uthuru', '', 'NAU', 'state', 1, 0),
(2392, 'state_Nilandhe_Atoll_Dhekunu_2392', 'Nilandhe Atoll Dhekunu', 'Nilandhe Atoll Dhekunu', '', 'NAD', 'state', 1, 0),
(2393, 'state_Kolhumadulu_2393', 'Kolhumadulu', 'Kolhumadulu', '', 'KLH', 'state', 1, 0),
(2394, 'state_Hadhdhunmathi_2394', 'Hadhdhunmathi', 'Hadhdhunmathi', '', 'HDH', 'state', 1, 0),
(2395, 'state_Huvadhu_Atoll_Uthuru_2395', 'Huvadhu Atoll Uthuru', 'Huvadhu Atoll Uthuru', '', 'HAU', 'state', 1, 0),
(2396, 'state_Huvadhu_Atoll_Dhekunu_2396', 'Huvadhu Atoll Dhekunu', 'Huvadhu Atoll Dhekunu', '', 'HAD', 'state', 1, 0),
(2397, 'state_Fua_Mulaku_2397', 'Fua Mulaku', 'Fua Mulaku', '', 'FMU', 'state', 1, 0),
(2398, 'state_Addu_2398', 'Addu', 'Addu', '', 'ADD', 'state', 1, 0),
(2399, 'state_Kayes_2399', 'Kayes', 'Kayes', '', '1', 'state', 1, 0),
(2400, 'state_Koulikoro_2400', 'Koulikoro', 'Koulikoro', '', '2', 'state', 1, 0),
(2401, 'state_Sikasso_2401', 'Sikasso', 'Sikasso', '', '3', 'state', 1, 0),
(2402, 'state_S__gou_2402', 'Ségou', 'Ségou', '', '4', 'state', 1, 0),
(2403, 'state_Mopti_2403', 'Mopti', 'Mopti', '', '5', 'state', 1, 0),
(2404, 'state_Tombouctou_2404', 'Tombouctou', 'Tombouctou', '', '6', 'state', 1, 0),
(2405, 'state_Gao_2405', 'Gao', 'Gao', '', '7', 'state', 1, 0),
(2406, 'state_Kidal_2406', 'Kidal', 'Kidal', '', '8', 'state', 1, 0),
(2407, 'state_Bamako_2407', 'Bamako', 'Bamako', '', 'BK0', 'state', 1, 0),
(2408, 'state_malta_2408', '  ', '  ', '', 'MLT', 'state', 1, 0),
(2409, 'state_gozo_2409', 'Gozo', 'Gozo', '', 'GZO', 'state', 1, 0),
(2476, 'state_Ailuk_2476', 'Ailuk', 'Ailuk', '', 'ALK', 'state', 1, 0),
(2477, 'state_Ailinglapalap_2477', 'Ailinglapalap', 'Ailinglapalap', '', 'ALL', 'state', 1, 0),
(2478, 'state_Arno_2478', 'Arno', 'Arno', '', 'ARN', 'state', 1, 0),
(2479, 'state_Aur_2479', 'Aur', 'Aur', '', 'AUR', 'state', 1, 0),
(2480, 'state_Ebon_2480', 'Ebon', 'Ebon', '', 'EBO', 'state', 1, 0),
(2481, 'state_Eniwetok_2481', 'Eniwetok', 'Eniwetok', '', 'ENI', 'state', 1, 0),
(2482, 'state_Jabat_2482', 'Jabat', 'Jabat', '', 'JAB', 'state', 1, 0),
(2483, 'state_Jaluit_2483', 'Jaluit', 'Jaluit', '', 'JAL', 'state', 1, 0),
(2484, 'state_Kili_2484', 'Kili', 'Kili', '', 'KIL', 'state', 1, 0),
(2485, 'state_Kwajalein_2485', 'Kwajalein', 'Kwajalein', '', 'KWA', 'state', 1, 0),
(2486, 'state_Lae_2486', 'Lae', 'Lae', '', 'LAE', 'state', 1, 0),
(2487, 'state_Lib_2487', 'Lib', 'Lib', '', 'LIB', 'state', 1, 0),
(2488, 'state_Likiep_2488', 'Likiep', 'Likiep', '', 'LIK', 'state', 1, 0),
(2489, 'state_Majuro_2489', 'Majuro', 'Majuro', '', 'MAJ', 'state', 1, 0),
(2490, 'state_Maloelap_2490', 'Maloelap', 'Maloelap', '', 'MAL', 'state', 1, 0),
(2491, 'state_Mejit_2491', 'Mejit', 'Mejit', '', 'MEJ', 'state', 1, 0),
(2492, 'state_Mili_2492', 'Mili', 'Mili', '', 'MIL', 'state', 1, 0),
(2493, 'state_Namorik_2493', 'Namorik', 'Namorik', '', 'NMK', 'state', 1, 0),
(2494, 'state_Namu_2494', 'Namu', 'Namu', '', 'NMU', 'state', 1, 0),
(2495, 'state_Rongelap_2495', 'Rongelap', 'Rongelap', '', 'RON', 'state', 1, 0),
(2496, 'state_Ujae_2496', 'Ujae', 'Ujae', '', 'UJA', 'state', 1, 0),
(2497, 'state_Ujelang_2497', 'Ujelang', 'Ujelang', '', 'UJL', 'state', 1, 0),
(2498, 'state_Utirik_2498', 'Utirik', 'Utirik', '', 'UTI', 'state', 1, 0),
(2499, 'state_Wotje_2499', 'Wotje', 'Wotje', '', 'WTJ', 'state', 1, 0),
(2500, 'state_Wotho_2500', 'Wotho', 'Wotho', '', 'WTN', 'state', 1, 0),
(2501, 'state____________________________________2501', 'ولاية الحوض الشرقي', 'ولاية الحوض الشرقي', '', '01', 'state', 1, 0),
(2502, 'state____________________________________2502', 'ولاية الحوض الغربي', 'ولاية الحوض الغربي', '', '02', 'state', 1, 0),
(2503, 'state___________________________2503', 'ولاية العصابة', 'ولاية العصابة', '', '03', 'state', 1, 0),
(2504, 'state_______________________2504', 'ولاية كركول', 'ولاية كركول', '', '04', 'state', 1, 0),
(2505, 'state_____________________________2505', 'ولاية البراكنة', 'ولاية البراكنة', '', '05', 'state', 1, 0),
(2506, 'state_____________________________2506', 'ولاية الترارزة', 'ولاية الترارزة', '', '06', 'state', 1, 0),
(2507, 'state_______________________2507', 'ولاية آدرار', 'ولاية آدرار', '', '07', 'state', 1, 0),
(2508, 'state______________________________________2508', 'ولاية داخلت نواذيبو', 'ولاية داخلت نواذيبو', '', '08', 'state', 1, 0),
(2509, 'state_______________________2509', 'ولاية تكانت', 'ولاية تكانت', '', '09', 'state', 1, 0),
(2510, 'state______________________________2510', 'ولاية كيدي ماغة', 'ولاية كيدي ماغة', '', '10', 'state', 1, 0),
(2511, 'state______________________________2511', 'ولاية تيرس زمور', 'ولاية تيرس زمور', '', '11', 'state', 1, 0),
(2512, 'state___________________________2512', 'ولاية إينشيري', 'ولاية إينشيري', '', '12', 'state', 1, 0),
(2513, 'state________________2513', 'نواكشوط', 'نواكشوط', '', 'NKC', 'state', 1, 0),
(2514, 'state_Agalega_Islands_2514', 'Agalega Islands', 'Agalega Islands', '', 'AG', 'state', 1, 0),
(2515, 'state_Black_River_2515', 'Black River', 'Black River', '', 'BL', 'state', 1, 0),
(2516, 'state_Beau_Bassin_Rose_Hill_2516', 'Beau Bassin-Rose Hill', 'Beau Bassin-Rose Hill', '', 'BR', 'state', 1, 0),
(2517, 'state_Cargados_Carajos_Shoals_2517', 'Cargados Carajos Shoals', 'Cargados Carajos Shoals', '', 'CC', 'state', 1, 0),
(2518, 'state_Curepipe_2518', 'Curepipe', 'Curepipe', '', 'CU', 'state', 1, 0),
(2519, 'state_Flacq_2519', 'Flacq', 'Flacq', '', 'FL', 'state', 1, 0),
(2520, 'state_Grand_Port_2520', 'Grand Port', 'Grand Port', '', 'GP', 'state', 1, 0),
(2521, 'state_Moka_2521', 'Moka', 'Moka', '', 'MO', 'state', 1, 0),
(2522, 'state_Pamplemousses_2522', 'Pamplemousses', 'Pamplemousses', '', 'PA', 'state', 1, 0),
(2523, 'state_Port_Louis_2523', 'Port Louis', 'Port Louis', '', 'PL', 'state', 1, 0),
(2524, 'state_Port_Louis_City_2524', 'Port Louis City', 'Port Louis City', '', 'PU', 'state', 1, 0),
(2525, 'state_Plaines_Wilhems_2525', 'Plaines Wilhems', 'Plaines Wilhems', '', 'PW', 'state', 1, 0),
(2526, 'state_Quatre_Bornes_2526', 'Quatre Bornes', 'Quatre Bornes', '', 'QB', 'state', 1, 0),
(2527, 'state_Rodrigues_2527', 'Rodrigues', 'Rodrigues', '', 'RO', 'state', 1, 0),
(2528, 'state_Riviere_du_Rempart_2528', 'Riviere du Rempart', 'Riviere du Rempart', '', 'RR', 'state', 1, 0),
(2529, 'state_Savanne_2529', 'Savanne', 'Savanne', '', 'SA', 'state', 1, 0),
(2530, 'state_Vacoas_Phoenix_2530', 'Vacoas-Phoenix', 'Vacoas-Phoenix', '', 'VP', 'state', 1, 0),
(2531, 'state_Aguascalientes_2531', 'Aguascalientes', 'Aguascalientes', '', 'AGU', 'state', 1, 0),
(2532, 'state_Baja_California_2532', 'Baja California', 'Baja California', '', 'BCN', 'state', 1, 0),
(2533, 'state_Baja_California_Sur_2533', 'Baja California Sur', 'Baja California Sur', '', 'BCS', 'state', 1, 0),
(2534, 'state_Campeche_2534', 'Campeche', 'Campeche', '', 'CAM', 'state', 1, 0),
(2535, 'state_Chihuahua_2535', 'Chihuahua', 'Chihuahua', '', 'CHH', 'state', 1, 0),
(2536, 'state_Chiapas_2536', 'Chiapas', 'Chiapas', '', 'CHP', 'state', 1, 0),
(2537, 'state_Coahuila_2537', 'Coahuila', 'Coahuila', '', 'COA', 'state', 1, 0),
(2538, 'state_Colima_2538', 'Colima', 'Colima', '', 'COL', 'state', 1, 0),
(2539, 'state_Distrito_Federal_2539', 'Distrito Federal', 'Distrito Federal', '', 'DIF', 'state', 1, 0),
(2540, 'state_Durango_2540', 'Durango', 'Durango', '', 'DUR', 'state', 1, 0),
(2541, 'state_Guerrero_2541', 'Guerrero', 'Guerrero', '', 'GRO', 'state', 1, 0),
(2542, 'state_Guanajuato_2542', 'Guanajuato', 'Guanajuato', '', 'GUA', 'state', 1, 0),
(2543, 'state_Hidalgo_2543', 'Hidalgo', 'Hidalgo', '', 'HID', 'state', 1, 0),
(2544, 'state_Jalisco_2544', 'Jalisco', 'Jalisco', '', 'JAL', 'state', 1, 0),
(2545, 'state_Mexico_2545', 'Estado de México', 'Estado de México', '', 'MEX', 'state', 1, 0),
(2546, 'state_Michoac__n_2546', 'Michoacán', 'Michoacán', '', 'MIC', 'state', 1, 0),
(2547, 'state_Morelos_2547', 'Morelos', 'Morelos', '', 'MOR', 'state', 1, 0),
(2548, 'state_Nayarit_2548', 'Nayarit', 'Nayarit', '', 'NAY', 'state', 1, 0),
(2549, 'state_Nuevo_Le__n_2549', 'Nuevo León', 'Nuevo León', '', 'NLE', 'state', 1, 0),
(2550, 'state_Oaxaca_2550', 'Oaxaca', 'Oaxaca', '', 'OAX', 'state', 1, 0),
(2551, 'state_Puebla_2551', 'Puebla', 'Puebla', '', 'PUE', 'state', 1, 0),
(2552, 'state_Quer__taro_2552', 'Querétaro', 'Querétaro', '', 'QUE', 'state', 1, 0),
(2553, 'state_Quintana_Roo_2553', 'Quintana Roo', 'Quintana Roo', '', 'ROO', 'state', 1, 0),
(2554, 'state_Sinaloa_2554', 'Sinaloa', 'Sinaloa', '', 'SIN', 'state', 1, 0),
(2555, 'state_San_Luis_Potos___2555', 'San Luis Potosí', 'San Luis Potosí', '', 'SLP', 'state', 1, 0),
(2556, 'state_Sonora_2556', 'Sonora', 'Sonora', '', 'SON', 'state', 1, 0),
(2557, 'state_Tabasco_2557', 'Tabasco', 'Tabasco', '', 'TAB', 'state', 1, 0),
(2558, 'state_Tamaulipas_2558', 'Tamaulipas', 'Tamaulipas', '', 'TAM', 'state', 1, 0),
(2559, 'state_Tlaxcala_2559', 'Tlaxcala', 'Tlaxcala', '', 'TLA', 'state', 1, 0),
(2560, 'state_Veracruz_2560', 'Veracruz', 'Veracruz', '', 'VER', 'state', 1, 0),
(2561, 'state_Yucatan_2561', 'Yucatan', 'Yucatan', '', 'YUC', 'state', 1, 0),
(2562, 'state_Zacatecas_2562', 'Zacatecas', 'Zacatecas', '', 'ZAC', 'state', 1, 0),
(2563, 'state_Kosrae_2563', 'Kosrae', 'Kosrae', '', 'KSA', 'state', 1, 0),
(2564, 'state_Pohnpei_2564', 'Pohnpei', 'Pohnpei', '', 'PNI', 'state', 1, 0),
(2565, 'state_Chuuk_2565', 'Chuuk', 'Chuuk', '', 'TRK', 'state', 1, 0),
(2566, 'state_Yap_2566', 'Yap', 'Yap', '', 'YAP', 'state', 1, 0),
(2567, 'state_B__l__i_2567', 'Bălţi', 'Bălţi', '', 'BA', 'state', 1, 0),
(2568, 'state_Cahul_2568', 'Cahul', 'Cahul', '', 'CA', 'state', 1, 0),
(2569, 'state_Chi__in__u_2569', 'Chişinău', 'Chişinău', '', 'CU', 'state', 1, 0),
(2570, 'state_Edine___2570', 'Edineţ', 'Edineţ', '', 'ED', 'state', 1, 0),
(2571, 'state_G__g__uzia_2571', 'Găgăuzia', 'Găgăuzia', '', 'GA', 'state', 1, 0),
(2572, 'state_L__pu__na_2572', 'Lăpuşna', 'Lăpuşna', '', 'LA', 'state', 1, 0),
(2573, 'state_Orhei_2573', 'Orhei', 'Orhei', '', 'OR', 'state', 1, 0),
(2574, 'state_St__nga_Nistrului_2574', 'Stânga Nistrului', 'Stânga Nistrului', '', 'SN', 'state', 1, 0),
(2575, 'state_Soroca_2575', 'Soroca', 'Soroca', '', 'SO', 'state', 1, 0),
(2576, 'state_Tighina_2576', 'Tighina', 'Tighina', '', 'TI', 'state', 1, 0),
(2577, 'state_Ungheni_2577', 'Ungheni', 'Ungheni', '', 'UN', 'state', 1, 0),
(2578, 'state_Monte_Carlo_2578', 'Monte Carlo', 'Monte Carlo', '', 'MC', 'state', 1, 0),
(2579, 'state_La_Rousse_2579', 'La Rousse', 'La Rousse', '', 'LR', 'state', 1, 0),
(2580, 'state_Larvotto_2580', 'Larvotto', 'Larvotto', '', 'LA', 'state', 1, 0),
(2581, 'state_Monaco_Ville_2581', 'Monaco Ville', 'Monaco Ville', '', 'MV', 'state', 1, 0),
(2582, 'state_Saint_Michel_2582', 'Saint Michel', 'Saint Michel', '', 'SM', 'state', 1, 0),
(2583, 'state_Condamine_2583', 'Condamine', 'Condamine', '', 'CO', 'state', 1, 0),
(2584, 'state_La_Colle_2584', 'La Colle', 'La Colle', '', 'LC', 'state', 1, 0),
(2585, 'state_Les_R__voires_2585', 'Les Révoires', 'Les Révoires', '', 'RE', 'state', 1, 0),
(2586, 'state_Moneghetti_2586', 'Moneghetti', 'Moneghetti', '', 'MO', 'state', 1, 0),
(2587, 'state_Fontvieille_2587', 'Fontvieille', 'Fontvieille', '', 'FV', 'state', 1, 0),
(2588, 'state________________________2588', 'Улаанбаатар', 'Улаанбаатар', '', '1', 'state', 1, 0),
(2589, 'state_______________________2589', 'Орхон аймаг', 'Орхон аймаг', '', '035', 'state', 1, 0),
(2590, 'state________________________________2590', 'Дархан-Уул аймаг', 'Дархан-Уул аймаг', '', '037', 'state', 1, 0),
(2591, 'state_________________________2591', 'Хэнтий аймаг', 'Хэнтий аймаг', '', '039', 'state', 1, 0),
(2592, 'state___________________________2592', 'Хөвсгөл аймаг', 'Хөвсгөл аймаг', '', '041', 'state', 1, 0),
(2593, 'state_____________________2593', 'Ховд аймаг', 'Ховд аймаг', '', '043', 'state', 1, 0),
(2594, 'state___________________2594', 'Увс аймаг', 'Увс аймаг', '', '046', 'state', 1, 0),
(2595, 'state___________________2595', 'Төв аймаг', 'Төв аймаг', '', '047', 'state', 1, 0),
(2596, 'state___________________________2596', 'Сэлэнгэ аймаг', 'Сэлэнгэ аймаг', '', '049', 'state', 1, 0),
(2597, 'state_______________________________2597', 'Сүхбаатар аймаг', 'Сүхбаатар аймаг', '', '051', 'state', 1, 0),
(2598, 'state_____________________________2598', 'Өмнөговь аймаг', 'Өмнөговь аймаг', '', '053', 'state', 1, 0),
(2599, 'state_________________________________2599', 'Өвөрхангай аймаг', 'Өвөрхангай аймаг', '', '055', 'state', 1, 0),
(2600, 'state_________________________2600', 'Завхан аймаг', 'Завхан аймаг', '', '057', 'state', 1, 0),
(2601, 'state_____________________________2601', 'Дундговь аймаг', 'Дундговь аймаг', '', '059', 'state', 1, 0),
(2602, 'state_________________________2602', 'Дорнод аймаг', 'Дорнод аймаг', '', '061', 'state', 1, 0),
(2603, 'state_______________________________2603', 'Дорноговь аймаг', 'Дорноговь аймаг', '', '063', 'state', 1, 0),
(2604, 'state_________________________________2604', 'Говьсүмбэр аймаг', 'Говьсүмбэр аймаг', '', '064', 'state', 1, 0),
(2605, 'state________________________________2605', 'Говь-Алтай аймаг', 'Говь-Алтай аймаг', '', '065', 'state', 1, 0),
(2606, 'state_________________________2606', 'Булган аймаг', 'Булган аймаг', '', '067', 'state', 1, 0),
(2607, 'state_________________________________2607', 'Баянхонгор аймаг', 'Баянхонгор аймаг', '', '069', 'state', 1, 0),
(2608, 'state________________________________2608', 'Баян Өлгий аймаг', 'Баян Өлгий аймаг', '', '071', 'state', 1, 0),
(2609, 'state_____________________________2609', 'Архангай аймаг', 'Архангай аймаг', '', '073', 'state', 1, 0),
(2610, 'state_Saint_Anthony_2610', 'Saint Anthony', 'Saint Anthony', '', 'A', 'state', 1, 0),
(2611, 'state_Saint_Georges_2611', 'Saint Georges', 'Saint Georges', '', 'G', 'state', 1, 0),
(2612, 'state_Saint_Peter_2612', 'Saint Peter', 'Saint Peter', '', 'P', 'state', 1, 0),
(2613, 'state_Niassa_2613', 'Niassa', 'Niassa', '', 'A', 'state', 1, 0),
(2614, 'state_Manica_2614', 'Manica', 'Manica', '', 'B', 'state', 1, 0),
(2615, 'state_Gaza_2615', 'Gaza', 'Gaza', '', 'G', 'state', 1, 0),
(2616, 'state_Inhambane_2616', 'Inhambane', 'Inhambane', '', 'I', 'state', 1, 0),
(2617, 'state_Maputo_2617', 'Maputo', 'Maputo', '', 'L', 'state', 1, 0),
(2618, 'state_Maputo_cidade_2618', 'Maputo cidade', 'Maputo cidade', '', 'MPM', 'state', 1, 0),
(2619, 'state_Nampula_2619', 'Nampula', 'Nampula', '', 'N', 'state', 1, 0),
(2620, 'state_Cabo_Delgado_2620', 'Cabo Delgado', 'Cabo Delgado', '', 'P', 'state', 1, 0),
(2621, 'state_Zamb__zia_2621', 'Zambézia', 'Zambézia', '', 'Q', 'state', 1, 0),
(2622, 'state_Sofala_2622', 'Sofala', 'Sofala', '', 'S', 'state', 1, 0),
(2623, 'state_Tete_2623', 'Tete', 'Tete', '', 'T', 'state', 1, 0),
(2624, 'state_________________________________________2624', 'ဧရာ၀တီတိုင္‌း', 'ဧရာ၀တီတိုင္‌း', '', 'AY', 'state', 1, 0),
(2625, 'state______________________________________2625', 'ပဲခူးတုိင္‌း', 'ပဲခူးတုိင္‌း', '', 'BG', 'state', 1, 0),
(2626, 'state_________________________________________2626', 'မကေ္ဝးတိုင္‌း', 'မကေ္ဝးတိုင္‌း', '', 'MG', 'state', 1, 0),
(2627, 'state____________________________________________2627', 'မန္တလေးတုိင္‌း', 'မန္တလေးတုိင္‌း', '', 'MD', 'state', 1, 0),
(2628, 'state___________________________________________________________2628', 'စစ္‌ကုိင္‌း‌တုိင္‌း', 'စစ္‌ကုိင္‌း‌တုိင္‌း', '', 'SG', 'state', 1, 0),
(2629, 'state_______________________________________________2629', 'တနင္သာရိတုိင္‌း', 'တနင္သာရိတုိင္‌း', '', 'TN', 'state', 1, 0),
(2630, 'state__________________________________________________2630', 'ရန္‌ကုန္‌တုိင္‌း', 'ရန္‌ကုန္‌တုိင္‌း', '', 'YG', 'state', 1, 0),
(2631, 'state_____________________________________________________2631', 'ခ္ယင္‌းပ္ရည္‌နယ္‌', 'ခ္ယင္‌းပ္ရည္‌နယ္‌', '', 'CH', 'state', 1, 0),
(2632, 'state_____________________________________________________2632', 'ကခ္ယင္‌ပ္ရည္‌နယ္‌', 'ကခ္ယင္‌ပ္ရည္‌နယ္‌', '', 'KC', 'state', 1, 0),
(2633, 'state_______________________________________________2633', 'ကယား‌ပ္ရည္‌နယ္‌', 'ကယား‌ပ္ရည္‌နယ္‌', '', 'KH', 'state', 1, 0),
(2634, 'state__________________________________________________2634', 'ကရင္‌‌ပ္ရည္‌နယ္‌', 'ကရင္‌‌ပ္ရည္‌နယ္‌', '', 'KN', 'state', 1, 0),
(2635, 'state__________________________________________________2635', 'မ္ဝန္‌ပ္ရည္‌နယ္‌', 'မ္ဝန္‌ပ္ရည္‌နယ္‌', '', 'MN', 'state', 1, 0),
(2636, 'state_____________________________________________________2636', 'ရခုိင္‌ပ္ရည္‌နယ္‌', 'ရခုိင္‌ပ္ရည္‌နယ္‌', '', 'RK', 'state', 1, 0),
(2637, 'state__________________________________________________2637', 'ရုမ္‌းပ္ရည္‌နယ္‌', 'ရုမ္‌းပ္ရည္‌နယ္‌', '', 'SH', 'state', 1, 0),
(2638, 'state_Caprivi_2638', 'Caprivi', 'Caprivi', '', 'CA', 'state', 1, 0),
(2639, 'state_Erongo_2639', 'Erongo', 'Erongo', '', 'ER', 'state', 1, 0),
(2640, 'state_Hardap_2640', 'Hardap', 'Hardap', '', 'HA', 'state', 1, 0),
(2641, 'state_Karas_2641', 'Karas', 'Karas', '', 'KA', 'state', 1, 0),
(2642, 'state_Khomas_2642', 'Khomas', 'Khomas', '', 'KH', 'state', 1, 0),
(2643, 'state_Kunene_2643', 'Kunene', 'Kunene', '', 'KU', 'state', 1, 0),
(2644, 'state_Otjozondjupa_2644', 'Otjozondjupa', 'Otjozondjupa', '', 'OD', 'state', 1, 0),
(2645, 'state_Omaheke_2645', 'Omaheke', 'Omaheke', '', 'OH', 'state', 1, 0),
(2646, 'state_Okavango_2646', 'Okavango', 'Okavango', '', 'OK', 'state', 1, 0),
(2647, 'state_Oshana_2647', 'Oshana', 'Oshana', '', 'ON', 'state', 1, 0),
(2648, 'state_Omusati_2648', 'Omusati', 'Omusati', '', 'OS', 'state', 1, 0),
(2649, 'state_Oshikoto_2649', 'Oshikoto', 'Oshikoto', '', 'OT', 'state', 1, 0),
(2650, 'state_Ohangwena_2650', 'Ohangwena', 'Ohangwena', '', 'OW', 'state', 1, 0),
(2651, 'state_Aiwo_2651', 'Aiwo', 'Aiwo', '', 'AO', 'state', 1, 0),
(2652, 'state_Anabar_2652', 'Anabar', 'Anabar', '', 'AA', 'state', 1, 0),
(2653, 'state_Anetan_2653', 'Anetan', 'Anetan', '', 'AT', 'state', 1, 0),
(2654, 'state_Anibare_2654', 'Anibare', 'Anibare', '', 'AI', 'state', 1, 0),
(2655, 'state_Baiti_2655', 'Baiti', 'Baiti', '', 'BA', 'state', 1, 0),
(2656, 'state_Boe_2656', 'Boe', 'Boe', '', 'BO', 'state', 1, 0),
(2657, 'state_Buada_2657', 'Buada', 'Buada', '', 'BU', 'state', 1, 0),
(2658, 'state_Denigomodu_2658', 'Denigomodu', 'Denigomodu', '', 'DE', 'state', 1, 0),
(2659, 'state_Ewa_2659', 'Ewa', 'Ewa', '', 'EW', 'state', 1, 0),
(2660, 'state_Ijuw_2660', 'Ijuw', 'Ijuw', '', 'IJ', 'state', 1, 0),
(2661, 'state_Meneng_2661', 'Meneng', 'Meneng', '', 'ME', 'state', 1, 0),
(2662, 'state_Nibok_2662', 'Nibok', 'Nibok', '', 'NI', 'state', 1, 0),
(2663, 'state_Uaboe_2663', 'Uaboe', 'Uaboe', '', 'UA', 'state', 1, 0),
(2664, 'state_Yaren_2664', 'Yaren', 'Yaren', '', 'YA', 'state', 1, 0),
(2665, 'state_Bagmati_2665', 'Bagmati', 'Bagmati', '', 'BA', 'state', 1, 0),
(2666, 'state_Bheri_2666', 'Bheri', 'Bheri', '', 'BH', 'state', 1, 0),
(2667, 'state_Dhawalagiri_2667', 'Dhawalagiri', 'Dhawalagiri', '', 'DH', 'state', 1, 0),
(2668, 'state_Gandaki_2668', 'Gandaki', 'Gandaki', '', 'GA', 'state', 1, 0),
(2669, 'state_Janakpur_2669', 'Janakpur', 'Janakpur', '', 'JA', 'state', 1, 0),
(2670, 'state_Karnali_2670', 'Karnali', 'Karnali', '', 'KA', 'state', 1, 0),
(2671, 'state_Kosi_2671', 'Kosi', 'Kosi', '', 'KO', 'state', 1, 0),
(2672, 'state_Lumbini_2672', 'Lumbini', 'Lumbini', '', 'LU', 'state', 1, 0),
(2673, 'state_Mahakali_2673', 'Mahakali', 'Mahakali', '', 'MA', 'state', 1, 0),
(2674, 'state_Mechi_2674', 'Mechi', 'Mechi', '', 'ME', 'state', 1, 0),
(2675, 'state_Narayani_2675', 'Narayani', 'Narayani', '', 'NA', 'state', 1, 0),
(2676, 'state_Rapti_2676', 'Rapti', 'Rapti', '', 'RA', 'state', 1, 0),
(2677, 'state_Sagarmatha_2677', 'Sagarmatha', 'Sagarmatha', '', 'SA', 'state', 1, 0),
(2678, 'state_Seti_2678', 'Seti', 'Seti', '', 'SE', 'state', 1, 0),
(2679, 'state_Drenthe_2679', 'Drenthe', 'Drenthe', '', 'DR', 'state', 1, 0),
(2680, 'state_Flevoland_2680', 'Flevoland', 'Flevoland', '', 'FL', 'state', 1, 0),
(2681, 'state_Friesland_2681', 'Friesland', 'Friesland', '', 'FR', 'state', 1, 0),
(2682, 'state_Gelderland_2682', 'Gelderland', 'Gelderland', '', 'GE', 'state', 1, 0),
(2683, 'state_Groningen_2683', 'Groningen', 'Groningen', '', 'GR', 'state', 1, 0),
(2684, 'state_Limburg_2684', 'Limburg', 'Limburg', '', 'LI', 'state', 1, 0),
(2685, 'state_Noord_Brabant_2685', 'Noord-Brabant', 'Noord-Brabant', '', 'NB', 'state', 1, 0),
(2686, 'state_Noord_Holland_2686', 'Noord-Holland', 'Noord-Holland', '', 'NH', 'state', 1, 0),
(2687, 'state_Overijssel_2687', 'Overijssel', 'Overijssel', '', 'OV', 'state', 1, 0),
(2688, 'state_Utrecht_2688', 'Utrecht', 'Utrecht', '', 'UT', 'state', 1, 0),
(2689, 'state_Zeeland_2689', 'Zeeland', 'Zeeland', '', 'ZE', 'state', 1, 0),
(2690, 'state_Zuid_Holland_2690', 'Zuid-Holland', 'Zuid-Holland', '', 'ZH', 'state', 1, 0),
(2691, 'state_Province_des___les_2691', 'Province des Îles', 'Province des Îles', '', 'L', 'state', 1, 0),
(2692, 'state_Province_Nord_2692', 'Province Nord', 'Province Nord', '', 'N', 'state', 1, 0),
(2693, 'state_Province_Sud_2693', 'Province Sud', 'Province Sud', '', 'S', 'state', 1, 0),
(2694, 'state_Auckland_2694', 'Auckland', 'Auckland', '', 'AUK', 'state', 1, 0),
(2695, 'state_Bay_of_Plenty_2695', 'Bay of Plenty', 'Bay of Plenty', '', 'BOP', 'state', 1, 0),
(2696, 'state_Canterbury_2696', 'Canterbury', 'Canterbury', '', 'CAN', 'state', 1, 0),
(2697, 'state_Gisborne_2697', 'Gisborne', 'Gisborne', '', 'GIS', 'state', 1, 0),
(2698, 'state_Hawke_s_Bay_2698', 'Hawke\'s Bay', 'Hawke\'s Bay', '', 'HKB', 'state', 1, 0),
(2699, 'state_Marlborough_2699', 'Marlborough', 'Marlborough', '', 'MBH', 'state', 1, 0),
(2700, 'state_Manawatu_Wanganui_2700', 'Manawatu-Wanganui', 'Manawatu-Wanganui', '', 'MWT', 'state', 1, 0),
(2701, 'state_Nelson_2701', 'Nelson', 'Nelson', '', 'NSN', 'state', 1, 0),
(2702, 'state_Northland_2702', 'Northland', 'Northland', '', 'NTL', 'state', 1, 0),
(2703, 'state_Otago_2703', 'Otago', 'Otago', '', 'OTA', 'state', 1, 0),
(2704, 'state_Southland_2704', 'Southland', 'Southland', '', 'STL', 'state', 1, 0),
(2705, 'state_Tasman_2705', 'Tasman', 'Tasman', '', 'TAS', 'state', 1, 0),
(2706, 'state_Taranaki_2706', 'Taranaki', 'Taranaki', '', 'TKI', 'state', 1, 0),
(2707, 'state_Wellington_2707', 'Wellington', 'Wellington', '', 'WGN', 'state', 1, 0),
(2708, 'state_Waikato_2708', 'Waikato', 'Waikato', '', 'WKO', 'state', 1, 0),
(2709, 'state_West_Coast_2709', 'West Coast', 'West Coast', '', 'WTC', 'state', 1, 0),
(2710, 'state_Atl__ntico_Norte_2710', 'Atlántico Norte', 'Atlántico Norte', '', 'AN', 'state', 1, 0),
(2711, 'state_Atl__ntico_Sur_2711', 'Atlántico Sur', 'Atlántico Sur', '', 'AS', 'state', 1, 0),
(2712, 'state_Boaco_2712', 'Boaco', 'Boaco', '', 'BO', 'state', 1, 0),
(2713, 'state_Carazo_2713', 'Carazo', 'Carazo', '', 'CA', 'state', 1, 0),
(2714, 'state_Chinandega_2714', 'Chinandega', 'Chinandega', '', 'CI', 'state', 1, 0),
(2715, 'state_Chontales_2715', 'Chontales', 'Chontales', '', 'CO', 'state', 1, 0),
(2716, 'state_Estel___2716', 'Estelí', 'Estelí', '', 'ES', 'state', 1, 0),
(2717, 'state_Granada_2717', 'Granada', 'Granada', '', 'GR', 'state', 1, 0),
(2718, 'state_Jinotega_2718', 'Jinotega', 'Jinotega', '', 'JI', 'state', 1, 0),
(2719, 'state_Le__n_2719', 'León', 'León', '', 'LE', 'state', 1, 0),
(2720, 'state_Madriz_2720', 'Madriz', 'Madriz', '', 'MD', 'state', 1, 0),
(2721, 'state_Managua_2721', 'Managua', 'Managua', '', 'MN', 'state', 1, 0),
(2722, 'state_Masaya_2722', 'Masaya', 'Masaya', '', 'MS', 'state', 1, 0),
(2723, 'state_Matagalpa_2723', 'Matagalpa', 'Matagalpa', '', 'MT', 'state', 1, 0),
(2724, 'state_Nueva_Segovia_2724', 'Nueva Segovia', 'Nueva Segovia', '', 'NS', 'state', 1, 0),
(2725, 'state_Rivas_2725', 'Rivas', 'Rivas', '', 'RI', 'state', 1, 0),
(2726, 'state_R__o_San_Juan_2726', 'Río San Juan', 'Río San Juan', '', 'SJ', 'state', 1, 0),
(2727, 'state_Agadez_2727', 'Agadez', 'Agadez', '', '1', 'state', 1, 0),
(2728, 'state_Daffa_2728', 'Daffa', 'Daffa', '', '2', 'state', 1, 0),
(2729, 'state_Dosso_2729', 'Dosso', 'Dosso', '', '3', 'state', 1, 0),
(2730, 'state_Maradi_2730', 'Maradi', 'Maradi', '', '4', 'state', 1, 0),
(2731, 'state_Tahoua_2731', 'Tahoua', 'Tahoua', '', '5', 'state', 1, 0),
(2732, 'state_Tillab__ry_2732', 'Tillabéry', 'Tillabéry', '', '6', 'state', 1, 0),
(2733, 'state_Zinder_2733', 'Zinder', 'Zinder', '', '7', 'state', 1, 0),
(2734, 'state_Niamey_2734', 'Niamey', 'Niamey', '', '8', 'state', 1, 0),
(2735, 'state_Abia_State_2735', 'Abia State', 'Abia State', '', 'AB', 'state', 1, 0),
(2736, 'state_Adamawa_State_2736', 'Adamawa State', 'Adamawa State', '', 'AD', 'state', 1, 0),
(2737, 'state_Akwa_Ibom_State_2737', 'Akwa Ibom State', 'Akwa Ibom State', '', 'AK', 'state', 1, 0),
(2738, 'state_Anambra_State_2738', 'Anambra State', 'Anambra State', '', 'AN', 'state', 1, 0),
(2739, 'state_Bauchi_State_2739', 'Bauchi State', 'Bauchi State', '', 'BA', 'state', 1, 0),
(2740, 'state_Benue_State_2740', 'Benue State', 'Benue State', '', 'BE', 'state', 1, 0),
(2741, 'state_Borno_State_2741', 'Borno State', 'Borno State', '', 'BO', 'state', 1, 0),
(2742, 'state_Bayelsa_State_2742', 'Bayelsa State', 'Bayelsa State', '', 'BY', 'state', 1, 0),
(2743, 'state_Cross_River_State_2743', 'Cross River State', 'Cross River State', '', 'CR', 'state', 1, 0),
(2744, 'state_Delta_State_2744', 'Delta State', 'Delta State', '', 'DE', 'state', 1, 0),
(2745, 'state_Ebonyi_State_2745', 'Ebonyi State', 'Ebonyi State', '', 'EB', 'state', 1, 0),
(2746, 'state_Edo_State_2746', 'Edo State', 'Edo State', '', 'ED', 'state', 1, 0),
(2747, 'state_Ekiti_State_2747', 'Ekiti State', 'Ekiti State', '', 'EK', 'state', 1, 0),
(2748, 'state_Enugu_State_2748', 'Enugu State', 'Enugu State', '', 'EN', 'state', 1, 0),
(2749, 'state_Gombe_State_2749', 'Gombe State', 'Gombe State', '', 'GO', 'state', 1, 0),
(2750, 'state_Imo_State_2750', 'Imo State', 'Imo State', '', 'IM', 'state', 1, 0),
(2751, 'state_Jigawa_State_2751', 'Jigawa State', 'Jigawa State', '', 'JI', 'state', 1, 0),
(2752, 'state_Kebbi_State_2752', 'Kebbi State', 'Kebbi State', '', 'KB', 'state', 1, 0),
(2753, 'state_Kaduna_State_2753', 'Kaduna State', 'Kaduna State', '', 'KD', 'state', 1, 0),
(2754, 'state_Kano_State_2754', 'Kano State', 'Kano State', '', 'KN', 'state', 1, 0),
(2755, 'state_Kogi_State_2755', 'Kogi State', 'Kogi State', '', 'KO', 'state', 1, 0),
(2756, 'state_Katsina_State_2756', 'Katsina State', 'Katsina State', '', 'KT', 'state', 1, 0),
(2757, 'state_Kwara_State_2757', 'Kwara State', 'Kwara State', '', 'KW', 'state', 1, 0),
(2758, 'state_Lagos_State_2758', 'Lagos State', 'Lagos State', '', 'LA', 'state', 1, 0),
(2759, 'state_Nassarawa_State_2759', 'Nassarawa State', 'Nassarawa State', '', 'NA', 'state', 1, 0),
(2760, 'state_Niger_State_2760', 'Niger State', 'Niger State', '', 'NI', 'state', 1, 0),
(2761, 'state_Ogun_State_2761', 'Ogun State', 'Ogun State', '', 'OG', 'state', 1, 0),
(2762, 'state_Ondo_State_2762', 'Ondo State', 'Ondo State', '', 'ON', 'state', 1, 0),
(2763, 'state_Osun_State_2763', 'Osun State', 'Osun State', '', 'OS', 'state', 1, 0),
(2764, 'state_Oyo_State_2764', 'Oyo State', 'Oyo State', '', 'OY', 'state', 1, 0),
(2765, 'state_Plateau_State_2765', 'Plateau State', 'Plateau State', '', 'PL', 'state', 1, 0),
(2766, 'state_Rivers_State_2766', 'Rivers State', 'Rivers State', '', 'RI', 'state', 1, 0),
(2767, 'state_Sokoto_State_2767', 'Sokoto State', 'Sokoto State', '', 'SO', 'state', 1, 0),
(2768, 'state_Taraba_State_2768', 'Taraba State', 'Taraba State', '', 'TA', 'state', 1, 0),
(2769, 'state_Zamfara_State_2769', 'Zamfara State', 'Zamfara State', '', 'ZA', 'state', 1, 0),
(2770, 'state_Northern_Islands_2770', 'Northern Islands', 'Northern Islands', '', 'N', 'state', 1, 0),
(2771, 'state_Rota_2771', 'Rota', 'Rota', '', 'R', 'state', 1, 0),
(2772, 'state_Saipan_2772', 'Saipan', 'Saipan', '', 'S', 'state', 1, 0),
(2773, 'state_Tinian_2773', 'Tinian', 'Tinian', '', 'T', 'state', 1, 0),
(2774, 'state___stfold_fylke_2774', 'Østfold fylke', 'Østfold fylke', '', '01', 'state', 1, 0),
(2775, 'state_Akershus_fylke_2775', 'Akershus fylke', 'Akershus fylke', '', '02', 'state', 1, 0),
(2776, 'state_Oslo_fylke_2776', 'Oslo fylke', 'Oslo fylke', '', '03', 'state', 1, 0),
(2777, 'state_Hedmark_fylke_2777', 'Hedmark fylke', 'Hedmark fylke', '', '04', 'state', 1, 0),
(2778, 'state_Oppland_fylke_2778', 'Oppland fylke', 'Oppland fylke', '', '05', 'state', 1, 0),
(2779, 'state_Buskerud_fylke_2779', 'Buskerud fylke', 'Buskerud fylke', '', '06', 'state', 1, 0),
(2780, 'state_Vestfold_fylke_2780', 'Vestfold fylke', 'Vestfold fylke', '', '07', 'state', 1, 0),
(2781, 'state_Telemark_fylke_2781', 'Telemark fylke', 'Telemark fylke', '', '08', 'state', 1, 0),
(2782, 'state_Aust_Agder_fylke_2782', 'Aust-Agder fylke', 'Aust-Agder fylke', '', '09', 'state', 1, 0),
(2783, 'state_Vest_Agder_fylke_2783', 'Vest-Agder fylke', 'Vest-Agder fylke', '', '10', 'state', 1, 0),
(2784, 'state_Rogaland_fylke_2784', 'Rogaland fylke', 'Rogaland fylke', '', '11', 'state', 1, 0),
(2785, 'state_Hordaland_fylke_2785', 'Hordaland fylke', 'Hordaland fylke', '', '12', 'state', 1, 0),
(2786, 'state_Sogn_og_Fjordane_fylke_2786', 'Sogn og Fjordane fylke', 'Sogn og Fjordane fylke', '', '14', 'state', 1, 0),
(2787, 'state_M__re_og_Romsdal_fylke_2787', 'Møre og Romsdal fylke', 'Møre og Romsdal fylke', '', '15', 'state', 1, 0),
(2788, 'state_S__r_Tr__ndelag_fylke_2788', 'Sør-Trøndelag fylke', 'Sør-Trøndelag fylke', '', '16', 'state', 1, 0),
(2789, 'state_Nord_Tr__ndelag_fylke_2789', 'Nord-Trøndelag fylke', 'Nord-Trøndelag fylke', '', '17', 'state', 1, 0),
(2790, 'state_Nordland_fylke_2790', 'Nordland fylke', 'Nordland fylke', '', '18', 'state', 1, 0),
(2791, 'state_Troms_fylke_2791', 'Troms fylke', 'Troms fylke', '', '19', 'state', 1, 0),
(2792, 'state_Finnmark_fylke_2792', 'Finnmark fylke', 'Finnmark fylke', '', '20', 'state', 1, 0),
(2793, 'state________________2793', 'الباطنة', 'الباطنة', '', 'BA', 'state', 1, 0),
(2794, 'state__________________2794', 'الداخلية', 'الداخلية', '', 'DA', 'state', 1, 0),
(2795, 'state__________2795', 'ظفار', 'ظفار', '', 'DH', 'state', 1, 0),
(2796, 'state__________2796', 'مسقط', 'مسقط', '', 'MA', 'state', 1, 0),
(2797, 'state____________2797', 'مسندم', 'مسندم', '', 'MU', 'state', 1, 0),
(2798, 'state________________2798', 'الشرقية', 'الشرقية', '', 'SH', 'state', 1, 0),
(2799, 'state______________2799', 'الوسطى', 'الوسطى', '', 'WU', 'state', 1, 0),
(2800, 'state________________2800', 'الظاهرة', 'الظاهرة', '', 'ZA', 'state', 1, 0),
(2801, 'state__________________2801', 'بلوچستان', 'بلوچستان', '', 'BA', 'state', 1, 0),
(2802, 'state_________________________________2802', 'وفاقی دارالحکومت', 'وفاقی دارالحکومت', '', 'IS', 'state', 1, 0),
(2803, 'state_____________________2803', 'آزاد کشمیر', 'آزاد کشمیر', '', 'JK', 'state', 1, 0),
(2804, 'state______________________________2804', 'شمالی علاقہ جات', 'شمالی علاقہ جات', '', 'NA', 'state', 1, 0),
(2805, 'state_________________________________________2805', 'شمال مغربی سرحدی صوبہ', 'شمال مغربی سرحدی صوبہ', '', 'NW', 'state', 1, 0),
(2806, 'state____________2806', 'پنجاب', 'پنجاب', '', 'PB', 'state', 1, 0),
(2807, 'state__________2807', 'سندھ', 'سندھ', '', 'SD', 'state', 1, 0),
(2808, 'state___________________________________________2808', 'وفاقی قبائلی علاقہ جات', 'وفاقی قبائلی علاقہ جات', '', 'TA', 'state', 1, 0),
(2809, 'state_Aimeliik_2809', 'Aimeliik', 'Aimeliik', '', 'AM', 'state', 1, 0),
(2810, 'state_Airai_2810', 'Airai', 'Airai', '', 'AR', 'state', 1, 0),
(2811, 'state_Angaur_2811', 'Angaur', 'Angaur', '', 'AN', 'state', 1, 0),
(2812, 'state_Hatohobei_2812', 'Hatohobei', 'Hatohobei', '', 'HA', 'state', 1, 0),
(2813, 'state_Kayangel_2813', 'Kayangel', 'Kayangel', '', 'KA', 'state', 1, 0),
(2814, 'state_Koror_2814', 'Koror', 'Koror', '', 'KO', 'state', 1, 0),
(2815, 'state_Melekeok_2815', 'Melekeok', 'Melekeok', '', 'ME', 'state', 1, 0),
(2816, 'state_Ngaraard_2816', 'Ngaraard', 'Ngaraard', '', 'NA', 'state', 1, 0),
(2817, 'state_Ngarchelong_2817', 'Ngarchelong', 'Ngarchelong', '', 'NG', 'state', 1, 0),
(2818, 'state_Ngardmau_2818', 'Ngardmau', 'Ngardmau', '', 'ND', 'state', 1, 0),
(2819, 'state_Ngatpang_2819', 'Ngatpang', 'Ngatpang', '', 'NT', 'state', 1, 0),
(2820, 'state_Ngchesar_2820', 'Ngchesar', 'Ngchesar', '', 'NC', 'state', 1, 0),
(2821, 'state_Ngeremlengui_2821', 'Ngeremlengui', 'Ngeremlengui', '', 'NR', 'state', 1, 0),
(2822, 'state_Ngiwal_2822', 'Ngiwal', 'Ngiwal', '', 'NW', 'state', 1, 0),
(2823, 'state_Peleliu_2823', 'Peleliu', 'Peleliu', '', 'PE', 'state', 1, 0),
(2824, 'state_Sonsorol_2824', 'Sonsorol', 'Sonsorol', '', 'SO', 'state', 1, 0),
(2825, 'state_Bocas_del_Toro_2825', 'Bocas del Toro', 'Bocas del Toro', '', '1', 'state', 1, 0),
(2826, 'state_Cocl___2826', 'Coclé', 'Coclé', 'PA-2', 'PA-2', 'state', 1, 0),
(2827, 'state_Col__n_2827', 'Colón', 'Colón', 'PA-3', 'PA-3', 'state', 1, 0),
(2828, 'state_Chiriqu___2828', 'Chiriquí', 'Chiriquí', 'PA-4', 'PA-4', 'state', 1, 0),
(2829, 'state_Dari__n_2829', 'Darién', 'Darién', 'PA-5', 'PA-5', 'state', 1, 0),
(2830, 'state_Herrera_2830', 'Herrera', 'Herrera', 'PA-6', 'PA-6', 'state', 1, 0),
(2831, 'state_Los_Santos_2831', 'Los Santos', 'Los Santos', 'PA-7', 'PA-7', 'state', 1, 0),
(2832, 'state_Panam___2832', 'Panamá', 'Panamá', 'PA-8', 'PA-8', 'state', 1, 0),
(2833, 'state_Veraguas_2833', 'Veraguas', 'Veraguas', 'PA-9', 'PA-9', 'state', 1, 0),
(4570, 'state_Panam_Oeste_4570', 'Panamá Oeste', 'Panamá Oeste', '', '10', 'state', 1, 0),
(4576, 'state_Ember__4577', 'Emberá', 'Emberá', 'PA-EM', 'PA-EM', 'state', 1, 0),
(2834, 'state_Kuna_Yala_2834', 'Guna Yala', 'Guna Yala', 'PA-KY', 'PA-KY', 'state', 1, 0),
(4577, 'state_ng_be_bugl__4578', 'Ngäbe-Buglé', 'Ngäbe-Buglé', 'PA-NB', 'PA-NB', 'state', 1, 0),
(2835, 'state_Chimbu_2835', 'Chimbu', 'Chimbu', '', 'CPK', 'state', 1, 0),
(2836, 'state_Central_2836', 'Central', 'Central', '', 'CPM', 'state', 1, 0),
(2837, 'state_East_New_Britain_2837', 'East New Britain', 'East New Britain', '', 'EBR', 'state', 1, 0),
(2838, 'state_Eastern_Highlands_2838', 'Eastern Highlands', 'Eastern Highlands', '', 'EHG', 'state', 1, 0),
(2839, 'state_Enga_2839', 'Enga', 'Enga', '', 'EPW', 'state', 1, 0),
(2840, 'state_East_Sepik_2840', 'East Sepik', 'East Sepik', '', 'ESW', 'state', 1, 0),
(2841, 'state_Gulf_2841', 'Gulf', 'Gulf', '', 'GPK', 'state', 1, 0),
(2842, 'state_Milne_Bay_2842', 'Milne Bay', 'Milne Bay', '', 'MBA', 'state', 1, 0),
(2843, 'state_Morobe_2843', 'Morobe', 'Morobe', '', 'MPL', 'state', 1, 0),
(2844, 'state_Madang_2844', 'Madang', 'Madang', '', 'MPM', 'state', 1, 0),
(2845, 'state_Manus_2845', 'Manus', 'Manus', '', 'MRL', 'state', 1, 0),
(2846, 'state_National_Capital_District_2846', 'National Capital District', 'National Capital District', '', 'NCD', 'state', 1, 0),
(2847, 'state_New_Ireland_2847', 'New Ireland', 'New Ireland', '', 'NIK', 'state', 1, 0),
(2848, 'state_Northern_2848', 'Northern', 'Northern', '', 'NPP', 'state', 1, 0),
(2849, 'state_North_Solomons_2849', 'North Solomons', 'North Solomons', '', 'NSA', 'state', 1, 0),
(2850, 'state_Sandaun_2850', 'Sandaun', 'Sandaun', '', 'SAN', 'state', 1, 0),
(2851, 'state_Southern_Highlands_2851', 'Southern Highlands', 'Southern Highlands', '', 'SHM', 'state', 1, 0),
(2852, 'state_West_New_Britain_2852', 'West New Britain', 'West New Britain', '', 'WBK', 'state', 1, 0),
(2853, 'state_Western_Highlands_2853', 'Western Highlands', 'Western Highlands', '', 'WHM', 'state', 1, 0),
(2854, 'state_Western_2854', 'Western', 'Western', '', 'WPD', 'state', 1, 0),
(2855, 'state_Concepci__n_2855', 'Concepción', 'Concepción', '', '1', 'state', 1, 0),
(2856, 'state_San_Pedro_2856', 'San Pedro', 'San Pedro', '', '2', 'state', 1, 0),
(2857, 'state_Cordillera_2857', 'Cordillera', 'Cordillera', '', '3', 'state', 1, 0),
(2858, 'state_Guair___2858', 'Guairá', 'Guairá', '', '4', 'state', 1, 0),
(2859, 'state_Caaguaz___2859', 'Caaguazú', 'Caaguazú', '', '5', 'state', 1, 0),
(2860, 'state_Caazap___2860', 'Caazapá', 'Caazapá', '', '6', 'state', 1, 0),
(2861, 'state_Itap__a_2861', 'Itapúa', 'Itapúa', '', '7', 'state', 1, 0),
(2862, 'state_Misiones_2862', 'Misiones', 'Misiones', '', '8', 'state', 1, 0),
(2863, 'state_Paraguar___2863', 'Paraguarí', 'Paraguarí', '', '9', 'state', 1, 0),
(2864, 'state_Alto_Paran___2864', 'Alto Paraná', 'Alto Paraná', '', '10', 'state', 1, 0),
(2865, 'state_Central_2865', 'Central', 'Central', '', '11', 'state', 1, 0),
(2866, 'state___eembuc___2866', 'Ñeembucú', 'Ñeembucú', '', '12', 'state', 1, 0),
(2867, 'state_Amambay_2867', 'Amambay', 'Amambay', '', '13', 'state', 1, 0),
(2868, 'state_Canindey___2868', 'Canindeyú', 'Canindeyú', '', '14', 'state', 1, 0),
(2869, 'state_Presidente_Hayes_2869', 'Presidente Hayes', 'Presidente Hayes', '', '15', 'state', 1, 0),
(2870, 'state_Alto_Paraguay_2870', 'Alto Paraguay', 'Alto Paraguay', '', '16', 'state', 1, 0),
(2871, 'state_Boquer__n_2871', 'Boquerón', 'Boquerón', '', '19', 'state', 1, 0),
(2872, 'state_Asunci__n_2872', 'Asunción', 'Asunción', '', 'ASU', 'state', 1, 0),
(2874, 'state_Ancash_2874', 'Ancash', 'Ancash', '', 'ANC', 'state', 1, 0),
(2875, 'state_Apur__mac_2875', 'Apurímac', 'Apurímac', '', 'APU', 'state', 1, 0),
(2876, 'state_Arequipa_2876', 'Arequipa', 'Arequipa', '', 'ARE', 'state', 1, 0),
(2877, 'state_Ayacucho_2877', 'Ayacucho', 'Ayacucho', '', 'AYA', 'state', 1, 0),
(2878, 'state_Cajamarca_2878', 'Cajamarca', 'Cajamarca', '', 'CAJ', 'state', 1, 0),
(2879, 'state_Callao_2879', 'Callao', 'Callao', '', 'CAL', 'state', 1, 0),
(2880, 'state_Cuzco_2880', 'Cuzco', 'Cuzco', '', 'CUS', 'state', 1, 0),
(2881, 'state_Hu__nuco_2881', 'Huánuco', 'Huánuco', '', 'HUC', 'state', 1, 0),
(2882, 'state_Huancavelica_2882', 'Huancavelica', 'Huancavelica', '', 'HUV', 'state', 1, 0),
(2883, 'state_Ica_2883', 'Ica', 'Ica', '', 'ICA', 'state', 1, 0),
(2884, 'state_Jun__n_2884', 'Junín', 'Junín', '', 'JUN', 'state', 1, 0),
(2885, 'state_La_Libertad_2885', 'La Libertad', 'La Libertad', '', 'LAL', 'state', 1, 0),
(2886, 'state_Lambayeque_2886', 'Lambayeque', 'Lambayeque', '', 'LAM', 'state', 1, 0),
(2887, 'state_Lima_2887', 'Lima', 'Lima', '', 'LIM', 'state', 1, 0),
(2888, 'state_Loreto_2888', 'Loreto', 'Loreto', '', 'LOR', 'state', 1, 0),
(2889, 'state_Madre_de_Dios_2889', 'Madre de Dios', 'Madre de Dios', '', 'MDD', 'state', 1, 0),
(2890, 'state_Moquegua_2890', 'Moquegua', 'Moquegua', '', 'MOQ', 'state', 1, 0),
(2891, 'state_Pasco_2891', 'Pasco', 'Pasco', '', 'PAS', 'state', 1, 0),
(2892, 'state_Piura_2892', 'Piura', 'Piura', '', 'PIU', 'state', 1, 0),
(2893, 'state_Puno_2893', 'Puno', 'Puno', '', 'PUN', 'state', 1, 0),
(2894, 'state_San_Mart__n_2894', 'San Martín', 'San Martín', '', 'SAM', 'state', 1, 0),
(2895, 'state_Tacna_2895', 'Tacna', 'Tacna', '', 'TAC', 'state', 1, 0),
(2896, 'state_Tumbes_2896', 'Tumbes', 'Tumbes', '', 'TUM', 'state', 1, 0),
(2897, 'state_Ucayali_2897', 'Ucayali', 'Ucayali', '', 'UCA', 'state', 1, 0),
(2898, 'state_Abra_2898', 'Abra', 'Abra', '', 'ABR', 'state', 1, 0),
(2899, 'state_Agusan_del_Norte_2899', 'Agusan del Norte', 'Agusan del Norte', '', 'AGN', 'state', 1, 0),
(2900, 'state_Agusan_del_Sur_2900', 'Agusan del Sur', 'Agusan del Sur', '', 'AGS', 'state', 1, 0),
(2901, 'state_Aklan_2901', 'Aklan', 'Aklan', '', 'AKL', 'state', 1, 0),
(2902, 'state_Albay_2902', 'Albay', 'Albay', '', 'ALB', 'state', 1, 0),
(2903, 'state_Antique_2903', 'Antique', 'Antique', '', 'ANT', 'state', 1, 0),
(2904, 'state_Apayao_2904', 'Apayao', 'Apayao', '', 'APA', 'state', 1, 0),
(2905, 'state_Aurora_2905', 'Aurora', 'Aurora', '', 'AUR', 'state', 1, 0),
(2906, 'state_Bataan_2906', 'Bataan', 'Bataan', '', 'BAN', 'state', 1, 0),
(2907, 'state_Basilan_2907', 'Basilan', 'Basilan', '', 'BAS', 'state', 1, 0),
(2908, 'state_Benguet_2908', 'Benguet', 'Benguet', '', 'BEN', 'state', 1, 0),
(2909, 'state_Biliran_2909', 'Biliran', 'Biliran', '', 'BIL', 'state', 1, 0),
(2910, 'state_Bohol_2910', 'Bohol', 'Bohol', '', 'BOH', 'state', 1, 0),
(2911, 'state_Batangas_2911', 'Batangas', 'Batangas', '', 'BTG', 'state', 1, 0),
(2912, 'state_Batanes_2912', 'Batanes', 'Batanes', '', 'BTN', 'state', 1, 0),
(2913, 'state_Bukidnon_2913', 'Bukidnon', 'Bukidnon', '', 'BUK', 'state', 1, 0),
(2914, 'state_Bulacan_2914', 'Bulacan', 'Bulacan', '', 'BUL', 'state', 1, 0),
(2915, 'state_Cagayan_2915', 'Cagayan', 'Cagayan', '', 'CAG', 'state', 1, 0),
(2916, 'state_Camiguin_2916', 'Camiguin', 'Camiguin', '', 'CAM', 'state', 1, 0),
(2917, 'state_Camarines_Norte_2917', 'Camarines Norte', 'Camarines Norte', '', 'CAN', 'state', 1, 0),
(2918, 'state_Capiz_2918', 'Capiz', 'Capiz', '', 'CAP', 'state', 1, 0),
(2919, 'state_Camarines_Sur_2919', 'Camarines Sur', 'Camarines Sur', '', 'CAS', 'state', 1, 0),
(2920, 'state_Catanduanes_2920', 'Catanduanes', 'Catanduanes', '', 'CAT', 'state', 1, 0),
(2921, 'state_Cavite_2921', 'Cavite', 'Cavite', '', 'CAV', 'state', 1, 0),
(2922, 'state_Cebu_2922', 'Cebu', 'Cebu', '', 'CEB', 'state', 1, 0),
(2923, 'state_Compostela_Valley_2923', 'Compostela Valley', 'Compostela Valley', '', 'COM', 'state', 1, 0),
(2924, 'state_Davao_Oriental_2924', 'Davao Oriental', 'Davao Oriental', '', 'DAO', 'state', 1, 0),
(2925, 'state_Davao_del_Sur_2925', 'Davao del Sur', 'Davao del Sur', '', 'DAS', 'state', 1, 0),
(2926, 'state_Davao_del_Norte_2926', 'Davao del Norte', 'Davao del Norte', '', 'DAV', 'state', 1, 0),
(2927, 'state_Eastern_Samar_2927', 'Eastern Samar', 'Eastern Samar', '', 'EAS', 'state', 1, 0),
(2928, 'state_Guimaras_2928', 'Guimaras', 'Guimaras', '', 'GUI', 'state', 1, 0),
(2929, 'state_Ifugao_2929', 'Ifugao', 'Ifugao', '', 'IFU', 'state', 1, 0),
(2930, 'state_Iloilo_2930', 'Iloilo', 'Iloilo', '', 'ILI', 'state', 1, 0),
(2931, 'state_Ilocos_Norte_2931', 'Ilocos Norte', 'Ilocos Norte', '', 'ILN', 'state', 1, 0),
(2932, 'state_Ilocos_Sur_2932', 'Ilocos Sur', 'Ilocos Sur', '', 'ILS', 'state', 1, 0),
(2933, 'state_Isabela_2933', 'Isabela', 'Isabela', '', 'ISA', 'state', 1, 0),
(2934, 'state_Kalinga_2934', 'Kalinga', 'Kalinga', '', 'KAL', 'state', 1, 0),
(2935, 'state_Laguna_2935', 'Laguna', 'Laguna', '', 'LAG', 'state', 1, 0),
(2936, 'state_Lanao_del_Norte_2936', 'Lanao del Norte', 'Lanao del Norte', '', 'LAN', 'state', 1, 0),
(2937, 'state_Lanao_del_Sur_2937', 'Lanao del Sur', 'Lanao del Sur', '', 'LAS', 'state', 1, 0),
(2938, 'state_Leyte_2938', 'Leyte', 'Leyte', '', 'LEY', 'state', 1, 0),
(2939, 'state_La_Union_2939', 'La Union', 'La Union', '', 'LUN', 'state', 1, 0),
(2940, 'state_Marinduque_2940', 'Marinduque', 'Marinduque', '', 'MAD', 'state', 1, 0),
(2941, 'state_Maguindanao_2941', 'Maguindanao', 'Maguindanao', '', 'MAG', 'state', 1, 0),
(2942, 'state_Masbate_2942', 'Masbate', 'Masbate', '', 'MAS', 'state', 1, 0),
(2943, 'state_Mindoro_Occidental_2943', 'Mindoro Occidental', 'Mindoro Occidental', '', 'MDC', 'state', 1, 0),
(2944, 'state_Mindoro_Oriental_2944', 'Mindoro Oriental', 'Mindoro Oriental', '', 'MDR', 'state', 1, 0),
(2945, 'state_Mountain_Province_2945', 'Mountain Province', 'Mountain Province', '', 'MOU', 'state', 1, 0),
(2946, 'state_Misamis_Occidental_2946', 'Misamis Occidental', 'Misamis Occidental', '', 'MSC', 'state', 1, 0),
(2947, 'state_Misamis_Oriental_2947', 'Misamis Oriental', 'Misamis Oriental', '', 'MSR', 'state', 1, 0),
(2948, 'state_Cotabato_2948', 'Cotabato', 'Cotabato', '', 'NCO', 'state', 1, 0),
(2949, 'state_Northern_Samar_2949', 'Northern Samar', 'Northern Samar', '', 'NSA', 'state', 1, 0),
(2950, 'state_Negros_Occidental_2950', 'Negros Occidental', 'Negros Occidental', '', 'NEC', 'state', 1, 0),
(2951, 'state_Negros_Oriental_2951', 'Negros Oriental', 'Negros Oriental', '', 'NER', 'state', 1, 0),
(2952, 'state_Nueva_Ecija_2952', 'Nueva Ecija', 'Nueva Ecija', '', 'NUE', 'state', 1, 0),
(2953, 'state_Nueva_Vizcaya_2953', 'Nueva Vizcaya', 'Nueva Vizcaya', '', 'NUV', 'state', 1, 0),
(2954, 'state_Pampanga_2954', 'Pampanga', 'Pampanga', '', 'PAM', 'state', 1, 0),
(2955, 'state_Pangasinan_2955', 'Pangasinan', 'Pangasinan', '', 'PAN', 'state', 1, 0),
(2956, 'state_Palawan_2956', 'Palawan', 'Palawan', '', 'PLW', 'state', 1, 0),
(2957, 'state_Quezon_2957', 'Quezon', 'Quezon', '', 'QUE', 'state', 1, 0),
(2958, 'state_Quirino_2958', 'Quirino', 'Quirino', '', 'QUI', 'state', 1, 0),
(2959, 'state_Rizal_2959', 'Rizal', 'Rizal', '', 'RIZ', 'state', 1, 0),
(2960, 'state_Romblon_2960', 'Romblon', 'Romblon', '', 'ROM', 'state', 1, 0),
(2961, 'state_Sarangani_2961', 'Sarangani', 'Sarangani', '', 'SAR', 'state', 1, 0),
(2962, 'state_South_Cotabato_2962', 'South Cotabato', 'South Cotabato', '', 'SCO', 'state', 1, 0),
(2963, 'state_Siquijor_2963', 'Siquijor', 'Siquijor', '', 'SIG', 'state', 1, 0),
(2964, 'state_Southern_Leyte_2964', 'Southern Leyte', 'Southern Leyte', '', 'SLE', 'state', 1, 0),
(2965, 'state_Sulu_2965', 'Sulu', 'Sulu', '', 'SLU', 'state', 1, 0),
(2966, 'state_Sorsogon_2966', 'Sorsogon', 'Sorsogon', '', 'SOR', 'state', 1, 0),
(2967, 'state_Sultan_Kudarat_2967', 'Sultan Kudarat', 'Sultan Kudarat', '', 'SUK', 'state', 1, 0),
(2968, 'state_Surigao_del_Norte_2968', 'Surigao del Norte', 'Surigao del Norte', '', 'SUN', 'state', 1, 0),
(2969, 'state_Surigao_del_Sur_2969', 'Surigao del Sur', 'Surigao del Sur', '', 'SUR', 'state', 1, 0),
(2970, 'state_Tarlac_2970', 'Tarlac', 'Tarlac', '', 'TAR', 'state', 1, 0),
(2971, 'state_Tawi_Tawi_2971', 'Tawi-Tawi', 'Tawi-Tawi', '', 'TAW', 'state', 1, 0),
(2972, 'state_Samar_2972', 'Samar', 'Samar', '', 'WSA', 'state', 1, 0),
(2973, 'state_Zamboanga_del_Norte_2973', 'Zamboanga del Norte', 'Zamboanga del Norte', '', 'ZAN', 'state', 1, 0),
(2974, 'state_Zamboanga_del_Sur_2974', 'Zamboanga del Sur', 'Zamboanga del Sur', '', 'ZAS', 'state', 1, 0),
(2975, 'state_Zambales_2975', 'Zambales', 'Zambales', '', 'ZMB', 'state', 1, 0),
(2976, 'state_Zamboanga_Sibugay_2976', 'Zamboanga Sibugay', 'Zamboanga Sibugay', '', 'ZSI', 'state', 1, 0),
(2977, 'state_Dolno__l__skie_2977', 'Dolnośląskie', 'Dolnośląskie', '', 'DS', 'state', 1, 0),
(2978, 'state_Kujawsko_Pomorskie_2978', 'Kujawsko-Pomorskie', 'Kujawsko-Pomorskie', '', 'KP', 'state', 1, 0),
(2979, 'state_Lubelskie_2979', 'Lubelskie', 'Lubelskie', '', 'LU', 'state', 1, 0),
(2980, 'state_Lubuskie_2980', 'Lubuskie', 'Lubuskie', '', 'LB', 'state', 1, 0),
(2981, 'state_____dzkie_2981', 'Łódzkie', 'Łódzkie', '', 'LD', 'state', 1, 0),
(2982, 'state_Ma__opolskie_2982', 'Małopolskie', 'Małopolskie', '', 'MA', 'state', 1, 0),
(2983, 'state_Mazowieckie_2983', 'Mazowieckie', 'Mazowieckie', '', 'MZ', 'state', 1, 0),
(2984, 'state_Opolskie_2984', 'Opolskie', 'Opolskie', '', 'OP', 'state', 1, 0),
(2985, 'state_Podkarpackie_2985', 'Podkarpackie', 'Podkarpackie', '', 'PK', 'state', 1, 0),
(2986, 'state_Podlaskie_2986', 'Podlaskie', 'Podlaskie', '', 'PD', 'state', 1, 0),
(2987, 'state_Pomorskie_2987', 'Pomorskie', 'Pomorskie', '', 'PM', 'state', 1, 0),
(2988, 'state___l__skie_2988', 'Śląskie', 'Śląskie', '', 'SL', 'state', 1, 0),
(2989, 'state___wi__tokrzyskie_2989', 'Świętokrzyskie', 'Świętokrzyskie', '', 'SK', 'state', 1, 0),
(2990, 'state_Warmi__sko_Mazurskie_2990', 'Warmińsko-Mazurskie', 'Warmińsko-Mazurskie', '', 'WN', 'state', 1, 0),
(2991, 'state_Wielkopolskie_2991', 'Wielkopolskie', 'Wielkopolskie', '', 'WP', 'state', 1, 0),
(2992, 'state_Zachodniopomorskie_2992', 'Zachodniopomorskie', 'Zachodniopomorskie', '', 'ZP', 'state', 1, 0),
(2993, 'state_Aveiro_2993', 'Aveiro', 'Aveiro', '', '01', 'state', 1, 0),
(2994, 'state_Beja_2994', 'Beja', 'Beja', '', '02', 'state', 1, 0),
(2995, 'state_Braga_2995', 'Braga', 'Braga', '', '03', 'state', 1, 0),
(2996, 'state_Bragan__a_2996', 'Bragança', 'Bragança', '', '04', 'state', 1, 0),
(2997, 'state_Castelo_Branco_2997', 'Castelo Branco', 'Castelo Branco', '', '05', 'state', 1, 0),
(2998, 'state_Coimbra_2998', 'Coimbra', 'Coimbra', '', '06', 'state', 1, 0),
(2999, 'state___vora_2999', 'Évora', 'Évora', '', '07', 'state', 1, 0),
(3000, 'state_Faro_3000', 'Faro', 'Faro', '', '08', 'state', 1, 0),
(3001, 'state_Guarda_3001', 'Guarda', 'Guarda', '', '09', 'state', 1, 0),
(3002, 'state_Leiria_3002', 'Leiria', 'Leiria', '', '10', 'state', 1, 0),
(3003, 'state_Lisboa_3003', 'Lisboa', 'Lisboa', '', '11', 'state', 1, 0),
(3004, 'state_Portalegre_3004', 'Portalegre', 'Portalegre', '', '12', 'state', 1, 0),
(3005, 'state_Porto_3005', 'Porto', 'Porto', '', '13', 'state', 1, 0),
(3006, 'state_Santar__m_3006', 'Santarém', 'Santarém', '', '14', 'state', 1, 0),
(3007, 'state_Set__bal_3007', 'Setúbal', 'Setúbal', '', '15', 'state', 1, 0),
(3008, 'state_Viana_do_Castelo_3008', 'Viana do Castelo', 'Viana do Castelo', '', '16', 'state', 1, 0),
(3009, 'state_Vila_Real_3009', 'Vila Real', 'Vila Real', '', '17', 'state', 1, 0),
(3010, 'state_Viseu_3010', 'Viseu', 'Viseu', '', '18', 'state', 1, 0),
(3011, 'state_Regi__o_Aut__noma_dos_A__ores_3011', 'Região Autónoma dos Açores', 'Região Autónoma dos Açores', '', '20', 'state', 1, 0),
(3012, 'state_Regi__o_Aut__noma_da_Madeira_3012', 'Região Autónoma da Madeira', 'Região Autónoma da Madeira', '', '30', 'state', 1, 0),
(3013, 'state______________3013', 'الدوحة', 'الدوحة', '', 'DA', 'state', 1, 0),
(3014, 'state__________________3014', 'الغويرية', 'الغويرية', '', 'GH', 'state', 1, 0),
(3015, 'state___________________________3015', 'جريان الباطنة', 'جريان الباطنة', '', 'JB', 'state', 1, 0),
(3016, 'state__________________3016', 'الجميلية', 'الجميلية', '', 'JU', 'state', 1, 0),
(3017, 'state____________3017', 'الخور', 'الخور', '', 'KH', 'state', 1, 0),
(3018, 'state______________3018', 'مسيعيد', 'مسيعيد', '', 'ME', 'state', 1, 0),
(3019, 'state______________3019', 'الشمال', 'الشمال', '', 'MS', 'state', 1, 0),
(3020, 'state______________3020', 'الريان', 'الريان', '', 'RA', 'state', 1, 0),
(3021, 'state_______________3021', 'أم صلال', 'أم صلال', '', 'US', 'state', 1, 0),
(3022, 'state______________3022', 'الوكرة', 'الوكرة', '', 'WA', 'state', 1, 0),
(3023, 'state_Alba_3023', 'Alba', 'Alba', '', 'AB', 'state', 1, 0),
(3024, 'state_Arge___3024', 'Argeş', 'Argeş', '', 'AG', 'state', 1, 0),
(3025, 'state_Arad_3025', 'Arad', 'Arad', '', 'AR', 'state', 1, 0),
(3026, 'state_Bucure__ti_3026', 'Bucureşti', 'Bucureşti', '', 'B', 'state', 1, 0),
(3027, 'state_Bac__u_3027', 'Bacău', 'Bacău', '', 'BC', 'state', 1, 0);
INSERT INTO `xjmw1_hikashop_zone` (`zone_id`, `zone_namekey`, `zone_name`, `zone_name_english`, `zone_code_2`, `zone_code_3`, `zone_type`, `zone_published`, `zone_currency_id`) VALUES
(3028, 'state_Bihor_3028', 'Bihor', 'Bihor', '', 'BH', 'state', 1, 0),
(3029, 'state_Bistri__a_N__s__ud_3029', 'Bistriţa-Năsăud', 'Bistriţa-Năsăud', '', 'BN', 'state', 1, 0),
(3030, 'state_Br__ila_3030', 'Brăila', 'Brăila', '', 'BR', 'state', 1, 0),
(3031, 'state_Boto__ani_3031', 'Botoşani', 'Botoşani', '', 'BT', 'state', 1, 0),
(3032, 'state_Bra__ov_3032', 'Braşov', 'Braşov', '', 'BV', 'state', 1, 0),
(3033, 'state_Buz__u_3033', 'Buzău', 'Buzău', '', 'BZ', 'state', 1, 0),
(3034, 'state_Cluj_3034', 'Cluj', 'Cluj', '', 'CJ', 'state', 1, 0),
(3035, 'state_C__l__ra__i_3035', 'Călăraşi', 'Călăraşi', '', 'CL', 'state', 1, 0),
(3036, 'state_Cara___Severin_3036', 'Caraş-Severin', 'Caraş-Severin', '', 'CS', 'state', 1, 0),
(3037, 'state_Constan__a_3037', 'Constanţa', 'Constanţa', '', 'CT', 'state', 1, 0),
(3038, 'state_Covasna_3038', 'Covasna', 'Covasna', '', 'CV', 'state', 1, 0),
(3039, 'state_D__mbovi__a_3039', 'Dâmboviţa', 'Dâmboviţa', '', 'DB', 'state', 1, 0),
(3040, 'state_Dolj_3040', 'Dolj', 'Dolj', '', 'DJ', 'state', 1, 0),
(3041, 'state_Gorj_3041', 'Gorj', 'Gorj', '', 'GJ', 'state', 1, 0),
(3042, 'state_Gala__i_3042', 'Galaţi', 'Galaţi', '', 'GL', 'state', 1, 0),
(3043, 'state_Giurgiu_3043', 'Giurgiu', 'Giurgiu', '', 'GR', 'state', 1, 0),
(3044, 'state_Hunedoara_3044', 'Hunedoara', 'Hunedoara', '', 'HD', 'state', 1, 0),
(3045, 'state_Harghita_3045', 'Harghita', 'Harghita', '', 'HG', 'state', 1, 0),
(3046, 'state_Ilfov_3046', 'Ilfov', 'Ilfov', '', 'IF', 'state', 1, 0),
(3047, 'state_Ialomi__a_3047', 'Ialomiţa', 'Ialomiţa', '', 'IL', 'state', 1, 0),
(3048, 'state_Ia__i_3048', 'Iaşi', 'Iaşi', '', 'IS', 'state', 1, 0),
(3049, 'state_Mehedin__i_3049', 'Mehedinţi', 'Mehedinţi', '', 'MH', 'state', 1, 0),
(3050, 'state_Maramure___3050', 'Maramureş', 'Maramureş', '', 'MM', 'state', 1, 0),
(3051, 'state_Mure___3051', 'Mureş', 'Mureş', '', 'MS', 'state', 1, 0),
(3052, 'state_Neam___3052', 'Neamţ', 'Neamţ', '', 'NT', 'state', 1, 0),
(3053, 'state_Olt_3053', 'Olt', 'Olt', '', 'OT', 'state', 1, 0),
(3054, 'state_Prahova_3054', 'Prahova', 'Prahova', '', 'PH', 'state', 1, 0),
(3055, 'state_Sibiu_3055', 'Sibiu', 'Sibiu', '', 'SB', 'state', 1, 0),
(3056, 'state_S__laj_3056', 'Sălaj', 'Sălaj', '', 'SJ', 'state', 1, 0),
(3057, 'state_Satu_Mare_3057', 'Satu Mare', 'Satu Mare', '', 'SM', 'state', 1, 0),
(3058, 'state_Suceava_3058', 'Suceava', 'Suceava', '', 'SV', 'state', 1, 0),
(3059, 'state_Tulcea_3059', 'Tulcea', 'Tulcea', '', 'TL', 'state', 1, 0),
(3060, 'state_Timi___3060', 'Timiş', 'Timiş', '', 'TM', 'state', 1, 0),
(3061, 'state_Teleorman_3061', 'Teleorman', 'Teleorman', '', 'TR', 'state', 1, 0),
(3062, 'state_V__lcea_3062', 'Vâlcea', 'Vâlcea', '', 'VL', 'state', 1, 0),
(3063, 'state_Vrancea_3063', 'Vrancea', 'Vrancea', '', 'VN', 'state', 1, 0),
(3064, 'state_Vaslui_3064', 'Vaslui', 'Vaslui', '', 'VS', 'state', 1, 0),
(3065, 'state_______________________________________3065', 'Адыгея Республика', 'Адыгея Республика', '', 'AD', 'state', 1, 0),
(3067, 'state_____________________________________3067', 'Алтай Республика', 'Алтай Республика', '', 'AL', 'state', 1, 0),
(3068, 'state_______________________________3068', 'Алтайский край', 'Алтайский край', '', 'ALT', 'state', 1, 0),
(3069, 'state_____________________________________3069', 'Амурская область', 'Амурская область', '', 'AMU', 'state', 1, 0),
(3070, 'state_______________________________________________3070', 'Архангельская область', 'Архангельская область', '', 'ARK', 'state', 1, 0),
(3071, 'state_____________________________________________3071', 'Астраханская область', 'Астраханская область', '', 'AST', 'state', 1, 0),
(3072, 'state___________________________________________________3072', 'Башкортостан Республика', 'Башкортостан Республика', '', 'BA', 'state', 1, 0),
(3073, 'state_____________________________________________3073', 'Белгородская область', 'Белгородская область', '', 'BEL', 'state', 1, 0),
(3074, 'state_____________________________________3074', 'Брянская область', 'Брянская область', '', 'BRY', 'state', 1, 0),
(3075, 'state_________________________________________3075', 'Бурятия Республика', 'Бурятия Республика', '', 'BU', 'state', 1, 0),
(3076, 'state_____________________________________________3076', 'Чеченская Республика', 'Чеченская Республика', '', 'CE', 'state', 1, 0),
(3077, 'state___________________________________________3077', 'Челябинская область', 'Челябинская область', '', 'CHE', 'state', 1, 0),
(3079, 'state__________________________________________________________3079', 'Чукотский автономный округ', 'Чукотский автономный округ', '', 'CHU', 'state', 1, 0),
(3080, 'state_____________________________________________3080', 'Чувашская Республика', 'Чувашская Республика', '', 'CU', 'state', 1, 0),
(3081, 'state___________________________________________3081', 'Дагестан Республика', 'Дагестан Республика', '', 'DA', 'state', 1, 0),
(3083, 'state_____________________________________________3083', 'Ингушетия Республика', 'Ингушетия Республика', '', 'IN', 'state', 1, 0),
(3084, 'state_______________________________________3084', 'Иркутская область', 'Иркутская область', '', 'IRK', 'state', 1, 0),
(3085, 'state_________________________________________3085', 'Ивановская область', 'Ивановская область', '', 'IVA', 'state', 1, 0),
(3086, 'state_________________________________________3086', 'Камчатский край', 'Камчатский край', '', 'KAM', 'state', 1, 0),
(3087, 'state____________________________________________________________________3087', 'Кабардино-Балкарская Республика', 'Кабардино-Балкарская Республика', '', 'KB', 'state', 1, 0),
(3088, 'state____________________________________________________________________3088', 'Карачаево-Черкесская Республика', 'Карачаево-Черкесская Республика', '', 'KC', 'state', 1, 0),
(3089, 'state_______________________________________3089', 'Краснодарский край', 'Краснодарский край', '', 'KDA', 'state', 1, 0),
(3090, 'state___________________________________________3090', 'Кемеровская область', 'Кемеровская область', '', 'KEM', 'state', 1, 0),
(3091, 'state___________________________________________________3091', 'Калининградская область', 'Калининградская область', '', 'KGD', 'state', 1, 0),
(3092, 'state_________________________________________3092', 'Курганская область', 'Курганская область', '', 'KGN', 'state', 1, 0),
(3093, 'state___________________________________3093', 'Хабаровский край', 'Хабаровский край', '', 'KHA', 'state', 1, 0),
(3094, 'state______________________________________________________________________________________3094', 'Ханты-Мансийский автономный округ — Югра', 'Ханты-Мансийский автономный округ — Югра', '', 'KHM', 'state', 1, 0),
(3095, 'state_____________________________________3095', 'Красноярский край', 'Красноярский край', '', 'KYA', 'state', 1, 0),
(3096, 'state_______________________________________3096', 'Кировская область', 'Кировская область', '', 'KIR', 'state', 1, 0),
(3097, 'state__________________3097', 'Хакасия Республика', 'Хакасия Республика', '', 'KK', 'state', 1, 0),
(3098, 'state___________________________________________3098', 'Калмыкия Республика', 'Калмыкия Республика', '', 'KL', 'state', 1, 0),
(3099, 'state_______________________________________3099', 'Калужская область', 'Калужская область', '', 'KLU', 'state', 1, 0),
(3100, 'state___________________________________3100', 'Коми Республика', 'Коми Республика', '', 'KO', 'state', 1, 0),
(3102, 'state___________________________________________3102', 'Костромская область', 'Костромская область', '', 'KOS', 'state', 1, 0),
(3103, 'state_________________________________________3103', 'Карелия Республика', 'Карелия Республика', '', 'KR', 'state', 1, 0),
(3104, 'state___________________________________3104', 'Курская область', 'Курская область', '', 'KRS', 'state', 1, 0),
(3105, 'state_______________________________________________3105', 'Ленинградская область', 'Ленинградская область', '', 'LEN', 'state', 1, 0),
(3106, 'state_____________________________________3106', 'Липецкая область', 'Липецкая область', '', 'LIP', 'state', 1, 0),
(3107, 'state___________________________________________3107', 'Магаданская область', 'Магаданская область', '', 'MAG', 'state', 1, 0),
(3108, 'state__________________________________________3108', 'Марий Эл Республика', 'Марий Эл Республика', '', 'ME', 'state', 1, 0),
(3109, 'state___________________________________________3109', 'Мордовия Республика', 'Мордовия Республика', '', 'MO', 'state', 1, 0),
(3110, 'state_________________________________________3110', 'Московская область', 'Московская область', '', 'MOS', 'state', 1, 0),
(3111, 'state________________3111', 'Москва', 'Москва', '', 'MOW', 'state', 1, 0),
(3112, 'state_________________________________________3112', 'Мурманская область', 'Мурманская область', '', 'MUR', 'state', 1, 0),
(3113, 'state________________________________________________________3113', 'Ненецкий автономный округ', 'Ненецкий автономный округ', '', 'NEN', 'state', 1, 0),
(3114, 'state_____________________________________________3114', 'Новгородская область', 'Новгородская область', '', 'NGR', 'state', 1, 0),
(3115, 'state_______________________________________________3115', 'Нижегородская область', 'Нижегородская область', '', 'NIZ', 'state', 1, 0),
(3116, 'state_______________________________________________3116', 'Новосибирская область', 'Новосибирская область', '', 'NVS', 'state', 1, 0),
(3117, 'state_________________________________3117', 'Омская область', 'Омская область', '', 'OMS', 'state', 1, 0),
(3118, 'state_____________________________________________3118', 'Оренбургская область', 'Оренбургская область', '', 'ORE', 'state', 1, 0),
(3119, 'state_______________________________________3119', 'Орловская область', 'Орловская область', '', 'ORL', 'state', 1, 0),
(3120, 'state_________________________________________3120', 'Пензенская область', 'Пензенская область', '', 'PNZ', 'state', 1, 0),
(3121, 'state_________________________________3121', 'Приморский край', 'Приморский край', '', 'PRI', 'state', 1, 0),
(3122, 'state_______________________________________3122', 'Псковская область', 'Псковская область', '', 'PSK', 'state', 1, 0),
(3123, 'state_________________________________________3123', 'Ростовская область', 'Ростовская область', '', 'ROS', 'state', 1, 0),
(3124, 'state_______________________________________3124', 'Рязанская область', 'Рязанская область', '', 'RYA', 'state', 1, 0),
(3125, 'state____________________________________________________3125', 'Саха (Якутия) Республика', 'Саха (Якутия) Республика', '', 'SA', 'state', 1, 0),
(3126, 'state___________________________________________3126', 'Сахалинская область', 'Сахалинская область', '', 'SAK', 'state', 1, 0),
(3127, 'state_______________________________________3127', 'Самарская область', 'Самарская область', '', 'SAM', 'state', 1, 0),
(3128, 'state___________________________________________3128', 'Саратовская область', 'Саратовская область', '', 'SAR', 'state', 1, 0),
(3129, 'state___________________________________________________________________________3129', 'Северная Осетия — Алания Республика', 'Северная Осетия — Алания Республика', '', 'SE', 'state', 1, 0),
(3130, 'state_________________________________________3130', 'Смоленская область', 'Смоленская область', '', 'SMO', 'state', 1, 0),
(3131, 'state_________________________________3131', 'Санкт-Петербург', 'Санкт-Петербург', '', 'SPE', 'state', 1, 0),
(3132, 'state_________________________________________3132', 'Ставропольский край', 'Ставропольский край', '', 'STA', 'state', 1, 0),
(3133, 'state_____________________________________________3133', 'Свердловская область', 'Свердловская область', '', 'SVE', 'state', 1, 0),
(3134, 'state_____________________________________________3134', 'Татарстан Республика', 'Татарстан Республика', '', 'TA', 'state', 1, 0),
(3135, 'state_________________________________________3135', 'Тамбовская область', 'Тамбовская область', '', 'TAM', 'state', 1, 0),
(3137, 'state___________________________________3137', 'Томская область', 'Томская область', '', 'TOM', 'state', 1, 0),
(3138, 'state_____________________________________3138', 'Тульская область', 'Тульская область', '', 'TUL', 'state', 1, 0),
(3139, 'state_____________________________________3139', 'Тверская область', 'Тверская область', '', 'TVE', 'state', 1, 0),
(3140, 'state___________________________________3140', 'Тыва Республика', 'Тыва Республика', '', 'TY', 'state', 1, 0),
(3141, 'state_______________________________________3141', 'Тюменская область', 'Тюменская область', '', 'TYU', 'state', 1, 0),
(3142, 'state_______________________________________________3142', 'Удмуртская Республика', 'Удмуртская Республика', '', 'UD', 'state', 1, 0),
(3143, 'state___________________________________________3143', 'Ульяновская область', 'Ульяновская область', '', 'ULY', 'state', 1, 0),
(3145, 'state_______________________________________________3145', 'Волгоградская область', 'Волгоградская область', '', 'VGG', 'state', 1, 0),
(3146, 'state_____________________________________________3146', 'Владимирская область', 'Владимирская область', '', 'VLA', 'state', 1, 0),
(3147, 'state___________________________________________3147', 'Вологодская область', 'Вологодская область', '', 'VLG', 'state', 1, 0),
(3148, 'state___________________________________________3148', 'Воронежская область', 'Воронежская область', '', 'VOR', 'state', 1, 0),
(3149, 'state_____________________________3149', 'Пермский край', 'Пермский край', '', 'PER', 'state', 1, 0),
(3150, 'state_____________________________________________________________________3150', 'Ямало-Ненецкий автономный округ', 'Ямало-Ненецкий автономный округ', '', 'YAN', 'state', 1, 0),
(3151, 'state___________________________________________3151', 'Ярославская область', 'Ярославская область', '', 'YAR', 'state', 1, 0),
(3152, 'state______________________________________________________________3152', 'Еврейская автономная область', 'Еврейская автономная область', '', 'YEV', 'state', 1, 0),
(3153, 'state_Nord_3153', 'Nord', 'Nord', '', 'N', 'state', 1, 0),
(3154, 'state_Est_3154', 'Est', 'Est', '', 'E', 'state', 1, 0),
(3155, 'state_Sud_3155', 'Sud', 'Sud', '', 'S', 'state', 1, 0),
(3156, 'state_Ouest_3156', 'Ouest', 'Ouest', '', 'O', 'state', 1, 0),
(3157, 'state_Kigali_3157', 'Kigali', 'Kigali', '', 'K', 'state', 1, 0),
(3158, 'state_Saint_Kitts_3158', 'Saint Kitts', 'Saint Kitts', '', 'K', 'state', 1, 0),
(3159, 'state_Nevis_3159', 'Nevis', 'Nevis', '', 'N', 'state', 1, 0),
(3160, 'state_Anse_la_Raye_3160', 'Anse-la-Raye', 'Anse-la-Raye', '', 'AR', 'state', 1, 0),
(3161, 'state_Castries_3161', 'Castries', 'Castries', '', 'CA', 'state', 1, 0),
(3162, 'state_Choiseul_3162', 'Choiseul', 'Choiseul', '', 'CH', 'state', 1, 0),
(3163, 'state_Dauphin_3163', 'Dauphin', 'Dauphin', '', 'DA', 'state', 1, 0),
(3164, 'state_Dennery_3164', 'Dennery', 'Dennery', '', 'DE', 'state', 1, 0),
(3165, 'state_Gros_Islet_3165', 'Gros-Islet', 'Gros-Islet', '', 'GI', 'state', 1, 0),
(3166, 'state_Laborie_3166', 'Laborie', 'Laborie', '', 'LA', 'state', 1, 0),
(3167, 'state_Micoud_3167', 'Micoud', 'Micoud', '', 'MI', 'state', 1, 0),
(3168, 'state_Praslin_3168', 'Praslin', 'Praslin', '', 'PR', 'state', 1, 0),
(3169, 'state_Soufriere_3169', 'Soufriere', 'Soufriere', '', 'SO', 'state', 1, 0),
(3170, 'state_Vieux_Fort_3170', 'Vieux-Fort', 'Vieux-Fort', '', 'VF', 'state', 1, 0),
(3171, 'state_Charlotte_3171', 'Charlotte', 'Charlotte', '', 'C', 'state', 1, 0),
(3172, 'state_Grenadines_3172', 'Grenadines', 'Grenadines', '', 'R', 'state', 1, 0),
(3177, 'state_A_ana_3177', 'A\'ana', 'A\'ana', '', 'AA', 'state', 1, 0),
(3178, 'state_Aiga_i_le_Tai_3178', 'Aiga-i-le-Tai', 'Aiga-i-le-Tai', '', 'AL', 'state', 1, 0),
(3179, 'state_Atua_3179', 'Atua', 'Atua', '', 'AT', 'state', 1, 0),
(3180, 'state_Fa_asaleleaga_3180', 'Fa\'asaleleaga', 'Fa\'asaleleaga', '', 'FA', 'state', 1, 0),
(3181, 'state_Gaga_emauga_3181', 'Gaga\'emauga', 'Gaga\'emauga', '', 'GE', 'state', 1, 0),
(3182, 'state_Gaga_ifomauga_3182', 'Gaga\'ifomauga', 'Gaga\'ifomauga', '', 'GI', 'state', 1, 0),
(3183, 'state_Palauli_3183', 'Palauli', 'Palauli', '', 'PA', 'state', 1, 0),
(3184, 'state_Satupa_itea_3184', 'Satupa\'itea', 'Satupa\'itea', '', 'SA', 'state', 1, 0),
(3185, 'state_Tuamasaga_3185', 'Tuamasaga', 'Tuamasaga', '', 'TU', 'state', 1, 0),
(3186, 'state_Va_a_o_Fonoti_3186', 'Va\'a-o-Fonoti', 'Va\'a-o-Fonoti', '', 'VF', 'state', 1, 0),
(3187, 'state_Vaisigano_3187', 'Vaisigano', 'Vaisigano', '', 'VS', 'state', 1, 0),
(3188, 'state_Acquaviva_3188', 'Acquaviva', 'Acquaviva', '', 'AC', 'state', 1, 0),
(3189, 'state_Borgo_Maggiore_3189', 'Borgo Maggiore', 'Borgo Maggiore', '', 'BM', 'state', 1, 0),
(3190, 'state_Chiesanuova_3190', 'Chiesanuova', 'Chiesanuova', '', 'CH', 'state', 1, 0),
(3191, 'state_Domagnano_3191', 'Domagnano', 'Domagnano', '', 'DO', 'state', 1, 0),
(3192, 'state_Faetano_3192', 'Faetano', 'Faetano', '', 'FA', 'state', 1, 0),
(3193, 'state_Fiorentino_3193', 'Fiorentino', 'Fiorentino', '', 'FI', 'state', 1, 0),
(3194, 'state_Montegiardino_3194', 'Montegiardino', 'Montegiardino', '', 'MO', 'state', 1, 0),
(3195, 'state_Citta_di_San_Marino_3195', 'Citta di San Marino', 'Citta di San Marino', '', 'SM', 'state', 1, 0),
(3196, 'state_Serravalle_3196', 'Serravalle', 'Serravalle', '', 'SE', 'state', 1, 0),
(3197, 'state_Pr__ncipe_3197', 'Príncipe', 'Príncipe', '', 'P', 'state', 1, 0),
(3198, 'state_S__o_Tom___3198', 'São Tomé', 'São Tomé', '', 'S', 'state', 1, 0),
(3199, 'state______________3199', 'الرياض', 'الرياض', '', '01', 'state', 1, 0),
(3200, 'state_______________________3200', 'مكة المكرمة', 'مكة المكرمة', '', '02', 'state', 1, 0),
(3201, 'state________________3201', 'المدينه', 'المدينه', '', '03', 'state', 1, 0),
(3202, 'state________________3202', 'الشرقية', 'الشرقية', '', '04', 'state', 1, 0),
(3203, 'state______________3203', 'القصيم', 'القصيم', '', '05', 'state', 1, 0),
(3204, 'state__________3204', 'حائل', 'حائل', '', '06', 'state', 1, 0),
(3205, 'state__________3205', 'تبوك', 'تبوك', '', '07', 'state', 1, 0),
(3206, 'state_______________________________3206', 'الحدود الشمالية', 'الحدود الشمالية', '', '08', 'state', 1, 0),
(3207, 'state____________3207', 'جيزان', 'جيزان', '', '09', 'state', 1, 0),
(3208, 'state____________3208', 'نجران', 'نجران', '', '10', 'state', 1, 0),
(3209, 'state______________3209', 'الباحة', 'الباحة', '', '11', 'state', 1, 0),
(3210, 'state____________3210', 'الجوف', 'الجوف', '', '12', 'state', 1, 0),
(3211, 'state__________3211', 'عسير', 'عسير', '', '14', 'state', 1, 0),
(3212, 'state_Dakar_3212', 'Dakar', 'Dakar', '', 'DA', 'state', 1, 0),
(3213, 'state_Diourbel_3213', 'Diourbel', 'Diourbel', '', 'DI', 'state', 1, 0),
(3214, 'state_Fatick_3214', 'Fatick', 'Fatick', '', 'FA', 'state', 1, 0),
(3215, 'state_Kaolack_3215', 'Kaolack', 'Kaolack', '', 'KA', 'state', 1, 0),
(3216, 'state_Kolda_3216', 'Kolda', 'Kolda', '', 'KO', 'state', 1, 0),
(3217, 'state_Louga_3217', 'Louga', 'Louga', '', 'LO', 'state', 1, 0),
(3218, 'state_Matam_3218', 'Matam', 'Matam', '', 'MA', 'state', 1, 0),
(3219, 'state_Saint_Louis_3219', 'Saint-Louis', 'Saint-Louis', '', 'SL', 'state', 1, 0),
(3220, 'state_Tambacounda_3220', 'Tambacounda', 'Tambacounda', '', 'TA', 'state', 1, 0),
(3221, 'state_Thies__3221', 'Thies ', 'Thies ', '', 'TH', 'state', 1, 0),
(3222, 'state_Ziguinchor_3222', 'Ziguinchor', 'Ziguinchor', '', 'ZI', 'state', 1, 0),
(3223, 'state_Anse_aux_Pins_3223', 'Anse aux Pins', 'Anse aux Pins', '', 'AP', 'state', 1, 0),
(3224, 'state_Anse_Boileau_3224', 'Anse Boileau', 'Anse Boileau', '', 'AB', 'state', 1, 0),
(3225, 'state_Anse_Etoile_3225', 'Anse Etoile', 'Anse Etoile', '', 'AE', 'state', 1, 0),
(3226, 'state_Anse_Louis_3226', 'Anse Louis', 'Anse Louis', '', 'AL', 'state', 1, 0),
(3227, 'state_Anse_Royale_3227', 'Anse Royale', 'Anse Royale', '', 'AR', 'state', 1, 0),
(3228, 'state_Baie_Lazare_3228', 'Baie Lazare', 'Baie Lazare', '', 'BL', 'state', 1, 0),
(3229, 'state_Baie_Sainte_Anne_3229', 'Baie Sainte Anne', 'Baie Sainte Anne', '', 'BS', 'state', 1, 0),
(3230, 'state_Beau_Vallon_3230', 'Beau Vallon', 'Beau Vallon', '', 'BV', 'state', 1, 0),
(3231, 'state_Bel_Air_3231', 'Bel Air', 'Bel Air', '', 'BA', 'state', 1, 0),
(3232, 'state_Bel_Ombre_3232', 'Bel Ombre', 'Bel Ombre', '', 'BO', 'state', 1, 0),
(3233, 'state_Cascade_3233', 'Cascade', 'Cascade', '', 'CA', 'state', 1, 0),
(3234, 'state_Glacis_3234', 'Glacis', 'Glacis', '', 'GL', 'state', 1, 0),
(3235, 'state_Grand__Anse__on_Mahe__3235', 'Grand\' Anse (on Mahe)', 'Grand\' Anse (on Mahe)', '', 'GM', 'state', 1, 0),
(3236, 'state_Grand__Anse__on_Praslin__3236', 'Grand\' Anse (on Praslin)', 'Grand\' Anse (on Praslin)', '', 'GP', 'state', 1, 0),
(3237, 'state_La_Digue_3237', 'La Digue', 'La Digue', '', 'DG', 'state', 1, 0),
(3238, 'state_La_Riviere_Anglaise_3238', 'La Riviere Anglaise', 'La Riviere Anglaise', '', 'RA', 'state', 1, 0),
(3239, 'state_Mont_Buxton_3239', 'Mont Buxton', 'Mont Buxton', '', 'MB', 'state', 1, 0),
(3240, 'state_Mont_Fleuri_3240', 'Mont Fleuri', 'Mont Fleuri', '', 'MF', 'state', 1, 0),
(3241, 'state_Plaisance_3241', 'Plaisance', 'Plaisance', '', 'PL', 'state', 1, 0),
(3242, 'state_Pointe_La_Rue_3242', 'Pointe La Rue', 'Pointe La Rue', '', 'PR', 'state', 1, 0),
(3243, 'state_Port_Glaud_3243', 'Port Glaud', 'Port Glaud', '', 'PG', 'state', 1, 0),
(3244, 'state_Saint_Louis_3244', 'Saint Louis', 'Saint Louis', '', 'SL', 'state', 1, 0),
(3245, 'state_Takamaka_3245', 'Takamaka', 'Takamaka', '', 'TA', 'state', 1, 0),
(3246, 'state_Eastern_3246', 'Eastern', 'Eastern', '', 'E', 'state', 1, 0),
(3250, 'state_Banskobystrick___kraj_3250', 'Banskobystrický kraj', 'Banskobystrický kraj', '', 'BC', 'state', 1, 0),
(3251, 'state_Bratislavsk___kraj_3251', 'Bratislavský kraj', 'Bratislavský kraj', '', 'BL', 'state', 1, 0),
(3252, 'state_Ko__ick___kraj_3252', 'Košický kraj', 'Košický kraj', '', 'KI', 'state', 1, 0),
(3253, 'state_Nitriansk___kraj_3253', 'Nitrianský kraj', 'Nitrianský kraj', '', 'NJ', 'state', 1, 0),
(3254, 'state_Pre__ovsk___kraj_3254', 'Prešovský kraj', 'Prešovský kraj', '', 'PV', 'state', 1, 0),
(3255, 'state_Trnavsk___kraj_3255', 'Trnavský kraj', 'Trnavský kraj', '', 'TA', 'state', 1, 0),
(3256, 'state_Tren__iansk___kraj_3256', 'Trenčianský kraj', 'Trenčianský kraj', '', 'TC', 'state', 1, 0),
(3257, 'state___ilinsk___kraj_3257', 'Žilinský kraj', 'Žilinský kraj', '', 'ZI', 'state', 1, 0),
(3258, 'state_Ajdov____ina_3258', 'Ajdovščina', 'Ajdovščina', '', '001', 'state', 1, 0),
(3259, 'state_Beltinci_3259', 'Beltinci', 'Beltinci', '', '002', 'state', 1, 0),
(3260, 'state_Bled_3260', 'Bled', 'Bled', '', '003', 'state', 1, 0),
(3261, 'state_Bohinj_3261', 'Bohinj', 'Bohinj', '', '004', 'state', 1, 0),
(3262, 'state_Borovnica_3262', 'Borovnica', 'Borovnica', '', '005', 'state', 1, 0),
(3263, 'state_Bovec_3263', 'Bovec', 'Bovec', '', '006', 'state', 1, 0),
(3264, 'state_Brda_3264', 'Brda', 'Brda', '', '007', 'state', 1, 0),
(3265, 'state_Brezovica_3265', 'Brezovica', 'Brezovica', '', '008', 'state', 1, 0),
(3266, 'state_Bre__ice_3266', 'Brežice', 'Brežice', '', '009', 'state', 1, 0),
(3267, 'state_Ti__ina_3267', 'Tišina', 'Tišina', '', '010', 'state', 1, 0),
(3268, 'state_Celje_3268', 'Celje', 'Celje', '', '011', 'state', 1, 0),
(3269, 'state_Cerklje_na_Gorenjskem_3269', 'Cerklje na Gorenjskem', 'Cerklje na Gorenjskem', '', '012', 'state', 1, 0),
(3270, 'state_Cerknica_3270', 'Cerknica', 'Cerknica', '', '013', 'state', 1, 0),
(3271, 'state_Cerkno_3271', 'Cerkno', 'Cerkno', '', '014', 'state', 1, 0),
(3272, 'state___ren__ovci_3272', 'Črenšovci', 'Črenšovci', '', '015', 'state', 1, 0),
(3273, 'state___rna_na_Koro__kem_3273', 'Črna na Koroškem', 'Črna na Koroškem', '', '016', 'state', 1, 0),
(3274, 'state___rnomelj_3274', 'Črnomelj', 'Črnomelj', '', '017', 'state', 1, 0),
(3275, 'state_Destrnik_3275', 'Destrnik', 'Destrnik', '', '018', 'state', 1, 0),
(3276, 'state_Diva__a_3276', 'Divača', 'Divača', '', '019', 'state', 1, 0),
(3277, 'state_Dobrepolje_3277', 'Dobrepolje', 'Dobrepolje', '', '020', 'state', 1, 0),
(3278, 'state_Dobrova_Polhov_Gradec_3278', 'Dobrova-Polhov Gradec', 'Dobrova-Polhov Gradec', '', '021', 'state', 1, 0),
(3279, 'state_Dol_pri_Ljubljani_3279', 'Dol pri Ljubljani', 'Dol pri Ljubljani', '', '022', 'state', 1, 0),
(3280, 'state_Dom__ale_3280', 'Domžale', 'Domžale', '', '023', 'state', 1, 0),
(3281, 'state_Dornava_3281', 'Dornava', 'Dornava', '', '024', 'state', 1, 0),
(3282, 'state_Dravograd_3282', 'Dravograd', 'Dravograd', '', '025', 'state', 1, 0),
(3283, 'state_Duplek_3283', 'Duplek', 'Duplek', '', '026', 'state', 1, 0),
(3284, 'state_Gorenja_vas_Poljane_3284', 'Gorenja vas-Poljane', 'Gorenja vas-Poljane', '', '027', 'state', 1, 0),
(3285, 'state_Gori__nica_3285', 'Gorišnica', 'Gorišnica', '', '028', 'state', 1, 0),
(3286, 'state_Gornja_Radgona_3286', 'Gornja Radgona', 'Gornja Radgona', '', '029', 'state', 1, 0),
(3287, 'state_Gornji_Grad_3287', 'Gornji Grad', 'Gornji Grad', '', '030', 'state', 1, 0),
(3288, 'state_Gornji_Petrovci_3288', 'Gornji Petrovci', 'Gornji Petrovci', '', '031', 'state', 1, 0),
(3289, 'state_Grosuplje_3289', 'Grosuplje', 'Grosuplje', '', '032', 'state', 1, 0),
(3290, 'state___alovci_3290', 'Šalovci', 'Šalovci', '', '033', 'state', 1, 0),
(3291, 'state_Hrastnik_3291', 'Hrastnik', 'Hrastnik', '', '034', 'state', 1, 0),
(3292, 'state_Hrpelje_Kozina_3292', 'Hrpelje-Kozina', 'Hrpelje-Kozina', '', '035', 'state', 1, 0),
(3293, 'state_Idrija_3293', 'Idrija', 'Idrija', '', '036', 'state', 1, 0),
(3294, 'state_Ig_3294', 'Ig', 'Ig', '', '037', 'state', 1, 0),
(3295, 'state_Ilirska_Bistrica_3295', 'Ilirska Bistrica', 'Ilirska Bistrica', '', '038', 'state', 1, 0),
(3296, 'state_Ivan__na_Gorica_3296', 'Ivančna Gorica', 'Ivančna Gorica', '', '039', 'state', 1, 0),
(3297, 'state_Izola_3297', 'Izola', 'Izola', '', '040', 'state', 1, 0),
(3298, 'state_Jesenice_3298', 'Jesenice', 'Jesenice', '', '041', 'state', 1, 0),
(3299, 'state_Jur__inci_3299', 'Juršinci', 'Juršinci', '', '042', 'state', 1, 0),
(3300, 'state_Kamnik_3300', 'Kamnik', 'Kamnik', '', '043', 'state', 1, 0),
(3301, 'state_Kanal_ob_So__i_3301', 'Kanal ob Soči', 'Kanal ob Soči', '', '044', 'state', 1, 0),
(3302, 'state_Kidri__evo_3302', 'Kidričevo', 'Kidričevo', '', '045', 'state', 1, 0),
(3303, 'state_Kobarid_3303', 'Kobarid', 'Kobarid', '', '046', 'state', 1, 0),
(3304, 'state_Kobilje_3304', 'Kobilje', 'Kobilje', '', '047', 'state', 1, 0),
(3305, 'state_Ko__evje_3305', 'Kočevje', 'Kočevje', '', '048', 'state', 1, 0),
(3306, 'state_Komen_3306', 'Komen', 'Komen', '', '049', 'state', 1, 0),
(3307, 'state_Koper_3307', 'Koper', 'Koper', '', '050', 'state', 1, 0),
(3308, 'state_Kozje_3308', 'Kozje', 'Kozje', '', '051', 'state', 1, 0),
(3309, 'state_Kranj_3309', 'Kranj', 'Kranj', '', '052', 'state', 1, 0),
(3310, 'state_Kranjska_Gora_3310', 'Kranjska Gora', 'Kranjska Gora', '', '053', 'state', 1, 0),
(3311, 'state_Kr__ko_3311', 'Krško', 'Krško', '', '054', 'state', 1, 0),
(3312, 'state_Kungota_3312', 'Kungota', 'Kungota', '', '055', 'state', 1, 0),
(3313, 'state_Kuzma_3313', 'Kuzma', 'Kuzma', '', '056', 'state', 1, 0),
(3314, 'state_La__ko_3314', 'Laško', 'Laško', '', '057', 'state', 1, 0),
(3315, 'state_Lenart_3315', 'Lenart', 'Lenart', '', '058', 'state', 1, 0),
(3316, 'state_Lendava_3316', 'Lendava', 'Lendava', '', '059', 'state', 1, 0),
(3317, 'state_Litija_3317', 'Litija', 'Litija', '', '060', 'state', 1, 0),
(3318, 'state_Ljubljana_3318', 'Ljubljana', 'Ljubljana', '', '061', 'state', 1, 0),
(3319, 'state_Ljubno_3319', 'Ljubno', 'Ljubno', '', '062', 'state', 1, 0),
(3320, 'state_Ljutomer_3320', 'Ljutomer', 'Ljutomer', '', '063', 'state', 1, 0),
(3321, 'state_Logatec_3321', 'Logatec', 'Logatec', '', '064', 'state', 1, 0),
(3322, 'state_Lo__ka_Dolina_3322', 'Loška Dolina', 'Loška Dolina', '', '065', 'state', 1, 0),
(3323, 'state_Lo__ki_Potok_3323', 'Loški Potok', 'Loški Potok', '', '066', 'state', 1, 0),
(3324, 'state_Lu__e_3324', 'Luče', 'Luče', '', '067', 'state', 1, 0),
(3325, 'state_Lukovica_3325', 'Lukovica', 'Lukovica', '', '068', 'state', 1, 0),
(3326, 'state_Maj__perk_3326', 'Majšperk', 'Majšperk', '', '069', 'state', 1, 0),
(3327, 'state_Maribor_3327', 'Maribor', 'Maribor', '', '070', 'state', 1, 0),
(3328, 'state_Medvode_3328', 'Medvode', 'Medvode', '', '071', 'state', 1, 0),
(3329, 'state_Menge___3329', 'Mengeš', 'Mengeš', '', '072', 'state', 1, 0),
(3330, 'state_Metlika_3330', 'Metlika', 'Metlika', '', '073', 'state', 1, 0),
(3331, 'state_Me__ica_3331', 'Mežica', 'Mežica', '', '074', 'state', 1, 0),
(3332, 'state_Miren_Kostanjevica_3332', 'Miren-Kostanjevica', 'Miren-Kostanjevica', '', '075', 'state', 1, 0),
(3333, 'state_Mislinja_3333', 'Mislinja', 'Mislinja', '', '076', 'state', 1, 0),
(3334, 'state_Morav__e_3334', 'Moravče', 'Moravče', '', '077', 'state', 1, 0),
(3335, 'state_Moravske_Toplice_3335', 'Moravske Toplice', 'Moravske Toplice', '', '078', 'state', 1, 0),
(3336, 'state_Mozirje_3336', 'Mozirje', 'Mozirje', '', '079', 'state', 1, 0),
(3337, 'state_Murska_Sobota_3337', 'Murska Sobota', 'Murska Sobota', '', '080', 'state', 1, 0),
(3338, 'state_Muta_3338', 'Muta', 'Muta', '', '081', 'state', 1, 0),
(3339, 'state_Naklo_3339', 'Naklo', 'Naklo', '', '082', 'state', 1, 0),
(3340, 'state_Nazarje_3340', 'Nazarje', 'Nazarje', '', '083', 'state', 1, 0),
(3341, 'state_Nova_Gorica_3341', 'Nova Gorica', 'Nova Gorica', '', '084', 'state', 1, 0),
(3342, 'state_Novo_mesto_3342', 'Novo mesto', 'Novo mesto', '', '085', 'state', 1, 0),
(3343, 'state_Odranci_3343', 'Odranci', 'Odranci', '', '086', 'state', 1, 0),
(3344, 'state_Ormo___3344', 'Ormož', 'Ormož', '', '087', 'state', 1, 0),
(3345, 'state_Osilnica_3345', 'Osilnica', 'Osilnica', '', '088', 'state', 1, 0),
(3346, 'state_Pesnica_3346', 'Pesnica', 'Pesnica', '', '089', 'state', 1, 0),
(3347, 'state_Piran_3347', 'Piran', 'Piran', '', '090', 'state', 1, 0),
(3348, 'state_Pivka_3348', 'Pivka', 'Pivka', '', '091', 'state', 1, 0),
(3349, 'state_Pod__etrtek_3349', 'Podčetrtek', 'Podčetrtek', '', '092', 'state', 1, 0),
(3350, 'state_Podvelka_3350', 'Podvelka', 'Podvelka', '', '093', 'state', 1, 0),
(3351, 'state_Postojna_3351', 'Postojna', 'Postojna', '', '094', 'state', 1, 0),
(3352, 'state_Preddvor_3352', 'Preddvor', 'Preddvor', '', '095', 'state', 1, 0),
(3353, 'state_Ptuj_3353', 'Ptuj', 'Ptuj', '', '096', 'state', 1, 0),
(3354, 'state_Puconci_3354', 'Puconci', 'Puconci', '', '097', 'state', 1, 0),
(3355, 'state_Ra__e_Fram_3355', 'Rače-Fram', 'Rače-Fram', '', '098', 'state', 1, 0),
(3356, 'state_Rade__e_3356', 'Radeče', 'Radeče', '', '099', 'state', 1, 0),
(3357, 'state_Radenci_3357', 'Radenci', 'Radenci', '', '100', 'state', 1, 0),
(3358, 'state_Radlje_ob_Dravi_3358', 'Radlje ob Dravi', 'Radlje ob Dravi', '', '101', 'state', 1, 0),
(3359, 'state_Radovljica_3359', 'Radovljica', 'Radovljica', '', '102', 'state', 1, 0),
(3360, 'state_Ravne_na_Koro__kem_3360', 'Ravne na Koroškem', 'Ravne na Koroškem', '', '103', 'state', 1, 0),
(3361, 'state_Ribnica_3361', 'Ribnica', 'Ribnica', '', '104', 'state', 1, 0),
(3362, 'state_Roga__ka_Slatina_3362', 'Rogaška Slatina', 'Rogaška Slatina', '', '106', 'state', 1, 0),
(3363, 'state_Roga__ovci_3363', 'Rogašovci', 'Rogašovci', '', '105', 'state', 1, 0),
(3364, 'state_Rogatec_3364', 'Rogatec', 'Rogatec', '', '107', 'state', 1, 0),
(3365, 'state_Ru__e_3365', 'Ruše', 'Ruše', '', '108', 'state', 1, 0),
(3366, 'state_Semi___3366', 'Semič', 'Semič', '', '109', 'state', 1, 0),
(3367, 'state_Sevnica_3367', 'Sevnica', 'Sevnica', '', '110', 'state', 1, 0),
(3368, 'state_Se__ana_3368', 'Sežana', 'Sežana', '', '111', 'state', 1, 0),
(3369, 'state_Slovenj_Gradec_3369', 'Slovenj Gradec', 'Slovenj Gradec', '', '112', 'state', 1, 0),
(3370, 'state_Slovenska_Bistrica_3370', 'Slovenska Bistrica', 'Slovenska Bistrica', '', '113', 'state', 1, 0),
(3371, 'state_Slovenske_Konjice_3371', 'Slovenske Konjice', 'Slovenske Konjice', '', '114', 'state', 1, 0),
(3372, 'state_Star__e_3372', 'Starše', 'Starše', '', '115', 'state', 1, 0),
(3373, 'state_Sveti_Jurij_3373', 'Sveti Jurij', 'Sveti Jurij', '', '116', 'state', 1, 0),
(3374, 'state___en__ur_3374', 'Šenčur', 'Šenčur', '', '117', 'state', 1, 0),
(3375, 'state___entilj_3375', 'Šentilj', 'Šentilj', '', '118', 'state', 1, 0),
(3376, 'state___entjernej_3376', 'Šentjernej', 'Šentjernej', '', '119', 'state', 1, 0),
(3377, 'state___entjur_pri_Celju_3377', 'Šentjur pri Celju', 'Šentjur pri Celju', '', '120', 'state', 1, 0),
(3378, 'state___kocjan_3378', 'Škocjan', 'Škocjan', '', '121', 'state', 1, 0),
(3379, 'state___kofja_Loka_3379', 'Škofja Loka', 'Škofja Loka', '', '122', 'state', 1, 0),
(3380, 'state___kofljica_3380', 'Škofljica', 'Škofljica', '', '123', 'state', 1, 0),
(3381, 'state___marje_pri_Jel__ah_3381', 'Šmarje pri Jelšah', 'Šmarje pri Jelšah', '', '124', 'state', 1, 0),
(3382, 'state___martno_ob_Paki_3382', 'Šmartno ob Paki', 'Šmartno ob Paki', '', '125', 'state', 1, 0),
(3383, 'state___o__tanj_3383', 'Šoštanj', 'Šoštanj', '', '126', 'state', 1, 0),
(3384, 'state___tore_3384', 'Štore', 'Štore', '', '127', 'state', 1, 0),
(3385, 'state_Tolmin_3385', 'Tolmin', 'Tolmin', '', '128', 'state', 1, 0),
(3386, 'state_Trbovlje_3386', 'Trbovlje', 'Trbovlje', '', '129', 'state', 1, 0),
(3387, 'state_Trebnje_3387', 'Trebnje', 'Trebnje', '', '130', 'state', 1, 0),
(3388, 'state_Tr__i___3388', 'Tržič', 'Tržič', '', '131', 'state', 1, 0),
(3389, 'state_Turni____e_3389', 'Turnišče', 'Turnišče', '', '132', 'state', 1, 0),
(3390, 'state_Velenje_3390', 'Velenje', 'Velenje', '', '133', 'state', 1, 0),
(3391, 'state_Velike_La____e_3391', 'Velike Lašče', 'Velike Lašče', '', '134', 'state', 1, 0),
(3392, 'state_Videm_3392', 'Videm', 'Videm', '', '135', 'state', 1, 0),
(3393, 'state_Vipava_3393', 'Vipava', 'Vipava', '', '136', 'state', 1, 0),
(3394, 'state_Vitanje_3394', 'Vitanje', 'Vitanje', '', '137', 'state', 1, 0),
(3395, 'state_Vodice_3395', 'Vodice', 'Vodice', '', '138', 'state', 1, 0),
(3396, 'state_Vojnik_3396', 'Vojnik', 'Vojnik', '', '139', 'state', 1, 0),
(3397, 'state_Vrhnika_3397', 'Vrhnika', 'Vrhnika', '', '140', 'state', 1, 0),
(3398, 'state_Vuzenica_3398', 'Vuzenica', 'Vuzenica', '', '141', 'state', 1, 0),
(3399, 'state_Zagorje_ob_Savi_3399', 'Zagorje ob Savi', 'Zagorje ob Savi', '', '142', 'state', 1, 0),
(3400, 'state_Zavr___3400', 'Zavrč', 'Zavrč', '', '143', 'state', 1, 0),
(3401, 'state_Zre__e_3401', 'Zreče', 'Zreče', '', '144', 'state', 1, 0),
(3402, 'state___elezniki_3402', 'Železniki', 'Železniki', '', '146', 'state', 1, 0),
(3403, 'state___iri_3403', 'Žiri', 'Žiri', '', '147', 'state', 1, 0),
(3404, 'state_Benedikt_3404', 'Benedikt', 'Benedikt', '', '148', 'state', 1, 0),
(3405, 'state_Bistrica_ob_Sotli_3405', 'Bistrica ob Sotli', 'Bistrica ob Sotli', '', '149', 'state', 1, 0),
(3406, 'state_Bloke_3406', 'Bloke', 'Bloke', '', '150', 'state', 1, 0),
(3407, 'state_Braslov__e_3407', 'Braslovče', 'Braslovče', '', '151', 'state', 1, 0),
(3408, 'state_Cankova_3408', 'Cankova', 'Cankova', '', '152', 'state', 1, 0),
(3409, 'state_Cerkvenjak_3409', 'Cerkvenjak', 'Cerkvenjak', '', '153', 'state', 1, 0),
(3410, 'state_Dobje_3410', 'Dobje', 'Dobje', '', '154', 'state', 1, 0),
(3411, 'state_Dobrna_3411', 'Dobrna', 'Dobrna', '', '155', 'state', 1, 0),
(3412, 'state_Dobrovnik_3412', 'Dobrovnik', 'Dobrovnik', '', '156', 'state', 1, 0),
(3413, 'state_Dolenjske_Toplice_3413', 'Dolenjske Toplice', 'Dolenjske Toplice', '', '157', 'state', 1, 0),
(3414, 'state_Grad_3414', 'Grad', 'Grad', '', '158', 'state', 1, 0),
(3415, 'state_Hajdina_3415', 'Hajdina', 'Hajdina', '', '159', 'state', 1, 0),
(3416, 'state_Ho__e_Slivnica_3416', 'Hoče-Slivnica', 'Hoče-Slivnica', '', '160', 'state', 1, 0),
(3417, 'state_Hodo___3417', 'Hodoš', 'Hodoš', '', '161', 'state', 1, 0),
(3418, 'state_Horjul_3418', 'Horjul', 'Horjul', '', '162', 'state', 1, 0),
(3419, 'state_Jezersko_3419', 'Jezersko', 'Jezersko', '', '163', 'state', 1, 0),
(3420, 'state_Komenda_3420', 'Komenda', 'Komenda', '', '164', 'state', 1, 0),
(3421, 'state_Kostel_3421', 'Kostel', 'Kostel', '', '165', 'state', 1, 0),
(3422, 'state_Kri__evci_3422', 'Križevci', 'Križevci', '', '166', 'state', 1, 0),
(3423, 'state_Lovrenc_na_Pohorju_3423', 'Lovrenc na Pohorju', 'Lovrenc na Pohorju', '', '167', 'state', 1, 0),
(3424, 'state_Markovci_3424', 'Markovci', 'Markovci', '', '168', 'state', 1, 0),
(3425, 'state_Miklav___na_Dravskem_polju_3425', 'Miklavž na Dravskem polju', 'Miklavž na Dravskem polju', '', '169', 'state', 1, 0),
(3426, 'state_Mirna_Pe___3426', 'Mirna Peč', 'Mirna Peč', '', '170', 'state', 1, 0),
(3427, 'state_Oplotnica_3427', 'Oplotnica', 'Oplotnica', '', '171', 'state', 1, 0),
(3428, 'state_Podlehnik_3428', 'Podlehnik', 'Podlehnik', '', '172', 'state', 1, 0),
(3429, 'state_Polzela_3429', 'Polzela', 'Polzela', '', '173', 'state', 1, 0),
(3430, 'state_Prebold_3430', 'Prebold', 'Prebold', '', '174', 'state', 1, 0),
(3431, 'state_Prevalje_3431', 'Prevalje', 'Prevalje', '', '175', 'state', 1, 0),
(3432, 'state_Razkri__je_3432', 'Razkrižje', 'Razkrižje', '', '176', 'state', 1, 0),
(3433, 'state_Ribnica_na_Pohorju_3433', 'Ribnica na Pohorju', 'Ribnica na Pohorju', '', '177', 'state', 1, 0),
(3434, 'state_Selnica_ob_Dravi_3434', 'Selnica ob Dravi', 'Selnica ob Dravi', '', '178', 'state', 1, 0),
(3435, 'state_Sodra__ica_3435', 'Sodražica', 'Sodražica', '', '179', 'state', 1, 0),
(3436, 'state_Sol__ava_3436', 'Solčava', 'Solčava', '', '180', 'state', 1, 0),
(3437, 'state_Sveta_Ana_3437', 'Sveta Ana', 'Sveta Ana', '', '181', 'state', 1, 0),
(3438, 'state_Sveti_Andra___v_Slovenskih_goricah_3438', 'Sveti Andraž v Slovenskih goricah', 'Sveti Andraž v Slovenskih goricah', '', '182', 'state', 1, 0),
(3439, 'state___empeter_Vrtojba_3439', 'Šempeter-Vrtojba', 'Šempeter-Vrtojba', '', '183', 'state', 1, 0),
(3440, 'state_Tabor_3440', 'Tabor', 'Tabor', '', '184', 'state', 1, 0),
(3441, 'state_Trnovska_vas_3441', 'Trnovska vas', 'Trnovska vas', '', '185', 'state', 1, 0),
(3442, 'state_Trzin_3442', 'Trzin', 'Trzin', '', '186', 'state', 1, 0),
(3443, 'state_Velika_Polana_3443', 'Velika Polana', 'Velika Polana', '', '187', 'state', 1, 0),
(3444, 'state_Ver__ej_3444', 'Veržej', 'Veržej', '', '188', 'state', 1, 0),
(3445, 'state_Vransko_3445', 'Vransko', 'Vransko', '', '189', 'state', 1, 0),
(3446, 'state___alec_3446', 'Žalec', 'Žalec', '', '190', 'state', 1, 0),
(3447, 'state___etale_3447', 'Žetale', 'Žetale', '', '191', 'state', 1, 0),
(3448, 'state___irovnica_3448', 'Žirovnica', 'Žirovnica', '', '192', 'state', 1, 0),
(3449, 'state___u__emberk_3449', 'Žužemberk', 'Žužemberk', '', '193', 'state', 1, 0),
(3450, 'state___martno_pri_Litiji_3450', 'Šmartno pri Litiji', 'Šmartno pri Litiji', '', '194', 'state', 1, 0),
(3453, 'state_Guadalcanal_3453', 'Guadalcanal', 'Guadalcanal', '', 'GC', 'state', 1, 0),
(3454, 'state_Honiara_3454', 'Honiara', 'Honiara', '', 'HO', 'state', 1, 0),
(3455, 'state_Isabel_3455', 'Isabel', 'Isabel', '', 'IS', 'state', 1, 0),
(3456, 'state_Makira_3456', 'Makira', 'Makira', '', 'MK', 'state', 1, 0),
(3457, 'state_Malaita_3457', 'Malaita', 'Malaita', '', 'ML', 'state', 1, 0),
(3458, 'state_Rennell_and_Bellona_3458', 'Rennell and Bellona', 'Rennell and Bellona', '', 'RB', 'state', 1, 0),
(3459, 'state_Temotu_3459', 'Temotu', 'Temotu', '', 'TM', 'state', 1, 0),
(3461, 'state_Awdal_3461', 'Awdal', 'Awdal', '', 'AD', 'state', 1, 0),
(3462, 'state_Bakool_3462', 'Bakool', 'Bakool', '', 'BK', 'state', 1, 0),
(3463, 'state_Banaadir_3463', 'Banaadir', 'Banaadir', '', 'BN', 'state', 1, 0),
(3464, 'state_Bari_3464', 'Bari', 'Bari', '', 'BR', 'state', 1, 0),
(3465, 'state_Bay_3465', 'Bay', 'Bay', '', 'BY', 'state', 1, 0),
(3466, 'state_Gedo_3466', 'Gedo', 'Gedo', '', 'GD', 'state', 1, 0),
(3467, 'state_Galguduud_3467', 'Galguduud', 'Galguduud', '', 'GG', 'state', 1, 0),
(3468, 'state_Hiiraan_3468', 'Hiiraan', 'Hiiraan', '', 'HR', 'state', 1, 0),
(3469, 'state_Jubbada_Dhexe_3469', 'Jubbada Dhexe', 'Jubbada Dhexe', '', 'JD', 'state', 1, 0),
(3470, 'state_Jubbada_Hoose_3470', 'Jubbada Hoose', 'Jubbada Hoose', '', 'JH', 'state', 1, 0),
(3471, 'state_Mudug_3471', 'Mudug', 'Mudug', '', 'MD', 'state', 1, 0),
(3472, 'state_Nugaal_3472', 'Nugaal', 'Nugaal', '', 'NG', 'state', 1, 0),
(3473, 'state_Shabeellaha_Dhexe_3473', 'Shabeellaha Dhexe', 'Shabeellaha Dhexe', '', 'SD', 'state', 1, 0),
(3474, 'state_Sanaag_3474', 'Sanaag', 'Sanaag', '', 'SG', 'state', 1, 0),
(3475, 'state_Shabeellaha_Hoose_3475', 'Shabeellaha Hoose', 'Shabeellaha Hoose', '', 'SH', 'state', 1, 0),
(3476, 'state_Sool_3476', 'Sool', 'Sool', '', 'SL', 'state', 1, 0),
(3477, 'state_Togdheer_3477', 'Togdheer', 'Togdheer', '', 'TG', 'state', 1, 0),
(3478, 'state_Woqooyi_Galbeed_3478', 'Woqooyi Galbeed', 'Woqooyi Galbeed', '', 'WG', 'state', 1, 0),
(3479, 'state_Eastern_Cape_3479', 'Eastern Cape', 'Eastern Cape', '', 'EC', 'state', 1, 0),
(3480, 'state_Free_State_3480', 'Free State', 'Free State', '', 'FS', 'state', 1, 0),
(3481, 'state_Gauteng_3481', 'Gauteng', 'Gauteng', '', 'GT', 'state', 1, 0),
(3482, 'state_Limpopo_3482', 'Limpopo', 'Limpopo', '', 'LP', 'state', 1, 0),
(3483, 'state_Mpumalanga_3483', 'Mpumalanga', 'Mpumalanga', '', 'MP', 'state', 1, 0),
(3484, 'state_Northern_Cape_3484', 'Northern Cape', 'Northern Cape', '', 'NC', 'state', 1, 0),
(3485, 'state_KwaZulu_Natal_3485', 'KwaZulu-Natal', 'KwaZulu-Natal', '', 'NL', 'state', 1, 0),
(3487, 'state_Western_Cape_3487', 'Western Cape', 'Western Cape', '', 'WC', 'state', 1, 0),
(4556, 'state_North_West_4556', 'North West', 'North West', '', 'NW', 'state', 1, 0),
(3499, 'state_A_Coru__a_3499', 'A Coruña', 'A Coruña', '', 'C', 'state', 1, 0),
(3490, 'state_Alicante_3490', 'Alicante', 'Alicante', '', 'A', 'state', 1, 0),
(3491, 'state_Albacete_3491', 'Albacete', 'Albacete', '', 'AB', 'state', 1, 0),
(3492, 'state_Almer__a_3492', 'Almería', 'Almería', '', 'AL', 'state', 1, 0),
(3548, 'state___lava_3548', 'Álava', 'Álava', '', 'VI', 'state', 1, 0),
(3530, 'state_Asturias_3530', 'Asturias', 'Asturias', '', 'O', 'state', 1, 0),
(3494, 'state___vila_3494', 'Ávila', 'Ávila', '', 'AV', 'state', 1, 0),
(3496, 'state_Badajoz_3496', 'Badajoz', 'Badajoz', '', 'BA', 'state', 1, 0),
(3533, 'state_Baleares_3533', 'Islas Baleares', 'Islas Baleares', '', 'PM', 'state', 1, 0),
(3495, 'state_Barcelona_3495', 'Barcelona', 'Barcelona', '', 'B', 'state', 1, 0),
(3498, 'state_Burgos_3498', 'Burgos', 'Burgos', '', 'BU', 'state', 1, 0),
(3501, 'state_C__ceres_3501', 'Cáceres', 'Cáceres', '', 'CC', 'state', 1, 0),
(3500, 'state_C__diz_3500', 'Cádiz', 'Cádiz', '', 'CA', 'state', 1, 0),
(3536, 'state_Cantabria_3536', 'Cantabria', 'Cantabria', '', 'S', 'state', 1, 0),
(3508, 'state_Castell__n_3508', 'Castellón', 'Castellón', '', 'CS', 'state', 1, 0),
(3502, 'state_Ceuta_3502', 'Ceuta', 'Ceuta', '', 'CE', 'state', 1, 0),
(3507, 'state_Ciudad_Real_3507', 'Ciudad Real', 'Ciudad Real', '', 'CR', 'state', 1, 0),
(3506, 'state_C__rdoba_3506', 'Córdoba', 'Córdoba', '', 'CO', 'state', 1, 0),
(3510, 'state_Cuenca_3510', 'Cuenca', 'Cuenca', '', 'CU', 'state', 1, 0),
(3541, 'state_Guip__zcoa_3541', 'Guipúzcoa', 'Guipúzcoa', '', 'SS', 'state', 1, 0),
(3514, 'state_Girona_3514', 'Girona', 'Girona', '', 'GI', 'state', 1, 0),
(4504, 'state_Granada_4504', 'Granada', 'Granada', '', 'GR', 'state', 1, 0),
(3516, 'state_Guadalajara_3516', 'Guadalajara', 'Guadalajara', '', 'GU', 'state', 1, 0),
(3517, 'state_Huelva_3517', 'Huelva', 'Huelva', '', 'H', 'state', 1, 0),
(3518, 'state_Huesca_3518', 'Huesca', 'Huesca', '', 'HU', 'state', 1, 0),
(3520, 'state_Ja__n_3520', 'Jaén', 'Jaén', '', 'J', 'state', 1, 0),
(3523, 'state_La_Rioja_3523', 'La Rioja', 'La Rioja', '', 'LO', 'state', 1, 0),
(3513, 'state_Las_Palmas_3513', 'Las Palmas', 'Las Palmas', '', 'GC', 'state', 1, 0),
(4505, 'state_Le__n_4505', 'León', 'León', '', 'LE', 'state', 1, 0),
(3521, 'state_Lleida_3521', 'Lleida', 'Lleida', '', 'L', 'state', 1, 0),
(3524, 'state_Lugo_3524', 'Lugo', 'Lugo', '', 'LU', 'state', 1, 0),
(3525, 'state_Madrid_3525', 'Madrid', 'Madrid', '', 'M', 'state', 1, 0),
(3526, 'state_M__laga_3526', 'Málaga', 'Málaga', '', 'MA', 'state', 1, 0),
(3527, 'state_Melilla_3527', 'Melilla', 'Melilla', '', 'ML', 'state', 1, 0),
(3528, 'state_Murcia_3528', 'Murcia', 'Murcia', '', 'MU', 'state', 1, 0),
(3529, 'state_Navarre_3529', 'Navarra', 'Navarra', '', 'NA', 'state', 1, 0),
(3531, 'state_Ourense_3531', 'Ourense', 'Ourense', '', 'OR', 'state', 1, 0),
(3532, 'state_Palencia_3532', 'Palencia', 'Palencia', '', 'P', 'state', 1, 0),
(3534, 'state_Pontevedra_3534', 'Pontevedra', 'Pontevedra', '', 'PO', 'state', 1, 0),
(3537, 'state_Salamanca_3537', 'Salamanca', 'Salamanca', '', 'SA', 'state', 1, 0),
(3539, 'state_Segovia_3539', 'Segovia', 'Segovia', '', 'SG', 'state', 1, 0),
(3538, 'state_Seville_3538', 'Sevilla', 'Sevilla', '', 'SE', 'state', 1, 0),
(3540, 'state_Soria_3540', 'Soria', 'Soria', '', 'SO', 'state', 1, 0),
(3542, 'state_Tarragona_3542', 'Tarragona', 'Tarragona', '', 'T', 'state', 1, 0),
(3544, 'state_Santa_Cruz_De_Tenerife_3544', 'Santa Cruz de Tenerife', 'Santa Cruz de Tenerife', '', 'TF', 'state', 1, 0),
(3543, 'state_Teruel_3543', 'Teruel', 'Teruel', '', 'TE', 'state', 1, 0),
(3545, 'state_Toledo_3545', 'Toledo', 'Toledo', '', 'TO', 'state', 1, 0),
(3546, 'state_Valencia_3546', 'Valencia', 'Valencia', '', 'V', 'state', 1, 0),
(3547, 'state_Valladolid_3547', 'Valladolid', 'Valladolid', '', 'VA', 'state', 1, 0),
(3497, 'state_Vizcaya_3497', 'Vizcaya', 'Vizcaya', '', 'BI', 'state', 1, 0),
(3550, 'state_Zamora_3550', 'Zamora', 'Zamora', '', 'ZA', 'state', 1, 0),
(3549, 'state_Zaragoza_3549', 'Zaragoza', 'Zaragoza', '', 'Z', 'state', 1, 0),
(3552, 'state_North_Central_3552', 'North Central', 'North Central', '', 'NC', 'state', 1, 0),
(3553, 'state_North_3553', 'North', 'North', '', 'NO', 'state', 1, 0),
(3555, 'state_North_Western_3555', 'North Western', 'North Western', '', 'NW', 'state', 1, 0),
(3557, 'state_Uva_3557', 'Uva', 'Uva', '', 'UV', 'state', 1, 0),
(3558, 'state_Sabaragamuwa_3558', 'Sabaragamuwa', 'Sabaragamuwa', '', 'SA', 'state', 1, 0),
(3560, 'state_______________________3560', 'أعالي النيل', 'أعالي النيل', '', 'ANL', 'state', 1, 0),
(3561, 'state_________________________3561', 'البحر الأحمر', 'البحر الأحمر', '', 'BAM', 'state', 1, 0),
(3562, 'state__________________3562', 'البحيرات', 'البحيرات', '', 'BRT', 'state', 1, 0),
(3563, 'state___________________________3563', 'ولاية الجزيرة', 'ولاية الجزيرة', '', 'JZR', 'state', 1, 0),
(3564, 'state________________3564', 'الخرطوم', 'الخرطوم', '', 'KRT', 'state', 1, 0),
(3565, 'state________________3565', 'القضارف', 'القضارف', '', 'QDR', 'state', 1, 0),
(3566, 'state______________3566', 'الوحدة', 'الوحدة', '', 'WDH', 'state', 1, 0),
(3567, 'state_________________________3567', 'النيل الأبيض', 'النيل الأبيض', '', 'ANB', 'state', 1, 0),
(3568, 'state_________________________3568', 'النيل الأزرق', 'النيل الأزرق', '', 'ANZ', 'state', 1, 0),
(3569, 'state__________________3569', 'الشمالية', 'الشمالية', '', 'ASH', 'state', 1, 0),
(3570, 'state___________________________________3570', 'الاستوائية الوسطى', 'الاستوائية الوسطى', '', 'BJA', 'state', 1, 0),
(3571, 'state_____________________________3571', 'غرب الاستوائية', 'غرب الاستوائية', '', 'GIS', 'state', 1, 0),
(3572, 'state____________________________3572', 'غرب بحر الغزال', 'غرب بحر الغزال', '', 'GBG', 'state', 1, 0),
(3573, 'state_____________________3573', 'غرب دارفور', 'غرب دارفور', '', 'GDA', 'state', 1, 0),
(3574, 'state_____________________3574', 'غرب كردفان', 'غرب كردفان', '', 'GKU', 'state', 1, 0),
(3575, 'state_______________________3575', 'جنوب دارفور', 'جنوب دارفور', '', 'JDA', 'state', 1, 0),
(3576, 'state_______________________3576', 'جنوب كردفان', 'جنوب كردفان', '', 'JKU', 'state', 1, 0),
(3577, 'state______________3577', 'جونقلي', 'جونقلي', '', 'JQL', 'state', 1, 0),
(3578, 'state__________3578', 'كسلا', 'كسلا', '', 'KSL', 'state', 1, 0),
(3579, 'state______________________________3579', 'ولاية نهر النيل', 'ولاية نهر النيل', '', 'NNL', 'state', 1, 0),
(3580, 'state______________________________3580', 'شمال بحر الغزال', 'شمال بحر الغزال', '', 'SBG', 'state', 1, 0),
(3581, 'state_______________________3581', 'شمال دارفور', 'شمال دارفور', '', 'SDA', 'state', 1, 0),
(3582, 'state_______________________3582', 'شمال كردفان', 'شمال كردفان', '', 'SKU', 'state', 1, 0),
(3583, 'state_____________________________3583', 'شرق الاستوائية', 'شرق الاستوائية', '', 'SIS', 'state', 1, 0),
(3584, 'state__________3584', 'سنار', 'سنار', '', 'SNR', 'state', 1, 0),
(3585, 'state____________3585', 'واراب', 'واراب', '', 'WRB', 'state', 1, 0),
(3586, 'state_Brokopondo_3586', 'Brokopondo', 'Brokopondo', '', 'BR', 'state', 1, 0),
(3587, 'state_Commewijne_3587', 'Commewijne', 'Commewijne', '', 'CM', 'state', 1, 0),
(3588, 'state_Coronie_3588', 'Coronie', 'Coronie', '', 'CR', 'state', 1, 0),
(3589, 'state_Marowijne_3589', 'Marowijne', 'Marowijne', '', 'MA', 'state', 1, 0),
(3590, 'state_Nickerie_3590', 'Nickerie', 'Nickerie', '', 'NI', 'state', 1, 0),
(3591, 'state_Paramaribo_3591', 'Paramaribo', 'Paramaribo', '', 'PM', 'state', 1, 0),
(3592, 'state_Para_3592', 'Para', 'Para', '', 'PR', 'state', 1, 0),
(3593, 'state_Saramacca_3593', 'Saramacca', 'Saramacca', '', 'SA', 'state', 1, 0),
(3594, 'state_Sipaliwini_3594', 'Sipaliwini', 'Sipaliwini', '', 'SI', 'state', 1, 0),
(3595, 'state_Wanica_3595', 'Wanica', 'Wanica', '', 'WA', 'state', 1, 0),
(3596, 'state_Hhohho_3596', 'Hhohho', 'Hhohho', '', 'HH', 'state', 1, 0),
(3597, 'state_Lubombo_3597', 'Lubombo', 'Lubombo', '', 'LU', 'state', 1, 0),
(3598, 'state_Manzini_3598', 'Manzini', 'Manzini', '', 'MA', 'state', 1, 0),
(3599, 'state_Shiselweni_3599', 'Shiselweni', 'Shiselweni', '', 'SH', 'state', 1, 0),
(3600, 'state_Stockholms_l__n_3600', 'Stockholms län', 'Stockholms län', '', 'AB', 'state', 1, 0),
(3601, 'state_Uppsala_l__n_3601', 'Uppsala län', 'Uppsala län', '', 'C', 'state', 1, 0),
(3602, 'state_S__dermanlands_l__n_3602', 'Södermanlands län', 'Södermanlands län', '', 'D', 'state', 1, 0),
(3603, 'state___sterg__tlands_l__n_3603', 'Östergötlands län', 'Östergötlands län', '', 'E', 'state', 1, 0),
(3604, 'state_J__nk__pings_l__n_3604', 'Jönköpings län', 'Jönköpings län', '', 'F', 'state', 1, 0),
(3605, 'state_Kronobergs_l__n_3605', 'Kronobergs län', 'Kronobergs län', '', 'G', 'state', 1, 0),
(3606, 'state_Kalmar_l__n_3606', 'Kalmar län', 'Kalmar län', '', 'H', 'state', 1, 0),
(3607, 'state_Gotlands_l__n_3607', 'Gotlands län', 'Gotlands län', '', 'I', 'state', 1, 0),
(3608, 'state_Blekinge_l__n_3608', 'Blekinge län', 'Blekinge län', '', 'K', 'state', 1, 0),
(3609, 'state_Sk__ne_l__n_3609', 'Skåne län', 'Skåne län', '', 'M', 'state', 1, 0),
(3610, 'state_Hallands_l__n_3610', 'Hallands län', 'Hallands län', '', 'N', 'state', 1, 0),
(3611, 'state_V__stra_G__talands_l__n_3611', 'Västra Götalands län', 'Västra Götalands län', '', 'O', 'state', 1, 0),
(3612, 'state_V__rmlands_l__n__3612', 'Värmlands län;', 'Värmlands län;', '', 'S', 'state', 1, 0);
INSERT INTO `xjmw1_hikashop_zone` (`zone_id`, `zone_namekey`, `zone_name`, `zone_name_english`, `zone_code_2`, `zone_code_3`, `zone_type`, `zone_published`, `zone_currency_id`) VALUES
(3613, 'state___rebro_l__n_3613', 'Örebro län', 'Örebro län', '', 'T', 'state', 1, 0),
(3614, 'state_V__stmanlands_l__n__3614', 'Västmanlands län;', 'Västmanlands län;', '', 'U', 'state', 1, 0),
(3615, 'state_Dalarnas_l__n_3615', 'Dalarnas län', 'Dalarnas län', '', 'W', 'state', 1, 0),
(3616, 'state_G__vleborgs_l__n_3616', 'Gävleborgs län', 'Gävleborgs län', '', 'X', 'state', 1, 0),
(3617, 'state_V__sternorrlands_l__n_3617', 'Västernorrlands län', 'Västernorrlands län', '', 'Y', 'state', 1, 0),
(3618, 'state_J__mtlands_l__n_3618', 'Jämtlands län', 'Jämtlands län', '', 'Z', 'state', 1, 0),
(3619, 'state_V__sterbottens_l__n_3619', 'Västerbottens län', 'Västerbottens län', '', 'AC', 'state', 1, 0),
(3620, 'state_Norrbottens_l__n_3620', 'Norrbottens län', 'Norrbottens län', '', 'BD', 'state', 1, 0),
(3621, 'state_Z__rich_3621', 'Zürich', 'Zürich', '', 'ZH', 'state', 1, 0),
(3622, 'state_Bern_3622', 'Bern', 'Bern', '', 'BE', 'state', 1, 0),
(3623, 'state_Luzern_3623', 'Luzern', 'Luzern', '', 'LU', 'state', 1, 0),
(3624, 'state_Uri_3624', 'Uri', 'Uri', '', 'UR', 'state', 1, 0),
(3625, 'state_Schwyz_3625', 'Schwyz', 'Schwyz', '', 'SZ', 'state', 1, 0),
(3626, 'state_Obwalden_3626', 'Obwalden', 'Obwalden', '', 'OW', 'state', 1, 0),
(3627, 'state_Nidwalden_3627', 'Nidwalden', 'Nidwalden', '', 'NW', 'state', 1, 0),
(3628, 'state_Glasrus_3628', 'Glarus', 'Glarus', '', 'GL', 'state', 1, 0),
(3629, 'state_Zug_3629', 'Zug', 'Zug', '', 'ZG', 'state', 1, 0),
(3630, 'state_Fribourg_3630', 'Fribourg', 'Fribourg', '', 'FR', 'state', 1, 0),
(3631, 'state_Solothurn_3631', 'Solothurn', 'Solothurn', '', 'SO', 'state', 1, 0),
(3632, 'state_Basel_Stadt_3632', 'Basel-Stadt', 'Basel-Stadt', '', 'BS', 'state', 1, 0),
(3633, 'state_Basel_Landschaft_3633', 'Basel-Landschaft', 'Basel-Landschaft', '', 'BL', 'state', 1, 0),
(3634, 'state_Schaffhausen_3634', 'Schaffhausen', 'Schaffhausen', '', 'SH', 'state', 1, 0),
(3635, 'state_Appenzell_Ausserrhoden_3635', 'Appenzell Ausserrhoden', 'Appenzell Ausserrhoden', '', 'AR', 'state', 1, 0),
(3636, 'state_Appenzell_Innerrhoden_3636', 'Appenzell Innerrhoden', 'Appenzell Innerrhoden', '', 'AI', 'state', 1, 0),
(3637, 'state_Saint_Gallen_3637', 'St. Gallen', 'St. Gallen', '', 'SG', 'state', 1, 0),
(3638, 'state_Graub__nden_3638', 'Graubünden', 'Graubünden', '', 'GR', 'state', 1, 0),
(3639, 'state_Aargau_3639', 'Aargau', 'Aargau', '', 'AG', 'state', 1, 0),
(3640, 'state_Thurgau_3640', 'Thurgau', 'Thurgau', '', 'TG', 'state', 1, 0),
(3641, 'state_Ticino_3641', 'Ticino', 'Ticino', '', 'TI', 'state', 1, 0),
(3642, 'state_Vaud_3642', 'Vaud', 'Vaud', '', 'VD', 'state', 1, 0),
(3643, 'state_Valais_3643', 'Valais', 'Valais', '', 'VS', 'state', 1, 0),
(3644, 'state_Nuech__tel_3644', 'Neuchâtel', 'Neuchâtel', '', 'NE', 'state', 1, 0),
(3645, 'state_Gen__ve_3645', 'Genève', 'Genève', '', 'GE', 'state', 1, 0),
(3646, 'state_Jura_3646', 'Jura', 'Jura', '', 'JU', 'state', 1, 0),
(3647, 'state__________3647', 'دمشق', 'دمشق', '', 'DI', 'state', 1, 0),
(3648, 'state__________3648', 'درعا', 'درعا', '', 'DR', 'state', 1, 0),
(3649, 'state___________________3649', 'دير الزور', 'دير الزور', '', 'DZ', 'state', 1, 0),
(3650, 'state______________3650', 'الحسكة', 'الحسكة', '', 'HA', 'state', 1, 0),
(3651, 'state________3651', 'حمص', 'حمص', '', 'HI', 'state', 1, 0),
(3652, 'state________3652', 'حلب', 'حلب', '', 'HL', 'state', 1, 0),
(3653, 'state__________3653', 'حماه', 'حماه', '', 'HM', 'state', 1, 0),
(3654, 'state__________3654', 'ادلب', 'ادلب', '', 'ID', 'state', 1, 0),
(3655, 'state__________________3655', 'اللاذقية', 'اللاذقية', '', 'LA', 'state', 1, 0),
(3656, 'state__________________3656', 'القنيطرة', 'القنيطرة', '', 'QU', 'state', 1, 0),
(3657, 'state____________3657', 'الرقة', 'الرقة', '', 'RA', 'state', 1, 0),
(3658, 'state_________________3658', 'ریف دمشق', 'ریف دمشق', '', 'RD', 'state', 1, 0),
(3659, 'state__________________3659', 'السويداء', 'السويداء', '', 'SU', 'state', 1, 0),
(3660, 'state____________3660', 'طرطوس', 'طرطوس', '', 'TA', 'state', 1, 0),
(3661, 'state___________3661', '彰化縣', 'Changhua County', '', 'CHH', 'state', 1, 0),
(3662, 'state___________3662', '嘉義市', 'Chiayi City', '', 'CYC', 'state', 1, 0),
(3663, 'state___________3663', '嘉義縣', 'Chiayi County', '', 'CYH', 'state', 1, 0),
(3664, 'state___________3664', '新竹縣', 'Hsinchu County', '', 'HCH', 'state', 1, 0),
(3665, 'state___________3665', '新竹市', 'Hsinchu City', '', 'HCC', 'state', 1, 0),
(3666, 'state___________3666', '花蓮縣', 'Hualien County', '', 'HLH', 'state', 1, 0),
(3667, 'state___________3667', '宜蘭縣', 'Yilan County', '', 'YLH', 'state', 1, 0),
(3668, 'state___________3668', '基隆市', 'Keelung City', '', 'KLC', 'state', 1, 0),
(3669, 'state___________3669', '高雄市', 'Kaohsiung City', '', 'KHC', 'state', 1, 0),
(3670, 'state___________3670', '金門縣', 'Jinmen County', '', 'JMH', 'state', 1, 0),
(3671, 'state___________3671', '苗栗縣', 'Miaoli County', '', 'MLH', 'state', 1, 0),
(3672, 'state___________3672', '南投縣', 'Nantou County', '', 'NTH', 'state', 1, 0),
(3673, 'state___________3673', '澎湖縣', 'Penghu County', '', 'PHH', 'state', 1, 0),
(3674, 'state___________3674', '屏東縣', 'Pingtung County', '', 'PTH', 'state', 1, 0),
(3675, 'state___________3675', '桃園縣', 'Taoyuan County', '', 'TYH', 'state', 1, 0),
(3676, 'state___________3676', '台南市', 'Tainan City', '', 'TNC', 'state', 1, 0),
(3677, 'state___________3677', '連江縣', 'Lianjiang County', '', 'LJH', 'state', 1, 0),
(3678, 'state___________3678', '台北市', 'Taipei City', '', 'TPC', 'state', 1, 0),
(3679, 'state___________3679', '新北市', 'New Taipei City', '', 'NTC', 'state', 1, 0),
(3680, 'state___________3680', '台東縣', 'Taitung County', '', 'TTH', 'state', 1, 0),
(3681, 'state___________3681', '台中市', 'Taichung City', '', 'TCC', 'state', 1, 0),
(3682, 'state___________3682', '雲林縣', 'Yunlin County', '', 'YLH', 'state', 1, 0),
(3684, 'state_____________________________3684', 'کوهستان بدخشان', 'کوهستان بدخشان', '', 'GB', 'state', 1, 0),
(3685, 'state____________3685', 'ختلان', 'ختلان', '', 'KT', 'state', 1, 0),
(3686, 'state________3686', 'سغد', 'سغد', '', 'SU', 'state', 1, 0),
(3687, 'state_Arusha_3687', 'Arusha', 'Arusha', '', '01', 'state', 1, 0),
(3688, 'state_Dar_es_Salaam_3688', 'Dar es Salaam', 'Dar es Salaam', '', '02', 'state', 1, 0),
(3689, 'state_Dodoma_3689', 'Dodoma', 'Dodoma', '', '03', 'state', 1, 0),
(3690, 'state_Iringa_3690', 'Iringa', 'Iringa', '', '04', 'state', 1, 0),
(3691, 'state_Kagera_3691', 'Kagera', 'Kagera', '', '05', 'state', 1, 0),
(3692, 'state_Pemba_Sever_3692', 'Pemba Sever', 'Pemba Sever', '', '06', 'state', 1, 0),
(3693, 'state_Zanzibar_Sever_3693', 'Zanzibar Sever', 'Zanzibar Sever', '', '07', 'state', 1, 0),
(3694, 'state_Kigoma_3694', 'Kigoma', 'Kigoma', '', '08', 'state', 1, 0),
(3695, 'state_Kilimanjaro_3695', 'Kilimanjaro', 'Kilimanjaro', '', '09', 'state', 1, 0),
(3696, 'state_Pemba_Jih_3696', 'Pemba Jih', 'Pemba Jih', '', '10', 'state', 1, 0),
(3697, 'state_Zanzibar_Jih_3697', 'Zanzibar Jih', 'Zanzibar Jih', '', '11', 'state', 1, 0),
(3698, 'state_Lindi_3698', 'Lindi', 'Lindi', '', '12', 'state', 1, 0),
(3699, 'state_Mara_3699', 'Mara', 'Mara', '', '13', 'state', 1, 0),
(3700, 'state_Mbeya_3700', 'Mbeya', 'Mbeya', '', '14', 'state', 1, 0),
(3701, 'state_Zanzibar_Z__pad_3701', 'Zanzibar Západ', 'Zanzibar Západ', '', '15', 'state', 1, 0),
(3702, 'state_Morogoro_3702', 'Morogoro', 'Morogoro', '', '16', 'state', 1, 0),
(3703, 'state_Mtwara_3703', 'Mtwara', 'Mtwara', '', '17', 'state', 1, 0),
(3704, 'state_Mwanza_3704', 'Mwanza', 'Mwanza', '', '18', 'state', 1, 0),
(3705, 'state_Pwani_3705', 'Pwani', 'Pwani', '', '19', 'state', 1, 0),
(3706, 'state_Rukwa_3706', 'Rukwa', 'Rukwa', '', '20', 'state', 1, 0),
(3707, 'state_Ruvuma_3707', 'Ruvuma', 'Ruvuma', '', '21', 'state', 1, 0),
(3708, 'state_Shinyanga_3708', 'Shinyanga', 'Shinyanga', '', '22', 'state', 1, 0),
(3709, 'state_Singida_3709', 'Singida', 'Singida', '', '23', 'state', 1, 0),
(3710, 'state_Tabora_3710', 'Tabora', 'Tabora', '', '24', 'state', 1, 0),
(3711, 'state_Tanga_3711', 'Tanga', 'Tanga', '', '25', 'state', 1, 0),
(3712, 'state_Manyara_3712', 'Manyara', 'Manyara', '', '26', 'state', 1, 0),
(3713, 'state_________________________________________3713', 'กรุงเทพมหานคร', 'กรุงเทพมหานคร', '', 'TH-10', 'state', 1, 0),
(3714, 'state___________________________________3714', 'สมุทรปราการ', 'สมุทรปราการ', '', 'TH-11', 'state', 1, 0),
(3715, 'state_______________________3715', 'นนทบุรี', 'นนทบุรี', '', 'TH-12', 'state', 1, 0),
(3716, 'state__________________________3716', 'ปทุมธานี', 'ปทุมธานี', '', 'TH-13', 'state', 1, 0),
(3717, 'state_______________________________________________3717', 'พระนครศรีอยุธยา', 'พระนครศรีอยุธยา', '', 'TH-14', 'state', 1, 0),
(3718, 'state_______________________3718', 'อ่างทอง', 'อ่างทอง', '', 'TH-15', 'state', 1, 0),
(3719, 'state____________________3719', 'ลพบุรี', 'ลพบุรี', '', 'TH-16', 'state', 1, 0),
(3720, 'state_____________________________3720', 'สิงห์บุรี', 'สิงห์บุรี', '', 'TH-17', 'state', 1, 0),
(3721, 'state____________________3721', 'ชัยนาท', 'ชัยนาท', '', 'TH-18', 'state', 1, 0),
(3722, 'state_______________________3722', 'สระบุรี', 'สระบุรี', '', 'TH-19', 'state', 1, 0),
(3723, 'state____________________3723', 'ชลบุรี', 'ชลบุรี', '', 'TH-20', 'state', 1, 0),
(3724, 'state_________________3724', 'ระยอง', 'ระยอง', '', 'TH-21', 'state', 1, 0),
(3725, 'state__________________________3725', 'จันทบุรี', 'จันทบุรี', '', 'TH-22', 'state', 1, 0),
(3726, 'state______________3726', 'ตราด', 'ตราด', '', 'TH-23', 'state', 1, 0),
(3727, 'state________________________________3727', 'ฉะเชิงเทรา', 'ฉะเชิงเทรา', '', 'TH-24', 'state', 1, 0),
(3728, 'state________________________________3728', 'ปราจีนบุรี', 'ปราจีนบุรี', '', 'TH-25', 'state', 1, 0),
(3729, 'state_______________________3729', 'นครนายก', 'นครนายก', '', 'TH-26', 'state', 1, 0),
(3730, 'state_______________________3730', 'สระแก้ว', 'สระแก้ว', '', 'TH-27', 'state', 1, 0),
(3731, 'state________________________________3731', 'นครราชสีมา', 'นครราชสีมา', '', 'TH-30', 'state', 1, 0),
(3732, 'state_____________________________3732', 'บุรีรัมย์', 'บุรีรัมย์', '', 'TH-31', 'state', 1, 0),
(3733, 'state__________________________3733', 'สุรินทร์', 'สุรินทร์', '', 'TH-32', 'state', 1, 0),
(3734, 'state__________________________3734', 'ศรีสะเกษ', 'ศรีสะเกษ', '', 'TH-33', 'state', 1, 0),
(3735, 'state___________________________________3735', 'อุบลราชธานี', 'อุบลราชธานี', '', 'TH-34', 'state', 1, 0),
(3736, 'state_________________3736', 'ยโสธร', 'ยโสธร', '', 'TH-35', 'state', 1, 0),
(3737, 'state_______________________3737', 'ชัยภูมิ', 'ชัยภูมิ', '', 'TH-36', 'state', 1, 0),
(3738, 'state________________________________3738', 'อำนาจเจริญ', 'อำนาจเจริญ', '', 'TH-37', 'state', 1, 0),
(3739, 'state___________________________________3739', 'หนองบัวลำภู', 'หนองบัวลำภู', '', 'TH-39', 'state', 1, 0),
(3740, 'state_______________________3740', 'ขอนแก่น', 'ขอนแก่น', '', 'TH-40', 'state', 1, 0),
(3741, 'state__________________________3741', 'อุดรธานี', 'อุดรธานี', '', 'TH-41', 'state', 1, 0),
(3742, 'state___________3742', 'เลย', 'เลย', '', 'TH-42', 'state', 1, 0),
(3743, 'state_______________________3743', 'หนองคาย', 'หนองคาย', '', 'TH-43', 'state', 1, 0),
(3744, 'state_____________________________3744', 'มหาสารคาม', 'มหาสารคาม', '', 'TH-44', 'state', 1, 0),
(3745, 'state__________________________3745', 'ร้อยเอ็ด', 'ร้อยเอ็ด', '', 'TH-45', 'state', 1, 0),
(3746, 'state_____________________________3746', 'กาฬสินธุ์', 'กาฬสินธุ์', '', 'TH-46', 'state', 1, 0),
(3747, 'state____________________3747', 'สกลนคร', 'สกลนคร', '', 'TH-47', 'state', 1, 0),
(3748, 'state____________________3748', 'นครพนม', 'นครพนม', '', 'TH-48', 'state', 1, 0),
(3749, 'state__________________________3749', 'มุกดาหาร', 'มุกดาหาร', '', 'TH-49', 'state', 1, 0),
(3750, 'state_____________________________3750', 'เชียงใหม่', 'เชียงใหม่', '', 'TH-50', 'state', 1, 0),
(3751, 'state_________________3751', 'ลำพูน', 'ลำพูน', '', 'TH-51', 'state', 1, 0),
(3752, 'state_________________3752', 'ลำปาง', 'ลำปาง', '', 'TH-52', 'state', 1, 0),
(3753, 'state_____________________________3753', 'อุตรดิตถ์', 'อุตรดิตถ์', '', 'TH-53', 'state', 1, 0),
(3754, 'state______________3754', 'น่าน', 'น่าน', '', 'TH-55', 'state', 1, 0),
(3755, 'state_________________3755', 'พะเยา', 'พะเยา', '', 'TH-56', 'state', 1, 0),
(3756, 'state__________________________3756', 'เชียงราย', 'เชียงราย', '', 'TH-57', 'state', 1, 0),
(3757, 'state________________________________3757', 'แม่ฮ่องสอน', 'แม่ฮ่องสอน', '', 'TH-58', 'state', 1, 0),
(3758, 'state_____________________________3758', 'นครสวรรค์', 'นครสวรรค์', '', 'TH-60', 'state', 1, 0),
(3759, 'state_____________________________3759', 'อุทัยธานี', 'อุทัยธานี', '', 'TH-61', 'state', 1, 0),
(3760, 'state_____________________________3760', 'กำแพงเพชร', 'กำแพงเพชร', '', 'TH-62', 'state', 1, 0),
(3761, 'state___________3761', 'ตาก', 'ตาก', '', 'TH-63', 'state', 1, 0),
(3762, 'state_______________________3762', 'สุโขทัย', 'สุโขทัย', '', 'TH-64', 'state', 1, 0),
(3763, 'state_________________3763', 'ชุมพร', 'ชุมพร', '', 'TH-66', 'state', 1, 0),
(3764, 'state____________________3764', 'พิจิตร', 'พิจิตร', '', 'TH-67', 'state', 1, 0),
(3765, 'state_______________________3765', 'ราชบุรี', 'ราชบุรี', '', 'TH-70', 'state', 1, 0),
(3766, 'state_____________________________3766', 'กาญจนบุรี', 'กาญจนบุรี', '', 'TH-71', 'state', 1, 0),
(3767, 'state________________________________3767', 'สุพรรณบุรี', 'สุพรรณบุรี', '', 'TH-72', 'state', 1, 0),
(3768, 'state____________________3768', 'นครปฐม', 'นครปฐม', '', 'TH-73', 'state', 1, 0),
(3769, 'state_____________________________3769', 'สมุทรสาคร', 'สมุทรสาคร', '', 'TH-74', 'state', 1, 0),
(3770, 'state___________________________________3770', 'สมุทรสงคราม', 'สมุทรสงคราม', '', 'TH-75', 'state', 1, 0),
(3771, 'state__________________________3771', 'เพชรบุรี', 'เพชรบุรี', '', 'TH-76', 'state', 1, 0),
(3772, 'state_______________________________________________3772', 'ประจวบคีรีขันธ์', 'ประจวบคีรีขันธ์', '', 'TH-77', 'state', 1, 0),
(3773, 'state_________________________________________3773', 'นครศรีธรรมราช', 'นครศรีธรรมราช', '', 'TH-80', 'state', 1, 0),
(3774, 'state____________________3774', 'กระบี่', 'กระบี่', '', 'TH-81', 'state', 1, 0),
(3775, 'state_________________3775', 'พังงา', 'พังงา', '', 'TH-82', 'state', 1, 0),
(3776, 'state____________________3776', 'ภูเก็ต', 'ภูเก็ต', '', 'TH-83', 'state', 1, 0),
(3777, 'state______________________________________3777', 'สุราษฎร์ธานี', 'สุราษฎร์ธานี', '', 'TH-84', 'state', 1, 0),
(3778, 'state_________________3778', 'ระนอง', 'ระนอง', '', 'TH-85', 'state', 1, 0),
(3779, 'state_________________3779', 'ชุมพร', 'ชุมพร', '', 'TH-86', 'state', 1, 0),
(3780, 'state_________________3780', 'สงขลา', 'สงขลา', '', 'TH-90', 'state', 1, 0),
(3781, 'state______________3781', 'สตูล', 'สตูล', '', 'TH-91', 'state', 1, 0),
(3782, 'state______________3782', 'ตรัง', 'ตรัง', '', 'TH-92', 'state', 1, 0),
(3783, 'state____________________3783', 'พัทลุง', 'พัทลุง', '', 'TH-93', 'state', 1, 0),
(3784, 'state_______________________3784', 'ปัตตานี', 'ปัตตานี', '', 'TH-94', 'state', 1, 0),
(3785, 'state______________3785', 'ยะลา', 'ยะลา', '', 'TH-95', 'state', 1, 0),
(3786, 'state__________________________3786', 'นราธิวาส', 'นราธิวาส', '', 'TH-96', 'state', 1, 0),
(3787, 'state_Centrale_3787', 'Centrale', 'Centrale', '', 'C', 'state', 1, 0),
(3788, 'state_Kara_3788', 'Kara', 'Kara', '', 'K', 'state', 1, 0),
(3789, 'state_Maritime_3789', 'Maritime', 'Maritime', '', 'M', 'state', 1, 0),
(3790, 'state_Plateaux_3790', 'Plateaux', 'Plateaux', '', 'P', 'state', 1, 0),
(3791, 'state_Savanes_3791', 'Savanes', 'Savanes', '', 'S', 'state', 1, 0),
(3792, 'state_Atafu_3792', 'Atafu', 'Atafu', '', 'A', 'state', 1, 0),
(3793, 'state_Fakaofo_3793', 'Fakaofo', 'Fakaofo', '', 'F', 'state', 1, 0),
(3794, 'state_Nukunonu_3794', 'Nukunonu', 'Nukunonu', '', 'N', 'state', 1, 0),
(3795, 'state_Ha_apai_3795', 'Ha\'apai', 'Ha\'apai', '', 'H', 'state', 1, 0),
(3796, 'state_Tongatapu_3796', 'Tongatapu', 'Tongatapu', '', 'T', 'state', 1, 0),
(3797, 'state_Vava_u_3797', 'Vava\'u', 'Vava\'u', '', 'V', 'state', 1, 0),
(3798, 'state_Arima_3798', 'Arima', 'Arima', '', 'ARI', 'state', 1, 0),
(3799, 'state_Chaguanas_3799', 'Chaguanas', 'Chaguanas', '', 'CHA', 'state', 1, 0),
(3800, 'state_Couva_Tabaquite_Talparo_3800', 'Couva-Tabaquite-Talparo', 'Couva-Tabaquite-Talparo', '', 'CTT', 'state', 1, 0),
(3801, 'state_Diego_Martin_3801', 'Diego Martin', 'Diego Martin', '', 'DMN', 'state', 1, 0),
(3802, 'state_Eastern_Tobago_3802', 'Eastern Tobago', 'Eastern Tobago', '', 'ETO', 'state', 1, 0),
(3803, 'state_Rio_Claro_Mayaro_3803', 'Rio Claro-Mayaro', 'Rio Claro-Mayaro', '', 'RCM', 'state', 1, 0),
(3804, 'state_Penal_Debe_3804', 'Penal-Debe', 'Penal-Debe', '', 'PED', 'state', 1, 0),
(3805, 'state_Point_Fortin_3805', 'Point Fortin', 'Point Fortin', '', 'PTF', 'state', 1, 0),
(3806, 'state_Port_of_Spain_3806', 'Port of Spain', 'Port of Spain', '', 'POS', 'state', 1, 0),
(3807, 'state_Princes_Town_3807', 'Princes Town', 'Princes Town', '', 'PRT', 'state', 1, 0),
(3808, 'state_San_Fernando_3808', 'San Fernando', 'San Fernando', '', 'SFO', 'state', 1, 0),
(3809, 'state_Sangre_Grande_3809', 'Sangre Grande', 'Sangre Grande', '', 'SGE', 'state', 1, 0),
(3810, 'state_San_Juan_Laventille_3810', 'San Juan-Laventille', 'San Juan-Laventille', '', 'SJL', 'state', 1, 0),
(3811, 'state_Siparia_3811', 'Siparia', 'Siparia', '', 'SIP', 'state', 1, 0),
(3812, 'state_Tunapuna_Piarco_3812', 'Tunapuna-Piarco', 'Tunapuna-Piarco', '', 'TUP', 'state', 1, 0),
(3813, 'state_Western_Tobago_3813', 'Western Tobago', 'Western Tobago', '', 'WTO', 'state', 1, 0),
(3814, 'state_____________________3814', 'ولاية تونس', 'ولاية تونس', '', '11', 'state', 1, 0),
(3815, 'state_________________________3815', 'ولاية أريانة', 'ولاية أريانة', '', '12', 'state', 1, 0),
(3816, 'state__________________________3816', 'ولاية بن عروس', 'ولاية بن عروس', '', '13', 'state', 1, 0),
(3817, 'state_______________________3817', 'ولاية منوبة', 'ولاية منوبة', '', '14', 'state', 1, 0),
(3818, 'state_____________________3818', 'ولاية نابل', 'ولاية نابل', '', '21', 'state', 1, 0),
(3819, 'state_______________________3819', 'ولاية زغوان', 'ولاية زغوان', '', '22', 'state', 1, 0),
(3820, 'state_______________________3820', 'ولاية بنزرت', 'ولاية بنزرت', '', '23', 'state', 1, 0),
(3821, 'state_____________________3821', 'ولاية باجة', 'ولاية باجة', '', '31', 'state', 1, 0),
(3822, 'state_________________________3822', 'ولاية جندوبة', 'ولاية جندوبة', '', '32', 'state', 1, 0),
(3823, 'state_______________________3823', 'ولاية الكاف', 'ولاية الكاف', '', '33', 'state', 1, 0),
(3824, 'state_________________________3824', 'ولاية سليانة', 'ولاية سليانة', '', '34', 'state', 1, 0),
(3825, 'state_____________________________3825', 'ولاية القيروان', 'ولاية القيروان', '', '41', 'state', 1, 0),
(3826, 'state___________________________3826', 'ولاية القصرين', 'ولاية القصرين', '', '42', 'state', 1, 0),
(3827, 'state________________________________3827', 'ولاية سيدي بوزيد', 'ولاية سيدي بوزيد', '', '43', 'state', 1, 0),
(3828, 'state_____________________3828', 'ولاية سوسة', 'ولاية سوسة', '', '51', 'state', 1, 0),
(3829, 'state_____________________________3829', 'ولاية المنستير', 'ولاية المنستير', '', '52', 'state', 1, 0),
(3830, 'state___________________________3830', 'ولاية المهدية', 'ولاية المهدية', '', '53', 'state', 1, 0),
(3831, 'state_______________________3831', 'ولاية صفاقس', 'ولاية صفاقس', '', '61', 'state', 1, 0),
(3832, 'state_____________________3832', 'ولاية قفصة', 'ولاية قفصة', '', '71', 'state', 1, 0),
(3833, 'state_____________________3833', 'ولاية توزر', 'ولاية توزر', '', '72', 'state', 1, 0),
(3834, 'state_____________________3834', 'ولاية قبلي', 'ولاية قبلي', '', '73', 'state', 1, 0),
(3835, 'state_____________________3835', 'ولاية قابس', 'ولاية قابس', '', '81', 'state', 1, 0),
(3836, 'state_______________________3836', 'ولاية مدنين', 'ولاية مدنين', '', '82', 'state', 1, 0),
(3837, 'state_________________________3837', 'ولاية تطاوين', 'ولاية تطاوين', '', '83', 'state', 1, 0),
(3838, 'state_Adana_3838', 'Adana', 'Adana', '', '01', 'state', 1, 0),
(3839, 'state_Ad__yaman_3839', 'Adıyaman', 'Adıyaman', '', '02', 'state', 1, 0),
(3840, 'state_Afyonkarahisar_3840', 'Afyonkarahisar', 'Afyonkarahisar', '', '03', 'state', 1, 0),
(3841, 'state_A__r___3841', 'Ağrı', 'Ağrı', '', '04', 'state', 1, 0),
(3842, 'state_Amasya_3842', 'Amasya', 'Amasya', '', '05', 'state', 1, 0),
(3843, 'state_Ankara_3843', 'Ankara', 'Ankara', '', '06', 'state', 1, 0),
(3844, 'state_Antalya_3844', 'Antalya', 'Antalya', '', '07', 'state', 1, 0),
(3845, 'state_Artvin_3845', 'Artvin', 'Artvin', '', '08', 'state', 1, 0),
(3846, 'state_Ayd__n_3846', 'Aydın', 'Aydın', '', '09', 'state', 1, 0),
(3847, 'state_Bal__kesir_3847', 'Balıkesir', 'Balıkesir', '', '10', 'state', 1, 0),
(3848, 'state_Bilecik_3848', 'Bilecik', 'Bilecik', '', '11', 'state', 1, 0),
(3849, 'state_Bing__l_3849', 'Bingöl', 'Bingöl', '', '12', 'state', 1, 0),
(3850, 'state_Bitlis_3850', 'Bitlis', 'Bitlis', '', '13', 'state', 1, 0),
(3851, 'state_Bolu_3851', 'Bolu', 'Bolu', '', '14', 'state', 1, 0),
(3852, 'state_Burdur_3852', 'Burdur', 'Burdur', '', '15', 'state', 1, 0),
(3853, 'state_Bursa_3853', 'Bursa', 'Bursa', '', '16', 'state', 1, 0),
(3854, 'state___anakkale_3854', 'Çanakkale', 'Çanakkale', '', '17', 'state', 1, 0),
(3855, 'state___ank__r___3855', 'Çankırı', 'Çankırı', '', '18', 'state', 1, 0),
(3856, 'state___orum_3856', 'Çorum', 'Çorum', '', '19', 'state', 1, 0),
(3857, 'state_Denizli_3857', 'Denizli', 'Denizli', '', '20', 'state', 1, 0),
(3858, 'state_Diyarbak__r_3858', 'Diyarbakır', 'Diyarbakır', '', '21', 'state', 1, 0),
(3859, 'state_Edirne_3859', 'Edirne', 'Edirne', '', '22', 'state', 1, 0),
(3860, 'state_Elaz_____3860', 'Elazığ', 'Elazığ', '', '23', 'state', 1, 0),
(3861, 'state_Erzincan_3861', 'Erzincan', 'Erzincan', '', '24', 'state', 1, 0),
(3862, 'state_Erzurum_3862', 'Erzurum', 'Erzurum', '', '25', 'state', 1, 0),
(3863, 'state_Eski__ehir_3863', 'Eskişehir', 'Eskişehir', '', '26', 'state', 1, 0),
(3864, 'state_Gaziantep_3864', 'Gaziantep', 'Gaziantep', '', '27', 'state', 1, 0),
(3865, 'state_Giresun_3865', 'Giresun', 'Giresun', '', '28', 'state', 1, 0),
(3866, 'state_G__m____hane_3866', 'Gümüşhane', 'Gümüşhane', '', '29', 'state', 1, 0),
(3867, 'state_Hakkari_3867', 'Hakkari', 'Hakkari', '', '30', 'state', 1, 0),
(3868, 'state_Hatay_3868', 'Hatay', 'Hatay', '', '31', 'state', 1, 0),
(3869, 'state_Isparta_3869', 'Isparta', 'Isparta', '', '32', 'state', 1, 0),
(3870, 'state_Mersin_3870', 'Mersin', 'Mersin', '', '33', 'state', 1, 0),
(3871, 'state___stanbul_3871', 'İstanbul', 'İstanbul', '', '34', 'state', 1, 0),
(3872, 'state___zmir_3872', 'İzmir', 'İzmir', '', '35', 'state', 1, 0),
(3873, 'state_Kars_3873', 'Kars', 'Kars', '', '36', 'state', 1, 0),
(3874, 'state_Kastamonu_3874', 'Kastamonu', 'Kastamonu', '', '37', 'state', 1, 0),
(3875, 'state_Kayseri_3875', 'Kayseri', 'Kayseri', '', '38', 'state', 1, 0),
(3876, 'state_K__rklareli_3876', 'Kırklareli', 'Kırklareli', '', '39', 'state', 1, 0),
(3877, 'state_K__r__ehir_3877', 'Kırşehir', 'Kırşehir', '', '40', 'state', 1, 0),
(3878, 'state_Kocaeli_3878', 'Kocaeli', 'Kocaeli', '', '41', 'state', 1, 0),
(3879, 'state_Konya_3879', 'Konya', 'Konya', '', '42', 'state', 1, 0),
(3880, 'state_K__tahya_3880', 'Kütahya', 'Kütahya', '', '43', 'state', 1, 0),
(3881, 'state_Malatya_3881', 'Malatya', 'Malatya', '', '44', 'state', 1, 0),
(3882, 'state_Manisa_3882', 'Manisa', 'Manisa', '', '45', 'state', 1, 0),
(3883, 'state_Kahramanmara___3883', 'Kahramanmaraş', 'Kahramanmaraş', '', '46', 'state', 1, 0),
(3884, 'state_Mardin_3884', 'Mardin', 'Mardin', '', '47', 'state', 1, 0),
(3885, 'state_Mu__la_3885', 'Muğla', 'Muğla', '', '48', 'state', 1, 0),
(3886, 'state_Mu___3886', 'Muş', 'Muş', '', '49', 'state', 1, 0),
(3887, 'state_Nev__ehir_3887', 'Nevşehir', 'Nevşehir', '', '50', 'state', 1, 0),
(3888, 'state_Ni__de_3888', 'Niğde', 'Niğde', '', '51', 'state', 1, 0),
(3889, 'state_Ordu_3889', 'Ordu', 'Ordu', '', '52', 'state', 1, 0),
(3890, 'state_Rize_3890', 'Rize', 'Rize', '', '53', 'state', 1, 0),
(3891, 'state_Sakarya_3891', 'Sakarya', 'Sakarya', '', '54', 'state', 1, 0),
(3892, 'state_Samsun_3892', 'Samsun', 'Samsun', '', '55', 'state', 1, 0),
(3893, 'state_Siirt_3893', 'Siirt', 'Siirt', '', '56', 'state', 1, 0),
(3894, 'state_Sinop_3894', 'Sinop', 'Sinop', '', '57', 'state', 1, 0),
(3895, 'state_Sivas_3895', 'Sivas', 'Sivas', '', '58', 'state', 1, 0),
(3896, 'state_Tekirda___3896', 'Tekirdağ', 'Tekirdağ', '', '59', 'state', 1, 0),
(3897, 'state_Tokat_3897', 'Tokat', 'Tokat', '', '60', 'state', 1, 0),
(3898, 'state_Trabzon_3898', 'Trabzon', 'Trabzon', '', '61', 'state', 1, 0),
(3899, 'state_Tunceli_3899', 'Tunceli', 'Tunceli', '', '62', 'state', 1, 0),
(3900, 'state___anl__urfa_3900', 'Şanlıurfa', 'Şanlıurfa', '', '63', 'state', 1, 0),
(3901, 'state_U__ak_3901', 'Uşak', 'Uşak', '', '64', 'state', 1, 0),
(3902, 'state_Van_3902', 'Van', 'Van', '', '65', 'state', 1, 0),
(3903, 'state_Yozgat_3903', 'Yozgat', 'Yozgat', '', '66', 'state', 1, 0),
(3904, 'state_Zonguldak_3904', 'Zonguldak', 'Zonguldak', '', '67', 'state', 1, 0),
(3905, 'state_Aksaray_3905', 'Aksaray', 'Aksaray', '', '68', 'state', 1, 0),
(3906, 'state_Bayburt_3906', 'Bayburt', 'Bayburt', '', '69', 'state', 1, 0),
(3907, 'state_Karaman_3907', 'Karaman', 'Karaman', '', '70', 'state', 1, 0),
(3908, 'state_K__r__kkale_3908', 'Kırıkkale', 'Kırıkkale', '', '71', 'state', 1, 0),
(3909, 'state_Batman_3909', 'Batman', 'Batman', '', '72', 'state', 1, 0),
(3910, 'state_____rnak_3910', 'Şırnak', 'Şırnak', '', '73', 'state', 1, 0),
(3911, 'state_Bart__n_3911', 'Bartın', 'Bartın', '', '74', 'state', 1, 0),
(3912, 'state_Ardahan_3912', 'Ardahan', 'Ardahan', '', '75', 'state', 1, 0),
(3913, 'state_I__d__r_3913', 'Iğdır', 'Iğdır', '', '76', 'state', 1, 0),
(3914, 'state_Yalova_3914', 'Yalova', 'Yalova', '', '77', 'state', 1, 0),
(3915, 'state_Karab__k_3915', 'Karabük', 'Karabük', '', '78', 'state', 1, 0),
(3916, 'state_Kilis_3916', 'Kilis', 'Kilis', '', '79', 'state', 1, 0),
(3917, 'state_Osmaniye_3917', 'Osmaniye', 'Osmaniye', '', '80', 'state', 1, 0),
(3918, 'state_D__zce_3918', 'Düzce', 'Düzce', '', '81', 'state', 1, 0),
(3919, 'state_Ahal_wela__aty_3919', 'Ahal welaýaty', 'Ahal welaýaty', '', 'A', 'state', 1, 0),
(3920, 'state_Balkan_wela__aty_3920', 'Balkan welaýaty', 'Balkan welaýaty', '', 'B', 'state', 1, 0),
(3921, 'state_Da__oguz_wela__aty_3921', 'Daşoguz welaýaty', 'Daşoguz welaýaty', '', 'D', 'state', 1, 0),
(3922, 'state_Lebap_wela__aty_3922', 'Lebap welaýaty', 'Lebap welaýaty', '', 'L', 'state', 1, 0),
(3923, 'state_Mary_wela__aty_3923', 'Mary welaýaty', 'Mary welaýaty', '', 'M', 'state', 1, 0),
(3924, 'state_Ambergris_Cays_3924', 'Ambergris Cays', 'Ambergris Cays', '', 'AC', 'state', 1, 0),
(3925, 'state_Dellis_Cay_3925', 'Dellis Cay', 'Dellis Cay', '', 'DC', 'state', 1, 0),
(3926, 'state_French_Cay_3926', 'French Cay', 'French Cay', '', 'FC', 'state', 1, 0),
(3927, 'state_Little_Water_Cay_3927', 'Little Water Cay', 'Little Water Cay', '', 'LW', 'state', 1, 0),
(3928, 'state_Parrot_Cay_3928', 'Parrot Cay', 'Parrot Cay', '', 'RC', 'state', 1, 0),
(3929, 'state_Pine_Cay_3929', 'Pine Cay', 'Pine Cay', '', 'PN', 'state', 1, 0),
(3930, 'state_Salt_Cay_3930', 'Salt Cay', 'Salt Cay', '', 'SL', 'state', 1, 0),
(3931, 'state_Grand_Turk_3931', 'Grand Turk', 'Grand Turk', '', 'GT', 'state', 1, 0),
(3932, 'state_South_Caicos_3932', 'South Caicos', 'South Caicos', '', 'SC', 'state', 1, 0),
(3933, 'state_East_Caicos_3933', 'East Caicos', 'East Caicos', '', 'EC', 'state', 1, 0),
(3934, 'state_Middle_Caicos_3934', 'Middle Caicos', 'Middle Caicos', '', 'MC', 'state', 1, 0),
(3935, 'state_North_Caicos_3935', 'North Caicos', 'North Caicos', '', 'NC', 'state', 1, 0),
(3936, 'state_Providenciales_3936', 'Providenciales', 'Providenciales', '', 'PR', 'state', 1, 0),
(3937, 'state_West_Caicos_3937', 'West Caicos', 'West Caicos', '', 'WC', 'state', 1, 0),
(3938, 'state_Funafuti_3938', 'Funafuti', 'Funafuti', '', 'FUN', 'state', 1, 0),
(3939, 'state_Nanumea_3939', 'Nanumea', 'Nanumea', '', 'NMA', 'state', 1, 0),
(3940, 'state_Nanumanga_3940', 'Nanumanga', 'Nanumanga', '', 'NMG', 'state', 1, 0),
(3941, 'state_Niutao_3941', 'Niutao', 'Niutao', '', 'NIT', 'state', 1, 0),
(3942, 'state_Nui_3942', 'Nui', 'Nui', '', 'NIU', 'state', 1, 0),
(3943, 'state_Nukufetau_3943', 'Nukufetau', 'Nukufetau', '', 'NKF', 'state', 1, 0),
(3944, 'state_Nukulaelae_3944', 'Nukulaelae', 'Nukulaelae', '', 'NKL', 'state', 1, 0),
(3945, 'state_Vaitupu_3945', 'Vaitupu', 'Vaitupu', '', 'VAI', 'state', 1, 0),
(3946, 'state_Kalangala_3946', 'Kalangala', 'Kalangala', '', '101', 'state', 1, 0),
(3947, 'state_Kampala_3947', 'Kampala', 'Kampala', '', '102', 'state', 1, 0),
(3948, 'state_Kiboga_3948', 'Kiboga', 'Kiboga', '', '103', 'state', 1, 0),
(3949, 'state_Luwero_3949', 'Luwero', 'Luwero', '', '104', 'state', 1, 0),
(3950, 'state_Masaka_3950', 'Masaka', 'Masaka', '', '105', 'state', 1, 0),
(3951, 'state_Mpigi_3951', 'Mpigi', 'Mpigi', '', '106', 'state', 1, 0),
(3952, 'state_Mubende_3952', 'Mubende', 'Mubende', '', '107', 'state', 1, 0),
(3953, 'state_Mukono_3953', 'Mukono', 'Mukono', '', '108', 'state', 1, 0),
(3954, 'state_Nakasongola_3954', 'Nakasongola', 'Nakasongola', '', '109', 'state', 1, 0),
(3955, 'state_Rakai_3955', 'Rakai', 'Rakai', '', '110', 'state', 1, 0),
(3956, 'state_Sembabule_3956', 'Sembabule', 'Sembabule', '', '111', 'state', 1, 0),
(3957, 'state_Kayunga_3957', 'Kayunga', 'Kayunga', '', '112', 'state', 1, 0),
(3958, 'state_Wakiso_3958', 'Wakiso', 'Wakiso', '', '113', 'state', 1, 0),
(3959, 'state_Bugiri_3959', 'Bugiri', 'Bugiri', '', '201', 'state', 1, 0),
(3960, 'state_Busia_3960', 'Busia', 'Busia', '', '202', 'state', 1, 0),
(3961, 'state_Iganga_3961', 'Iganga', 'Iganga', '', '203', 'state', 1, 0),
(3962, 'state_Jinja_3962', 'Jinja', 'Jinja', '', '204', 'state', 1, 0),
(3963, 'state_Kamuli_3963', 'Kamuli', 'Kamuli', '', '205', 'state', 1, 0),
(3964, 'state_Kapchorwa_3964', 'Kapchorwa', 'Kapchorwa', '', '206', 'state', 1, 0),
(3965, 'state_Katakwi_3965', 'Katakwi', 'Katakwi', '', '207', 'state', 1, 0),
(3966, 'state_Kumi_3966', 'Kumi', 'Kumi', '', '208', 'state', 1, 0),
(3967, 'state_Mbale_3967', 'Mbale', 'Mbale', '', '209', 'state', 1, 0),
(3968, 'state_Pallisa_3968', 'Pallisa', 'Pallisa', '', '210', 'state', 1, 0),
(3969, 'state_Soroti_3969', 'Soroti', 'Soroti', '', '211', 'state', 1, 0),
(3970, 'state_Tororo_3970', 'Tororo', 'Tororo', '', '212', 'state', 1, 0),
(3971, 'state_Kaberamaido_3971', 'Kaberamaido', 'Kaberamaido', '', '213', 'state', 1, 0),
(3972, 'state_Mayuge_3972', 'Mayuge', 'Mayuge', '', '214', 'state', 1, 0),
(3973, 'state_Sironko_3973', 'Sironko', 'Sironko', '', '215', 'state', 1, 0),
(3974, 'state_Adjumani_3974', 'Adjumani', 'Adjumani', '', '301', 'state', 1, 0),
(3975, 'state_Apac_3975', 'Apac', 'Apac', '', '302', 'state', 1, 0),
(3976, 'state_Arua_3976', 'Arua', 'Arua', '', '303', 'state', 1, 0),
(3977, 'state_Gulu_3977', 'Gulu', 'Gulu', '', '304', 'state', 1, 0),
(3978, 'state_Kitgum_3978', 'Kitgum', 'Kitgum', '', '305', 'state', 1, 0),
(3979, 'state_Kotido_3979', 'Kotido', 'Kotido', '', '306', 'state', 1, 0),
(3980, 'state_Lira_3980', 'Lira', 'Lira', '', '307', 'state', 1, 0),
(3981, 'state_Moroto_3981', 'Moroto', 'Moroto', '', '308', 'state', 1, 0),
(3982, 'state_Moyo_3982', 'Moyo', 'Moyo', '', '309', 'state', 1, 0),
(3983, 'state_Nebbi_3983', 'Nebbi', 'Nebbi', '', '310', 'state', 1, 0),
(3984, 'state_Nakapiripirit_3984', 'Nakapiripirit', 'Nakapiripirit', '', '311', 'state', 1, 0),
(3985, 'state_Pader_3985', 'Pader', 'Pader', '', '312', 'state', 1, 0),
(3986, 'state_Yumbe_3986', 'Yumbe', 'Yumbe', '', '313', 'state', 1, 0),
(3987, 'state_Bundibugyo_3987', 'Bundibugyo', 'Bundibugyo', '', '401', 'state', 1, 0),
(3988, 'state_Bushenyi_3988', 'Bushenyi', 'Bushenyi', '', '402', 'state', 1, 0),
(3989, 'state_Hoima_3989', 'Hoima', 'Hoima', '', '403', 'state', 1, 0),
(3990, 'state_Kabale_3990', 'Kabale', 'Kabale', '', '404', 'state', 1, 0),
(3991, 'state_Kabarole_3991', 'Kabarole', 'Kabarole', '', '405', 'state', 1, 0),
(3992, 'state_Kasese_3992', 'Kasese', 'Kasese', '', '406', 'state', 1, 0),
(3993, 'state_Kibale_3993', 'Kibale', 'Kibale', '', '407', 'state', 1, 0),
(3994, 'state_Kisoro_3994', 'Kisoro', 'Kisoro', '', '408', 'state', 1, 0),
(3995, 'state_Masindi_3995', 'Masindi', 'Masindi', '', '409', 'state', 1, 0),
(3996, 'state_Mbarara_3996', 'Mbarara', 'Mbarara', '', '410', 'state', 1, 0),
(3997, 'state_Ntungamo_3997', 'Ntungamo', 'Ntungamo', '', '411', 'state', 1, 0),
(3998, 'state_Rukungiri_3998', 'Rukungiri', 'Rukungiri', '', '412', 'state', 1, 0),
(3999, 'state_Kamwenge_3999', 'Kamwenge', 'Kamwenge', '', '413', 'state', 1, 0),
(4000, 'state_Kanungu_4000', 'Kanungu', 'Kanungu', '', '414', 'state', 1, 0),
(4001, 'state_Kyenjojo_4001', 'Kyenjojo', 'Kyenjojo', '', '415', 'state', 1, 0),
(4002, 'state___________________________________4002', 'Вінницька область', 'Вінницька область', '', '05', 'state', 1, 0),
(4003, 'state___________________________________4003', 'Волинська область', 'Волинська область', '', '07', 'state', 1, 0),
(4004, 'state___________________________________4004', 'Луганська область', 'Луганська область', '', '09', 'state', 1, 0),
(4005, 'state_________________________________________________4005', 'Дніпропетровська область', 'Дніпропетровська область', '', '12', 'state', 1, 0),
(4006, 'state_________________________________4006', 'Донецька область', 'Донецька область', '', '14', 'state', 1, 0),
(4007, 'state_______________________________________4007', 'Житомирська область', 'Житомирська область', '', '18', 'state', 1, 0),
(4008, 'state_____________________________________4008', 'Рівненська область', 'Рівненська область', '', '19', 'state', 1, 0),
(4009, 'state_________________________________________4009', 'Закарпатська область', 'Закарпатська область', '', '21', 'state', 1, 0),
(4010, 'state_____________________________________4010', 'Запорізька область', 'Запорізька область', '', '23', 'state', 1, 0),
(4011, 'state__________________________________________________4011', 'Івано-Франківська область', 'Івано-Франківська область', '', '26', 'state', 1, 0),
(4012, 'state__________4012', 'Київ', 'Київ', '', '30', 'state', 1, 0),
(4013, 'state_________________________________4013', 'Київська область', 'Київська область', '', '32', 'state', 1, 0),
(4014, 'state_____________________________________________4014', 'Кіровоградська область', 'Кіровоградська область', '', '35', 'state', 1, 0),
(4015, 'state________________________4015', 'Севастополь', 'Севастополь', '', '40', 'state', 1, 0),
(4016, 'state____________________________________________________4016', 'Автономная Республика Крым', 'Автономная Республика Крым', '', '43', 'state', 1, 0),
(4017, 'state___________________________________4017', 'Львівська область', 'Львівська область', '', '46', 'state', 1, 0),
(4018, 'state_________________________________________4018', 'Миколаївська область', 'Миколаївська область', '', '48', 'state', 1, 0),
(4019, 'state_______________________________4019', 'Одеська область', 'Одеська область', '', '51', 'state', 1, 0),
(4020, 'state_____________________________________4020', 'Полтавська область', 'Полтавська область', '', '53', 'state', 1, 0),
(4021, 'state_______________________________4021', 'Сумська область', 'Сумська область', '', '59', 'state', 1, 0),
(4022, 'state___________________________________________4022', 'Тернопільська область', 'Тернопільська область', '', '61', 'state', 1, 0),
(4023, 'state_____________________________________4023', 'Харківська область', 'Харківська область', '', '63', 'state', 1, 0),
(4024, 'state_____________________________________4024', 'Херсонська область', 'Херсонська область', '', '65', 'state', 1, 0),
(4025, 'state_______________________________________4025', 'Хмельницька область', 'Хмельницька область', '', '68', 'state', 1, 0),
(4026, 'state___________________________________4026', 'Черкаська область', 'Черкаська область', '', '71', 'state', 1, 0),
(4027, 'state_________________________________________4027', 'Чернігівська область', 'Чернігівська область', '', '74', 'state', 1, 0),
(4028, 'state_______________________________________4028', 'Чернівецька область', 'Чернівецька область', '', '77', 'state', 1, 0),
(4031, 'state_Argyll_and_Bute_4031', 'Argyll and Bute', 'Argyll and Bute', '', 'AGB', 'state', 1, 0),
(4037, 'state_Bath_and_North_East_Somerset_4037', 'Bath and North East Somerset', 'Bath and North East Somerset', '', 'BAS', 'state', 1, 0),
(4039, 'state_Bedfordshire_4039', 'Bedfordshire', 'Bedfordshire', '', 'BDF', 'state', 1, 0),
(4040, 'state_Berkshire_4040', 'Berkshire', 'Berkshire', '', 'BRK', 'state', 1, 0),
(4045, 'state_Blaenau_Gwent_4045', 'Blaenau Gwent', 'Blaenau Gwent', '', 'BGW', 'state', 1, 0),
(4055, 'state_Borders_4055', 'Borders', 'Borders', '', 'BOR', 'state', 1, 0),
(4060, 'state_Bristol_4060', 'Bristol', 'Bristol', '', 'BST', 'state', 1, 0),
(4061, 'state_Buckinghamshire_4061', 'Buckinghamshire', 'Buckinghamshire', '', 'BKM', 'state', 1, 0),
(4062, 'state_Cambridgeshire_4062', 'Cambridgeshire', 'Cambridgeshire', '', 'CAM', 'state', 1, 0),
(4074, 'state_Carmarthenshire_4074', 'Carmarthenshire', 'Carmarthenshire', '', 'CMN', 'state', 1, 0),
(4064, 'state_Ceredigion_4064', 'Ceredigion', 'Ceredigion', '', 'CGN', 'state', 1, 0),
(4066, 'state_Cheshire_4066', 'Cheshire', 'Cheshire', '', 'CHS', 'state', 1, 0),
(4080, 'state_Conwy_4080', 'Conwy', 'Conwy', '', 'CWY', 'state', 1, 0),
(4075, 'state_Cornwall_4075', 'Cornwall', 'Cornwall', '', 'CON', 'state', 1, 0),
(4034, 'state_Antrim_4034', 'County Antrim', 'County Antrim', '', 'ANT', 'state', 1, 0),
(4091, 'state_Down_4091', 'County Down', 'County Down', '', 'DOW', 'state', 1, 0),
(4094, 'state_Durham_4094', 'County Durham', 'County Durham', '', 'DUR', 'state', 1, 0),
(4107, 'state_Fermanagh_4107', 'County Fermanagh', 'County Fermanagh', '', 'FER', 'state', 1, 0),
(4063, 'state_Londonderry_4063', 'County Londonderry', 'County Londonderry', '', 'LDY', 'state', 1, 0),
(4065, 'state_Tyrone_4065', 'County Tyrone', 'County Tyrone', '', 'TYR', 'state', 1, 0),
(4072, 'state_Cumbria_4072', 'Cumbria', 'Cumbria', '', 'CMA', 'state', 1, 0),
(4083, 'state_Denbighshire_4083', 'Denbighshire', 'Denbighshire', '', 'DEN', 'state', 1, 0),
(4082, 'state_Derbyshire_4082', 'Derbyshire', 'Derbyshire', '', 'DBY', 'state', 1, 0),
(4085, 'state_Devon_4085', 'Devon', 'Devon', '', 'DEV', 'state', 1, 0),
(4090, 'state_Dorset_4090', 'Dorset', 'Dorset', '', 'DOR', 'state', 1, 0),
(4067, 'state_Dumbarton_4065', 'Dumbarton and Clydebank', 'Dumbarton and Clydebank', '', 'DNB', 'state', 1, 0),
(4087, 'state_Dumfries_and_Galloway_4087', 'Dumfries and Galloway', 'Dumfries and Galloway', '', 'DGY', 'state', 1, 0),
(4093, 'state_Dyfed_4093', 'Dyfed', 'Dyfed', '', 'DFD', 'state', 1, 0),
(4096, 'state_East_Ayrshire_4096', 'East Ayrshire', 'East Ayrshire', '', 'EAY', 'state', 1, 0),
(4098, 'state_East_Dunbartonshire_4098', 'East Dunbartonshire', 'East Dunbartonshire', '', 'EDU', 'state', 1, 0),
(4102, 'state_East_Renfrewshire_4102', 'East Renfrewshire', 'East Renfrewshire', '', 'ERW', 'state', 1, 0),
(4103, 'state_East_Riding_of_Yorkshire_4103', 'East Riding of Yorkshire', 'East Riding of Yorkshire', '', 'ERY', 'state', 1, 0),
(4105, 'state_East_Sussex_4105', 'East Sussex', 'East Sussex', '', 'ESX', 'state', 1, 0),
(4097, 'state_Edinburgh_4097', 'Edinburgh', 'Edinburgh', '', 'EDH', 'state', 1, 0),
(4104, 'state_Essex_4104', 'Essex', 'Essex', '', 'ESS', 'state', 1, 0),
(4108, 'state_Fife_4108', 'Fife', 'Fife', '', 'FIF', 'state', 1, 0),
(4109, 'state_Flintshire_4109', 'Flintshire', 'Flintshire', '', 'FLN', 'state', 1, 0),
(4068, 'state_Glamorgan_4068', 'Glamorgan', 'Glamorgan', '', 'GLA', 'state', 1, 0),
(4111, 'state_Glasgow_4111', 'Glasgow', 'Glasgow', '', 'GLG', 'state', 1, 0),
(4112, 'state_Gloucestershire_4112', 'Gloucestershire', 'Gloucestershire', '', 'GLS', 'state', 1, 0),
(4110, 'state_Grampian_4110', 'Grampian', 'Grampian', '', 'GMP', 'state', 1, 0),
(4113, 'state_Greater_Manchester_4113', 'Greater Manchester', 'Greater Manchester', '', 'GTM', 'state', 1, 0),
(4114, 'state_Gwent_4114', 'Gwent', 'Gwent', '', 'GNT', 'state', 1, 0),
(4115, 'state_Gwynedd_4115', 'Gwynedd', 'Gwynedd', '', 'GWN', 'state', 1, 0),
(4117, 'state_Hampshire_4117', 'Hampshire', 'Hampshire', '', 'HAM', 'state', 1, 0),
(4120, 'state_Herefordshire_4120', 'Herefordshire', 'Herefordshire', '', 'HEF', 'state', 1, 0),
(4126, 'state_Hertfordshire_4126', 'Hertfordshire', 'Hertfordshire', '', 'HRT', 'state', 1, 0),
(4132, 'state_Inverclyde_4132', 'Inverclyde', 'Inverclyde', '', 'IVC', 'state', 1, 0),
(4130, 'state_Isle_of_Wight_4130', 'Isle of Wight', 'Isle of Wight', '', 'IOW', 'state', 1, 0),
(4135, 'state_Kent_4135', 'Kent', 'Kent', '', 'KEN', 'state', 1, 0),
(4140, 'state_Lancashire_4140', 'Lancashire', 'Lancashire', '', 'LAN', 'state', 1, 0),
(4144, 'state_Leicestershire_4144', 'Leicestershire', 'Leicestershire', '', 'LEC', 'state', 1, 0),
(4146, 'state_Lincolnshire_4146', 'Lincolnshire', 'Lincolnshire', '', 'LIN', 'state', 1, 0),
(4149, 'state_London_4149', 'London', 'London', '', 'LND', 'state', 1, 0),
(4153, 'state_Manchester_4153', 'Manchester', 'Manchester', '', 'MAN', 'state', 1, 0),
(4069, 'state_Middlesex_4069', 'Middlesex', 'Middlesex', '', 'MDX', 'state', 1, 0),
(4070, 'state_Merseyside_4070', 'Merseyside', 'Merseyside', '', 'MSY', 'state', 1, 0),
(4169, 'state_Norfolk_4169', 'Norfolk', 'Norfolk', '', 'NFK', 'state', 1, 0),
(4164, 'state_North_Ayrshire_4164', 'North Ayrshire', 'North Ayrshire', '', 'NAY', 'state', 1, 0),
(4171, 'state_North_Lanarkshire_4171', 'North Lanarkshire', 'North Lanarkshire', '', 'NLK', 'state', 1, 0),
(4071, 'state_North_West_Highlands_4071', 'North West Highlands', 'North West Highlands', '', 'NWH', 'state', 1, 0),
(4181, 'state_North_Yorkshire_4181', 'North Yorkshire', 'North Yorkshire', '', 'NYK', 'state', 1, 0),
(4175, 'state_Northamptonshire_4175', 'Northamptonshire', 'Northamptonshire', '', 'NTH', 'state', 1, 0),
(4165, 'state_Northumberland_4165', 'Northumberland', 'Northumberland', '', 'NBL', 'state', 1, 0),
(4177, 'state_Nottinghamshire_4177', 'Nottinghamshire', 'Nottinghamshire', '', 'NTT', 'state', 1, 0),
(4186, 'state_Oxfordshire_4186', 'Oxfordshire', 'Oxfordshire', '', 'OXF', 'state', 1, 0),
(4187, 'state_Pembrokeshire_4187', 'Pembrokeshire', 'Pembrokeshire', '', 'PEM', 'state', 1, 0),
(4192, 'state_Powys_4192', 'Powys', 'Powys', '', 'POW', 'state', 1, 0),
(4199, 'state_Renfrewshire_4199', 'Renfrewshire', 'Renfrewshire', '', 'RFW', 'state', 1, 0),
(4196, 'state_Rhondda_Cynon_Taf_4196', 'Rhondda Cynon Taf', 'Rhondda Cynon Taf', '', 'RCT', 'state', 1, 0),
(4211, 'state_Shropshire_4211', 'Shropshire', 'Shropshire', '', 'SHR', 'state', 1, 0),
(4218, 'state_Somerset_4218', 'Somerset', 'Somerset', '', 'SOM', 'state', 1, 0),
(4204, 'state_South_Ayrshire_4204', 'South Ayrshire', 'South Ayrshire', '', 'SAY', 'state', 1, 0),
(4208, 'state_South_Gloucestershire_4208', 'South Gloucestershire', 'South Gloucestershire', '', 'SGC', 'state', 1, 0),
(4215, 'state_South_Lanarkshire_4215', 'South Lanarkshire', 'South Lanarkshire', '', 'SLK', 'state', 1, 0),
(4228, 'state_South_Yorkshire_4228', 'South Yorkshire', 'South Yorkshire', '', 'SYK', 'state', 1, 0),
(4226, 'state_Staffordshire_4226', 'Staffordshire', 'Staffordshire', '', 'STS', 'state', 1, 0),
(4206, 'state_Suffolk_4206', 'Suffolk', 'Suffolk', '', 'SFK', 'state', 1, 0),
(4220, 'state_Surrey_4220', 'Surrey', 'Surrey', '', 'SRY', 'state', 1, 0),
(4235, 'state_Tayside_4235', 'Tayside', 'Tayside', '', 'TAY', 'state', 1, 0),
(4236, 'state_Torfaen_4236', 'Torfaen', 'Torfaen', '', 'TOF', 'state', 1, 0),
(4237, 'state_Tyne_and_Wear_4237', 'Tyne & Wear', 'Tyne & Wear', '', 'TWR', 'state', 1, 0),
(4240, 'state_Warwickshire_4240', 'Warwickshire', 'Warwickshire', '', 'WAR', 'state', 1, 0),
(4248, 'state_West_Lothian_4248', 'West Lothian', 'West Lothian', '', 'WLN', 'state', 1, 0),
(4073, 'state_West_Midlands_4073', 'West Midlands', 'West Midlands', '', 'WMD', 'state', 1, 0),
(4257, 'state_West_Sussex_4257', 'West Sussex', 'West Sussex', '', 'WSX', 'state', 1, 0),
(4076, 'state_West_Yorkshire_4076', 'West Yorkshire', 'West Yorkshire', '', 'WYK', 'state', 1, 0),
(4245, 'state_Wiltshire_4245', 'Wiltshire', 'Wiltshire', '', 'WIL', 'state', 1, 0),
(4252, 'state_Worcestershire_4252', 'Worcestershire', 'Worcestershire', '', 'WOR', 'state', 1, 0),
(4260, 'state_Alaska_4260', 'Alaska', 'Alaska', '', 'AK', 'state', 1, 0),
(4261, 'state_Alabama_4261', 'Alabama', 'Alabama', '', 'AL', 'state', 1, 0),
(4262, 'state_American_Samoa_4262', 'American Samoa', 'American Samoa', '', 'AS', 'state', 1, 0),
(4263, 'state_Arkansas_4263', 'Arkansas', 'Arkansas', '', 'AR', 'state', 1, 0),
(4264, 'state_Arizona_4264', 'Arizona', 'Arizona', '', 'AZ', 'state', 1, 0),
(4265, 'state_California_4265', 'California', 'California', '', 'CA', 'state', 1, 0),
(4266, 'state_Colorado_4266', 'Colorado', 'Colorado', '', 'CO', 'state', 1, 0),
(4267, 'state_Connecticut_4267', 'Connecticut', 'Connecticut', '', 'CT', 'state', 1, 0),
(4268, 'state_District_of_Columbia_4268', 'District of Columbia', 'District of Columbia', '', 'DC', 'state', 1, 0),
(4269, 'state_Delaware_4269', 'Delaware', 'Delaware', '', 'DE', 'state', 1, 0),
(4270, 'state_Florida_4270', 'Florida', 'Florida', '', 'FL', 'state', 1, 0),
(4271, 'state_Georgia_4271', 'Georgia', 'Georgia', '', 'GA', 'state', 1, 0),
(4272, 'state_Guam_4272', 'Guam', 'Guam', '', 'GU', 'state', 1, 0),
(4273, 'state_Hawaii_4273', 'Hawaii', 'Hawaii', '', 'HI', 'state', 1, 0),
(4274, 'state_Iowa_4274', 'Iowa', 'Iowa', '', 'IA', 'state', 1, 0),
(4275, 'state_Idaho_4275', 'Idaho', 'Idaho', '', 'ID', 'state', 1, 0),
(4276, 'state_Illinois_4276', 'Illinois', 'Illinois', '', 'IL', 'state', 1, 0),
(4277, 'state_Indiana_4277', 'Indiana', 'Indiana', '', 'IN', 'state', 1, 0),
(4278, 'state_Kansas_4278', 'Kansas', 'Kansas', '', 'KS', 'state', 1, 0),
(4279, 'state_Kentucky_4279', 'Kentucky', 'Kentucky', '', 'KY', 'state', 1, 0),
(4280, 'state_Louisiana_4280', 'Louisiana', 'Louisiana', '', 'LA', 'state', 1, 0),
(4281, 'state_Massachusetts_4281', 'Massachusetts', 'Massachusetts', '', 'MA', 'state', 1, 0),
(4282, 'state_Maryland_4282', 'Maryland', 'Maryland', '', 'MD', 'state', 1, 0),
(4283, 'state_Maine_4283', 'Maine', 'Maine', '', 'ME', 'state', 1, 0),
(4284, 'state_Michigan_4284', 'Michigan', 'Michigan', '', 'MI', 'state', 1, 0),
(4285, 'state_Minnesota_4285', 'Minnesota', 'Minnesota', '', 'MN', 'state', 1, 0),
(4286, 'state_Missouri_4286', 'Missouri', 'Missouri', '', 'MO', 'state', 1, 0),
(4287, 'state_Mississippi_4287', 'Mississippi', 'Mississippi', '', 'MS', 'state', 1, 0),
(4288, 'state_Montana_4288', 'Montana', 'Montana', '', 'MT', 'state', 1, 0),
(4289, 'state_North_Carolina_4289', 'North Carolina', 'North Carolina', '', 'NC', 'state', 1, 0),
(4290, 'state_North_Dakota_4290', 'North Dakota', 'North Dakota', '', 'ND', 'state', 1, 0),
(4291, 'state_Nebraska_4291', 'Nebraska', 'Nebraska', '', 'NE', 'state', 1, 0),
(4292, 'state_New_Hampshire_4292', 'New Hampshire', 'New Hampshire', '', 'NH', 'state', 1, 0),
(4293, 'state_New_Jersey_4293', 'New Jersey', 'New Jersey', '', 'NJ', 'state', 1, 0),
(4294, 'state_New_Mexico_4294', 'New Mexico', 'New Mexico', '', 'NM', 'state', 1, 0),
(4295, 'state_Nevada_4295', 'Nevada', 'Nevada', '', 'NV', 'state', 1, 0),
(4296, 'state_New_York_4296', 'New York', 'New York', '', 'NY', 'state', 1, 0),
(4297, 'state_Northern_Mariana_Islands_4297', 'Northern Mariana Islands', 'Northern Mariana Islands', '', 'MP', 'state', 1, 0),
(4298, 'state_Ohio_4298', 'Ohio', 'Ohio', '', 'OH', 'state', 1, 0),
(4299, 'state_Oklahoma_4299', 'Oklahoma', 'Oklahoma', '', 'OK', 'state', 1, 0),
(4300, 'state_Oregon_4300', 'Oregon', 'Oregon', '', 'OR', 'state', 1, 0),
(4301, 'state_Pennsylvania_4301', 'Pennsylvania', 'Pennsylvania', '', 'PA', 'state', 1, 0),
(4302, 'state_Puerto_Rico_4302', 'Puerto Rico', 'Puerto Rico', '', 'PR', 'state', 1, 0),
(4303, 'state_Rhode_Island_4303', 'Rhode Island', 'Rhode Island', '', 'RI', 'state', 1, 0),
(4304, 'state_South_Carolina_4304', 'South Carolina', 'South Carolina', '', 'SC', 'state', 1, 0),
(4305, 'state_South_Dakota_4305', 'South Dakota', 'South Dakota', '', 'SD', 'state', 1, 0),
(4306, 'state_Tennessee_4306', 'Tennessee', 'Tennessee', '', 'TN', 'state', 1, 0),
(4307, 'state_Texas_4307', 'Texas', 'Texas', '', 'TX', 'state', 1, 0),
(4308, 'state_U_S__Minor_Outlying_Islands_4308', 'U.S. Minor Outlying Islands', 'U.S. Minor Outlying Islands', '', 'UM', 'state', 1, 0),
(4309, 'state_Utah_4309', 'Utah', 'Utah', '', 'UT', 'state', 1, 0),
(4310, 'state_Virginia_4310', 'Virginia', 'Virginia', '', 'VA', 'state', 1, 0),
(4311, 'state_Virgin_Islands_of_the_U_S__4311', 'Virgin Islands of the U.S.', 'Virgin Islands of the U.S.', '', 'VI', 'state', 1, 0),
(4312, 'state_Vermont_4312', 'Vermont', 'Vermont', '', 'VT', 'state', 1, 0),
(4313, 'state_Washington_4313', 'Washington', 'Washington', '', 'WA', 'state', 1, 0),
(4314, 'state_Wisconsin_4314', 'Wisconsin', 'Wisconsin', '', 'WI', 'state', 1, 0),
(4315, 'state_West_Virginia_4315', 'West Virginia', 'West Virginia', '', 'WV', 'state', 1, 0),
(4316, 'state_Wyoming_4316', 'Wyoming', 'Wyoming', '', 'WY', 'state', 1, 0),
(4317, 'state_Baker_Island_4317', 'Baker Island', 'Baker Island', '', 'BI', 'state', 1, 0),
(4318, 'state_Howland_Island_4318', 'Howland Island', 'Howland Island', '', 'HI', 'state', 1, 0),
(4319, 'state_Jarvis_Island_4319', 'Jarvis Island', 'Jarvis Island', '', 'JI', 'state', 1, 0),
(4320, 'state_Johnston_Atoll_4320', 'Johnston Atoll', 'Johnston Atoll', '', 'JA', 'state', 1, 0),
(4321, 'state_Kingman_Reef_4321', 'Kingman Reef', 'Kingman Reef', '', 'KR', 'state', 1, 0),
(4322, 'state_Midway_Atoll_4322', 'Midway Atoll', 'Midway Atoll', '', 'MA', 'state', 1, 0),
(4323, 'state_Navassa_Island_4323', 'Navassa Island', 'Navassa Island', '', 'NI', 'state', 1, 0),
(4324, 'state_Palmyra_Atoll_4324', 'Palmyra Atoll', 'Palmyra Atoll', '', 'PA', 'state', 1, 0),
(4325, 'state_Wake_Island_4325', 'Wake Island', 'Wake Island', '', 'WI', 'state', 1, 0),
(4326, 'state_Artigas_4326', 'Artigas', 'Artigas', '', 'AR', 'state', 1, 0),
(4327, 'state_Canelones_4327', 'Canelones', 'Canelones', '', 'CA', 'state', 1, 0),
(4328, 'state_Cerro_Largo_4328', 'Cerro Largo', 'Cerro Largo', '', 'CL', 'state', 1, 0),
(4329, 'state_Colonia_4329', 'Colonia', 'Colonia', '', 'CO', 'state', 1, 0),
(4330, 'state_Durazno_4330', 'Durazno', 'Durazno', '', 'DU', 'state', 1, 0),
(4331, 'state_Florida_4331', 'Florida', 'Florida', '', 'FD', 'state', 1, 0),
(4332, 'state_Flores_4332', 'Flores', 'Flores', '', 'FS', 'state', 1, 0),
(4333, 'state_Lavalleja_4333', 'Lavalleja', 'Lavalleja', '', 'LA', 'state', 1, 0);
INSERT INTO `xjmw1_hikashop_zone` (`zone_id`, `zone_namekey`, `zone_name`, `zone_name_english`, `zone_code_2`, `zone_code_3`, `zone_type`, `zone_published`, `zone_currency_id`) VALUES
(4334, 'state_Maldonado_4334', 'Maldonado', 'Maldonado', '', 'MA', 'state', 1, 0),
(4335, 'state_Montevideo_4335', 'Montevideo', 'Montevideo', '', 'MO', 'state', 1, 0),
(4336, 'state_Paysandu_4336', 'Paysandu', 'Paysandu', '', 'PA', 'state', 1, 0),
(4337, 'state_R__o_Negro_4337', 'Río Negro', 'Río Negro', '', 'RN', 'state', 1, 0),
(4338, 'state_Rocha_4338', 'Rocha', 'Rocha', '', 'RO', 'state', 1, 0),
(4339, 'state_Rivera_4339', 'Rivera', 'Rivera', '', 'RV', 'state', 1, 0),
(4340, 'state_Salto_4340', 'Salto', 'Salto', '', 'SA', 'state', 1, 0),
(4342, 'state_Soriano_4342', 'Soriano', 'Soriano', '', 'SO', 'state', 1, 0),
(4343, 'state_Tacuaremb___4343', 'Tacuarembó', 'Tacuarembó', '', 'TA', 'state', 1, 0),
(4344, 'state_Treinta_y_Tres_4344', 'Treinta y Tres', 'Treinta y Tres', '', 'TT', 'state', 1, 0),
(4345, 'state_Andijon_viloyati_4345', 'Andijon viloyati', 'Andijon viloyati', '', 'AN', 'state', 1, 0),
(4346, 'state_Buxoro_viloyati_4346', 'Buxoro viloyati', 'Buxoro viloyati', '', 'BU', 'state', 1, 0),
(4347, 'state_Farg_ona_viloyati_4347', 'Farg\'ona viloyati', 'Farg\'ona viloyati', '', 'FA', 'state', 1, 0),
(4348, 'state_Jizzax_viloyati_4348', 'Jizzax viloyati', 'Jizzax viloyati', '', 'JI', 'state', 1, 0),
(4349, 'state_Namangan_viloyati_4349', 'Namangan viloyati', 'Namangan viloyati', '', 'NG', 'state', 1, 0),
(4350, 'state_Navoiy_viloyati_4350', 'Navoiy viloyati', 'Navoiy viloyati', '', 'NW', 'state', 1, 0),
(4351, 'state_Qashqadaryo_viloyati_4351', 'Qashqadaryo viloyati', 'Qashqadaryo viloyati', '', 'QA', 'state', 1, 0),
(4352, 'state_Qoraqalpog_iston_Respublikasi_4352', 'Qoraqalpog\'iston Respublikasi', 'Qoraqalpog\'iston Respublikasi', '', 'QR', 'state', 1, 0),
(4353, 'state_Samarqand_viloyati_4353', 'Samarqand viloyati', 'Samarqand viloyati', '', 'SA', 'state', 1, 0),
(4354, 'state_Sirdaryo_viloyati_4354', 'Sirdaryo viloyati', 'Sirdaryo viloyati', '', 'SI', 'state', 1, 0),
(4355, 'state_Surxondaryo_viloyati_4355', 'Surxondaryo viloyati', 'Surxondaryo viloyati', '', 'SU', 'state', 1, 0),
(4356, 'state_Toshkent_4356', 'Toshkent', 'Toshkent', '', 'TK', 'state', 1, 0),
(4357, 'state_Toshkent_viloyati_4357', 'Toshkent viloyati', 'Toshkent viloyati', '', 'TO', 'state', 1, 0),
(4358, 'state_Xorazm_viloyati_4358', 'Xorazm viloyati', 'Xorazm viloyati', '', 'XO', 'state', 1, 0),
(4359, 'state_Malampa_4359', 'Malampa', 'Malampa', '', 'MAP', 'state', 1, 0),
(4360, 'state_P__nama_4360', 'Pénama', 'Pénama', '', 'PAM', 'state', 1, 0),
(4361, 'state_Sanma_4361', 'Sanma', 'Sanma', '', 'SAM', 'state', 1, 0),
(4362, 'state_Sh__fa_4362', 'Shéfa', 'Shéfa', '', 'SEE', 'state', 1, 0),
(4363, 'state_Taf__a_4363', 'Taféa', 'Taféa', '', 'TAE', 'state', 1, 0),
(4364, 'state_Torba_4364', 'Torba', 'Torba', '', 'TOB', 'state', 1, 0),
(4365, 'state_Distrito_Capital_4365', 'Distrito Capital', 'Distrito Capital', '', 'A', 'state', 1, 0),
(4366, 'state_Anzo__tegui_4366', 'Anzoátegui', 'Anzoátegui', '', 'B', 'state', 1, 0),
(4367, 'state_Apure_4367', 'Apure', 'Apure', '', 'C', 'state', 1, 0),
(4368, 'state_Aragua_4368', 'Aragua', 'Aragua', '', 'D', 'state', 1, 0),
(4369, 'state_Barinas_4369', 'Barinas', 'Barinas', '', 'E', 'state', 1, 0),
(4370, 'state_Bol__var_4370', 'Bolívar', 'Bolívar', '', 'F', 'state', 1, 0),
(4371, 'state_Carabobo_4371', 'Carabobo', 'Carabobo', '', 'G', 'state', 1, 0),
(4372, 'state_Cojedes_4372', 'Cojedes', 'Cojedes', '', 'H', 'state', 1, 0),
(4373, 'state_Falc__n_4373', 'Falcón', 'Falcón', '', 'I', 'state', 1, 0),
(4374, 'state_Gu__rico_4374', 'Guárico', 'Guárico', '', 'J', 'state', 1, 0),
(4375, 'state_Lara_4375', 'Lara', 'Lara', '', 'K', 'state', 1, 0),
(4376, 'state_M__rida_4376', 'Mérida', 'Mérida', '', 'L', 'state', 1, 0),
(4377, 'state_Miranda_4377', 'Miranda', 'Miranda', '', 'M', 'state', 1, 0),
(4378, 'state_Monagas_4378', 'Monagas', 'Monagas', '', 'N', 'state', 1, 0),
(4379, 'state_Nueva_Esparta_4379', 'Nueva Esparta', 'Nueva Esparta', '', 'O', 'state', 1, 0),
(4380, 'state_Portuguesa_4380', 'Portuguesa', 'Portuguesa', '', 'P', 'state', 1, 0),
(4381, 'state_Sucre_4381', 'Sucre', 'Sucre', '', 'R', 'state', 1, 0),
(4382, 'state_Tachira_4382', 'Tachira', 'Tachira', '', 'S', 'state', 1, 0),
(4383, 'state_Trujillo_4383', 'Trujillo', 'Trujillo', '', 'T', 'state', 1, 0),
(4384, 'state_Yaracuy_4384', 'Yaracuy', 'Yaracuy', '', 'U', 'state', 1, 0),
(4385, 'state_Zulia_4385', 'Zulia', 'Zulia', '', 'V', 'state', 1, 0),
(4386, 'state_Capital_Dependencia_4386', 'Capital Dependencia', 'Capital Dependencia', '', 'W', 'state', 1, 0),
(4387, 'state_Vargas_4387', 'Vargas', 'Vargas', '', 'X', 'state', 1, 0),
(4388, 'state_Delta_Amacuro_4388', 'Delta Amacuro', 'Delta Amacuro', '', 'Y', 'state', 1, 0),
(4389, 'state_Amazonas_4389', 'Amazonas', 'Amazonas', '', 'Z', 'state', 1, 0),
(4390, 'state_Lai_Ch__u_4390', 'Lai Châu', 'Lai Châu', '', '01', 'state', 1, 0),
(4391, 'state_L__o_Cai_4391', 'Lào Cai', 'Lào Cai', '', '02', 'state', 1, 0),
(4392, 'state_H___Giang_4392', 'Hà Giang', 'Hà Giang', '', '03', 'state', 1, 0),
(4393, 'state_Cao_B___ng_4393', 'Cao Bằng', 'Cao Bằng', '', '04', 'state', 1, 0),
(4394, 'state_S__n_La_4394', 'Sơn La', 'Sơn La', '', '05', 'state', 1, 0),
(4395, 'state_Y__n_B__i_4395', 'Yên Bái', 'Yên Bái', '', '06', 'state', 1, 0),
(4396, 'state_Tuy__n_Quang_4396', 'Tuyên Quang', 'Tuyên Quang', '', '07', 'state', 1, 0),
(4397, 'state_L___ng_S__n_4397', 'Lạng Sơn', 'Lạng Sơn', '', '09', 'state', 1, 0),
(4398, 'state_Qu___ng_Ninh_4398', 'Quảng Ninh', 'Quảng Ninh', '', '13', 'state', 1, 0),
(4399, 'state_H__a_B__nh_4399', 'Hòa Bình', 'Hòa Bình', '', '14', 'state', 1, 0),
(4400, 'state_H___T__y_4400', 'Hà Tây', 'Hà Tây', '', '15', 'state', 1, 0),
(4401, 'state_Ninh_B__nh_4401', 'Ninh Bình', 'Ninh Bình', '', '18', 'state', 1, 0),
(4402, 'state_Th__i_B__nh_4402', 'Thái Bình', 'Thái Bình', '', '20', 'state', 1, 0),
(4403, 'state_Thanh_H__a_4403', 'Thanh Hóa', 'Thanh Hóa', '', '21', 'state', 1, 0),
(4404, 'state_Ngh____An_4404', 'Nghệ An', 'Nghệ An', '', '22', 'state', 1, 0),
(4405, 'state_H___T__nh_4405', 'Hà Tĩnh', 'Hà Tĩnh', '', '23', 'state', 1, 0),
(4406, 'state_Qu___ng_B__nh_4406', 'Quảng Bình', 'Quảng Bình', '', '24', 'state', 1, 0),
(4407, 'state_Qu___ng_Tr____4407', 'Quảng Trị', 'Quảng Trị', '', '25', 'state', 1, 0),
(4408, 'state_Th___a_Thi__n_Hu____4408', 'Thừa Thiên-Huế', 'Thừa Thiên-Huế', '', '26', 'state', 1, 0),
(4409, 'state_Qu___ng_Nam_4409', 'Quảng Nam', 'Quảng Nam', '', '27', 'state', 1, 0),
(4410, 'state_Kon_Tum_4410', 'Kon Tum', 'Kon Tum', '', '28', 'state', 1, 0),
(4411, 'state_Qu___ng_Ng__i_4411', 'Quảng Ngãi', 'Quảng Ngãi', '', '29', 'state', 1, 0),
(4412, 'state_Gia_Lai_4412', 'Gia Lai', 'Gia Lai', '', '30', 'state', 1, 0),
(4413, 'state_B__nh______nh_4413', 'Bình Định', 'Bình Định', '', '31', 'state', 1, 0),
(4414, 'state_Ph___Y__n_4414', 'Phú Yên', 'Phú Yên', '', '32', 'state', 1, 0),
(4415, 'state______k_L___k_4415', 'Đắk Lắk', 'Đắk Lắk', '', '33', 'state', 1, 0),
(4416, 'state_Kh__nh_H__a_4416', 'Khánh Hòa', 'Khánh Hòa', '', '34', 'state', 1, 0),
(4417, 'state_L__m______ng_4417', 'Lâm Đồng', 'Lâm Đồng', '', '35', 'state', 1, 0),
(4418, 'state_Ninh_Thu___n_4418', 'Ninh Thuận', 'Ninh Thuận', '', '36', 'state', 1, 0),
(4419, 'state_T__y_Ninh_4419', 'Tây Ninh', 'Tây Ninh', '', '37', 'state', 1, 0),
(4420, 'state______ng_Nai_4420', 'Đồng Nai', 'Đồng Nai', '', '39', 'state', 1, 0),
(4421, 'state_B__nh_Thu___n_4421', 'Bình Thuận', 'Bình Thuận', '', '40', 'state', 1, 0),
(4422, 'state_Long_An_4422', 'Long An', 'Long An', '', '41', 'state', 1, 0),
(4423, 'state_B___R___a_V__ng_T__u_4423', 'Bà Rịa-Vũng Tàu', 'Bà Rịa-Vũng Tàu', '', '43', 'state', 1, 0),
(4424, 'state_An_Giang_4424', 'An Giang', 'An Giang', '', '44', 'state', 1, 0),
(4425, 'state______ng_Th__p_4425', 'Đồng Tháp', 'Đồng Tháp', '', '45', 'state', 1, 0),
(4426, 'state_Ti___n_Giang_4426', 'Tiền Giang', 'Tiền Giang', '', '46', 'state', 1, 0),
(4427, 'state_Ki__n_Giang_4427', 'Kiên Giang', 'Kiên Giang', '', '47', 'state', 1, 0),
(4428, 'state_C___n_Th___4428', 'Cần Thơ', 'Cần Thơ', '', '48', 'state', 1, 0),
(4429, 'state_V__nh_Long_4429', 'Vĩnh Long', 'Vĩnh Long', '', '49', 'state', 1, 0),
(4430, 'state_B___n_Tre_4430', 'Bến Tre', 'Bến Tre', '', '50', 'state', 1, 0),
(4431, 'state_Tr___Vinh_4431', 'Trà Vinh', 'Trà Vinh', '', '51', 'state', 1, 0),
(4432, 'state_S__c_Tr__ng_4432', 'Sóc Trăng', 'Sóc Trăng', '', '52', 'state', 1, 0),
(4433, 'state_B___c_K___n_4433', 'Bắc Kạn', 'Bắc Kạn', '', '53', 'state', 1, 0),
(4434, 'state_B___c_Giang_4434', 'Bắc Giang', 'Bắc Giang', '', '54', 'state', 1, 0),
(4435, 'state_B___c_Li__u_4435', 'Bạc Liêu', 'Bạc Liêu', '', '55', 'state', 1, 0),
(4436, 'state_B___c_Ninh_4436', 'Bắc Ninh', 'Bắc Ninh', '', '56', 'state', 1, 0),
(4437, 'state_B__nh_D____ng_4437', 'Bình Dương', 'Bình Dương', '', '57', 'state', 1, 0),
(4438, 'state_B__nh_Ph_____c_4438', 'Bình Phước', 'Bình Phước', '', '58', 'state', 1, 0),
(4439, 'state_C___Mau_4439', 'Cà Mau', 'Cà Mau', '', '59', 'state', 1, 0),
(4440, 'state______N___ng_4440', 'Đà Nẵng', 'Đà Nẵng', '', '60', 'state', 1, 0),
(4441, 'state_H___i_D____ng_4441', 'Hải Dương', 'Hải Dương', '', '61', 'state', 1, 0),
(4442, 'state_H___i_Ph__ng_4442', 'Hải Phòng', 'Hải Phòng', '', '62', 'state', 1, 0),
(4443, 'state_H___Nam_4443', 'Hà Nam', 'Hà Nam', '', '63', 'state', 1, 0),
(4444, 'state_H___N___i_4444', 'Hà Nội', 'Hà Nội', '', '64', 'state', 1, 0),
(4445, 'state_S__i_G__n_4445', 'Hồ Chí Minh City', 'Hồ Chí Minh City', '', '65', 'state', 1, 0),
(4446, 'state_H__ng_Y__n_4446', 'Hưng Yên', 'Hưng Yên', '', '66', 'state', 1, 0),
(4447, 'state_Nam______nh_4447', 'Nam Định', 'Nam Định', '', '67', 'state', 1, 0),
(4448, 'state_Ph___Th____4448', 'Phú Thọ', 'Phú Thọ', '', '68', 'state', 1, 0),
(4449, 'state_Th__i_Nguy__n_4449', 'Thái Nguyên', 'Thái Nguyên', '', '69', 'state', 1, 0),
(4450, 'state_V__nh_Ph__c_4450', 'Vĩnh Phúc', 'Vĩnh Phúc', '', '70', 'state', 1, 0),
(4451, 'state___i___n_Bi__n_4451', 'Điện Biên', 'Điện Biên', '', '71', 'state', 1, 0),
(4452, 'state______k_N__ng_4452', 'Đắk Nông', 'Đắk Nông', '', '72', 'state', 1, 0),
(4453, 'state_H___u_Giang_4453', 'Hậu Giang', 'Hậu Giang', '', '73', 'state', 1, 0),
(4454, 'state_Saint_Croix_4454', 'Saint Croix', 'Saint Croix', '', 'C', 'state', 1, 0),
(4457, 'state_Alo_4457', 'Alo', 'Alo', '', 'A', 'state', 1, 0),
(4458, 'state_Sigave_4458', 'Sigave', 'Sigave', '', 'S', 'state', 1, 0),
(4459, 'state_Wallis_4459', 'Wallis', 'Wallis', '', 'W', 'state', 1, 0),
(4460, 'state_____________4460', 'أبين‎', 'أبين‎', '', 'AB', 'state', 1, 0),
(4461, 'state________4461', 'عدن', 'عدن', '', 'AD', 'state', 1, 0),
(4462, 'state____________4462', 'عمران', 'عمران', '', 'AM', 'state', 1, 0),
(4463, 'state________________4463', 'البيضاء', 'البيضاء', '', 'BA', 'state', 1, 0),
(4464, 'state______________4464', 'الضالع', 'الضالع', '', 'DA', 'state', 1, 0),
(4465, 'state__________4465', 'ذمار', 'ذمار', '', 'DH', 'state', 1, 0),
(4466, 'state______________4466', 'حضرموت', 'حضرموت', '', 'HD', 'state', 1, 0),
(4467, 'state________4467', 'حجة', 'حجة', '', 'HJ', 'state', 1, 0),
(4468, 'state________________4468', 'الحديدة', 'الحديدة', '', 'HU', 'state', 1, 0),
(4469, 'state______4469', 'إب', 'إب', '', 'IB', 'state', 1, 0),
(4470, 'state____________4470', 'الجوف', 'الجوف', '', 'JA', 'state', 1, 0),
(4471, 'state________4471', 'لحج', 'لحج', '', 'LA', 'state', 1, 0),
(4472, 'state__________4472', 'مأرب', 'مأرب', '', 'MA', 'state', 1, 0),
(4473, 'state______________4473', 'المهرة', 'المهرة', '', 'MR', 'state', 1, 0),
(4474, 'state________________4474', 'المحويت', 'المحويت', '', 'MW', 'state', 1, 0),
(4475, 'state__________4475', 'صعدة', 'صعدة', '', 'SD', 'state', 1, 0),
(4476, 'state____________4476', 'صنعاء', 'صنعاء', '', 'SN', 'state', 1, 0),
(4477, 'state__________4477', 'شبوة', 'شبوة', '', 'SH', 'state', 1, 0),
(4478, 'state________4478', 'تعز', 'تعز', '', 'TA', 'state', 1, 0),
(4479, 'state_Western_4479', 'Western', 'Western', '', '01', 'state', 1, 0),
(4480, 'state_Central_4480', 'Central', 'Central', '', '02', 'state', 1, 0),
(4481, 'state_Eastern_4481', 'Eastern', 'Eastern', '', '03', 'state', 1, 0),
(4482, 'state_Luapula_4482', 'Luapula', 'Luapula', '', '04', 'state', 1, 0),
(4483, 'state_Northern_4483', 'Northern', 'Northern', '', '05', 'state', 1, 0),
(4484, 'state_North_Western_4484', 'North-Western', 'North-Western', '', '06', 'state', 1, 0),
(4485, 'state_Southern_4485', 'Southern', 'Southern', '', '07', 'state', 1, 0),
(4486, 'state_Copperbelt_4486', 'Copperbelt', 'Copperbelt', '', '08', 'state', 1, 0),
(4487, 'state_Lusaka_4487', 'Lusaka', 'Lusaka', '', '09', 'state', 1, 0),
(4488, 'state_Manicaland_4488', 'Manicaland', 'Manicaland', '', 'MA', 'state', 1, 0),
(4489, 'state_Mashonaland_Central_4489', 'Mashonaland Central', 'Mashonaland Central', '', 'MC', 'state', 1, 0),
(4490, 'state_Mashonaland_East_4490', 'Mashonaland East', 'Mashonaland East', '', 'ME', 'state', 1, 0),
(4491, 'state_Midlands_4491', 'Midlands', 'Midlands', '', 'MI', 'state', 1, 0),
(4492, 'state_Matabeleland_North_4492', 'Matabeleland North', 'Matabeleland North', '', 'MN', 'state', 1, 0),
(4493, 'state_Matabeleland_South_4493', 'Matabeleland South', 'Matabeleland South', '', 'MS', 'state', 1, 0),
(4494, 'state_Masvingo_4494', 'Masvingo', 'Masvingo', '', 'MV', 'state', 1, 0),
(4495, 'state_Mashonaland_West_4495', 'Mashonaland West', 'Mashonaland West', '', 'MW', 'state', 1, 0),
(4501, 'tax_europe_9728', 'Europe', 'Europe', 'EU', '', 'tax', 1, 0),
(4502, 'country_Montenegro_19668', 'Црна Гора', 'Montenegro', 'ME', 'MNE', 'country', 1, 0),
(4503, 'country_Serbia_4503', 'Србија', 'Serbia', 'RS', 'SRB', 'country', 1, 0),
(4554, 'state_Aberdeenshire_4554', 'Aberdeenshire', 'Aberdeenshire', '', 'ABR', 'state', 1, 0),
(4555, 'state_Anglesey_4555', 'Anglesey', 'Anglesey', '', 'ANG', 'state', 1, 0),
(4506, 'state_Angus_4506', 'Angus', 'Angus', '', 'AGS', 'state', 1, 0),
(4507, 'state_Argyllshire_4507', 'Argyllshire', 'Argyllshire', '', 'AGL', 'state', 1, 0),
(4508, 'state_Ayrshire_4508', 'Ayrshire', 'Ayrshire', '', 'AYR', 'state', 1, 0),
(4509, 'state_Banffshire_4509', 'Banffshire', 'Banffshire', '', 'ANF', 'state', 1, 0),
(4510, 'state_Berwickshire_4510', 'Berwickshire', 'Berwickshire', '', 'BRW', 'state', 1, 0),
(4511, 'state_Brecknockshire_4511', 'Brecknockshire', 'Brecknockshire', '', 'BRC', 'state', 1, 0),
(4512, 'state_Buteshire_4512', 'Buteshire', 'Buteshire', '', 'BTS', 'state', 1, 0),
(4513, 'state_Caernarfonshire_4513', 'Caernarfonshire', 'Caernarfonshire', '', 'CRN', 'state', 1, 0),
(4514, 'state_Caithness_4514', 'Caithness', 'Caithness', '', 'CTN', 'state', 1, 0),
(4515, 'state_Cardiganshire_4515', 'Cardiganshire', 'Cardiganshire', '', 'CGN', 'state', 1, 0),
(4516, 'state_Channel_Isles_4516', 'Channel Isles', 'Channel Isles', '', 'CHI', 'state', 1, 0),
(4517, 'state_Clackmannanshire_4517', 'Clackmannanshire', 'Clackmannanshire', '', 'CLK', 'state', 1, 0),
(4518, 'state_County_Armagh_4518', 'County Armagh', 'County Armagh', '', 'CAM', 'state', 1, 0),
(4519, 'state_Cumberland_4519', 'Cumberland', 'Cumberland', '', 'CRL', 'state', 1, 0),
(4520, 'state_Dumfriesshire_4520', 'Dumfriesshire', 'Dumfriesshire', '', 'DFS', 'state', 1, 0),
(4521, 'state_Dunbartonshire_4521', 'Dunbartonshire', 'Dunbartonshire', '', 'DBT', 'state', 1, 0),
(4522, 'state_East_Lothian_4522', 'East Lothian', 'East Lothian', '', 'ELT', 'state', 1, 0),
(4523, 'state_Huntingdonshire_4523', 'Huntingdonshire', 'Huntingdonshire', '', 'HTG', 'state', 1, 0),
(4524, 'state_Inverness-shire_4524', 'Inverness-shire', 'Inverness-shire', '', 'INV', 'state', 1, 0),
(4525, 'state_Isle_ of_Islay_4525', 'Isle of Islay', 'Isle of Islay', '', 'IOI', 'state', 1, 0),
(4526, 'state_Isle_of_Lewis_4526', 'Isle of Lewis', 'Isle of Lewis', '', 'IOL', 'state', 1, 0),
(4527, 'state_Isle_of_Man_4527', 'Isle of Man', 'Isle of Man', '', 'IOM', 'state', 1, 0),
(4528, 'state_Isle_of_Skye_4528', 'Isle of Skye', 'Isle of Skye', '', 'IOS', 'state', 1, 0),
(4529, 'state_Isles_of_Scilly_4529', 'Isles of Scilly', 'Isles of Scilly', '', 'ISC', 'state', 1, 0),
(4530, 'state_Kincardineshire_4530', 'Kincardineshire', 'Kincardineshire', '', 'KNC', 'state', 1, 0),
(4531, 'state_Kinross-Shire_4531', 'Kinross-Shire', 'Kinross-Shire', '', 'KNR', 'state', 1, 0),
(4532, 'state_Kirkcudbrightshire_4532', 'Kirkcudbrightshire', 'Kirkcudbrightshire', '', 'KKC', 'state', 1, 0),
(4533, 'state_Lanarkshire_4533', 'Lanarkshire', 'Lanarkshire', '', 'LNK', 'state', 1, 0),
(4534, 'state_Merioneth_4534', 'Merioneth', 'Merioneth', '', 'MRN', 'state', 1, 0),
(4535, 'state_Midlothian_4535', 'Midlothian', 'Midlothian', '', 'MDL', 'state', 1, 0),
(4536, 'state_Monmouthshire_4536', 'Monmouthshire', 'Monmouthshire', '', 'MMS', 'state', 1, 0),
(4537, 'state_Montgomeryshire_4537', 'Montgomeryshire', 'Montgomeryshire', '', 'MGY', 'state', 1, 0),
(4538, 'state_Morayshire_4538', 'Morayshire', 'Morayshire', '', 'MRY', 'state', 1, 0),
(4539, 'state_Nairnshire_4539', 'Nairnshire', 'Nairnshire', '', 'NNS', 'state', 1, 0),
(4540, 'state_Orkney_4540', 'Orkney', 'Orkney', '', 'OKY', 'state', 1, 0),
(4541, 'state_Peeblesshire_4541', 'Peeblesshire', 'Peeblesshire', '', 'PBL', 'state', 1, 0),
(4542, 'state_Perthshire_4542', 'Perthshire', 'Perthshire', '', 'PTS', 'state', 1, 0),
(4543, 'state_Radnorshire_4543', 'Radnorshire', 'Radnorshire', '', 'RDN', 'state', 1, 0),
(4544, 'state_Ross-shire_4544', 'Ross-shire', 'Ross-shire', '', 'RSS', 'state', 1, 0),
(4545, 'state_Roxburghshire_4545', 'Roxburghshire', 'Roxburghshire', '', 'RXB', 'state', 1, 0),
(4546, 'state_Rutland_4546', 'Rutland', 'Rutland', '', 'RTL', 'state', 1, 0),
(4547, 'state_Selkirkshire_4547', 'Selkirkshire', 'Selkirkshire', '', 'SKK', 'state', 1, 0),
(4548, 'state_Shetland_4548', 'Shetland', 'Shetland', '', 'SHL', 'state', 1, 0),
(4549, 'state_Stirlingshire_4549', 'Stirlingshire', 'Stirlingshire', '', 'STG', 'state', 1, 0),
(4550, 'state_Sussex_4550', 'Sussex', 'Sussex', '', 'SSX', 'state', 1, 0),
(4551, 'state_Sutherland_4551', 'Sutherland', 'Sutherland', '', 'STH', 'state', 1, 0),
(4552, 'state_Westmorland_4552', 'Westmorland', 'Westmorland', '', 'WSM', 'state', 1, 0),
(4553, 'state_Wigtownshire_4553', 'Wigtownshire', 'Wigtownshire', '', 'WGT', 'state', 1, 0),
(4557, 'state_Armed_Forces_Americas_4557', 'Armed Forces Americas (Except Canada)', 'Armed Forces Americas (Except Canada)', '', 'AA', 'state', 1, 0),
(4558, 'state_Armed_Forces_Europe_4558', 'Armed Forces Europe', 'Armed Forces Europe', '', 'AE', 'state', 1, 0),
(4559, 'state_Armed_Forces_Pacific_4559', 'Armed Forces Pacific', 'Armed Forces Pacific', '', 'AP', 'state', 1, 0),
(4560, 'country_isle_of_man_4560', 'Isle of Man', 'Isle of Man', 'IM', 'IMN', 'country', 0, 0),
(4561, 'state_Telangana_4561', 'Telangana', 'Telangana', '', 'IN-TG', 'state', 1, 0),
(4562, 'state_Lower_River_4562', 'Lower River', 'Lower River', '', 'LR', 'state', 1, 0),
(4563, 'state_Central_River_4563', 'Central River', 'Central River', '', 'CR', 'state', 1, 0),
(4564, 'state_North_Bank_4564', 'North Bank', 'North Bank', '', 'NB', 'state', 1, 0),
(4565, 'state_Upper_River_4565', 'Upper River', 'Upper River', '', 'UR', 'state', 1, 0),
(4566, 'state_Western_4566', 'Western', 'Western', '', 'W', 'state', 1, 0),
(4567, 'state_Banjul_4567', 'Banjul', 'Banjul', '', 'B', 'state', 1, 0),
(4568, 'state_Yobe_State_4568', 'Yobe State', 'Yobe State', '', 'YO', 'state', 1, 0),
(4569, 'state_FCT_Abuja_4569', 'FCT Abuja', 'FCT Abuja', '', 'FC', 'state', 1, 0),
(4571, 'state_____________________________4571', 'Забайкальский край', 'Забайкальский край', '', 'ZAB', 'state', 1, 0),
(4572, 'state_Metro_Manila_4572', 'Metro Manila', 'Metro Manila', '', '00', 'state', 1, 0),
(4573, 'state_________________________4573', 'خراسان رضوی', 'خراسان رضوی', '', '29', 'state', 1, 0),
(4574, 'state_________________________4574', 'خراسان شمالی', 'خراسان شمالی', '', '30', 'state', 1, 0),
(4575, 'state_________________________4575', 'البرز', 'البرز', '', '31', 'state', 1, 0),
(4578, 'state_Northern_Bahr_el_Ghazal_4578', 'Northern Bahr el Ghazal', 'Northern Bahr el Ghazal', '', '', 'state', 1, 0),
(4579, 'state_Western_Bahr_el_Ghazal_4579', 'Western Bahr el Ghazal', 'Western Bahr el Ghazal', '', '', 'state', 1, 0),
(4580, 'state_Lakes_4580', 'Lakes', 'Lakes', '', '', 'state', 1, 0),
(4581, 'state_Warrap_4581', 'Warrap', 'Warrap', '', '', 'state', 1, 0),
(4582, 'state_Western_Equatoria_4582', 'Western Equatoria', 'Western Equatoria', '', '', 'state', 1, 0),
(4583, 'state_Central_Equatoria_4583', 'Central Equatoria', 'Central Equatoria', '', '', 'state', 1, 0),
(4584, 'state_Eastern_Equatoria_4584', 'Eastern Equatoria', 'Eastern Equatoria', '', '', 'state', 1, 0),
(4585, 'state_Jonglei_4585', 'Jonglei', 'Jonglei', '', '', 'state', 1, 0),
(4586, 'state_Unity_4586', 'Unity', 'Unity', '', '', 'state', 1, 0),
(4587, 'state_Upper_Nile_4587', 'Upper Nile', 'Upper Nile', '', '', 'state', 1, 0),
(4588, 'state_Pibor_Administrative_Area_4588', 'Pibor Administrative Area', 'Pibor Administrative Area', '', '', 'state', 1, 0),
(4589, 'state_Ruweng_Administrative_Area_4589', 'Ruweng Administrative Area', 'Ruweng Administrative Area', '', '', 'state', 1, 0),
(4590, 'state_Abyei_Special_Administrative_Area_4590', 'Abyei Special Administrative Area', 'Abyei Special Administrative Area', '', '', 'state', 1, 0);

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

--
-- Table structure for table `xjmw1_hikashop_zone_link`
--

CREATE TABLE `xjmw1_hikashop_zone_link` (
  `zone_parent_namekey` varchar(255) NOT NULL,
  `zone_child_namekey` varchar(255) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `xjmw1_hikashop_zone_link`
--

INSERT INTO `xjmw1_hikashop_zone_link` (`zone_parent_namekey`, `zone_child_namekey`) VALUES
('country_Afghanistan_1', 'state_______________240'),
('country_Afghanistan_1', 'state______________241'),
('country_Afghanistan_1', 'state____________242'),
('country_Afghanistan_1', 'state________243'),
('country_Afghanistan_1', 'state______________244'),
('country_Afghanistan_1', 'state________________245'),
('country_Afghanistan_1', 'state__________246'),
('country_Afghanistan_1', 'state______________247'),
('country_Afghanistan_1', 'state__________248'),
('country_Afghanistan_1', 'state________249'),
('country_Afghanistan_1', 'state____________250'),
('country_Afghanistan_1', 'state__________251'),
('country_Afghanistan_1', 'state______________252'),
('country_Afghanistan_1', 'state__________253'),
('country_Afghanistan_1', 'state______________254'),
('country_Afghanistan_1', 'state______________255'),
('country_Afghanistan_1', 'state__________256'),
('country_Afghanistan_1', 'state____________257'),
('country_Afghanistan_1', 'state____________258'),
('country_Afghanistan_1', 'state____________259'),
('country_Afghanistan_1', 'state__________260'),
('country_Afghanistan_1', 'state________________261'),
('country_Afghanistan_1', 'state______________262'),
('country_Afghanistan_1', 'state________________263'),
('country_Afghanistan_1', 'state________________264'),
('country_Afghanistan_1', 'state____________265'),
('country_Afghanistan_1', 'state______________266'),
('country_Afghanistan_1', 'state_______________267'),
('country_Afghanistan_1', 'state____________268'),
('country_Afghanistan_1', 'state______________269'),
('country_Afghanistan_1', 'state___________270'),
('country_Afghanistan_1', 'state__________271'),
('country_Afghanistan_1', 'state__________272'),
('country_Afghanistan_1', 'state__________273'),
('country_Albania_2', 'state_Beratit_274'),
('country_Albania_2', 'state_Bulqiz__s_275'),
('country_Albania_2', 'state_Dibr__s_276'),
('country_Albania_2', 'state_Delvin__s_277'),
('country_Albania_2', 'state_Durr__sit_278'),
('country_Albania_2', 'state_Devollit_279'),
('country_Albania_2', 'state_Elbasanit_280'),
('country_Albania_2', 'state_Kolonj__s_281'),
('country_Albania_2', 'state_Fierit_282'),
('country_Albania_2', 'state_Gjirokastr__s_283'),
('country_Albania_2', 'state_Gramshit_284'),
('country_Albania_2', 'state_Hasit_285'),
('country_Albania_2', 'state_Kavaj__s_286'),
('country_Albania_2', 'state_Kurbinit_287'),
('country_Albania_2', 'state_Ku__ov__s_288'),
('country_Albania_2', 'state_Kor____s_289'),
('country_Albania_2', 'state_Kruj__s_290'),
('country_Albania_2', 'state_Kuk__sit_291'),
('country_Albania_2', 'state_Librazhdit_292'),
('country_Albania_2', 'state_Lezh__s_293'),
('country_Albania_2', 'state_Lushnj__s_294'),
('country_Albania_2', 'state_Mallakastr__s_295'),
('country_Albania_2', 'state_Mal__sis___s___Madhe_296'),
('country_Albania_2', 'state_Mirdit__s_297'),
('country_Albania_2', 'state_Matit_298'),
('country_Albania_2', 'state_Pogradecit_299'),
('country_Albania_2', 'state_Peqinit_300'),
('country_Albania_2', 'state_P__rmetit_301'),
('country_Albania_2', 'state_Puk__s_302'),
('country_Albania_2', 'state_Shkodr__s_303'),
('country_Albania_2', 'state_Skraparit_304'),
('country_Albania_2', 'state_Sarand__s_305'),
('country_Albania_2', 'state_Tepelen__s_306'),
('country_Albania_2', 'state_Tropoj__s_307'),
('country_Albania_2', 'state_Tiran__s_308'),
('country_Albania_2', 'state_Vlor__s_309'),
('country_Algeria_3', 'state_______________________310'),
('country_Algeria_3', 'state_______________________311'),
('country_Algeria_3', 'state___________________________312'),
('country_Algeria_3', 'state________________________________313'),
('country_Algeria_3', 'state_______________________314'),
('country_Algeria_3', 'state_______________________315'),
('country_Algeria_3', 'state_______________________316'),
('country_Algeria_3', 'state_____________________317'),
('country_Algeria_3', 'state___________________318'),
('country_Algeria_3', 'state___________________________319'),
('country_Algeria_3', 'state___________________________320'),
('country_Algeria_3', 'state_____________________321'),
('country_Algeria_3', 'state______________322'),
('country_Algeria_3', 'state_______________________323'),
('country_Algeria_3', 'state_________________324'),
('country_Algeria_3', 'state___________________________325'),
('country_Algeria_3', 'state________________________________326'),
('country_Algeria_3', 'state_____________________327'),
('country_Algeria_3', 'state_____________________328'),
('country_Algeria_3', 'state_______________________329'),
('country_Algeria_3', 'state__________________330'),
('country_Algeria_3', 'state__________________________________331'),
('country_Algeria_3', 'state_______________________332'),
('country_Algeria_3', 'state_______________________333'),
('country_Algeria_3', 'state________________334'),
('country_Algeria_3', 'state_________________________335'),
('country_Algeria_3', 'state___________________________336'),
('country_Algeria_3', 'state___________________________337'),
('country_Algeria_3', 'state_______________________338'),
('country_Algeria_3', 'state____________339'),
('country_Algeria_3', 'state____________340'),
('country_Algeria_3', 'state_______________________341'),
('country_Algeria_3', 'state_______________________342'),
('country_Algeria_3', 'state____________________________________343'),
('country_Algeria_3', 'state___________________________344'),
('country_Algeria_3', 'state_________________________345'),
('country_Algeria_3', 'state____________346'),
('country_Algeria_3', 'state___________________________347'),
('country_Algeria_3', 'state_________________________348'),
('country_Algeria_3', 'state_______________________349'),
('country_Algeria_3', 'state______________________________350'),
('country_Algeria_3', 'state_________________________351'),
('country_Algeria_3', 'state_____________________352'),
('country_Algeria_3', 'state________________________________353'),
('country_Algeria_3', 'state___________________________354'),
('country_Algeria_3', 'state________________________________355'),
('country_Algeria_3', 'state_________________________356'),
('country_Algeria_3', 'state_________________________357'),
('country_American_Samoa_4', 'state_Eastern_358'),
('country_American_Samoa_4', 'state_Manu_a_359'),
('country_American_Samoa_4', 'state_Rose_Island_360'),
('country_American_Samoa_4', 'state_Swains_Island_361'),
('country_American_Samoa_4', 'state_Western_362'),
('country_Andorra_5', 'state_Andorra_la_Vella_363'),
('country_Andorra_5', 'state_Canillo_364'),
('country_Andorra_5', 'state_Encamp_365'),
('country_Andorra_5', 'state_Escaldes_Engordany_366'),
('country_Andorra_5', 'state_La_Massana_367'),
('country_Andorra_5', 'state_Ordino_368'),
('country_Andorra_5', 'state_Sant_Juli___de_L__ria_369'),
('country_Angola_6', 'state_Bengo_370'),
('country_Angola_6', 'state_Benguela_371'),
('country_Angola_6', 'state_Bi___372'),
('country_Angola_6', 'state_Cabinda_373'),
('country_Angola_6', 'state_Cuando_Cubango_374'),
('country_Angola_6', 'state_Cuanza_Norte_375'),
('country_Angola_6', 'state_Cuanza_Sul_376'),
('country_Angola_6', 'state_Cunene_377'),
('country_Angola_6', 'state_Huambo_378'),
('country_Angola_6', 'state_Hu__la_379'),
('country_Angola_6', 'state_Luanda_380'),
('country_Angola_6', 'state_Lunda_Norte_381'),
('country_Angola_6', 'state_Lunda_Sul_382'),
('country_Angola_6', 'state_Malanje_383'),
('country_Angola_6', 'state_Moxico_384'),
('country_Angola_6', 'state_Namibe_385'),
('country_Angola_6', 'state_U__ge_386'),
('country_Angola_6', 'state_Zaire_387'),
('country_Antigua_and_Barbuda_9', 'state_Barbuda_388'),
('country_Antigua_and_Barbuda_9', 'state_Saint_George_389'),
('country_Antigua_and_Barbuda_9', 'state_Saint_John_390'),
('country_Antigua_and_Barbuda_9', 'state_Saint_Mary_391'),
('country_Antigua_and_Barbuda_9', 'state_Saint_Paul_392'),
('country_Antigua_and_Barbuda_9', 'state_Saint_Peter_393'),
('country_Antigua_and_Barbuda_9', 'state_Saint_Philip_394'),
('country_Argentina_10', 'state_Salta_395'),
('country_Argentina_10', 'state_Buenos_Aires_Province_396'),
('country_Argentina_10', 'state_Capital_Federal_397'),
('country_Argentina_10', 'state_San_Luis_398'),
('country_Argentina_10', 'state_Entre_R__os_399'),
('country_Argentina_10', 'state_La_Rioja_400'),
('country_Argentina_10', 'state_Santiago_del_Estero_401'),
('country_Argentina_10', 'state_Chaco_402'),
('country_Argentina_10', 'state_San_Juan_403'),
('country_Argentina_10', 'state_Catamarca_404'),
('country_Argentina_10', 'state_La_Pampa_405'),
('country_Argentina_10', 'state_Mendoza_406'),
('country_Argentina_10', 'state_Misiones_407'),
('country_Argentina_10', 'state_Formosa_408'),
('country_Argentina_10', 'state_Neuqu__n_409'),
('country_Argentina_10', 'state_R__o_Negro_410'),
('country_Argentina_10', 'state_Santa_Fe_411'),
('country_Argentina_10', 'state_Tucum__n_412'),
('country_Argentina_10', 'state_Chubut_413'),
('country_Argentina_10', 'state_Tierra_del_Fuego_414'),
('country_Argentina_10', 'state_Corrientes_415'),
('country_Argentina_10', 'state_C__rdoba_416'),
('country_Argentina_10', 'state_Jujuy_417'),
('country_Argentina_10', 'state_Santa_Cruz_418'),
('country_Armenia_11', 'state____________________419'),
('country_Armenia_11', 'state______________420'),
('country_Armenia_11', 'state________________421'),
('country_Armenia_11', 'state____________422'),
('country_Armenia_11', 'state________________________423'),
('country_Armenia_11', 'state______________424'),
('country_Armenia_11', 'state__________425'),
('country_Armenia_11', 'state____________426'),
('country_Armenia_11', 'state________________427'),
('country_Armenia_11', 'state______________428'),
('country_Armenia_11', 'state___________________429'),
('country_Australia_13', 'state_Australian_Capital_Territory_430'),
('country_Australia_13', 'state_New_South_Wales_431'),
('country_Australia_13', 'state_Northern_Territory_432'),
('country_Australia_13', 'state_Queensland_433'),
('country_Australia_13', 'state_South_Australia_434'),
('country_Australia_13', 'state_Tasmania_435'),
('country_Australia_13', 'state_Victoria_436'),
('country_Australia_13', 'state_Western_Australia_437'),
('country_Austria_14', 'state_Burgenland_438'),
('country_Austria_14', 'state_K__rnten_439'),
('country_Austria_14', 'state_Nieder__sterreich_440'),
('country_Austria_14', 'state_Ober__sterreich_441'),
('country_Austria_14', 'state_Salzburg_442'),
('country_Austria_14', 'state_Steiermark_443'),
('country_Austria_14', 'state_Tirol_444'),
('country_Austria_14', 'state_Voralberg_445'),
('country_Austria_14', 'state_Wien_446'),
('country_Azerbaijan_15', 'state___li_Bayraml___447'),
('country_Azerbaijan_15', 'state_Ab__eron_448'),
('country_Azerbaijan_15', 'state_A__cab__di_449'),
('country_Azerbaijan_15', 'state_A__dam_450'),
('country_Azerbaijan_15', 'state_A__da___451'),
('country_Azerbaijan_15', 'state_A__stafa_452'),
('country_Azerbaijan_15', 'state_A__su_453'),
('country_Azerbaijan_15', 'state_Astara_454'),
('country_Azerbaijan_15', 'state_Bak___455'),
('country_Azerbaijan_15', 'state_Bab__k_456'),
('country_Azerbaijan_15', 'state_Balak__n_457'),
('country_Azerbaijan_15', 'state_B__rd___458'),
('country_Azerbaijan_15', 'state_Beyl__qan_459'),
('country_Azerbaijan_15', 'state_Bil__suvar_460'),
('country_Azerbaijan_15', 'state_C__bray__l_461'),
('country_Azerbaijan_15', 'state_C__lilabab_462'),
('country_Azerbaijan_15', 'state_Julfa_463'),
('country_Azerbaijan_15', 'state_Da__k__s__n_464'),
('country_Azerbaijan_15', 'state_D__v____i_465'),
('country_Azerbaijan_15', 'state_F__zuli_466'),
('country_Azerbaijan_15', 'state_G__nc___467'),
('country_Azerbaijan_15', 'state_G__d__b__y_468'),
('country_Azerbaijan_15', 'state_Goranboy_469'),
('country_Azerbaijan_15', 'state_G__y__ay_470'),
('country_Azerbaijan_15', 'state_Hac__qabul_471'),
('country_Azerbaijan_15', 'state___mi__li_472'),
('country_Azerbaijan_15', 'state___smay__ll___473'),
('country_Azerbaijan_15', 'state_K__lb__c__r_474'),
('country_Azerbaijan_15', 'state_K__rd__mir_475'),
('country_Azerbaijan_15', 'state_L__nk__ran_476'),
('country_Azerbaijan_15', 'state_La____n_477'),
('country_Azerbaijan_15', 'state_L__nk__ran_478'),
('country_Azerbaijan_15', 'state_Lerik_479'),
('country_Azerbaijan_15', 'state_Masall___480'),
('country_Azerbaijan_15', 'state_Ming____evir_481'),
('country_Azerbaijan_15', 'state_Naftalan_482'),
('country_Azerbaijan_15', 'state_Neft__ala_483'),
('country_Azerbaijan_15', 'state_O__uz_484'),
('country_Azerbaijan_15', 'state_Ordubad_485'),
('country_Azerbaijan_15', 'state_Q__b__l___486'),
('country_Azerbaijan_15', 'state_Qax_487'),
('country_Azerbaijan_15', 'state_Qazax_488'),
('country_Azerbaijan_15', 'state_Qobustan_489'),
('country_Azerbaijan_15', 'state_Quba_490'),
('country_Azerbaijan_15', 'state_Qubadl___491'),
('country_Azerbaijan_15', 'state_Qusar_492'),
('country_Azerbaijan_15', 'state_____ki_493'),
('country_Azerbaijan_15', 'state_Saatl___494'),
('country_Azerbaijan_15', 'state_Sabirabad_495'),
('country_Azerbaijan_15', 'state_S__d__r__k_496'),
('country_Azerbaijan_15', 'state___ahbuz_497'),
('country_Azerbaijan_15', 'state_____ki_498'),
('country_Azerbaijan_15', 'state_Salyan_499'),
('country_Azerbaijan_15', 'state_Sumqay__t_500'),
('country_Azerbaijan_15', 'state___amax___501'),
('country_Azerbaijan_15', 'state_____mkir_502'),
('country_Azerbaijan_15', 'state_Samux_503'),
('country_Azerbaijan_15', 'state_____rur_504'),
('country_Azerbaijan_15', 'state_Siy__z__n_505'),
('country_Azerbaijan_15', 'state___u__a__City__506'),
('country_Azerbaijan_15', 'state___u__a_507'),
('country_Azerbaijan_15', 'state_T__rt__r_508'),
('country_Azerbaijan_15', 'state_Tovuz_509'),
('country_Azerbaijan_15', 'state_Ucar_510'),
('country_Azerbaijan_15', 'state_Xank__ndi_511'),
('country_Azerbaijan_15', 'state_Xa__maz_512'),
('country_Azerbaijan_15', 'state_Xanlar_513'),
('country_Azerbaijan_15', 'state_X__z___514'),
('country_Azerbaijan_15', 'state_Xocal___515'),
('country_Azerbaijan_15', 'state_Xocav__nd_516'),
('country_Azerbaijan_15', 'state_Yard__ml___517'),
('country_Azerbaijan_15', 'state_Yevlax__City__518'),
('country_Azerbaijan_15', 'state_Yevlax_519'),
('country_Azerbaijan_15', 'state_Z__ngilan_520'),
('country_Azerbaijan_15', 'state_Zaqatala_521'),
('country_Azerbaijan_15', 'state_Z__rdab_522'),
('country_Azerbaijan_15', 'state_Nakhichevan_523'),
('country_Bahamas_16', 'state_Acklins_and_Crooked_Islands_524'),
('country_Bahamas_16', 'state_Bimini_525'),
('country_Bahamas_16', 'state_Cat_Island_526'),
('country_Bahamas_16', 'state_Exuma_527'),
('country_Bahamas_16', 'state_Freeport_528'),
('country_Bahamas_16', 'state_Fresh_Creek_529'),
('country_Bahamas_16', 'state_Governor_s_Harbour_530'),
('country_Bahamas_16', 'state_Green_Turtle_Cay_531'),
('country_Bahamas_16', 'state_Harbour_Island_532'),
('country_Bahamas_16', 'state_High_Rock_533'),
('country_Bahamas_16', 'state_Inagua_534'),
('country_Bahamas_16', 'state_Kemps_Bay_535'),
('country_Bahamas_16', 'state_Long_Island_536'),
('country_Bahamas_16', 'state_Marsh_Harbour_537'),
('country_Bahamas_16', 'state_Mayaguana_538'),
('country_Bahamas_16', 'state_New_Providence_539'),
('country_Bahamas_16', 'state_Nicholls_Town_and_Berry_Islands_540'),
('country_Bahamas_16', 'state_Ragged_Island_541'),
('country_Bahamas_16', 'state_Rock_Sound_542'),
('country_Bahamas_16', 'state_San_Salvador_and_Rum_Cay_543'),
('country_Bahamas_16', 'state_Sandy_Point_544'),
('country_Bahrain_17', 'state__________545'),
('country_Bahrain_17', 'state______________546'),
('country_Bahrain_17', 'state________________547'),
('country_Bahrain_17', 'state_____________548'),
('country_Bahrain_17', 'state_________________________________549'),
('country_Bahrain_17', 'state__________550'),
('country_Bahrain_17', 'state_____________________________551'),
('country_Bahrain_17', 'state_____________________552'),
('country_Bahrain_17', 'state________________________________________________553'),
('country_Bahrain_17', 'state_______________________________554'),
('country_Bahrain_17', 'state_________________555'),
('country_Bahrain_17', 'state___________________556'),
('country_Bangladesh_18', 'state_Bandarban_557'),
('country_Bangladesh_18', 'state_Barguna_558'),
('country_Bangladesh_18', 'state_Bogra_559'),
('country_Bangladesh_18', 'state_Brahmanbaria_560'),
('country_Bangladesh_18', 'state_Bagerhat_561'),
('country_Bangladesh_18', 'state_Barisal_562'),
('country_Bangladesh_18', 'state_Bhola_563'),
('country_Bangladesh_18', 'state_Comilla_564'),
('country_Bangladesh_18', 'state_Chandpur_565'),
('country_Bangladesh_18', 'state_Chittagong_566'),
('country_Bangladesh_18', 'state_Cox_s_Bazar_567'),
('country_Bangladesh_18', 'state_Chuadanga_568'),
('country_Bangladesh_18', 'state_Dhaka_569'),
('country_Bangladesh_18', 'state_Dinajpur_570'),
('country_Bangladesh_18', 'state_Faridpur_571'),
('country_Bangladesh_18', 'state_Feni_572'),
('country_Bangladesh_18', 'state_Gopalganj_573'),
('country_Bangladesh_18', 'state_Gazipur_574'),
('country_Bangladesh_18', 'state_Gaibandha_575'),
('country_Bangladesh_18', 'state_Habiganj_576'),
('country_Bangladesh_18', 'state_Jamalpur_577'),
('country_Bangladesh_18', 'state_Jessore_578'),
('country_Bangladesh_18', 'state_Jhenaidah_579'),
('country_Bangladesh_18', 'state_Jaipurhat_580'),
('country_Bangladesh_18', 'state_Jhalakati_581'),
('country_Bangladesh_18', 'state_Kishoreganj_582'),
('country_Bangladesh_18', 'state_Khulna_583'),
('country_Bangladesh_18', 'state_Kurigram_584'),
('country_Bangladesh_18', 'state_Khagrachari_585'),
('country_Bangladesh_18', 'state_Kushtia_586'),
('country_Bangladesh_18', 'state_Lakshmipur_587'),
('country_Bangladesh_18', 'state_Lalmonirhat_588'),
('country_Bangladesh_18', 'state_Manikganj_589'),
('country_Bangladesh_18', 'state_Mymensingh_590'),
('country_Bangladesh_18', 'state_Munshiganj_591'),
('country_Bangladesh_18', 'state_Madaripur_592'),
('country_Bangladesh_18', 'state_Magura_593'),
('country_Bangladesh_18', 'state_Moulvibazar_594'),
('country_Bangladesh_18', 'state_Meherpur_595'),
('country_Bangladesh_18', 'state_Narayanganj_596'),
('country_Bangladesh_18', 'state_Netrakona_597'),
('country_Bangladesh_18', 'state_Narsingdi_598'),
('country_Bangladesh_18', 'state_Narail_599'),
('country_Bangladesh_18', 'state_Natore_600'),
('country_Bangladesh_18', 'state_Nawabganj_601'),
('country_Bangladesh_18', 'state_Nilphamari_602'),
('country_Bangladesh_18', 'state_Noakhali_603'),
('country_Bangladesh_18', 'state_Naogaon_604'),
('country_Bangladesh_18', 'state_Pabna_605'),
('country_Bangladesh_18', 'state_Pirojpur_606'),
('country_Bangladesh_18', 'state_Patuakhali_607'),
('country_Bangladesh_18', 'state_Panchagarh_608'),
('country_Bangladesh_18', 'state_Rajbari_609'),
('country_Bangladesh_18', 'state_Rajshahi_610'),
('country_Bangladesh_18', 'state_Rangpur_611'),
('country_Bangladesh_18', 'state_Rangamati_612'),
('country_Bangladesh_18', 'state_Sherpur_613'),
('country_Bangladesh_18', 'state_Satkhira_614'),
('country_Bangladesh_18', 'state_Sirajganj_615'),
('country_Bangladesh_18', 'state_Sylhet_616'),
('country_Bangladesh_18', 'state_Sunamganj_617'),
('country_Bangladesh_18', 'state_Shariatpur_618'),
('country_Bangladesh_18', 'state_Tangail_619'),
('country_Bangladesh_18', 'state_Thakurgaon_620'),
('country_Barbados_19', 'state_Saint_Andrew_621'),
('country_Barbados_19', 'state_Christ_Church_622'),
('country_Barbados_19', 'state_Saint_Peter_623'),
('country_Barbados_19', 'state_Saint_George_624'),
('country_Barbados_19', 'state_Saint_John_625'),
('country_Barbados_19', 'state_Saint_Lucy_626'),
('country_Barbados_19', 'state_Saint_Michael_627'),
('country_Barbados_19', 'state_Saint_Joseph_628'),
('country_Barbados_19', 'state_Saint_Philip_629'),
('country_Barbados_19', 'state_Saint_James_630'),
('country_Barbados_19', 'state_Saint_Thomas_631'),
('country_Belarus_20', 'state_______________________________________632'),
('country_Belarus_20', 'state___________________________________________633'),
('country_Belarus_20', 'state_____________________________________________634'),
('country_Belarus_20', 'state___________________________________________635'),
('country_Belarus_20', 'state_____________________________________636'),
('country_Belarus_20', 'state_________________________________________637'),
('country_Belgium_21', 'state_Brussel_638'),
('country_Belgium_21', 'state_Antwerpen_639'),
('country_Belgium_21', 'state_Vlaams_Brabant_640'),
('country_Belgium_21', 'state_Limburg_641'),
('country_Belgium_21', 'state_Oost_Vlaanderen_642'),
('country_Belgium_21', 'state_West_Vlaanderen_643'),
('country_Belgium_21', 'state_Brabant_Wallon_644'),
('country_Belgium_21', 'state_Hainaut_645'),
('country_Belgium_21', 'state_Li__ge_L__ttich_646'),
('country_Belgium_21', 'state_Luxembourg_647'),
('country_Belgium_21', 'state_Namur_648'),
('country_Belize_22', 'state_Belize_District_649'),
('country_Belize_22', 'state_Cayo_District_650'),
('country_Belize_22', 'state_Corozal_District_651'),
('country_Belize_22', 'state_Orange_Walk_District_652'),
('country_Belize_22', 'state_Stann_Creek_District_653'),
('country_Belize_22', 'state_Toledo_District_654'),
('country_Benin_23', 'state_Alibori_655'),
('country_Benin_23', 'state_Atakora_656'),
('country_Benin_23', 'state_Atlantique_657'),
('country_Benin_23', 'state_Borgou_658'),
('country_Benin_23', 'state_Collines_659'),
('country_Benin_23', 'state_Donga_660'),
('country_Benin_23', 'state_Kouffo_661'),
('country_Benin_23', 'state_Littoral_662'),
('country_Benin_23', 'state_Mono_663'),
('country_Benin_23', 'state_Ou__m___664'),
('country_Benin_23', 'state_Plateau_665'),
('country_Benin_23', 'state_Zou_666'),
('country_Bermuda_24', 'state_Devonshire_667'),
('country_Bermuda_24', 'state_Hamilton_City_668'),
('country_Bermuda_24', 'state_Hamilton_669'),
('country_Bermuda_24', 'state_Paget_670'),
('country_Bermuda_24', 'state_Pembroke_671'),
('country_Bermuda_24', 'state_Sandys_672'),
('country_Bermuda_24', 'state_Saint_George_City_673'),
('country_Bermuda_24', 'state_Saint_George_s_674'),
('country_Bermuda_24', 'state_Smiths_675'),
('country_Bermuda_24', 'state_Southampton_676'),
('country_Bermuda_24', 'state_Warwick_677'),
('country_Bhutan_25', 'state_Paro_678'),
('country_Bhutan_25', 'state_Chukha_679'),
('country_Bhutan_25', 'state_Haa_680'),
('country_Bhutan_25', 'state_Samtse_681'),
('country_Bhutan_25', 'state_Thimphu_682'),
('country_Bhutan_25', 'state_Tsirang_683'),
('country_Bhutan_25', 'state_Dagana_684'),
('country_Bhutan_25', 'state_Punakha_685'),
('country_Bhutan_25', 'state_Wangdue_Phodrang_686'),
('country_Bhutan_25', 'state_Sarpang_687'),
('country_Bhutan_25', 'state_Trongsa_688'),
('country_Bhutan_25', 'state_Bumthang_689'),
('country_Bhutan_25', 'state_Zhemgang_690'),
('country_Bhutan_25', 'state_Trashigang_691'),
('country_Bhutan_25', 'state_Mongar_692'),
('country_Bhutan_25', 'state_Pemagatshel_693'),
('country_Bhutan_25', 'state_Luentse_694'),
('country_Bhutan_25', 'state_Samdrup_Jongkhar_695'),
('country_Bhutan_25', 'state_Gasa_696'),
('country_Bhutan_25', 'state_Trashiyangse_697'),
('country_Bolivia_26', 'state_El_Beni_698'),
('country_Bolivia_26', 'state_Cochabamba_699'),
('country_Bolivia_26', 'state_Chuquisaca_700'),
('country_Bolivia_26', 'state_La_Paz_701'),
('country_Bolivia_26', 'state_Pando_702'),
('country_Bolivia_26', 'state_Oruro_703'),
('country_Bolivia_26', 'state_Potos___704'),
('country_Bolivia_26', 'state_Santa_Cruz_705'),
('country_Bolivia_26', 'state_Tarija_706'),
('country_Botswana_28', 'state_Central_707'),
('country_Botswana_28', 'state_Ghanzi_708'),
('country_Botswana_28', 'state_Kgalagadi_709'),
('country_Botswana_28', 'state_Kgatleng_710'),
('country_Botswana_28', 'state_Kweneng_711'),
('country_Botswana_28', 'state_North_East_712'),
('country_Botswana_28', 'state_North_West_713'),
('country_Botswana_28', 'state_South_East_714'),
('country_Botswana_28', 'state_Southern_715'),
('country_Brazil_30', 'state_Acre_716'),
('country_Brazil_30', 'state_Alagoas_717'),
('country_Brazil_30', 'state_Amaz__nia_718'),
('country_Brazil_30', 'state_Amap___719'),
('country_Brazil_30', 'state_Bahia_720'),
('country_Brazil_30', 'state_Cear___721'),
('country_Brazil_30', 'state_Distrito_Federal_722'),
('country_Brazil_30', 'state_Esp__rito_Santo_723'),
('country_Brazil_30', 'state_Goi__s_724'),
('country_Brazil_30', 'state_Maranh__o_725'),
('country_Brazil_30', 'state_Minas_Gerais_726'),
('country_Brazil_30', 'state_Mato_Grosso_do_Sul_727'),
('country_Brazil_30', 'state_Mato_Grosso_728'),
('country_Brazil_30', 'state_Par___729'),
('country_Brazil_30', 'state_Para__ba_730'),
('country_Brazil_30', 'state_Pernambuco_731'),
('country_Brazil_30', 'state_Piau___732'),
('country_Brazil_30', 'state_Paran___733'),
('country_Brazil_30', 'state_Rio_de_Janeiro_734'),
('country_Brazil_30', 'state_Rio_Grande_do_Norte_735'),
('country_Brazil_30', 'state_Rond__nia_736'),
('country_Brazil_30', 'state_Roraima_737'),
('country_Brazil_30', 'state_Rio_Grande_do_Sul_738'),
('country_Brazil_30', 'state_Santa_Catarina_739'),
('country_Brazil_30', 'state_Sergipe_740'),
('country_Brazil_30', 'state_S__o_Paulo_741'),
('country_Brazil_30', 'state_Tocantins_742'),
('country_British_Indian_Ocean_Territory_31', 'state_Peros_Banhos_743'),
('country_British_Indian_Ocean_Territory_31', 'state_Salomon_Islands_744'),
('country_British_Indian_Ocean_Territory_31', 'state_Nelsons_Island_745'),
('country_British_Indian_Ocean_Territory_31', 'state_Three_Brothers_746'),
('country_British_Indian_Ocean_Territory_31', 'state_Eagle_Islands_747'),
('country_British_Indian_Ocean_Territory_31', 'state_Danger_Island_748'),
('country_British_Indian_Ocean_Territory_31', 'state_Egmont_Islands_749'),
('country_British_Indian_Ocean_Territory_31', 'state_Diego_Garcia_750'),
('country_Brunei_Darussalam_32', 'state_Belait_751'),
('country_Brunei_Darussalam_32', 'state_Brunei_Muara_752'),
('country_Brunei_Darussalam_32', 'state_Temburong_753'),
('country_Brunei_Darussalam_32', 'state_Tutong_754'),
('country_Bulgaria_33', 'state_Blagoevgrad_755'),
('country_Bulgaria_33', 'state_Burgas_756'),
('country_Bulgaria_33', 'state_Varna_757'),
('country_Bulgaria_33', 'state_Veliko_Tarnovo_758'),
('country_Bulgaria_33', 'state_Vidin_759'),
('country_Bulgaria_33', 'state_Vratsa_760'),
('country_Bulgaria_33', 'state_Gabrovo_761'),
('country_Bulgaria_33', 'state_Dobrich_762'),
('country_Bulgaria_33', 'state_Kardzhali_763'),
('country_Bulgaria_33', 'state_Kyustendil_764'),
('country_Bulgaria_33', 'state_Lovech_765'),
('country_Bulgaria_33', 'state_Montana_766'),
('country_Bulgaria_33', 'state_Pazardzhik_767'),
('country_Bulgaria_33', 'state_Pernik_768'),
('country_Bulgaria_33', 'state_Pleven_769'),
('country_Bulgaria_33', 'state_Plovdiv_770'),
('country_Bulgaria_33', 'state_Razgrad_771'),
('country_Bulgaria_33', 'state_Ruse_772'),
('country_Bulgaria_33', 'state_Silistra_773'),
('country_Bulgaria_33', 'state_Sliven_774'),
('country_Bulgaria_33', 'state_Smolyan_775'),
('country_Bulgaria_33', 'state_Sofia_776'),
('country_Bulgaria_33', 'state_Sofia_Province_777'),
('country_Bulgaria_33', 'state_Stara_Zagora_778'),
('country_Bulgaria_33', 'state_Targovishte_779'),
('country_Bulgaria_33', 'state_Haskovo_780'),
('country_Bulgaria_33', 'state_Shumen_781'),
('country_Bulgaria_33', 'state_Yambol_782'),
('country_Burkina_Faso_34', 'state_Bal___783'),
('country_Burkina_Faso_34', 'state_Bam_784'),
('country_Burkina_Faso_34', 'state_Banwa_785'),
('country_Burkina_Faso_34', 'state_Baz__ga_786'),
('country_Burkina_Faso_34', 'state_Bougouriba_787'),
('country_Burkina_Faso_34', 'state_Boulgou_788'),
('country_Burkina_Faso_34', 'state_Boulkiemd___789'),
('country_Burkina_Faso_34', 'state_Komo___790'),
('country_Burkina_Faso_34', 'state_Ganzourgou_791'),
('country_Burkina_Faso_34', 'state_Gnagna_792'),
('country_Burkina_Faso_34', 'state_Gourma_793'),
('country_Burkina_Faso_34', 'state_Houet_794'),
('country_Burkina_Faso_34', 'state_Ioba_795'),
('country_Burkina_Faso_34', 'state_Kadiogo_796'),
('country_Burkina_Faso_34', 'state_K__n__dougou_797'),
('country_Burkina_Faso_34', 'state_Komondjari_798'),
('country_Burkina_Faso_34', 'state_Kompienga_799'),
('country_Burkina_Faso_34', 'state_Koulp__logo_800'),
('country_Burkina_Faso_34', 'state_Kossi_801'),
('country_Burkina_Faso_34', 'state_Kouritenga_802'),
('country_Burkina_Faso_34', 'state_Kourw__ogo_803'),
('country_Burkina_Faso_34', 'state_L__raba_804'),
('country_Burkina_Faso_34', 'state_Loroum_805'),
('country_Burkina_Faso_34', 'state_Mouhoun_806'),
('country_Burkina_Faso_34', 'state_Namentenga_807'),
('country_Burkina_Faso_34', 'state_Naouri_808'),
('country_Burkina_Faso_34', 'state_Nayala_809'),
('country_Burkina_Faso_34', 'state_Noumbiel_810'),
('country_Burkina_Faso_34', 'state_Oubritenga_811'),
('country_Burkina_Faso_34', 'state_Oudalan_812'),
('country_Burkina_Faso_34', 'state_Passor___813'),
('country_Burkina_Faso_34', 'state_Poni_814'),
('country_Burkina_Faso_34', 'state_S__no_815'),
('country_Burkina_Faso_34', 'state_Sissili_816'),
('country_Burkina_Faso_34', 'state_Sanmatenga_817'),
('country_Burkina_Faso_34', 'state_Sangui___818'),
('country_Burkina_Faso_34', 'state_Soum_819'),
('country_Burkina_Faso_34', 'state_Sourou_820'),
('country_Burkina_Faso_34', 'state_Tapoa_821'),
('country_Burkina_Faso_34', 'state_Tui_822'),
('country_Burkina_Faso_34', 'state_Yagha_823'),
('country_Burkina_Faso_34', 'state_Yatenga_824'),
('country_Burkina_Faso_34', 'state_Ziro_825'),
('country_Burkina_Faso_34', 'state_Zondoma_826'),
('country_Burkina_Faso_34', 'state_Zoundw__ogo_827'),
('country_Burundi_35', 'state_Bubanza_828'),
('country_Burundi_35', 'state_Bujumbura_Mairie_829'),
('country_Burundi_35', 'state_Bururi_830'),
('country_Burundi_35', 'state_Cankuzo_831'),
('country_Burundi_35', 'state_Cibitoke_832'),
('country_Burundi_35', 'state_Gitega_833'),
('country_Burundi_35', 'state_Karuzi_834'),
('country_Burundi_35', 'state_Kayanza_835'),
('country_Burundi_35', 'state_Kirundo_836'),
('country_Burundi_35', 'state_Makamba_837'),
('country_Burundi_35', 'state_Muramvya_838'),
('country_Burundi_35', 'state_Muyinga_839'),
('country_Burundi_35', 'state_Mwaro_840'),
('country_Burundi_35', 'state_Ngozi_841'),
('country_Burundi_35', 'state_Rutana_842'),
('country_Burundi_35', 'state_Ruyigi_843'),
('country_Cameroon_37', 'state_Adamaoua_844'),
('country_Cameroon_37', 'state_Centre_845'),
('country_Cameroon_37', 'state_Extr__me_Nord_846'),
('country_Cameroon_37', 'state_Est_847'),
('country_Cameroon_37', 'state_Littoral_848'),
('country_Cameroon_37', 'state_Nord_849'),
('country_Cameroon_37', 'state_Nord_Ouest_850'),
('country_Cameroon_37', 'state_Ouest_851'),
('country_Cameroon_37', 'state_Sud_852'),
('country_Cameroon_37', 'state_Sud_Ouest_853'),
('country_Canada_38', 'state_Alberta_854'),
('country_Canada_38', 'state_British_Columbia_855'),
('country_Canada_38', 'state_Manitoba_856'),
('country_Canada_38', 'state_New_Brunswick_857'),
('country_Canada_38', 'state_Newfoundland_and_Labrador_858'),
('country_Canada_38', 'state_Nova_Scotia_859'),
('country_Canada_38', 'state_Northwest_Territories_860'),
('country_Canada_38', 'state_Nunavut_861'),
('country_Canada_38', 'state_Ontario_862'),
('country_Canada_38', 'state_Prince_Edward_Island_863'),
('country_Canada_38', 'state_Quebec_864'),
('country_Canada_38', 'state_Saskatchewan_865'),
('country_Canada_38', 'state_Yukon_Territory_866'),
('country_Cape_Verde_39', 'state_Brava_867'),
('country_Cape_Verde_39', 'state_Boa_Vista_868'),
('country_Cape_Verde_39', 'state_Santa_Catarina_869'),
('country_Cape_Verde_39', 'state_Santa_Cruz_870'),
('country_Cape_Verde_39', 'state_Calheta_de_S__o_Miguel_871'),
('country_Cape_Verde_39', 'state_Maio_872'),
('country_Cape_Verde_39', 'state_Mosteiros_873'),
('country_Cape_Verde_39', 'state_Pa__l_874'),
('country_Cape_Verde_39', 'state_Porto_Novo_875'),
('country_Cape_Verde_39', 'state_Praia_876'),
('country_Cape_Verde_39', 'state_Ribeira_Grande_877'),
('country_Cape_Verde_39', 'state_S__o_Domingos_878'),
('country_Cape_Verde_39', 'state_S__o_Filipe_879'),
('country_Cape_Verde_39', 'state_Sal_880'),
('country_Cape_Verde_39', 'state_S__o_Nicolau_881'),
('country_Cape_Verde_39', 'state_S__o_Vicente_882'),
('country_Cape_Verde_39', 'state_Tarrafal_883'),
('country_Cayman_Islands_40', 'state_Creek_884'),
('country_Cayman_Islands_40', 'state_Midland_886'),
('country_Cayman_Islands_40', 'state_South_Town_887'),
('country_Cayman_Islands_40', 'state_Spot_Bay_888'),
('country_Cayman_Islands_40', 'state_Stake_Bay_889'),
('country_Cayman_Islands_40', 'state_West_End_890'),
('country_Cayman_Islands_40', 'state_Western_891'),
('country_Central_African_Republic_41', 'state_Ouham_892'),
('country_Central_African_Republic_41', 'state_Bamingui_Bangoran_893'),
('country_Central_African_Republic_41', 'state_Bangui_894'),
('country_Central_African_Republic_41', 'state_Basse_Kotto_895'),
('country_Central_African_Republic_41', 'state_Haute_Kotto_896'),
('country_Central_African_Republic_41', 'state_Haut_Mbomou_897'),
('country_Central_African_Republic_41', 'state_Mamb__r___Kad_____898'),
('country_Central_African_Republic_41', 'state_Nana_Gr__bizi_899'),
('country_Central_African_Republic_41', 'state_K__mo_900'),
('country_Central_African_Republic_41', 'state_Lobaye_901'),
('country_Central_African_Republic_41', 'state_Mbomou_902'),
('country_Central_African_Republic_41', 'state_Ombella_M_Poko_903'),
('country_Central_African_Republic_41', 'state_Nana_Mamb__r___904'),
('country_Central_African_Republic_41', 'state_Ouham_Pend___905'),
('country_Central_African_Republic_41', 'state_Sangha_Mba__r___906'),
('country_Central_African_Republic_41', 'state_Ouaka_907'),
('country_Central_African_Republic_41', 'state_Vakaga_908'),
('country_Chad_42', 'state_Batha_909'),
('country_Chad_42', 'state_Borkou_Ennedi_Tibesti_910'),
('country_Chad_42', 'state_Biltine_911'),
('country_Chad_42', 'state_Chari_Baguirmi_912'),
('country_Chad_42', 'state_Gu__ra_913'),
('country_Chad_42', 'state_Kanem_914'),
('country_Chad_42', 'state_Lac_915'),
('country_Chad_42', 'state_Logone_Oriental_916'),
('country_Chad_42', 'state_Logone_Occidental_917'),
('country_Chad_42', 'state_Moyen_Chari_918'),
('country_Chad_42', 'state_Mayo_K__bbi_919'),
('country_Chad_42', 'state_Ouadda___920'),
('country_Chad_42', 'state_Salamat_921'),
('country_Chad_42', 'state_Tandjil___922'),
('country_Chile_43', 'state_Ais__n_del_General_Carlos_Iba__ez_923'),
('country_Chile_43', 'state_Antofagasta_924'),
('country_Chile_43', 'state_La_Araucan__a_925'),
('country_Chile_43', 'state_Atacama_926'),
('country_Chile_43', 'state_Biob__o_927'),
('country_Chile_43', 'state_Coquimbo_928'),
('country_Chile_43', 'state_Libertador_Bernardo_O_Higgins_929'),
('country_Chile_43', 'state_Los_Lagos_930'),
('country_Chile_43', 'state_Magallanes_y_de_la_Antartica_931'),
('country_Chile_43', 'state_Maule_932'),
('country_Chile_43', 'state_Metropolitana_de_Santiago_933'),
('country_Chile_43', 'state_Tarapac___934'),
('country_Chile_43', 'state_Valpara__so_935'),
('country_China_44', 'state________936'),
('country_China_44', 'state________937'),
('country_China_44', 'state________938'),
('country_China_44', 'state________939'),
('country_China_44', 'state____________________940'),
('country_China_44', 'state________941'),
('country_China_44', 'state________942'),
('country_China_44', 'state______________943'),
('country_China_44', 'state________944'),
('country_China_44', 'state________945'),
('country_China_44', 'state________946'),
('country_China_44', 'state________947'),
('country_China_44', 'state________948'),
('country_China_44', 'state________949'),
('country_China_44', 'state________950'),
('country_China_44', 'state________951'),
('country_China_44', 'state________952'),
('country_China_44', 'state________953'),
('country_China_44', 'state________954'),
('country_China_44', 'state_______________________955'),
('country_China_44', 'state________956'),
('country_China_44', 'state________957'),
('country_China_44', 'state________958'),
('country_China_44', 'state________959'),
('country_China_44', 'state________960'),
('country_China_44', 'state_________________961'),
('country_China_44', 'state________962'),
('country_China_44', 'state________963'),
('country_China_44', 'state________964'),
('country_China_44', 'state________965'),
('country_China_44', 'state________966'),
('country_China_44', 'state________967'),
('country_China_44', 'state________968'),
('country_China_44', 'state________969'),
('country_Cocos__Keeling__Islands_46', 'state_Direction_Island_970'),
('country_Cocos__Keeling__Islands_46', 'state_Home_Island_971'),
('country_Cocos__Keeling__Islands_46', 'state_Horsburgh_Island_972'),
('country_Cocos__Keeling__Islands_46', 'state_South_Island_973'),
('country_Cocos__Keeling__Islands_46', 'state_West_Island_974'),
('country_Colombia_47', 'state_Amazonas_975'),
('country_Colombia_47', 'state_Antioquia_976'),
('country_Colombia_47', 'state_Arauca_977'),
('country_Colombia_47', 'state_Atl__ntico_978'),
('country_Colombia_47', 'state_Bol__var_979'),
('country_Colombia_47', 'state_Boyac___980'),
('country_Colombia_47', 'state_Caldas_981'),
('country_Colombia_47', 'state_Caquet___982'),
('country_Colombia_47', 'state_Casanare_983'),
('country_Colombia_47', 'state_Cauca_984'),
('country_Colombia_47', 'state_Cesar_985'),
('country_Colombia_47', 'state_Choc___986'),
('country_Colombia_47', 'state_C__rdoba_987'),
('country_Colombia_47', 'state_Cundinamarca_988'),
('country_Colombia_47', 'state_Bogot___Distrito_Capital_989'),
('country_Colombia_47', 'state_Guain__a_990'),
('country_Colombia_47', 'state_Guaviare_991'),
('country_Colombia_47', 'state_La_Guajira_993'),
('country_Colombia_47', 'state_Magdalena_994'),
('country_Colombia_47', 'state_Meta_995'),
('country_Colombia_47', 'state_Nari__o_996'),
('country_Colombia_47', 'state_Norte_de_Santander_997'),
('country_Colombia_47', 'state_Putumayo_998'),
('country_Colombia_47', 'state_Quind__o_999'),
('country_Colombia_47', 'state_Risaralda_1000'),
('country_Colombia_47', 'state_Santander_1001'),
('country_Colombia_47', 'state_San_Andr__s_y_Providencia_1002'),
('country_Colombia_47', 'state_Sucre_1003'),
('country_Colombia_47', 'state_Tolima_1004'),
('country_Colombia_47', 'state_Valle_del_Cauca_1005'),
('country_Colombia_47', 'state_Vaup__s_1006'),
('country_Colombia_47', 'state_Vichada_1007'),
('country_Comoros_48', 'state_Anjouan_1008'),
('country_Comoros_48', 'state_Grande_Comore_1009'),
('country_Comoros_48', 'state_Moh__li_1010'),
('country_Congo_49', 'state_Congo_Central_1011'),
('country_Congo_49', 'state_Bandundu_1012'),
('country_Congo_49', 'state___quateur_1013'),
('country_Congo_49', 'state_Katanga_1014'),
('country_Congo_49', 'state_Kasai_Oriental_1015'),
('country_Congo_49', 'state_Kinshasa_1016'),
('country_Congo_49', 'state_Kasai_Occidental_1017'),
('country_Congo_49', 'state_Maniema_1018'),
('country_Congo_49', 'state_Nord_Kivu_1019'),
('country_Congo_49', 'state_Orientale_1020'),
('country_Congo_49', 'state_Sud_Kivu_1021'),
('country_Cook_Islands_50', 'state_Pukapuka_1022'),
('country_Cook_Islands_50', 'state_Rakahanga_1023'),
('country_Cook_Islands_50', 'state_Manihiki_1024'),
('country_Cook_Islands_50', 'state_Penrhyn_1025'),
('country_Cook_Islands_50', 'state_Nassau_Island_1026'),
('country_Cook_Islands_50', 'state_Surwarrow_1027'),
('country_Cook_Islands_50', 'state_Palmerston_1028'),
('country_Cook_Islands_50', 'state_Aitutaki_1029'),
('country_Cook_Islands_50', 'state_Manuae_1030'),
('country_Cook_Islands_50', 'state_Takutea_1031'),
('country_Cook_Islands_50', 'state_Mitiaro_1032'),
('country_Cook_Islands_50', 'state_Atiu_1033'),
('country_Cook_Islands_50', 'state_Mauke_1034'),
('country_Cook_Islands_50', 'state_Rarotonga_1035'),
('country_Cook_Islands_50', 'state_Mangaia_1036'),
('country_Costa_Rica_51', 'state_Alajuela_1037'),
('country_Costa_Rica_51', 'state_Cartago_1038'),
('country_Costa_Rica_51', 'state_Guanacaste_1039'),
('country_Costa_Rica_51', 'state_Heredia_1040'),
('country_Costa_Rica_51', 'state_Lim__n_1041'),
('country_Costa_Rica_51', 'state_Puntarenas_1042'),
('country_Costa_Rica_51', 'state_San_Jos___1043'),
('country_Cote_D_Ivoire_52', 'state_Lagunes_1044'),
('country_Cote_D_Ivoire_52', 'state_Haut_Sassandra_1045'),
('country_Cote_D_Ivoire_52', 'state_Savanes_1046'),
('country_Cote_D_Ivoire_52', 'state_Vall__e_du_Bandama_1047'),
('country_Cote_D_Ivoire_52', 'state_Moyen_Como___1048'),
('country_Cote_D_Ivoire_52', 'state_Dix_Huit_1049'),
('country_Cote_D_Ivoire_52', 'state_Lacs_1050'),
('country_Cote_D_Ivoire_52', 'state_Zanzan_1051'),
('country_Cote_D_Ivoire_52', 'state_Bas_Sassandra_1052'),
('country_Cote_D_Ivoire_52', 'state_Dengu__l___1053'),
('country_Cote_D_Ivoire_52', 'state_N_zi_Como___1054'),
('country_Cote_D_Ivoire_52', 'state_Marahou___1055'),
('country_Cote_D_Ivoire_52', 'state_Sud_Como___1056'),
('country_Cote_D_Ivoire_52', 'state_Worodouqou_1057'),
('country_Cote_D_Ivoire_52', 'state_Sud_Bandama_1058'),
('country_Cote_D_Ivoire_52', 'state_Agn__bi_1059'),
('country_Cote_D_Ivoire_52', 'state_Bafing_1060'),
('country_Cote_D_Ivoire_52', 'state_Fromager_1061'),
('country_Cote_D_Ivoire_52', 'state_Moyen_Cavally_1062'),
('country_Croatia_53', 'state_Zagreba__ka___upanija_1063'),
('country_Croatia_53', 'state_Krapinsko_zagorska___upanija_1064'),
('country_Croatia_53', 'state_Sisa__ko_moslava__ka___upanija_1065'),
('country_Croatia_53', 'state_Karlova__ka___upanija_1066'),
('country_Croatia_53', 'state_Vara__dinska___upanija_1067'),
('country_Croatia_53', 'state_Koprivni__ko_kri__eva__ka___upanija_1068'),
('country_Croatia_53', 'state_Bjelovarsko_bilogorska___upanija_1069'),
('country_Croatia_53', 'state_Primorsko_goranska___upanija_1070'),
('country_Croatia_53', 'state_Li__ko_senjska___upanija_1071'),
('country_Croatia_53', 'state_Viroviti__ko_podravska___upanija_1072'),
('country_Croatia_53', 'state_Po__e__ko_slavonska___upanija_1073'),
('country_Croatia_53', 'state_Brodsko_posavska___upanija_1074'),
('country_Croatia_53', 'state_Zadarska___upanija_1075'),
('country_Croatia_53', 'state_Osje__ko_baranjska___upanija_1076'),
('country_Croatia_53', 'state___ibensko_kninska___upanija_1077'),
('country_Croatia_53', 'state_Vukovarsko_srijemska___upanija_1078'),
('country_Croatia_53', 'state_Splitsko_dalmatinska___upanija_1079'),
('country_Croatia_53', 'state_Istarska___upanija_1080'),
('country_Croatia_53', 'state_Dubrova__ko_neretvanska___upanija_1081'),
('country_Croatia_53', 'state_Me__imurska___upanija_1082'),
('country_Croatia_53', 'state_Zagreb_1083'),
('country_Cuba_54', 'state_Pinar_del_R__o_1084'),
('country_Cuba_54', 'state_La_Habana_1085'),
('country_Cuba_54', 'state_Ciudad_de_La_Habana_1086'),
('country_Cuba_54', 'state_Matanzas_1087'),
('country_Cuba_54', 'state_Villa_Clara_1088'),
('country_Cuba_54', 'state_Cienfuegos_1089'),
('country_Cuba_54', 'state_Sancti_Sp__ritus_1090'),
('country_Cuba_54', 'state_Ciego_de___vila_1091'),
('country_Cuba_54', 'state_Camag__ey_1092'),
('country_Cuba_54', 'state_Las_Tunas_1093'),
('country_Cuba_54', 'state_Holgu__n_1094'),
('country_Cuba_54', 'state_Granma_1095'),
('country_Cuba_54', 'state_Santiago_de_Cuba_1096'),
('country_Cuba_54', 'state_Guant__namo_1097'),
('country_Cuba_54', 'state_Isla_de_la_Juventud_1098'),
('country_Cyprus_55', 'state_________v_______1099'),
('country_Cyprus_55', 'state__________________1100'),
('country_Cyprus_55', 'state______________________1101'),
('country_Cyprus_55', 'state________________1102'),
('country_Cyprus_55', 'state________________1103'),
('country_Cyprus_55', 'state____________1104'),
('country_Czech_Republic_56', 'state_Jiho__esk___kraj_1105'),
('country_Czech_Republic_56', 'state_Jihomoravsk___kraj_1106'),
('country_Czech_Republic_56', 'state_Karlovarsk___kraj_1107'),
('country_Czech_Republic_56', 'state_Vyso__ina_kraj_1108'),
('country_Czech_Republic_56', 'state_Kr__lov__hradeck___kraj_1109'),
('country_Czech_Republic_56', 'state_Libereck___kraj_1110'),
('country_Czech_Republic_56', 'state_Moravskoslezsk___kraj_1111'),
('country_Czech_Republic_56', 'state_Olomouck___kraj_1112'),
('country_Czech_Republic_56', 'state_Pardubick___kraj_1113'),
('country_Czech_Republic_56', 'state_Plze__sk___kraj_1114'),
('country_Czech_Republic_56', 'state_Hlavn___m__sto_Praha_1115'),
('country_Czech_Republic_56', 'state_St__edo__esk___kraj_1116'),
('country_Czech_Republic_56', 'state___steck___kraj_1117'),
('country_Czech_Republic_56', 'state_Zl__nsk___kraj_1118'),
('country_Denmark_57', 'state_K__benhavn_1120'),
('country_Denmark_57', 'state___rhus_Amt_1122'),
('country_Denmark_57', 'state_Nordjyllands_Amt_1126'),
('country_Denmark_57', 'state_Roskilde_Amt_1129'),
('country_Denmark_57', 'state_Vejle_Amt_1132'),
('country_Djibouti_58', 'state_Region_d_Ali_Sabieh_1135'),
('country_Djibouti_58', 'state_Region_d_Arta_1136'),
('country_Djibouti_58', 'state_Region_de_Dikhil_1137'),
('country_Djibouti_58', 'state_Ville_de_Djibouti_1138'),
('country_Djibouti_58', 'state_Region_d_Obock_1139'),
('country_Djibouti_58', 'state_Region_de_Tadjourah_1140'),
('country_Dominica_59', 'state_Saint_Andrew_Parish_1141'),
('country_Dominica_59', 'state_Saint_David_Parish_1142'),
('country_Dominica_59', 'state_Saint_George_Parish_1143'),
('country_Dominica_59', 'state_Saint_John_Parish_1144'),
('country_Dominica_59', 'state_Saint_Joseph_Parish_1145'),
('country_Dominica_59', 'state_Saint_Luke_Parish_1146'),
('country_Dominica_59', 'state_Saint_Mark_Parish_1147'),
('country_Dominica_59', 'state_Saint_Patrick_Parish_1148'),
('country_Dominica_59', 'state_Saint_Paul_Parish_1149'),
('country_Dominica_59', 'state_Saint_Peter_Parish_1150'),
('country_Dominican_Republic_60', 'state_Distrito_Nacional_1151'),
('country_Dominican_Republic_60', 'state___zua_1152'),
('country_Dominican_Republic_60', 'state_Baoruco_1153'),
('country_Dominican_Republic_60', 'state_Barahona_1154'),
('country_Dominican_Republic_60', 'state_Dajab__n_1155'),
('country_Dominican_Republic_60', 'state_Duarte_1156'),
('country_Dominican_Republic_60', 'state_El__as_Pi__a_1157'),
('country_Dominican_Republic_60', 'state_El_Seibo_1158'),
('country_Dominican_Republic_60', 'state_Espaillat_1159'),
('country_Dominican_Republic_60', 'state_Independencia_1160'),
('country_Dominican_Republic_60', 'state_La_Altagracia_1161'),
('country_Dominican_Republic_60', 'state_La_Romana_1162'),
('country_Dominican_Republic_60', 'state_La_Vega_1163'),
('country_Dominican_Republic_60', 'state_Mar__a_Trinidad_S__nchez_1164'),
('country_Dominican_Republic_60', 'state_Monte_Cristi_1165'),
('country_Dominican_Republic_60', 'state_Pedernales_1166'),
('country_Dominican_Republic_60', 'state_Peravia_1167'),
('country_Dominican_Republic_60', 'state_Puerto_Plata_1168'),
('country_Dominican_Republic_60', 'state_Salcedo_1169'),
('country_Dominican_Republic_60', 'state_Saman___1170'),
('country_Dominican_Republic_60', 'state_San_Crist__bal_1171'),
('country_Dominican_Republic_60', 'state_San_Juan_1172'),
('country_Dominican_Republic_60', 'state_San_Pedro_de_Macor__s_1173'),
('country_Dominican_Republic_60', 'state_S__nchez_Ram__rez_1174'),
('country_Dominican_Republic_60', 'state_Santiago_1175'),
('country_Dominican_Republic_60', 'state_Santiago_Rodr__guez_1176'),
('country_Dominican_Republic_60', 'state_Valverde_1177'),
('country_Dominican_Republic_60', 'state_Monse__or_Nouel_1178'),
('country_Dominican_Republic_60', 'state_Monte_Plata_1179'),
('country_Dominican_Republic_60', 'state_Hato_Mayor_1180'),
('country_East_Timor_61', 'state_Aileu_1181'),
('country_East_Timor_61', 'state_Ainaro_1182'),
('country_East_Timor_61', 'state_Baucau_1183'),
('country_East_Timor_61', 'state_Bobonaro_1184'),
('country_East_Timor_61', 'state_Cova_Lima_1185'),
('country_East_Timor_61', 'state_Dili_1186'),
('country_East_Timor_61', 'state_Ermera_1187'),
('country_East_Timor_61', 'state_Lautem_1188'),
('country_East_Timor_61', 'state_Liqui_____1189'),
('country_East_Timor_61', 'state_Manufahi_1190'),
('country_East_Timor_61', 'state_Manatuto_1191'),
('country_East_Timor_61', 'state_Oecussi_1192'),
('country_East_Timor_61', 'state_Viqueque_1193'),
('country_Ecuador_62', 'state_Azuay_1194'),
('country_Ecuador_62', 'state_Bol__var_1195'),
('country_Ecuador_62', 'state_Carchi_1196'),
('country_Ecuador_62', 'state_Orellana_1197'),
('country_Ecuador_62', 'state_Esmeraldas_1198'),
('country_Ecuador_62', 'state_Ca__ar_1199'),
('country_Ecuador_62', 'state_Guayas_1200'),
('country_Ecuador_62', 'state_Chimborazo_1201'),
('country_Ecuador_62', 'state_Imbabura_1202'),
('country_Ecuador_62', 'state_Loja_1203'),
('country_Ecuador_62', 'state_Manab___1204'),
('country_Ecuador_62', 'state_Napo_1205'),
('country_Ecuador_62', 'state_El_Oro_1206'),
('country_Ecuador_62', 'state_Pichincha_1207'),
('country_Ecuador_62', 'state_Los_R__os_1208'),
('country_Ecuador_62', 'state_Morona_Santiago_1209'),
('country_Ecuador_62', 'state_Tungurahua_1210'),
('country_Ecuador_62', 'state_Sucumb__os_1211'),
('country_Ecuador_62', 'state_Gal__pagos_1212'),
('country_Ecuador_62', 'state_Cotopaxi_1213'),
('country_Ecuador_62', 'state_Pastaza_1214'),
('country_Ecuador_62', 'state_Zamora_Chinchipe_1215'),
('country_Egypt_63', 'state______________________1216'),
('country_Egypt_63', 'state____________1217'),
('country_Egypt_63', 'state____________1218'),
('country_Egypt_63', 'state_________________________1219'),
('country_Egypt_63', 'state________________1220'),
('country_Egypt_63', 'state_________________1221'),
('country_Egypt_63', 'state________________1222'),
('country_Egypt_63', 'state__________________1223'),
('country_Egypt_63', 'state____________1224'),
('country_Egypt_63', 'state______________1225'),
('country_Egypt_63', 'state________________1226'),
('country_Egypt_63', 'state______________1227'),
('country_Egypt_63', 'state________________________1228'),
('country_Egypt_63', 'state_____________________1229'),
('country_Egypt_63', 'state____________________1230'),
('country_Egypt_63', 'state___________________1231'),
('country_Egypt_63', 'state________1232'),
('country_Egypt_63', 'state___________________________1233'),
('country_Egypt_63', 'state__________________1234'),
('country_Egypt_63', 'state____________1235'),
('country_Egypt_63', 'state______________________________1236'),
('country_Egypt_63', 'state_________________________1237'),
('country_Egypt_63', 'state___________________________________1238'),
('country_Egypt_63', 'state_____________________1239'),
('country_Egypt_63', 'state______________1240'),
('country_Egypt_63', 'state___________________________1241'),
('country_El_Salvador_64', 'state_Ahuachap__n_1242'),
('country_El_Salvador_64', 'state_Caba__as_1243'),
('country_El_Salvador_64', 'state_Chalatenango_1244'),
('country_El_Salvador_64', 'state_Cuscatl__n_1245'),
('country_El_Salvador_64', 'state_La_Libertad_1246'),
('country_El_Salvador_64', 'state_Moraz__n_1247'),
('country_El_Salvador_64', 'state_La_Paz_1248'),
('country_El_Salvador_64', 'state_Santa_Ana_1249'),
('country_El_Salvador_64', 'state_San_Miguel_1250'),
('country_El_Salvador_64', 'state_Sonsonate_1251'),
('country_El_Salvador_64', 'state_San_Salvador_1252'),
('country_El_Salvador_64', 'state_San_Vicente_1253'),
('country_El_Salvador_64', 'state_La_Uni__n_1254'),
('country_El_Salvador_64', 'state_Usulut__n_1255'),
('country_Equatorial_Guinea_65', 'state_Annob__n_1256'),
('country_Equatorial_Guinea_65', 'state_Bioko_Norte_1257'),
('country_Equatorial_Guinea_65', 'state_Bioko_Sur_1258'),
('country_Equatorial_Guinea_65', 'state_Centro_Sur_1259'),
('country_Equatorial_Guinea_65', 'state_Ki___Ntem_1260'),
('country_Equatorial_Guinea_65', 'state_Litoral_1261'),
('country_Equatorial_Guinea_65', 'state_Wele_Nzas_1262'),
('country_Eritrea_66', 'state_Zoba_Anseba_1263'),
('country_Eritrea_66', 'state_Zoba_Debubawi_Keyih_Bahri_1264'),
('country_Eritrea_66', 'state_Zoba_Debub_1265');
INSERT INTO `xjmw1_hikashop_zone_link` (`zone_parent_namekey`, `zone_child_namekey`) VALUES
('country_Eritrea_66', 'state_Zoba_Gash_Barka_1266'),
('country_Eritrea_66', 'state_Zoba_Ma_akel_1267'),
('country_Eritrea_66', 'state_Zoba_Semienawi_Keyih_Bahri_1268'),
('country_Estonia_67', 'state_Harju_maakond_1269'),
('country_Estonia_67', 'state_Hiiu_maakond_1270'),
('country_Estonia_67', 'state_Ida_Viru_maakond_1271'),
('country_Estonia_67', 'state_J__geva_maakond_1272'),
('country_Estonia_67', 'state_J__rva_maakond_1273'),
('country_Estonia_67', 'state_L____ne_maakond_1274'),
('country_Estonia_67', 'state_L____ne_Viru_maakond_1275'),
('country_Estonia_67', 'state_P__lva_maakond_1276'),
('country_Estonia_67', 'state_P__rnu_maakond_1277'),
('country_Estonia_67', 'state_Rapla_maakond_1278'),
('country_Estonia_67', 'state_Saare_maakond_1279'),
('country_Estonia_67', 'state_Tartu_maakond_1280'),
('country_Estonia_67', 'state_Valga_maakond_1281'),
('country_Estonia_67', 'state_Viljandi_maakond_1282'),
('country_Estonia_67', 'state_V__ru_maakond_1283'),
('country_Ethiopia_68', 'state_____________________1284'),
('country_Ethiopia_68', 'state___________1285'),
('country_Ethiopia_68', 'state___________1286'),
('country_Ethiopia_68', 'state______________________________1287'),
('country_Ethiopia_68', 'state______________1288'),
('country_Ethiopia_68', 'state___________________________1289'),
('country_Ethiopia_68', 'state_____________________1290'),
('country_Ethiopia_68', 'state______________1291'),
('country_Ethiopia_68', 'state___________1292'),
('country_Ethiopia_68', 'state___________________________________________________________1293'),
('country_Ethiopia_68', 'state______________1294'),
('country_Fiji_71', 'state_Central_1295'),
('country_Fiji_71', 'state_Northern_1296'),
('country_Fiji_71', 'state_Eastern_1297'),
('country_Fiji_71', 'state_Rotuma_1298'),
('country_Fiji_71', 'state_Western_1299'),
('country_Finland_72', 'state_Ahvenanmaan_maakunta_1300'),
('country_Finland_72', 'state_Etel___Suomen_l____ni_1301'),
('country_Finland_72', 'state_It___Suomen_l____ni_1302'),
('country_Finland_72', 'state_Lapin_l____ni_1303'),
('country_Finland_72', 'state_L__nsi_Suomen_l____ni_1304'),
('country_Finland_72', 'state_Oulun_l____ni_1305'),
('country_France_73', 'state_Ain_1306'),
('country_France_73', 'state_Aisne_1307'),
('country_France_73', 'state_Allier_1308'),
('country_France_73', 'state_Alpes_de_Haute_Provence_1309'),
('country_France_73', 'state_Hautes_Alpes_1310'),
('country_France_73', 'state_Alpes_Maritimes_1311'),
('country_France_73', 'state_Ard__che_1312'),
('country_France_73', 'state_Ardennes_1313'),
('country_France_73', 'state_Ari__ge_1314'),
('country_France_73', 'state_Aube_1315'),
('country_France_73', 'state_Aude_1316'),
('country_France_73', 'state_Aveyron_1317'),
('country_France_73', 'state_Bouches_du_Rh__ne_1318'),
('country_France_73', 'state_Calvados_1319'),
('country_France_73', 'state_Cantal_1320'),
('country_France_73', 'state_Charente_1321'),
('country_France_73', 'state_Charente_Maritime_1322'),
('country_France_73', 'state_Cher_1323'),
('country_France_73', 'state_Corr__ze_1324'),
('country_France_73', 'state_C__te_d_Or_1325'),
('country_France_73', 'state_C__tes_d_Armor_1326'),
('country_France_73', 'state_Creuse_1327'),
('country_France_73', 'state_Dordogne_1328'),
('country_France_73', 'state_Doubs_1329'),
('country_France_73', 'state_Dr__me_1330'),
('country_France_73', 'state_Eure_1331'),
('country_France_73', 'state_Eure_et_Loir_1332'),
('country_France_73', 'state_Finist__re_1333'),
('country_France_73', 'state_Corse_du_Sud_1334'),
('country_France_73', 'state_Haute_Corse_1335'),
('country_France_73', 'state_Gard_1336'),
('country_France_73', 'state_Haute_Garonne_1337'),
('country_France_73', 'state_Gers_1338'),
('country_France_73', 'state_Gironde_1339'),
('country_France_73', 'state_H__rault_1340'),
('country_France_73', 'state_Ille_et_Vilaine_1341'),
('country_France_73', 'state_Indre_1342'),
('country_France_73', 'state_Indre_et_Loire_1343'),
('country_France_73', 'state_Is__re_1344'),
('country_France_73', 'state_Jura_1345'),
('country_France_73', 'state_Landes_1346'),
('country_France_73', 'state_Loir_et_Cher_1347'),
('country_France_73', 'state_Loire_1348'),
('country_France_73', 'state_Haute_Loire_1349'),
('country_France_73', 'state_Loire_Atlantique_1350'),
('country_France_73', 'state_Loiret_1351'),
('country_France_73', 'state_Lot_1352'),
('country_France_73', 'state_Lot_et_Garonne_1353'),
('country_France_73', 'state_Loz__re_1354'),
('country_France_73', 'state_Maine_et_Loire_1355'),
('country_France_73', 'state_Manche_1356'),
('country_France_73', 'state_Marne_1357'),
('country_France_73', 'state_Haute_Marne_1358'),
('country_France_73', 'state_Mayenne_1359'),
('country_France_73', 'state_Meurthe_et_Moselle_1360'),
('country_France_73', 'state_Meuse_1361'),
('country_France_73', 'state_Morbihan_1362'),
('country_France_73', 'state_Moselle_1363'),
('country_France_73', 'state_Ni__vre_1364'),
('country_France_73', 'state_Nord_1365'),
('country_France_73', 'state_Oise_1366'),
('country_France_73', 'state_Orne_1367'),
('country_France_73', 'state_Pas_de_Calais_1368'),
('country_France_73', 'state_Puy_de_D__me_1369'),
('country_France_73', 'state_Pyr__n__es_Atlantiques_1370'),
('country_France_73', 'state_Hautes_Pyr__n__es_1371'),
('country_France_73', 'state_Pyr__n__es_Orientales_1372'),
('country_France_73', 'state_Bas_Rhin_1373'),
('country_France_73', 'state_Haut_Rhin_1374'),
('country_France_73', 'state_Rh__ne_1375'),
('country_France_73', 'state_Haute_Sa__ne_1376'),
('country_France_73', 'state_Sa__ne_et_Loire_1377'),
('country_France_73', 'state_Sarthe_1378'),
('country_France_73', 'state_Savoie_1379'),
('country_France_73', 'state_Haute_Savoie_1380'),
('country_France_73', 'state_Paris_1381'),
('country_France_73', 'state_Seine_Maritime_1382'),
('country_France_73', 'state_Seine_et_Marne_1383'),
('country_France_73', 'state_Yvelines_1384'),
('country_France_73', 'state_Deux_S__vres_1385'),
('country_France_73', 'state_Somme_1386'),
('country_France_73', 'state_Tarn_1387'),
('country_France_73', 'state_Tarn_et_Garonne_1388'),
('country_France_73', 'state_Var_1389'),
('country_France_73', 'state_Vaucluse_1390'),
('country_France_73', 'state_Vend__e_1391'),
('country_France_73', 'state_Vienne_1392'),
('country_France_73', 'state_Haute_Vienne_1393'),
('country_France_73', 'state_Vosges_1394'),
('country_France_73', 'state_Yonne_1395'),
('country_France_73', 'state_Territoire_de_Belfort_1396'),
('country_France_73', 'state_Essonne_1397'),
('country_France_73', 'state_Hauts_de_Seine_1398'),
('country_France_73', 'state_Seine_Saint_Denis_1399'),
('country_France_73', 'state_Val_de_Marne_1400'),
('country_France_73', 'state_Val_d_Oise_1401'),
('country_France_73', 'state_Territoire_des_Nouvelle_Cal__donie_et_Dependances_1402'),
('country_France_73', 'state_Polyn__sie_Fran__aise_1403'),
('country_France_73', 'state_Saint_Pierre_et_Miquelon_1404'),
('country_France_73', 'state_Terres_australes_et_antarctiques_fran__aises_1405'),
('country_France_73', 'state_Mayotte_1406'),
('country_France_73', 'state_Territoire_des___les_Wallis_et_Futuna_1407'),
('country_France_73', 'country_Guadeloupe_87'),
('country_France_73', 'country_Reunion_174'),
('country_France_73', 'country_Martinique_134'),
('country_French_Polynesia_76', 'state_Archipel_des_Marquises_1408'),
('country_French_Polynesia_76', 'state_Archipel_des_Tuamotu_1409'),
('country_French_Polynesia_76', 'state_Archipel_des_Tubuai_1410'),
('country_French_Polynesia_76', 'state_Iles_du_Vent_1411'),
('country_French_Polynesia_76', 'state_Iles_Sous_le_Vent__1412'),
('country_French_Southern_Territories_77', 'state_Iles_Crozet_1413'),
('country_French_Southern_Territories_77', 'state_Iles_Kerguelen_1414'),
('country_French_Southern_Territories_77', 'state_Ile_Amsterdam_1415'),
('country_French_Southern_Territories_77', 'state_Ile_Saint_Paul_1416'),
('country_French_Southern_Territories_77', 'state_Adelie_Land_1417'),
('country_Gabon_78', 'state_Estuaire_1418'),
('country_Gabon_78', 'state_Haut_Ogooue_1419'),
('country_Gabon_78', 'state_Moyen_Ogooue_1420'),
('country_Gabon_78', 'state_Ngounie_1421'),
('country_Gabon_78', 'state_Nyanga_1422'),
('country_Gabon_78', 'state_Ogooue_Ivindo_1423'),
('country_Gabon_78', 'state_Ogooue_Lolo_1424'),
('country_Gabon_78', 'state_Ogooue_Maritime_1425'),
('country_Gabon_78', 'state_Woleu_Ntem_1426'),
('country_Gambia_79', 'state_Lower_River_4562'),
('country_Gambia_79', 'state_Central_River_4563'),
('country_Gambia_79', 'state_North_Bank_4564'),
('country_Gambia_79', 'state_Upper_River_4565'),
('country_Gambia_79', 'state_Western_4566'),
('country_Gambia_79', 'state_Banjul_4567'),
('country_Ghana_82', 'state_Ashanti_1427'),
('country_Ghana_82', 'state_Brong_Ahafo_1428'),
('country_Ghana_82', 'state_Central_1429'),
('country_Ghana_82', 'state_Eastern_1430'),
('country_Ghana_82', 'state_Greater_Accra_1431'),
('country_Ghana_82', 'state_Northern_1432'),
('country_Ghana_82', 'state_Upper_East_1433'),
('country_Ghana_82', 'state_Upper_West_1434'),
('country_Ghana_82', 'state_Volta_1435'),
('country_Ghana_82', 'state_Western_1436'),
('country_Georgia_80', 'state__________________________1437'),
('country_Georgia_80', 'state_________________1438'),
('country_Georgia_80', 'state_________________1439'),
('country_Georgia_80', 'state_______________________1440'),
('country_Georgia_80', 'state____________________1441'),
('country_Georgia_80', 'state____________________________________1442'),
('country_Georgia_80', 'state_____________________________________________1443'),
('country_Georgia_80', 'state_________________________________________________________________________________1444'),
('country_Georgia_80', 'state_____________________________________________1445'),
('country_Georgia_80', 'state_________________________________1446'),
('country_Georgia_80', 'state________________________________________________________________1447'),
('country_Georgia_80', 'state_______________________1448'),
('country_Germany_81', 'state_Berlin_1449'),
('country_Germany_81', 'state_Brandenburg_1450'),
('country_Germany_81', 'state_Baden_W__rttemberg_1451'),
('country_Germany_81', 'state_Bayern_1452'),
('country_Germany_81', 'state_Bremen_1453'),
('country_Germany_81', 'state_Hessen_1454'),
('country_Germany_81', 'state_Hamburg_1455'),
('country_Germany_81', 'state_Mecklenburg_Vorpommern_1456'),
('country_Germany_81', 'state_Niedersachsen_1457'),
('country_Germany_81', 'state_Nordrhein_Westfalen_1458'),
('country_Germany_81', 'state_Rheinland_Pfalz_1459'),
('country_Germany_81', 'state_Schleswig_Holstein_1460'),
('country_Germany_81', 'state_Saarland_1461'),
('country_Germany_81', 'state_Sachsen_1462'),
('country_Germany_81', 'state_Sachsen_Anhalt_1463'),
('country_Germany_81', 'state_Th__ringen_1464'),
('country_Greece_84', 'state________________________________1475'),
('country_Greece_84', 'state________________1476'),
('country_Greece_84', 'state______________1477'),
('country_Greece_84', 'state____________________1478'),
('country_Greece_84', 'state__________________1479'),
('country_Greece_84', 'state______________1480'),
('country_Greece_84', 'state__________________1481'),
('country_Greece_84', 'state________________1482'),
('country_Greece_84', 'state_____________1483'),
('country_Greece_84', 'state____________1484'),
('country_Greece_84', 'state__________________1485'),
('country_Greece_84', 'state________________1486'),
('country_Greece_84', 'state__________________1487'),
('country_Greece_84', 'state__________________1488'),
('country_Greece_84', 'state________________1489'),
('country_Greece_84', 'state______________________1490'),
('country_Greece_84', 'state________________1491'),
('country_Greece_84', 'state__________1492'),
('country_Greece_84', 'state____________________1493'),
('country_Greece_84', 'state__________________1494'),
('country_Greece_84', 'state________________1495'),
('country_Greece_84', 'state__________________1496'),
('country_Greece_84', 'state______________1497'),
('country_Greece_84', 'state__________________1498'),
('country_Greece_84', 'state________________1499'),
('country_Greece_84', 'state________________1500'),
('country_Greece_84', 'state____________1501'),
('country_Greece_84', 'state______________1502'),
('country_Greece_84', 'state________________________1503'),
('country_Greece_84', 'state______________1504'),
('country_Greece_84', 'state__________________1505'),
('country_Greece_84', 'state______________1506'),
('country_Greece_84', 'state______________1507'),
('country_Greece_84', 'state____________1508'),
('country_Greece_84', 'state______________1509'),
('country_Greece_84', 'state______________1510'),
('country_Greece_84', 'state________________1511'),
('country_Greece_84', 'state____________________1512'),
('country_Greece_84', 'state___________________1513'),
('country_Greece_84', 'state____________1514'),
('country_Greece_84', 'state____________1515'),
('country_Greece_84', 'state______________1516'),
('country_Greece_84', 'state______________________1517'),
('country_Greece_84', 'state__________________1518'),
('country_Greece_84', 'state______________1519'),
('country_Greece_84', 'state____________1520'),
('country_Greece_84', 'state__________1521'),
('country_Greece_84', 'state__________________1522'),
('country_Greece_84', 'state______________1523'),
('country_Greece_84', 'state________________1524'),
('country_Greece_84', 'state______________1525'),
('country_Greece_84', 'state______________1526'),
('country_Greenland_85', 'state_Avannaa_1527'),
('country_Greenland_85', 'state_Tunu__1528'),
('country_Greenland_85', 'state_Kitaa_1529'),
('country_Grenada_86', 'state_Saint_David_1531'),
('country_Grenada_86', 'state_Saint_Mark_1534'),
('country_Grenada_86', 'state_Saint_Patrick_1535'),
('country_Guatemala_89', 'state_Alta_Verapaz_1536'),
('country_Guatemala_89', 'state_Baja_Verapaz_1537'),
('country_Guatemala_89', 'state_Chimaltenango_1538'),
('country_Guatemala_89', 'state_Chiquimula_1539'),
('country_Guatemala_89', 'state_Escuintla_1540'),
('country_Guatemala_89', 'state_Guatemala_1541'),
('country_Guatemala_89', 'state_Huehuetenango_1542'),
('country_Guatemala_89', 'state_Izabal_1543'),
('country_Guatemala_89', 'state_Jalapa_1544'),
('country_Guatemala_89', 'state_Jutiapa_1545'),
('country_Guatemala_89', 'state_El_Pet__n_1546'),
('country_Guatemala_89', 'state_El_Progreso_1547'),
('country_Guatemala_89', 'state_El_Quich___1548'),
('country_Guatemala_89', 'state_Quetzaltenango_1549'),
('country_Guatemala_89', 'state_Retalhuleu_1550'),
('country_Guatemala_89', 'state_Sacatep__quez_1551'),
('country_Guatemala_89', 'state_San_Marcos_1552'),
('country_Guatemala_89', 'state_Solol___1553'),
('country_Guatemala_89', 'state_Santa_Rosa_1554'),
('country_Guatemala_89', 'state_Suchitep__quez_1555'),
('country_Guatemala_89', 'state_Totonicap__n_1556'),
('country_Guatemala_89', 'state_Zacapa_1557'),
('country_Guinea_90', 'state_Beyla_1558'),
('country_Guinea_90', 'state_Boffa_1559'),
('country_Guinea_90', 'state_Bok___1560'),
('country_Guinea_90', 'state_Coyah_1561'),
('country_Guinea_90', 'state_Dabola_1562'),
('country_Guinea_90', 'state_Dinguiraye_1563'),
('country_Guinea_90', 'state_Dalaba_1564'),
('country_Guinea_90', 'state_Dubr__ka_1565'),
('country_Guinea_90', 'state_Faranah_1566'),
('country_Guinea_90', 'state_For__cariah_1567'),
('country_Guinea_90', 'state_Fria_1568'),
('country_Guinea_90', 'state_Gaoual_1569'),
('country_Guinea_90', 'state_Gu__k__dou_1570'),
('country_Guinea_90', 'state_Kankan_1571'),
('country_Guinea_90', 'state_Koubia_1572'),
('country_Guinea_90', 'state_Kindia_1573'),
('country_Guinea_90', 'state_K__rouan___1574'),
('country_Guinea_90', 'state_Koundara_1575'),
('country_Guinea_90', 'state_Kouroussa_1576'),
('country_Guinea_90', 'state_Kissidougou_1577'),
('country_Guinea_90', 'state_Lab___1578'),
('country_Guinea_90', 'state_L__louma_1579'),
('country_Guinea_90', 'state_Lola_1580'),
('country_Guinea_90', 'state_Macenta_1581'),
('country_Guinea_90', 'state_Mandiana_1582'),
('country_Guinea_90', 'state_Mali_1583'),
('country_Guinea_90', 'state_Mamou_1584'),
('country_Guinea_90', 'state_Nz__r__kor___1585'),
('country_Guinea_90', 'state_Pita_1586'),
('country_Guinea_90', 'state_Siguiri_1587'),
('country_Guinea_90', 'state_T__lim__l___1588'),
('country_Guinea_90', 'state_Tougu___1589'),
('country_Guinea_90', 'state_Yomou_1590'),
('country_Guinea_Bissau_91', 'state_Bafata_1591'),
('country_Guinea_Bissau_91', 'state_Biombo_1592'),
('country_Guinea_Bissau_91', 'state_Bissau_1593'),
('country_Guinea_Bissau_91', 'state_Bolama_1594'),
('country_Guinea_Bissau_91', 'state_Cacheu_1595'),
('country_Guinea_Bissau_91', 'state_Gabu_1596'),
('country_Guinea_Bissau_91', 'state_Oio_1597'),
('country_Guinea_Bissau_91', 'state_Quinara_1598'),
('country_Guinea_Bissau_91', 'state_Tombali_1599'),
('country_Guyana_92', 'state_Barima_Waini_1600'),
('country_Guyana_92', 'state_Cuyuni_Mazaruni_1601'),
('country_Guyana_92', 'state_Demerara_Mahaica_1602'),
('country_Guyana_92', 'state_East_Berbice_Corentyne_1603'),
('country_Guyana_92', 'state_Essequibo_Islands_West_Demerara_1604'),
('country_Guyana_92', 'state_Mahaica_Berbice_1605'),
('country_Guyana_92', 'state_Pomeroon_Supenaam_1606'),
('country_Guyana_92', 'state_Potaro_Siparuni_1607'),
('country_Guyana_92', 'state_Upper_Demerara_Berbice_1608'),
('country_Guyana_92', 'state_Upper_Takutu_Upper_Essequibo_1609'),
('country_Haiti_93', 'state_Artibonite_1610'),
('country_Haiti_93', 'state_Grand_Anse_1612'),
('country_Haiti_93', 'state_Nippes_1613'),
('country_Haiti_93', 'state_Nord_1614'),
('country_Haiti_93', 'state_Nord_Est_1615'),
('country_Haiti_93', 'state_Nord_Ouest_1616'),
('country_Haiti_93', 'state_Sud_1618'),
('country_Haiti_93', 'state_Sud_Est_1619'),
('country_Heard_and_McDonald_Islands_94', 'state_Flat_Island_1620'),
('country_Heard_and_McDonald_Islands_94', 'state_McDonald_Island_1621'),
('country_Heard_and_McDonald_Islands_94', 'state_Shag_Island_1622'),
('country_Heard_and_McDonald_Islands_94', 'state_Heard_Island_1623'),
('country_Honduras_95', 'state_Atl__ntida_1624'),
('country_Honduras_95', 'state_Choluteca_1625'),
('country_Honduras_95', 'state_Col__n_1626'),
('country_Honduras_95', 'state_Comayagua_1627'),
('country_Honduras_95', 'state_Cop__n_1628'),
('country_Honduras_95', 'state_Cort__s_1629'),
('country_Honduras_95', 'state_El_Para__so_1630'),
('country_Honduras_95', 'state_Francisco_Moraz__n_1631'),
('country_Honduras_95', 'state_Gracias_a_Dios_1632'),
('country_Honduras_95', 'state_Islas_de_la_Bah__a_1633'),
('country_Honduras_95', 'state_Intibuc___1634'),
('country_Honduras_95', 'state_Lempira_1635'),
('country_Honduras_95', 'state_La_Paz_1636'),
('country_Honduras_95', 'state_Ocotepeque_1637'),
('country_Honduras_95', 'state_Olancho_1638'),
('country_Honduras_95', 'state_Santa_B__rbara_1639'),
('country_Honduras_95', 'state_Valle_1640'),
('country_Honduras_95', 'state_Yoro_1641'),
('country_Hong_Kong_96', 'state___________1642'),
('country_Hong_Kong_96', 'state________1643'),
('country_Hong_Kong_96', 'state________1644'),
('country_Hong_Kong_96', 'state___________1645'),
('country_Hong_Kong_96', 'state______________1646'),
('country_Hong_Kong_96', 'state___________1647'),
('country_Hong_Kong_96', 'state______________1648'),
('country_Hong_Kong_96', 'state______________1649'),
('country_Hong_Kong_96', 'state______________1650'),
('country_Hong_Kong_96', 'state___________1651'),
('country_Hong_Kong_96', 'state___________1652'),
('country_Hong_Kong_96', 'state________1653'),
('country_Hong_Kong_96', 'state___________1654'),
('country_Hong_Kong_96', 'state___________1655'),
('country_Hong_Kong_96', 'state___________1656'),
('country_Hong_Kong_96', 'state___________1657'),
('country_Hong_Kong_96', 'state___________1658'),
('country_Hong_Kong_96', 'state___________1659'),
('country_Hungary_97', 'state_Baranja_megye_1660'),
('country_Hungary_97', 'state_B__k__scsaba_1661'),
('country_Hungary_97', 'state_B__k__s_megye_1662'),
('country_Hungary_97', 'state_B__cs_Kiskun_megye_1663'),
('country_Hungary_97', 'state_Budapest_1664'),
('country_Hungary_97', 'state_Borsod_Aba__j_Zempl__n_megye_1665'),
('country_Hungary_97', 'state_Csongr__d_megye_1666'),
('country_Hungary_97', 'state_Debrecen_1667'),
('country_Hungary_97', 'state_Duna__jv__ros_1668'),
('country_Hungary_97', 'state_Eger_1669'),
('country_Hungary_97', 'state_Fej__r_megye_1670'),
('country_Hungary_97', 'state_Gy__r_Moson_Sopron_megye_1671'),
('country_Hungary_97', 'state_Gy__r_1672'),
('country_Hungary_97', 'state_Hajd___Bihar_megye_1673'),
('country_Hungary_97', 'state_Heves_megye_1674'),
('country_Hungary_97', 'state_H__dmez__v__s__rhely_1675'),
('country_Hungary_97', 'state_J__sz_Nagykun_Szolnok_megye_1676'),
('country_Hungary_97', 'state_Kom__rom_Esztergom_megye_1677'),
('country_Hungary_97', 'state_Kecskem__t_1678'),
('country_Hungary_97', 'state_Kaposv__r_1679'),
('country_Hungary_97', 'state_Miskolc_1680'),
('country_Hungary_97', 'state_Nagykanizsa_1681'),
('country_Hungary_97', 'state_N__gr__d_megye_1682'),
('country_Hungary_97', 'state_Ny__regyh__za_1683'),
('country_Hungary_97', 'state_Pest_megye_1684'),
('country_Hungary_97', 'state_P__cs_1685'),
('country_Hungary_97', 'state_Szeged_1686'),
('country_Hungary_97', 'state_Sz__kesfeh__rv__r_1687'),
('country_Hungary_97', 'state_Szombathely_1688'),
('country_Hungary_97', 'state_Szolnok_1689'),
('country_Hungary_97', 'state_Sopron_1690'),
('country_Hungary_97', 'state_Somogy_megye_1691'),
('country_Hungary_97', 'state_Szeksz__rd_1692'),
('country_Hungary_97', 'state_Salg__tarj__n_1693'),
('country_Hungary_97', 'state_Szabolcs_Szatm__r_Bereg_megye_1694'),
('country_Hungary_97', 'state_Tatab__nya_1695'),
('country_Hungary_97', 'state_Tolna_megye_1696'),
('country_Hungary_97', 'state_Vas_megye_1697'),
('country_Hungary_97', 'state_Veszpr__m_megye_1698'),
('country_Hungary_97', 'state_Veszpr__m_1699'),
('country_Hungary_97', 'state_Zala_megye_1700'),
('country_Hungary_97', 'state_Zalaegerszeg_1701'),
('country_Iceland_98', 'state_H__fu__borgarsv____i___1702'),
('country_Iceland_98', 'state_Su__urnes_1703'),
('country_Iceland_98', 'state_Vesturland_1704'),
('country_Iceland_98', 'state_Vestfir__ir_1705'),
('country_Iceland_98', 'state_Nor__urland_vestra_1706'),
('country_Iceland_98', 'state_Nor__urland_eystra_1707'),
('country_Iceland_98', 'state_Austfir__ir_1708'),
('country_Iceland_98', 'state_Su__urland_1709'),
('country_India_99', 'state_________________________________________________________________1710'),
('country_India_99', 'state_______________________________________1711'),
('country_India_99', 'state__________________________________________1712'),
('country_India_99', 'state___________1713'),
('country_India_99', 'state_________________1714'),
('country_India_99', 'state_______________________1715'),
('country_India_99', 'state_____________________________1716'),
('country_India_99', 'state_______________________________1717'),
('country_India_99', 'state____________________1718'),
('country_India_99', 'state_____________________________________________________1719'),
('country_India_99', 'state______________1720'),
('country_India_99', 'state____________________1721'),
('country_India_99', 'state_______________________________________1722'),
('country_India_99', 'state_______________________1723'),
('country_India_99', 'state____________________1724'),
('country_India_99', 'state___________________________________________1725'),
('country_India_99', 'state____________________1726'),
('country_India_99', 'state_________________1727'),
('country_India_99', 'state________________________________1728'),
('country_India_99', 'state____________________1729'),
('country_India_99', 'state________________________________1730'),
('country_India_99', 'state____________________1731'),
('country_India_99', 'state_________________________________1732'),
('country_India_99', 'state_______________________1733'),
('country_India_99', 'state__________________________1734'),
('country_India_99', 'state____________________1735'),
('country_India_99', 'state_________________1736'),
('country_India_99', 'state________________________________1737'),
('country_India_99', 'state__________________________1738'),
('country_India_99', 'state_______________________1739'),
('country_India_99', 'state______________________________1740'),
('country_India_99', 'state__________________________1741'),
('country_India_99', 'state_____________________________1742'),
('country_India_99', 'state____________________________________1743'),
('country_India_99', 'state________________________________1744'),
('country_India_99', 'state_Telangana_4561'),
('country_Indonesia_100', 'state_Aceh_1745'),
('country_Indonesia_100', 'state_Bali_1746'),
('country_Indonesia_100', 'state_Bangka_Belitung_1747'),
('country_Indonesia_100', 'state_Bengkulu_1748'),
('country_Indonesia_100', 'state_Banten_1749'),
('country_Indonesia_100', 'state_Gorontalo_1750'),
('country_Indonesia_100', 'state_Papua_1751'),
('country_Indonesia_100', 'state_Jambi_1752'),
('country_Indonesia_100', 'state_Jawa_Timur_1753'),
('country_Indonesia_100', 'state_Jakarta_Raya_1754'),
('country_Indonesia_100', 'state_Jawa_Barat_1755'),
('country_Indonesia_100', 'state_Jawa_Tengah_1756'),
('country_Indonesia_100', 'state_Kalimantan_Barat_1757'),
('country_Indonesia_100', 'state_Kalimantan_Timur_1758'),
('country_Indonesia_100', 'state_Kalimantan_Selatan_1759'),
('country_Indonesia_100', 'state_Kalimantan_Tengah_1760'),
('country_Indonesia_100', 'state_Lampung_1761'),
('country_Indonesia_100', 'state_Maluku_1762'),
('country_Indonesia_100', 'state_Maluku_Utara_1763'),
('country_Indonesia_100', 'state_Nusa_Tenggara_Barat_1764'),
('country_Indonesia_100', 'state_Nusa_Tenggara_Timur_1765'),
('country_Indonesia_100', 'state_Riau_1766'),
('country_Indonesia_100', 'state_Sumatera_Barat_1767'),
('country_Indonesia_100', 'state_Sulawesi_Tenggara_1768'),
('country_Indonesia_100', 'state_Sumatera_Selatan_1769'),
('country_Indonesia_100', 'state_Sulawesi_Selatan_1770'),
('country_Indonesia_100', 'state_Sulawesi_Tengah_1771'),
('country_Indonesia_100', 'state_Sulawesi_Utara_1772'),
('country_Indonesia_100', 'state_Sumatera_Utara_1773'),
('country_Indonesia_100', 'state_Yogyakarta_1774'),
('country_Iran_101', 'state__________________________________________1775'),
('country_Iran_101', 'state__________________________________________1776'),
('country_Iran_101', 'state___________________________1777'),
('country_Iran_101', 'state___________________________1778'),
('country_Iran_101', 'state_________________________1779'),
('country_Iran_101', 'state_________________________1780'),
('country_Iran_101', 'state_________________________1781'),
('country_Iran_101', 'state_______________________________________________1782'),
('country_Iran_101', 'state____________________________________1783'),
('country_Iran_101', 'state_____________________________1784'),
('country_Iran_101', 'state_________________________1785'),
('country_Iran_101', 'state_________________________1786'),
('country_Iran_101', 'state________________________________________________1787'),
('country_Iran_101', 'state_______________________1788'),
('country_Iran_101', 'state_________________________1789'),
('country_Iran_101', 'state_____________________________1790'),
('country_Iran_101', 'state_______________________________1791'),
('country_Iran_101', 'state____________________________________________________1792'),
('country_Iran_101', 'state_________________________1793'),
('country_Iran_101', 'state___________________________1794'),
('country_Iran_101', 'state_______________________________1795'),
('country_Iran_101', 'state_________________________1796'),
('country_Iran_101', 'state_____________________________1797'),
('country_Iran_101', 'state_________________________1798'),
('country_Iran_101', 'state_____________________1799'),
('country_Iran_101', 'state___________________1800'),
('country_Iran_101', 'state___________________________1801'),
('country_Iran_101', 'state_________________________4573'),
('country_Iran_101', 'state_________________________4574'),
('country_Iran_101', 'state_________________________4575'),
('country_Iran_101', 'state_________________________1802'),
('country_Iraq_102', 'state_____________________________1803'),
('country_Iraq_102', 'state____________1804'),
('country_Iraq_102', 'state___________________________1805'),
('country_Iraq_102', 'state__________1806'),
('country_Iraq_102', 'state_________________________1807'),
('country_Iraq_102', 'state__________1808'),
('country_Iraq_102', 'state____________1809'),
('country_Iraq_102', 'state_____________1810'),
('country_Iraq_102', 'state______________1811'),
('country_Iraq_102', 'state____________1812'),
('country_Iraq_102', 'state______________1813'),
('country_Iraq_102', 'state____________1814'),
('country_Iraq_102', 'state____________1815'),
('country_Iraq_102', 'state__________________1816'),
('country_Iraq_102', 'state_____________________1817'),
('country_Iraq_102', 'state___________________________________1818'),
('country_Iraq_102', 'state________________1819'),
('country_Iraq_102', 'state__________1820'),
('country_Ireland_103', 'state_Corcaigh_1821'),
('country_Ireland_103', 'state_Contae_an_Chl__ir_1822'),
('country_Ireland_103', 'state_An_Cabh__n_1823'),
('country_Ireland_103', 'state_Ceatharlach_1824'),
('country_Ireland_103', 'state_Baile___tha_Cliath_1825'),
('country_Ireland_103', 'state_D__n_na_nGall_1826'),
('country_Ireland_103', 'state_Gaillimh_1827'),
('country_Ireland_103', 'state_Cill_Dara_1828'),
('country_Ireland_103', 'state_Cill_Chainnigh_1829'),
('country_Ireland_103', 'state_Contae_Chiarra___1830'),
('country_Ireland_103', 'state_An_Longfort_1831'),
('country_Ireland_103', 'state_Contae_L___1832'),
('country_Ireland_103', 'state_Luimneach_1833'),
('country_Ireland_103', 'state_Contae_Liatroma_1834'),
('country_Ireland_103', 'state_Contae_Laoise_1835'),
('country_Ireland_103', 'state_Contae_na_M___1836'),
('country_Ireland_103', 'state_Muineach__n_1837'),
('country_Ireland_103', 'state_Contae_Mhaigh_Eo_1838'),
('country_Ireland_103', 'state_Contae_U__bh_Fhail___1839'),
('country_Ireland_103', 'state_Ros_Com__in_1840'),
('country_Ireland_103', 'state_Sligeach_1841'),
('country_Ireland_103', 'state_Tiobraid___rann_1842'),
('country_Ireland_103', 'state_Port_Lairge_1843'),
('country_Ireland_103', 'state_Contae_na_hIarmh___1844'),
('country_Ireland_103', 'state_Cill_Mhant__in_1845'),
('country_Ireland_103', 'state_Loch_Garman_1846'),
('country_Israel_104', 'state_____________________1847'),
('country_Israel_104', 'state___________________1848'),
('country_Israel_104', 'state________________1849'),
('country_Israel_104', 'state_____________________1850'),
('country_Israel_104', 'state______________________1851'),
('country_Israel_104', 'state_____________________1852'),
('country_Italy_105', 'state_Agrigento_1853'),
('country_Italy_105', 'state_Alessandria_1854'),
('country_Italy_105', 'state_Ancona_1855'),
('country_Italy_105', 'state_Valle_d_Aosta_1856'),
('country_Italy_105', 'state_Ascoli_Piceno_1857'),
('country_Italy_105', 'state_L_Aquila_1858'),
('country_Italy_105', 'state_Arezzo_1859'),
('country_Italy_105', 'state_Asti_1860'),
('country_Italy_105', 'state_Avellino_1861'),
('country_Italy_105', 'state_Bari_1862'),
('country_Italy_105', 'state_Bergamo_1863'),
('country_Italy_105', 'state_Biella_1864'),
('country_Italy_105', 'state_Belluno_1865'),
('country_Italy_105', 'state_Benevento_1866'),
('country_Italy_105', 'state_Bologna_1867'),
('country_Italy_105', 'state_Brindisi_1868'),
('country_Italy_105', 'state_Brescia_1869'),
('country_Italy_105', 'state_Barletta_Andria_Trani_1870'),
('country_Italy_105', 'state_Alto_Adige_1871'),
('country_Italy_105', 'state_Cagliari_1872'),
('country_Italy_105', 'state_Campobasso_1873'),
('country_Italy_105', 'state_Caserta_1874'),
('country_Italy_105', 'state_Chieti_1875'),
('country_Italy_105', 'state_Carbonia_Iglesias_1876'),
('country_Italy_105', 'state_Caltanissetta_1877'),
('country_Italy_105', 'state_Cuneo_1878'),
('country_Italy_105', 'state_Como_1879'),
('country_Italy_105', 'state_Cremona_1880'),
('country_Italy_105', 'state_Cosenza_1881'),
('country_Italy_105', 'state_Catania_1882'),
('country_Italy_105', 'state_Catanzaro_1883'),
('country_Italy_105', 'state_Enna_1884'),
('country_Italy_105', 'state_Ferrara_1885'),
('country_Italy_105', 'state_Foggia_1886'),
('country_Italy_105', 'state_Firenze_1887'),
('country_Italy_105', 'state_Fermo_1888'),
('country_Italy_105', 'state_Forl___Cesena_1889'),
('country_Italy_105', 'state_Frosinone_1890'),
('country_Italy_105', 'state_Genova_1891'),
('country_Italy_105', 'state_Gorizia_1892'),
('country_Italy_105', 'state_Grosseto_1893'),
('country_Italy_105', 'state_Imperia_1894'),
('country_Italy_105', 'state_Isernia_1895'),
('country_Italy_105', 'state_Crotone_1896'),
('country_Italy_105', 'state_Lecco_1897'),
('country_Italy_105', 'state_Lecce_1898'),
('country_Italy_105', 'state_Livorno_1899'),
('country_Italy_105', 'state_Lodi_1900'),
('country_Italy_105', 'state_Latina_1901'),
('country_Italy_105', 'state_Lucca_1902'),
('country_Italy_105', 'state_Macerata_1903'),
('country_Italy_105', 'state_Medio_Campidano_1904'),
('country_Italy_105', 'state_Messina_1905'),
('country_Italy_105', 'state_Milano_1906'),
('country_Italy_105', 'state_Mantova_1907'),
('country_Italy_105', 'state_Modena_1908'),
('country_Italy_105', 'state_Massa_Carrara_1909'),
('country_Italy_105', 'state_Matera_1910'),
('country_Italy_105', 'state_Monza_e_Brianza_1911'),
('country_Italy_105', 'state_Napoli_1912'),
('country_Italy_105', 'state_Novara_1913'),
('country_Italy_105', 'state_Nuoro_1914'),
('country_Italy_105', 'state_Ogliastra_1915'),
('country_Italy_105', 'state_Oristano_1916'),
('country_Italy_105', 'state_Olbia_Tempio_1917'),
('country_Italy_105', 'state_Palermo_1918'),
('country_Italy_105', 'state_Piacenza_1919'),
('country_Italy_105', 'state_Padova_1920'),
('country_Italy_105', 'state_Pescara_1921'),
('country_Italy_105', 'state_Perugia_1922'),
('country_Italy_105', 'state_Pisa_1923'),
('country_Italy_105', 'state_Pordenone_1924'),
('country_Italy_105', 'state_Prato_1925'),
('country_Italy_105', 'state_Parma_1926'),
('country_Italy_105', 'state_Pesaro_e_Urbino_1927'),
('country_Italy_105', 'state_Pistoia_1928'),
('country_Italy_105', 'state_Pavia_1929'),
('country_Italy_105', 'state_Potenza_1930'),
('country_Italy_105', 'state_Ravenna_1931'),
('country_Italy_105', 'state_Reggio_Calabria_1932'),
('country_Italy_105', 'state_Reggio_Emilia_1933'),
('country_Italy_105', 'state_Ragusa_1934'),
('country_Italy_105', 'state_Rieti_1935'),
('country_Italy_105', 'state_Roma_1936'),
('country_Italy_105', 'state_Rimini_1937'),
('country_Italy_105', 'state_Rovigo_1938'),
('country_Italy_105', 'state_Salerno_1939'),
('country_Italy_105', 'state_Siena_1940'),
('country_Italy_105', 'state_Sondrio_1941'),
('country_Italy_105', 'state_La_Spezia_1942'),
('country_Italy_105', 'state_Siracusa_1943'),
('country_Italy_105', 'state_Sassari_1944'),
('country_Italy_105', 'state_Savona_1945'),
('country_Italy_105', 'state_Taranto_1946'),
('country_Italy_105', 'state_Teramo_1947'),
('country_Italy_105', 'state_Trento_1948'),
('country_Italy_105', 'state_Torino_1949'),
('country_Italy_105', 'state_Trapani_1950'),
('country_Italy_105', 'state_Terni_1951'),
('country_Italy_105', 'state_Trieste_1952'),
('country_Italy_105', 'state_Treviso_1953'),
('country_Italy_105', 'state_Udine_1954'),
('country_Italy_105', 'state_Varese_1955'),
('country_Italy_105', 'state_Verbano_Cusio_Ossola_1956'),
('country_Italy_105', 'state_Vercelli_1957'),
('country_Italy_105', 'state_Venezia_1958'),
('country_Italy_105', 'state_Vicenza_1959'),
('country_Italy_105', 'state_Verona_1960'),
('country_Italy_105', 'state_Viterbo_1961'),
('country_Italy_105', 'state_Vibo_Valentia_1962'),
('country_Jamaica_106', 'state_Kingston_1963'),
('country_Jamaica_106', 'state_Half_Way_Tree_1964'),
('country_Jamaica_106', 'state_Morant_Bay_1965'),
('country_Jamaica_106', 'state_Port_Antonio_1966'),
('country_Jamaica_106', 'state_Port_Maria_1967'),
('country_Jamaica_106', 'state_Saint_Ann_s_Bay_1968'),
('country_Jamaica_106', 'state_Falmouth_1969'),
('country_Jamaica_106', 'state_Montego_Bay_1970'),
('country_Jamaica_106', 'state_Lucea_1971'),
('country_Jamaica_106', 'state_Savanna_la_Mar_1972'),
('country_Jamaica_106', 'state_Black_River_1973'),
('country_Jamaica_106', 'state_Mandeville_1974'),
('country_Jamaica_106', 'state_May_Pen_1975'),
('country_Jamaica_106', 'state_Spanish_Town_1976'),
('country_Japan_', '1977'),
('country_Japan_107', 'state________1978'),
('country_Japan_107', 'state________1979'),
('country_Japan_107', 'state________1980'),
('country_Japan_107', 'state________1981'),
('country_Japan_107', 'state________1982'),
('country_Japan_107', 'state________1983'),
('country_Japan_107', 'state________1984'),
('country_Japan_107', 'state________1985'),
('country_Japan_107', 'state________1986'),
('country_Japan_107', 'state________1987'),
('country_Japan_107', 'state________1988'),
('country_Japan_107', 'state________1989'),
('country_Japan_107', 'state___________1990'),
('country_Japan_107', 'state________1991'),
('country_Japan_107', 'state________1992'),
('country_Japan_107', 'state________1993'),
('country_Japan_107', 'state________1994'),
('country_Japan_107', 'state________1995'),
('country_Japan_107', 'state________1996'),
('country_Japan_107', 'state________1997'),
('country_Japan_107', 'state________1998'),
('country_Japan_107', 'state________1999'),
('country_Japan_107', 'state________2000'),
('country_Japan_107', 'state________2001'),
('country_Japan_107', 'state________2002'),
('country_Japan_107', 'state________2003'),
('country_Japan_107', 'state________2004'),
('country_Japan_107', 'state________2005'),
('country_Japan_107', 'state___________2006'),
('country_Japan_107', 'state________2007'),
('country_Japan_107', 'state________2008'),
('country_Japan_107', 'state________2009'),
('country_Japan_107', 'state________2010'),
('country_Japan_107', 'state________2011'),
('country_Japan_107', 'state________2012'),
('country_Japan_107', 'state________2013'),
('country_Japan_107', 'state________2014'),
('country_Japan_107', 'state________2015'),
('country_Japan_107', 'state________2016'),
('country_Japan_107', 'state________2017'),
('country_Japan_107', 'state________2018'),
('country_Japan_107', 'state________2019'),
('country_Japan_107', 'state________2020'),
('country_Japan_107', 'state________2021'),
('country_Japan_107', 'state___________2022'),
('country_Japan_107', 'state________2023'),
('country_Jordan_108', 'state_________________________2024'),
('country_Jordan_108', 'state_____________________________2025'),
('country_Jordan_108', 'state___________________________2026'),
('country_Jordan_108', 'state_____________________________2027'),
('country_Jordan_108', 'state_____________________________2028'),
('country_Jordan_108', 'state_____________________________2029'),
('country_Jordan_108', 'state_____________________2030'),
('country_Jordan_108', 'state_______________________2031'),
('country_Jordan_108', 'state_________________________2032'),
('country_Jordan_108', 'state___________________________2033'),
('country_Jordan_108', 'state_________________________2034'),
('country_Jordan_108', 'state_______________________2035'),
('country_Kazakhstan_109', 'state______________2036'),
('country_Kazakhstan_109', 'state_Almaty_City_2037'),
('country_Kazakhstan_109', 'state______________2038'),
('country_Kazakhstan_109', 'state______________2039'),
('country_Kazakhstan_109', 'state______________2040'),
('country_Kazakhstan_109', 'state______________2041'),
('country_Kazakhstan_109', 'state_______________________________2042'),
('country_Kazakhstan_109', 'state__________________2043'),
('country_Kazakhstan_109', 'state____________________2044'),
('country_Kazakhstan_109', 'state_____________________________________2045'),
('country_Kazakhstan_109', 'state__________________2046'),
('country_Kazakhstan_109', 'state____________________2047'),
('country_Kazakhstan_109', 'state__________________2048'),
('country_Kazakhstan_109', 'state____________________2049'),
('country_Kazakhstan_109', 'state_______________________________2050'),
('country_Kazakhstan_109', 'state_______________________________________2051'),
('country_Kazakhstan_109', 'state______________2052'),
('country_Kenya_110', 'state_Nairobi_2053'),
('country_Kenya_110', 'state_Central_2054'),
('country_Kenya_110', 'state_Mombasa_2055'),
('country_Kenya_110', 'state_Eastern_2056'),
('country_Kenya_110', 'state_North_Eastern_2057'),
('country_Kenya_110', 'state_Nyanza_2058'),
('country_Kenya_110', 'state_Rift_Valley_2059'),
('country_Kenya_110', 'state_Western_2060'),
('country_Kiribati_111', 'state_Gilbert_Islands_2061'),
('country_Kiribati_111', 'state_Line_Islands_2062'),
('country_Kiribati_111', 'state_Phoenix_Islands_2063'),
('country_Korea__North_112', 'state___________2064'),
('country_Korea__North_112', 'state_______________2065'),
('country_Korea__North_112', 'state_______________2066'),
('country_Korea__North_112', 'state_______________2067'),
('country_Korea__North_112', 'state_______________2068'),
('country_Korea__North_112', 'state___________2069'),
('country_Korea__North_112', 'state___________2070'),
('country_Korea__North_112', 'state__________________2071'),
('country_Korea__North_112', 'state__________________2072'),
('country_Korea__North_112', 'state_______________2073'),
('country_Korea__North_112', 'state_______________2074'),
('country_Korea__North_112', 'state__________________2075'),
('country_Korea__North_112', 'state___________2076'),
('country_Korea__South_113', 'state_________________2077'),
('country_Korea__South_113', 'state__________________2078'),
('country_Korea__South_113', 'state__________________2079'),
('country_Korea__South_113', 'state_________________2080'),
('country_Korea__South_113', 'state__________________2081'),
('country_Korea__South_113', 'state__________________2082'),
('country_Korea__South_113', 'state__________________2083'),
('country_Korea__South_113', 'state___________2084'),
('country_Korea__South_113', 'state___________2085'),
('country_Korea__South_113', 'state_______________2086'),
('country_Korea__South_113', 'state_______________2087'),
('country_Korea__South_113', 'state_______________2088'),
('country_Korea__South_113', 'state_______________2089'),
('country_Korea__South_113', 'state_______________2090'),
('country_Korea__South_113', 'state_______________2091'),
('country_Korea__South_113', 'state_______________________2092'),
('country_Kuwait_114', 'state________________2093'),
('country_Kuwait_114', 'state____________________2094'),
('country_Kuwait_114', 'state________________2095'),
('country_Kuwait_114', 'state________________2096'),
('country_Kuwait_114', 'state__________2097'),
('country_Kuwait_114', 'state_________________________2098'),
('country_Kyrgyzstan_115', 'state_____________________________2099'),
('country_Kyrgyzstan_115', 'state_______________________2100'),
('country_Kyrgyzstan_115', 'state______________2101'),
('country_Kyrgyzstan_115', 'state____________________________________2102'),
('country_Kyrgyzstan_115', 'state___________________________2103'),
('country_Kyrgyzstan_115', 'state_____________________2104'),
('country_Kyrgyzstan_115', 'state___________________________2105'),
('country_Kyrgyzstan_115', 'state________________________________2106'),
('country_Laos_116', 'state_______________________2107'),
('country_Laos_116', 'state_______________________2108'),
('country_Laos_116', 'state_____________________________2109'),
('country_Laos_116', 'state__________________________2110'),
('country_Laos_116', 'state____________________2111'),
('country_Laos_116', 'state_______________________2112'),
('country_Laos_116', 'state________________________________2113'),
('country_Laos_116', 'state_____________________________2114'),
('country_Laos_116', 'state_______________________2115'),
('country_Laos_116', 'state_______________________2116'),
('country_Laos_116', 'state_______________________2117'),
('country_Laos_116', 'state___________________________________2118'),
('country_Laos_116', 'state____________________2119'),
('country_Laos_116', 'state____________________2120'),
('country_Laos_116', 'state__________________________2121'),
('country_Laos_116', 'state_________________2122'),
('country_Laos_116', 'state_______________________2123'),
('country_Laos_116', 'state__________________________2124'),
('country_Latvia_117', 'state_Aizkraukles_rajons_2125'),
('country_Latvia_117', 'state_Al__ksnes_rajons_2126'),
('country_Latvia_117', 'state_Balvu_rajons_2127'),
('country_Latvia_117', 'state_Bauskas_rajons_2128'),
('country_Latvia_117', 'state_C__su_rajons_2129'),
('country_Latvia_117', 'state_Daugavpils_rajons_2130'),
('country_Latvia_117', 'state_Daugpilis_2131'),
('country_Latvia_117', 'state_Dobeles_rajons_2132'),
('country_Latvia_117', 'state_Gulbenes_rajons_2133'),
('country_Latvia_117', 'state_Jelgava_2134'),
('country_Latvia_117', 'state_J__kabpils_rajons_2135'),
('country_Latvia_117', 'state_Jelgavas_rajons_2136'),
('country_Latvia_117', 'state_J__rmala_2137'),
('country_Latvia_117', 'state_Kr__slavas_rajons_2138'),
('country_Latvia_117', 'state_Kuld__gas_rajons_2139'),
('country_Latvia_117', 'state_Liep__jas_rajons_2140'),
('country_Latvia_117', 'state_Limba__u_rajons_2141'),
('country_Latvia_117', 'state_Liepoja_2142'),
('country_Latvia_117', 'state_Ludzas_rajons_2143'),
('country_Latvia_117', 'state_Madonas_rajons_2144'),
('country_Latvia_117', 'state_Ogres_rajons_2145'),
('country_Latvia_117', 'state_Prei__u_rajons_2146'),
('country_Latvia_117', 'state_R__zeknes_rajons_2147'),
('country_Latvia_117', 'state_R__zekne_2148'),
('country_Latvia_117', 'state_R__gas_rajons_2149'),
('country_Latvia_117', 'state_R__ga_2150'),
('country_Latvia_117', 'state_Saldus_rajons_2151'),
('country_Latvia_117', 'state_Talsu_rajons_2152'),
('country_Latvia_117', 'state_Tukuma_rajons_2153'),
('country_Latvia_117', 'state_Ventspils_rajons_2154'),
('country_Latvia_117', 'state_Ventspils_2155'),
('country_Latvia_117', 'state_Valkas_rajons_2156'),
('country_Latvia_117', 'state_Valmieras_rajons_2157'),
('country_Lesotho_119', 'state_Maseru_2158'),
('country_Lesotho_119', 'state_Butha_Buthe_2159'),
('country_Lesotho_119', 'state_Leribe_2160'),
('country_Lesotho_119', 'state_Berea_2161'),
('country_Lesotho_119', 'state_Mafeteng_2162'),
('country_Lesotho_119', 'state_Mohale_s_Hoek_2163'),
('country_Lesotho_119', 'state_Quthing_2164'),
('country_Lesotho_119', 'state_Qacha_s_Nek_2165'),
('country_Lesotho_119', 'state_Mokhotlong_2166'),
('country_Lesotho_119', 'state_Thaba_Tseka_2167'),
('country_Liberia_120', 'state_Bong_2168'),
('country_Liberia_120', 'state_Bomi_2169'),
('country_Liberia_120', 'state_Grand_Cape_Mount_2170'),
('country_Liberia_120', 'state_Grand_Bassa_2171'),
('country_Liberia_120', 'state_Grand_Gedeh_2172'),
('country_Liberia_120', 'state_Grand_Kru_2173'),
('country_Liberia_120', 'state_Gbarpolu_2174'),
('country_Liberia_120', 'state_Lofa_2175'),
('country_Liberia_120', 'state_Margibi_2176'),
('country_Liberia_120', 'state_Montserrado_2177'),
('country_Liberia_120', 'state_Maryland_2178'),
('country_Liberia_120', 'state_Nimba_2179'),
('country_Liberia_120', 'state_River_Gee_2180'),
('country_Liberia_120', 'state_Rivercess_2181'),
('country_Liberia_120', 'state_Sinoe_2182'),
('country_Libyan_Arab_Jamahiriya_121', 'state_Ajd__biy___2183'),
('country_Libyan_Arab_Jamahiriya_121', 'state_Bangh__z___2184'),
('country_Libyan_Arab_Jamahiriya_121', 'state_Al_Bu__n__n_2185'),
('country_Libyan_Arab_Jamahiriya_121', 'state_Ban___Wal__d_2186'),
('country_Libyan_Arab_Jamahiriya_121', 'state_Darnah_2187'),
('country_Libyan_Arab_Jamahiriya_121', 'state_Ghad__mis_2188'),
('country_Libyan_Arab_Jamahiriya_121', 'state_Ghary__n_2189'),
('country_Libyan_Arab_Jamahiriya_121', 'state_Gh__t_2190'),
('country_Libyan_Arab_Jamahiriya_121', 'state_Al____iz__m_al_Akh___ar_2191'),
('country_Libyan_Arab_Jamahiriya_121', 'state_Al_Jabal_al_Akh___ar_2192'),
('country_Libyan_Arab_Jamahiriya_121', 'state_Jaghb__b_2193'),
('country_Libyan_Arab_Jamahiriya_121', 'state_Al_Jif__rah_2194'),
('country_Libyan_Arab_Jamahiriya_121', 'state_Al_Jufrah_2195'),
('country_Libyan_Arab_Jamahiriya_121', 'state_Al_Kufrah_2196'),
('country_Libyan_Arab_Jamahiriya_121', 'state_Al_Marqab_2197'),
('country_Libyan_Arab_Jamahiriya_121', 'state_Mi__r__tah_2198'),
('country_Libyan_Arab_Jamahiriya_121', 'state_Al_Marj_2199'),
('country_Libyan_Arab_Jamahiriya_121', 'state_Murzuq_2200'),
('country_Libyan_Arab_Jamahiriya_121', 'state_Mizdah_2201'),
('country_Libyan_Arab_Jamahiriya_121', 'state_N__l__t_2202'),
('country_Libyan_Arab_Jamahiriya_121', 'state_An_Nuqa___al_Khams_2203'),
('country_Libyan_Arab_Jamahiriya_121', 'state_Al_Qubbah_2204'),
('country_Libyan_Arab_Jamahiriya_121', 'state_Al_Qa__r__n_2205'),
('country_Libyan_Arab_Jamahiriya_121', 'state_Sabh___2206'),
('country_Libyan_Arab_Jamahiriya_121', 'state_Ash_Sh____i_2207'),
('country_Libyan_Arab_Jamahiriya_121', 'state_Surt_2208'),
('country_Libyan_Arab_Jamahiriya_121', 'state___abr__tah___urm__n_2209'),
('country_Libyan_Arab_Jamahiriya_121', 'state___ar__bulus_2210'),
('country_Libyan_Arab_Jamahiriya_121', 'state_Tarh__nah_Masall__tah_2211'),
('country_Libyan_Arab_Jamahiriya_121', 'state_T__j__r___wa_an_Naw________al_Arb_____2212'),
('country_Libyan_Arab_Jamahiriya_121', 'state_Al_W_____ah_2213'),
('country_Libyan_Arab_Jamahiriya_121', 'state_W__d___al____ay__t_2214'),
('country_Libyan_Arab_Jamahiriya_121', 'state_Yafran_J__d___2215'),
('country_Libyan_Arab_Jamahiriya_121', 'state_Az_Z__wiyah_2216'),
('country_Liechtenstein_122', 'state_Balzers_2217'),
('country_Liechtenstein_122', 'state_Eschen_2218'),
('country_Liechtenstein_122', 'state_Gamprin_2219'),
('country_Liechtenstein_122', 'state_Mauren_2220'),
('country_Liechtenstein_122', 'state_Planken_2221'),
('country_Liechtenstein_122', 'state_Ruggell_2222'),
('country_Liechtenstein_122', 'state_Schaan_2223'),
('country_Liechtenstein_122', 'state_Schellenberg_2224'),
('country_Liechtenstein_122', 'state_Triesen_2225'),
('country_Liechtenstein_122', 'state_Triesenberg_2226'),
('country_Liechtenstein_122', 'state_Vaduz_2227'),
('country_Lithuania_123', 'state_Alytaus_Apskritis_2228'),
('country_Lithuania_123', 'state_Klaip__dos_Apskritis_2229'),
('country_Lithuania_123', 'state_Kauno_Apskritis_2230'),
('country_Lithuania_123', 'state_Marijampol__s_Apskritis_2231'),
('country_Lithuania_123', 'state_Panev____io_Apskritis_2232'),
('country_Lithuania_123', 'state___iauli___Apskritis_2233'),
('country_Lithuania_123', 'state_Taurag__s_Apskritis_2234'),
('country_Lithuania_123', 'state_Tel__i___Apskritis_2235'),
('country_Lithuania_123', 'state_Utenos_Apskritis_2236'),
('country_Lithuania_123', 'state_Vilniaus_Apskritis_2237'),
('country_Luxembourg_124', 'state_Diekirch_2238'),
('country_Luxembourg_124', 'state_Grevenmacher_2239'),
('country_Luxembourg_124', 'state_Luxemburg_2240'),
('country_Macau_125', 'state___________2241'),
('country_Macau_125', 'state___________2242'),
('country_Macedonia_126', 'state_Berovo_2243'),
('country_Macedonia_126', 'state___________________________________2244'),
('country_Macedonia_126', 'state________________2245'),
('country_Macedonia_126', 'state__________________2246'),
('country_Macedonia_126', 'state______________2247'),
('country_Macedonia_126', 'state______________2248'),
('country_Macedonia_126', 'state_______________________________________2249'),
('country_Macedonia_126', 'state________________2250');
INSERT INTO `xjmw1_hikashop_zone_link` (`zone_parent_namekey`, `zone_child_namekey`) VALUES
('country_Macedonia_126', 'state____________________2251'),
('country_Macedonia_126', 'state__________2252'),
('country_Macedonia_126', 'state_________________________2253'),
('country_Macedonia_126', 'state______________2254'),
('country_Macedonia_126', 'state________________2255'),
('country_Macedonia_126', 'state________________2256'),
('country_Macedonia_126', 'state___________________________2257'),
('country_Macedonia_126', 'state__________________2258'),
('country_Macedonia_126', 'state________________2259'),
('country_Macedonia_126', 'state__________________2260'),
('country_Macedonia_126', 'state_________________________________2261'),
('country_Macedonia_126', 'state______________2262'),
('country_Macedonia_126', 'state_______________________2263'),
('country_Macedonia_126', 'state________________2264'),
('country_Macedonia_126', 'state__________________________2265'),
('country_Macedonia_126', 'state________________2266'),
('country_Macedonia_126', 'state______________2267'),
('country_Macedonia_126', 'state______________2268'),
('country_Macedonia_126', 'state______________2269'),
('country_Macedonia_126', 'state____________2270'),
('country_Macedonia_126', 'state__________________2271'),
('country_Macedonia_126', 'state__________________2272'),
('country_Macedonia_126', 'state__________________2273'),
('country_Macedonia_126', 'state____________________2274'),
('country_Macedonia_126', 'state__________________________________2275'),
('country_Macedonia_126', 'state______________2276'),
('country_Macedonia_126', 'state______________2277'),
('country_Macedonia_126', 'state____________________2278'),
('country_Macedonia_126', 'state______________2279'),
('country_Macedonia_126', 'state__________________2280'),
('country_Macedonia_126', 'state____________________2281'),
('country_Macedonia_126', 'state____________2282'),
('country_Macedonia_126', 'state__________2283'),
('country_Macedonia_126', 'state______________2284'),
('country_Macedonia_126', 'state___________________________2285'),
('country_Macedonia_126', 'state___________________2286'),
('country_Macedonia_126', 'state_________________________2287'),
('country_Macedonia_126', 'state________________2288'),
('country_Macedonia_126', 'state______________2289'),
('country_Macedonia_126', 'state_______________________2290'),
('country_Macedonia_126', 'state__________________2291'),
('country_Macedonia_126', 'state____________2292'),
('country_Macedonia_126', 'state________________2293'),
('country_Macedonia_126', 'state________________________2294'),
('country_Macedonia_126', 'state_________________________2295'),
('country_Macedonia_126', 'state______________________2296'),
('country_Macedonia_126', 'state__________________2297'),
('country_Macedonia_126', 'state__________________2298'),
('country_Macedonia_126', 'state____________________2299'),
('country_Macedonia_126', 'state____________2300'),
('country_Macedonia_126', 'state___________________2301'),
('country_Macedonia_126', 'state________________2302'),
('country_Macedonia_126', 'state_______________________2303'),
('country_Macedonia_126', 'state__________________2304'),
('country_Macedonia_126', 'state____________________2305'),
('country_Macedonia_126', 'state__________________2306'),
('country_Macedonia_126', 'state_______________________2307'),
('country_Macedonia_126', 'state____________2308'),
('country_Macedonia_126', 'state________________2309'),
('country_Macedonia_126', 'state________________2310'),
('country_Macedonia_126', 'state______________2311'),
('country_Macedonia_126', 'state_______________________________2312'),
('country_Macedonia_126', 'state____________2313'),
('country_Macedonia_126', 'state________________2314'),
('country_Macedonia_126', 'state__________________2315'),
('country_Macedonia_126', 'state______________2316'),
('country_Macedonia_126', 'state________________2317'),
('country_Macedonia_126', 'state______________________2318'),
('country_Macedonia_126', 'state____________2319'),
('country_Macedonia_126', 'state____________2320'),
('country_Macedonia_126', 'state_________________________2321'),
('country_Macedonia_126', 'state________________2322'),
('country_Macedonia_126', 'state____________________2323'),
('country_Macedonia_126', 'state__________________2324'),
('country_Macedonia_126', 'state________________2325'),
('country_Macedonia_126', 'state____________2326'),
('country_Madagascar_127', 'state_Toamasina_2327'),
('country_Madagascar_127', 'state_Antsiranana_2328'),
('country_Madagascar_127', 'state_Fianarantsoa_2329'),
('country_Madagascar_127', 'state_Mahajanga_2330'),
('country_Madagascar_127', 'state_Antananarivo_2331'),
('country_Madagascar_127', 'state_Toliara_2332'),
('country_Malawi_128', 'state_Balaka_2333'),
('country_Malawi_128', 'state_Blantyre_2334'),
('country_Malawi_128', 'state_Chikwawa_2336'),
('country_Malawi_128', 'state_Chiradzulu_2337'),
('country_Malawi_128', 'state_Chitipa_2338'),
('country_Malawi_128', 'state_Dedza_2339'),
('country_Malawi_128', 'state_Dowa_2340'),
('country_Malawi_128', 'state_Karonga_2341'),
('country_Malawi_128', 'state_Kasungu_2342'),
('country_Malawi_128', 'state_Likoma_Island_2343'),
('country_Malawi_128', 'state_Lilongwe_2344'),
('country_Malawi_128', 'state_Machinga_2345'),
('country_Malawi_128', 'state_Mangochi_2346'),
('country_Malawi_128', 'state_Mchinji_2347'),
('country_Malawi_128', 'state_Mulanje_2348'),
('country_Malawi_128', 'state_Mwanza_2349'),
('country_Malawi_128', 'state_Mzimba_2350'),
('country_Malawi_128', 'state_Northern_2351'),
('country_Malawi_128', 'state_Nkhata_2352'),
('country_Malawi_128', 'state_Nkhotakota_2353'),
('country_Malawi_128', 'state_Nsanje_2354'),
('country_Malawi_128', 'state_Ntcheu_2355'),
('country_Malawi_128', 'state_Ntchisi_2356'),
('country_Malawi_128', 'state_Phalombe_2357'),
('country_Malawi_128', 'state_Rumphi_2358'),
('country_Malawi_128', 'state_Southern_2359'),
('country_Malawi_128', 'state_Salima_2360'),
('country_Malawi_128', 'state_Thyolo_2361'),
('country_Malawi_128', 'state_Zomba_2362'),
('country_Malaysia_129', 'state_Johor_Darul_Takzim_2363'),
('country_Malaysia_129', 'state_Kedah_Darul_Aman_2364'),
('country_Malaysia_129', 'state_Kelantan_Darul_Naim_2365'),
('country_Malaysia_129', 'state_Melaka_Negeri_Bersejarah_2366'),
('country_Malaysia_129', 'state_Negeri_Sembilan_Darul_Khusus_2367'),
('country_Malaysia_129', 'state_Pahang_Darul_Makmur_2368'),
('country_Malaysia_129', 'state_Pulau_Pinang_2369'),
('country_Malaysia_129', 'state_Perak_Darul_Ridzuan_2370'),
('country_Malaysia_129', 'state_Perlis_Indera_Kayangan_2371'),
('country_Malaysia_129', 'state_Selangor_Darul_Ehsan_2372'),
('country_Malaysia_129', 'state_Terengganu_Darul_Iman_2373'),
('country_Malaysia_129', 'state_Sabah_Negeri_Di_Bawah_Bayu_2374'),
('country_Malaysia_129', 'state_Sarawak_Bumi_Kenyalang_2375'),
('country_Malaysia_129', 'state_Wilayah_Persekutuan_Kuala_Lumpur_2376'),
('country_Malaysia_129', 'state_Wilayah_Persekutuan_Labuan_2377'),
('country_Malaysia_129', 'state_Wilayah_Persekutuan_Putrajaya_2378'),
('country_Maldives_130', 'state_Thiladhunmathi_Uthuru_2379'),
('country_Maldives_130', 'state_Thiladhunmathi_Dhekunu_2380'),
('country_Maldives_130', 'state_Miladhunmadulu_Uthuru_2381'),
('country_Maldives_130', 'state_Miladhunmadulu_Dhekunu_2382'),
('country_Maldives_130', 'state_Maalhosmadulu_Uthuru_2383'),
('country_Maldives_130', 'state_Maalhosmadulu_Dhekunu_2384'),
('country_Maldives_130', 'state_Faadhippolhu_2385'),
('country_Maldives_130', 'state_Male_Atoll_2386'),
('country_Maldives_130', 'state_Ari_Atoll_Uthuru_2387'),
('country_Maldives_130', 'state_Ari_Atoll_Dheknu_2388'),
('country_Maldives_130', 'state_Felidhe_Atoll_2389'),
('country_Maldives_130', 'state_Mulaku_Atoll_2390'),
('country_Maldives_130', 'state_Nilandhe_Atoll_Uthuru_2391'),
('country_Maldives_130', 'state_Nilandhe_Atoll_Dhekunu_2392'),
('country_Maldives_130', 'state_Kolhumadulu_2393'),
('country_Maldives_130', 'state_Hadhdhunmathi_2394'),
('country_Maldives_130', 'state_Huvadhu_Atoll_Uthuru_2395'),
('country_Maldives_130', 'state_Huvadhu_Atoll_Dhekunu_2396'),
('country_Maldives_130', 'state_Fua_Mulaku_2397'),
('country_Maldives_130', 'state_Addu_2398'),
('country_Mali_131', 'state_Kayes_2399'),
('country_Mali_131', 'state_Koulikoro_2400'),
('country_Mali_131', 'state_Sikasso_2401'),
('country_Mali_131', 'state_S__gou_2402'),
('country_Mali_131', 'state_Mopti_2403'),
('country_Mali_131', 'state_Tombouctou_2404'),
('country_Mali_131', 'state_Gao_2405'),
('country_Mali_131', 'state_Kidal_2406'),
('country_Mali_131', 'state_Bamako_2407'),
('country_Malta_132', 'state_malta_2408'),
('country_Malta_132', 'state_gozo_2409'),
('country_Marshall_Islands_133', 'state_Ailuk_2476'),
('country_Marshall_Islands_133', 'state_Ailinglapalap_2477'),
('country_Marshall_Islands_133', 'state_Arno_2478'),
('country_Marshall_Islands_133', 'state_Aur_2479'),
('country_Marshall_Islands_133', 'state_Ebon_2480'),
('country_Marshall_Islands_133', 'state_Eniwetok_2481'),
('country_Marshall_Islands_133', 'state_Jabat_2482'),
('country_Marshall_Islands_133', 'state_Jaluit_2483'),
('country_Marshall_Islands_133', 'state_Kili_2484'),
('country_Marshall_Islands_133', 'state_Kwajalein_2485'),
('country_Marshall_Islands_133', 'state_Lae_2486'),
('country_Marshall_Islands_133', 'state_Lib_2487'),
('country_Marshall_Islands_133', 'state_Likiep_2488'),
('country_Marshall_Islands_133', 'state_Majuro_2489'),
('country_Marshall_Islands_133', 'state_Maloelap_2490'),
('country_Marshall_Islands_133', 'state_Mejit_2491'),
('country_Marshall_Islands_133', 'state_Mili_2492'),
('country_Marshall_Islands_133', 'state_Namorik_2493'),
('country_Marshall_Islands_133', 'state_Namu_2494'),
('country_Marshall_Islands_133', 'state_Rongelap_2495'),
('country_Marshall_Islands_133', 'state_Ujae_2496'),
('country_Marshall_Islands_133', 'state_Ujelang_2497'),
('country_Marshall_Islands_133', 'state_Utirik_2498'),
('country_Marshall_Islands_133', 'state_Wotje_2499'),
('country_Marshall_Islands_133', 'state_Wotho_2500'),
('country_Mauritania_135', 'state____________________________________2501'),
('country_Mauritania_135', 'state____________________________________2502'),
('country_Mauritania_135', 'state___________________________2503'),
('country_Mauritania_135', 'state_______________________2504'),
('country_Mauritania_135', 'state_____________________________2505'),
('country_Mauritania_135', 'state_____________________________2506'),
('country_Mauritania_135', 'state_______________________2507'),
('country_Mauritania_135', 'state______________________________________2508'),
('country_Mauritania_135', 'state_______________________2509'),
('country_Mauritania_135', 'state______________________________2510'),
('country_Mauritania_135', 'state______________________________2511'),
('country_Mauritania_135', 'state___________________________2512'),
('country_Mauritania_135', 'state________________2513'),
('country_Mauritius_136', 'state_Agalega_Islands_2514'),
('country_Mauritius_136', 'state_Black_River_2515'),
('country_Mauritius_136', 'state_Beau_Bassin_Rose_Hill_2516'),
('country_Mauritius_136', 'state_Cargados_Carajos_Shoals_2517'),
('country_Mauritius_136', 'state_Curepipe_2518'),
('country_Mauritius_136', 'state_Flacq_2519'),
('country_Mauritius_136', 'state_Grand_Port_2520'),
('country_Mauritius_136', 'state_Moka_2521'),
('country_Mauritius_136', 'state_Pamplemousses_2522'),
('country_Mauritius_136', 'state_Port_Louis_2523'),
('country_Mauritius_136', 'state_Port_Louis_City_2524'),
('country_Mauritius_136', 'state_Plaines_Wilhems_2525'),
('country_Mauritius_136', 'state_Quatre_Bornes_2526'),
('country_Mauritius_136', 'state_Rodrigues_2527'),
('country_Mauritius_136', 'state_Riviere_du_Rempart_2528'),
('country_Mauritius_136', 'state_Savanne_2529'),
('country_Mauritius_136', 'state_Vacoas_Phoenix_2530'),
('country_Mexico_138', 'state_Aguascalientes_2531'),
('country_Mexico_138', 'state_Baja_California_2532'),
('country_Mexico_138', 'state_Baja_California_Sur_2533'),
('country_Mexico_138', 'state_Campeche_2534'),
('country_Mexico_138', 'state_Chihuahua_2535'),
('country_Mexico_138', 'state_Chiapas_2536'),
('country_Mexico_138', 'state_Coahuila_2537'),
('country_Mexico_138', 'state_Colima_2538'),
('country_Mexico_138', 'state_Distrito_Federal_2539'),
('country_Mexico_138', 'state_Durango_2540'),
('country_Mexico_138', 'state_Guerrero_2541'),
('country_Mexico_138', 'state_Guanajuato_2542'),
('country_Mexico_138', 'state_Hidalgo_2543'),
('country_Mexico_138', 'state_Jalisco_2544'),
('country_Mexico_138', 'state_Mexico_2545'),
('country_Mexico_138', 'state_Michoac__n_2546'),
('country_Mexico_138', 'state_Morelos_2547'),
('country_Mexico_138', 'state_Nayarit_2548'),
('country_Mexico_138', 'state_Nuevo_Le__n_2549'),
('country_Mexico_138', 'state_Oaxaca_2550'),
('country_Mexico_138', 'state_Puebla_2551'),
('country_Mexico_138', 'state_Quer__taro_2552'),
('country_Mexico_138', 'state_Quintana_Roo_2553'),
('country_Mexico_138', 'state_Sinaloa_2554'),
('country_Mexico_138', 'state_San_Luis_Potos___2555'),
('country_Mexico_138', 'state_Sonora_2556'),
('country_Mexico_138', 'state_Tabasco_2557'),
('country_Mexico_138', 'state_Tamaulipas_2558'),
('country_Mexico_138', 'state_Tlaxcala_2559'),
('country_Mexico_138', 'state_Veracruz_2560'),
('country_Mexico_138', 'state_Yucatan_2561'),
('country_Mexico_138', 'state_Zacatecas_2562'),
('country_Micronesia_139', 'state_Kosrae_2563'),
('country_Micronesia_139', 'state_Pohnpei_2564'),
('country_Micronesia_139', 'state_Chuuk_2565'),
('country_Micronesia_139', 'state_Yap_2566'),
('country_Moldova_140', 'state_B__l__i_2567'),
('country_Moldova_140', 'state_Cahul_2568'),
('country_Moldova_140', 'state_Chi__in__u_2569'),
('country_Moldova_140', 'state_Edine___2570'),
('country_Moldova_140', 'state_G__g__uzia_2571'),
('country_Moldova_140', 'state_L__pu__na_2572'),
('country_Moldova_140', 'state_Orhei_2573'),
('country_Moldova_140', 'state_St__nga_Nistrului_2574'),
('country_Moldova_140', 'state_Soroca_2575'),
('country_Moldova_140', 'state_Tighina_2576'),
('country_Moldova_140', 'state_Ungheni_2577'),
('country_Monaco_141', 'state_Monte_Carlo_2578'),
('country_Monaco_141', 'state_La_Rousse_2579'),
('country_Monaco_141', 'state_Larvotto_2580'),
('country_Monaco_141', 'state_Monaco_Ville_2581'),
('country_Monaco_141', 'state_Saint_Michel_2582'),
('country_Monaco_141', 'state_Condamine_2583'),
('country_Monaco_141', 'state_La_Colle_2584'),
('country_Monaco_141', 'state_Les_R__voires_2585'),
('country_Monaco_141', 'state_Moneghetti_2586'),
('country_Monaco_141', 'state_Fontvieille_2587'),
('country_Mongolia_142', 'state________________________2588'),
('country_Mongolia_142', 'state_______________________2589'),
('country_Mongolia_142', 'state________________________________2590'),
('country_Mongolia_142', 'state_________________________2591'),
('country_Mongolia_142', 'state___________________________2592'),
('country_Mongolia_142', 'state_____________________2593'),
('country_Mongolia_142', 'state___________________2594'),
('country_Mongolia_142', 'state___________________2595'),
('country_Mongolia_142', 'state___________________________2596'),
('country_Mongolia_142', 'state_______________________________2597'),
('country_Mongolia_142', 'state_____________________________2598'),
('country_Mongolia_142', 'state_________________________________2599'),
('country_Mongolia_142', 'state_________________________2600'),
('country_Mongolia_142', 'state_____________________________2601'),
('country_Mongolia_142', 'state_________________________2602'),
('country_Mongolia_142', 'state_______________________________2603'),
('country_Mongolia_142', 'state_________________________________2604'),
('country_Mongolia_142', 'state________________________________2605'),
('country_Mongolia_142', 'state_________________________2606'),
('country_Mongolia_142', 'state_________________________________2607'),
('country_Mongolia_142', 'state________________________________2608'),
('country_Mongolia_142', 'state_____________________________2609'),
('country_Montserrat_143', 'state_Saint_Anthony_2610'),
('country_Montserrat_143', 'state_Saint_Georges_2611'),
('country_Montserrat_143', 'state_Saint_Peter_2612'),
('country_Mozambique_145', 'state_Niassa_2613'),
('country_Mozambique_145', 'state_Manica_2614'),
('country_Mozambique_145', 'state_Gaza_2615'),
('country_Mozambique_145', 'state_Inhambane_2616'),
('country_Mozambique_145', 'state_Maputo_2617'),
('country_Mozambique_145', 'state_Maputo_cidade_2618'),
('country_Mozambique_145', 'state_Nampula_2619'),
('country_Mozambique_145', 'state_Cabo_Delgado_2620'),
('country_Mozambique_145', 'state_Zamb__zia_2621'),
('country_Mozambique_145', 'state_Sofala_2622'),
('country_Mozambique_145', 'state_Tete_2623'),
('country_Myanmar_146', 'state_________________________________________2624'),
('country_Myanmar_146', 'state______________________________________2625'),
('country_Myanmar_146', 'state_________________________________________2626'),
('country_Myanmar_146', 'state____________________________________________2627'),
('country_Myanmar_146', 'state___________________________________________________________2628'),
('country_Myanmar_146', 'state_______________________________________________2629'),
('country_Myanmar_146', 'state__________________________________________________2630'),
('country_Myanmar_146', 'state_____________________________________________________2631'),
('country_Myanmar_146', 'state_____________________________________________________2632'),
('country_Myanmar_146', 'state_______________________________________________2633'),
('country_Myanmar_146', 'state__________________________________________________2634'),
('country_Myanmar_146', 'state__________________________________________________2635'),
('country_Myanmar_146', 'state_____________________________________________________2636'),
('country_Myanmar_146', 'state__________________________________________________2637'),
('country_Namibia_147', 'state_Caprivi_2638'),
('country_Namibia_147', 'state_Erongo_2639'),
('country_Namibia_147', 'state_Hardap_2640'),
('country_Namibia_147', 'state_Karas_2641'),
('country_Namibia_147', 'state_Khomas_2642'),
('country_Namibia_147', 'state_Kunene_2643'),
('country_Namibia_147', 'state_Otjozondjupa_2644'),
('country_Namibia_147', 'state_Omaheke_2645'),
('country_Namibia_147', 'state_Okavango_2646'),
('country_Namibia_147', 'state_Oshana_2647'),
('country_Namibia_147', 'state_Omusati_2648'),
('country_Namibia_147', 'state_Oshikoto_2649'),
('country_Namibia_147', 'state_Ohangwena_2650'),
('country_Nauru_148', 'state_Aiwo_2651'),
('country_Nauru_148', 'state_Anabar_2652'),
('country_Nauru_148', 'state_Anetan_2653'),
('country_Nauru_148', 'state_Anibare_2654'),
('country_Nauru_148', 'state_Baiti_2655'),
('country_Nauru_148', 'state_Boe_2656'),
('country_Nauru_148', 'state_Buada_2657'),
('country_Nauru_148', 'state_Denigomodu_2658'),
('country_Nauru_148', 'state_Ewa_2659'),
('country_Nauru_148', 'state_Ijuw_2660'),
('country_Nauru_148', 'state_Meneng_2661'),
('country_Nauru_148', 'state_Nibok_2662'),
('country_Nauru_148', 'state_Uaboe_2663'),
('country_Nauru_148', 'state_Yaren_2664'),
('country_Nepal_149', 'state_Bagmati_2665'),
('country_Nepal_149', 'state_Bheri_2666'),
('country_Nepal_149', 'state_Dhawalagiri_2667'),
('country_Nepal_149', 'state_Gandaki_2668'),
('country_Nepal_149', 'state_Janakpur_2669'),
('country_Nepal_149', 'state_Karnali_2670'),
('country_Nepal_149', 'state_Kosi_2671'),
('country_Nepal_149', 'state_Lumbini_2672'),
('country_Nepal_149', 'state_Mahakali_2673'),
('country_Nepal_149', 'state_Mechi_2674'),
('country_Nepal_149', 'state_Narayani_2675'),
('country_Nepal_149', 'state_Rapti_2676'),
('country_Nepal_149', 'state_Sagarmatha_2677'),
('country_Nepal_149', 'state_Seti_2678'),
('country_Netherlands_150', 'state_Drenthe_2679'),
('country_Netherlands_150', 'state_Flevoland_2680'),
('country_Netherlands_150', 'state_Friesland_2681'),
('country_Netherlands_150', 'state_Gelderland_2682'),
('country_Netherlands_150', 'state_Groningen_2683'),
('country_Netherlands_150', 'state_Limburg_2684'),
('country_Netherlands_150', 'state_Noord_Brabant_2685'),
('country_Netherlands_150', 'state_Noord_Holland_2686'),
('country_Netherlands_150', 'state_Overijssel_2687'),
('country_Netherlands_150', 'state_Utrecht_2688'),
('country_Netherlands_150', 'state_Zeeland_2689'),
('country_Netherlands_150', 'state_Zuid_Holland_2690'),
('country_New_Caledonia_152', 'state_Province_des___les_2691'),
('country_New_Caledonia_152', 'state_Province_Nord_2692'),
('country_New_Caledonia_152', 'state_Province_Sud_2693'),
('country_New_Zealand_153', 'state_Auckland_2694'),
('country_New_Zealand_153', 'state_Bay_of_Plenty_2695'),
('country_New_Zealand_153', 'state_Canterbury_2696'),
('country_New_Zealand_153', 'state_Gisborne_2697'),
('country_New_Zealand_153', 'state_Hawke_s_Bay_2698'),
('country_New_Zealand_153', 'state_Marlborough_2699'),
('country_New_Zealand_153', 'state_Manawatu_Wanganui_2700'),
('country_New_Zealand_153', 'state_Nelson_2701'),
('country_New_Zealand_153', 'state_Northland_2702'),
('country_New_Zealand_153', 'state_Otago_2703'),
('country_New_Zealand_153', 'state_Southland_2704'),
('country_New_Zealand_153', 'state_Tasman_2705'),
('country_New_Zealand_153', 'state_Taranaki_2706'),
('country_New_Zealand_153', 'state_Wellington_2707'),
('country_New_Zealand_153', 'state_Waikato_2708'),
('country_New_Zealand_153', 'state_West_Coast_2709'),
('country_Nicaragua_154', 'state_Atl__ntico_Norte_2710'),
('country_Nicaragua_154', 'state_Atl__ntico_Sur_2711'),
('country_Nicaragua_154', 'state_Boaco_2712'),
('country_Nicaragua_154', 'state_Carazo_2713'),
('country_Nicaragua_154', 'state_Chinandega_2714'),
('country_Nicaragua_154', 'state_Chontales_2715'),
('country_Nicaragua_154', 'state_Estel___2716'),
('country_Nicaragua_154', 'state_Granada_2717'),
('country_Nicaragua_154', 'state_Jinotega_2718'),
('country_Nicaragua_154', 'state_Le__n_2719'),
('country_Nicaragua_154', 'state_Madriz_2720'),
('country_Nicaragua_154', 'state_Managua_2721'),
('country_Nicaragua_154', 'state_Masaya_2722'),
('country_Nicaragua_154', 'state_Matagalpa_2723'),
('country_Nicaragua_154', 'state_Nueva_Segovia_2724'),
('country_Nicaragua_154', 'state_Rivas_2725'),
('country_Nicaragua_154', 'state_R__o_San_Juan_2726'),
('country_Niger_155', 'state_Agadez_2727'),
('country_Niger_155', 'state_Daffa_2728'),
('country_Niger_155', 'state_Dosso_2729'),
('country_Niger_155', 'state_Maradi_2730'),
('country_Niger_155', 'state_Tahoua_2731'),
('country_Niger_155', 'state_Tillab__ry_2732'),
('country_Niger_155', 'state_Zinder_2733'),
('country_Niger_155', 'state_Niamey_2734'),
('country_Nigeria_156', 'state_Abia_State_2735'),
('country_Nigeria_156', 'state_Adamawa_State_2736'),
('country_Nigeria_156', 'state_Akwa_Ibom_State_2737'),
('country_Nigeria_156', 'state_Anambra_State_2738'),
('country_Nigeria_156', 'state_Bauchi_State_2739'),
('country_Nigeria_156', 'state_Benue_State_2740'),
('country_Nigeria_156', 'state_Borno_State_2741'),
('country_Nigeria_156', 'state_Bayelsa_State_2742'),
('country_Nigeria_156', 'state_Cross_River_State_2743'),
('country_Nigeria_156', 'state_Delta_State_2744'),
('country_Nigeria_156', 'state_Ebonyi_State_2745'),
('country_Nigeria_156', 'state_Edo_State_2746'),
('country_Nigeria_156', 'state_Ekiti_State_2747'),
('country_Nigeria_156', 'state_Enugu_State_2748'),
('country_Nigeria_156', 'state_FCT_Abuja_4569'),
('country_Nigeria_156', 'state_Gombe_State_2749'),
('country_Nigeria_156', 'state_Imo_State_2750'),
('country_Nigeria_156', 'state_Jigawa_State_2751'),
('country_Nigeria_156', 'state_Kebbi_State_2752'),
('country_Nigeria_156', 'state_Kaduna_State_2753'),
('country_Nigeria_156', 'state_Kano_State_2754'),
('country_Nigeria_156', 'state_Kogi_State_2755'),
('country_Nigeria_156', 'state_Katsina_State_2756'),
('country_Nigeria_156', 'state_Kwara_State_2757'),
('country_Nigeria_156', 'state_Lagos_State_2758'),
('country_Nigeria_156', 'state_Nassarawa_State_2759'),
('country_Nigeria_156', 'state_Niger_State_2760'),
('country_Nigeria_156', 'state_Ogun_State_2761'),
('country_Nigeria_156', 'state_Ondo_State_2762'),
('country_Nigeria_156', 'state_Osun_State_2763'),
('country_Nigeria_156', 'state_Oyo_State_2764'),
('country_Nigeria_156', 'state_Plateau_State_2765'),
('country_Nigeria_156', 'state_Rivers_State_2766'),
('country_Nigeria_156', 'state_Sokoto_State_2767'),
('country_Nigeria_156', 'state_Taraba_State_2768'),
('country_Nigeria_156', 'state_Yobe_State_4568'),
('country_Nigeria_156', 'state_Zamfara_State_2769'),
('country_Northern_Mariana_Islands_159', 'state_Northern_Islands_2770'),
('country_Northern_Mariana_Islands_159', 'state_Rota_2771'),
('country_Northern_Mariana_Islands_159', 'state_Saipan_2772'),
('country_Northern_Mariana_Islands_159', 'state_Tinian_2773'),
('country_Norway_160', 'state___stfold_fylke_2774'),
('country_Norway_160', 'state_Akershus_fylke_2775'),
('country_Norway_160', 'state_Oslo_fylke_2776'),
('country_Norway_160', 'state_Hedmark_fylke_2777'),
('country_Norway_160', 'state_Oppland_fylke_2778'),
('country_Norway_160', 'state_Buskerud_fylke_2779'),
('country_Norway_160', 'state_Vestfold_fylke_2780'),
('country_Norway_160', 'state_Telemark_fylke_2781'),
('country_Norway_160', 'state_Aust_Agder_fylke_2782'),
('country_Norway_160', 'state_Vest_Agder_fylke_2783'),
('country_Norway_160', 'state_Rogaland_fylke_2784'),
('country_Norway_160', 'state_Hordaland_fylke_2785'),
('country_Norway_160', 'state_Sogn_og_Fjordane_fylke_2786'),
('country_Norway_160', 'state_M__re_og_Romsdal_fylke_2787'),
('country_Norway_160', 'state_S__r_Tr__ndelag_fylke_2788'),
('country_Norway_160', 'state_Nord_Tr__ndelag_fylke_2789'),
('country_Norway_160', 'state_Nordland_fylke_2790'),
('country_Norway_160', 'state_Troms_fylke_2791'),
('country_Norway_160', 'state_Finnmark_fylke_2792'),
('country_Oman_161', 'state________________2793'),
('country_Oman_161', 'state__________________2794'),
('country_Oman_161', 'state__________2795'),
('country_Oman_161', 'state__________2796'),
('country_Oman_161', 'state____________2797'),
('country_Oman_161', 'state________________2798'),
('country_Oman_161', 'state______________2799'),
('country_Oman_161', 'state________________2800'),
('country_Pakistan_162', 'state__________________2801'),
('country_Pakistan_162', 'state_________________________________2802'),
('country_Pakistan_162', 'state_____________________2803'),
('country_Pakistan_162', 'state______________________________2804'),
('country_Pakistan_162', 'state_________________________________________2805'),
('country_Pakistan_162', 'state____________2806'),
('country_Pakistan_162', 'state__________2807'),
('country_Pakistan_162', 'state___________________________________________2808'),
('country_Palau_163', 'state_Aimeliik_2809'),
('country_Palau_163', 'state_Airai_2810'),
('country_Palau_163', 'state_Angaur_2811'),
('country_Palau_163', 'state_Hatohobei_2812'),
('country_Palau_163', 'state_Kayangel_2813'),
('country_Palau_163', 'state_Koror_2814'),
('country_Palau_163', 'state_Melekeok_2815'),
('country_Palau_163', 'state_Ngaraard_2816'),
('country_Palau_163', 'state_Ngarchelong_2817'),
('country_Palau_163', 'state_Ngardmau_2818'),
('country_Palau_163', 'state_Ngatpang_2819'),
('country_Palau_163', 'state_Ngchesar_2820'),
('country_Palau_163', 'state_Ngeremlengui_2821'),
('country_Palau_163', 'state_Ngiwal_2822'),
('country_Palau_163', 'state_Peleliu_2823'),
('country_Palau_163', 'state_Sonsorol_2824'),
('country_Panama_164', 'state_Bocas_del_Toro_2825'),
('country_Panama_164', 'state_Cocl___2826'),
('country_Panama_164', 'state_Col__n_2827'),
('country_Panama_164', 'state_Chiriqu___2828'),
('country_Panama_164', 'state_Dari__n_2829'),
('country_Panama_164', 'state_Herrera_2830'),
('country_Panama_164', 'state_Los_Santos_2831'),
('country_Panama_164', 'state_Panam___2832'),
('country_Panama_164', 'state_Veraguas_2833'),
('country_Panama_164', 'state_Panam_Oeste_4570'),
('country_Panama_164', 'state_Ember__4577'),
('country_Panama_164', 'state_Kuna_Yala_2834'),
('country_Panama_164', 'state_ng_be_bugl__4578'),
('country_Papua_New_Guinea_165', 'state_Chimbu_2835'),
('country_Papua_New_Guinea_165', 'state_Central_2836'),
('country_Papua_New_Guinea_165', 'state_East_New_Britain_2837'),
('country_Papua_New_Guinea_165', 'state_Eastern_Highlands_2838'),
('country_Papua_New_Guinea_165', 'state_Enga_2839'),
('country_Papua_New_Guinea_165', 'state_East_Sepik_2840'),
('country_Papua_New_Guinea_165', 'state_Gulf_2841'),
('country_Papua_New_Guinea_165', 'state_Milne_Bay_2842'),
('country_Papua_New_Guinea_165', 'state_Morobe_2843'),
('country_Papua_New_Guinea_165', 'state_Madang_2844'),
('country_Papua_New_Guinea_165', 'state_Manus_2845'),
('country_Papua_New_Guinea_165', 'state_National_Capital_District_2846'),
('country_Papua_New_Guinea_165', 'state_New_Ireland_2847'),
('country_Papua_New_Guinea_165', 'state_Northern_2848'),
('country_Papua_New_Guinea_165', 'state_North_Solomons_2849'),
('country_Papua_New_Guinea_165', 'state_Sandaun_2850'),
('country_Papua_New_Guinea_165', 'state_Southern_Highlands_2851'),
('country_Papua_New_Guinea_165', 'state_West_New_Britain_2852'),
('country_Papua_New_Guinea_165', 'state_Western_Highlands_2853'),
('country_Papua_New_Guinea_165', 'state_Western_2854'),
('country_Paraguay_166', 'state_Concepci__n_2855'),
('country_Paraguay_166', 'state_San_Pedro_2856'),
('country_Paraguay_166', 'state_Cordillera_2857'),
('country_Paraguay_166', 'state_Guair___2858'),
('country_Paraguay_166', 'state_Caaguaz___2859'),
('country_Paraguay_166', 'state_Caazap___2860'),
('country_Paraguay_166', 'state_Itap__a_2861'),
('country_Paraguay_166', 'state_Misiones_2862'),
('country_Paraguay_166', 'state_Paraguar___2863'),
('country_Paraguay_166', 'state_Alto_Paran___2864'),
('country_Paraguay_166', 'state_Central_2865'),
('country_Paraguay_166', 'state___eembuc___2866'),
('country_Paraguay_166', 'state_Amambay_2867'),
('country_Paraguay_166', 'state_Canindey___2868'),
('country_Paraguay_166', 'state_Presidente_Hayes_2869'),
('country_Paraguay_166', 'state_Alto_Paraguay_2870'),
('country_Paraguay_166', 'state_Boquer__n_2871'),
('country_Paraguay_166', 'state_Asunci__n_2872'),
('country_Peru_167', 'state_Ancash_2874'),
('country_Peru_167', 'state_Apur__mac_2875'),
('country_Peru_167', 'state_Arequipa_2876'),
('country_Peru_167', 'state_Ayacucho_2877'),
('country_Peru_167', 'state_Cajamarca_2878'),
('country_Peru_167', 'state_Callao_2879'),
('country_Peru_167', 'state_Cuzco_2880'),
('country_Peru_167', 'state_Hu__nuco_2881'),
('country_Peru_167', 'state_Huancavelica_2882'),
('country_Peru_167', 'state_Ica_2883'),
('country_Peru_167', 'state_Jun__n_2884'),
('country_Peru_167', 'state_La_Libertad_2885'),
('country_Peru_167', 'state_Lambayeque_2886'),
('country_Peru_167', 'state_Lima_2887'),
('country_Peru_167', 'state_Loreto_2888'),
('country_Peru_167', 'state_Madre_de_Dios_2889'),
('country_Peru_167', 'state_Moquegua_2890'),
('country_Peru_167', 'state_Pasco_2891'),
('country_Peru_167', 'state_Piura_2892'),
('country_Peru_167', 'state_Puno_2893'),
('country_Peru_167', 'state_San_Mart__n_2894'),
('country_Peru_167', 'state_Tacna_2895'),
('country_Peru_167', 'state_Tumbes_2896'),
('country_Peru_167', 'state_Ucayali_2897'),
('country_Philippines_168', 'state_Abra_2898'),
('country_Philippines_168', 'state_Agusan_del_Norte_2899'),
('country_Philippines_168', 'state_Agusan_del_Sur_2900'),
('country_Philippines_168', 'state_Aklan_2901'),
('country_Philippines_168', 'state_Albay_2902'),
('country_Philippines_168', 'state_Antique_2903'),
('country_Philippines_168', 'state_Apayao_2904'),
('country_Philippines_168', 'state_Aurora_2905'),
('country_Philippines_168', 'state_Basilan_2907'),
('country_Philippines_168', 'state_Bataan_2906'),
('country_Philippines_168', 'state_Batangas_2911'),
('country_Philippines_168', 'state_Batanes_2912'),
('country_Philippines_168', 'state_Benguet_2908'),
('country_Philippines_168', 'state_Biliran_2909'),
('country_Philippines_168', 'state_Bohol_2910'),
('country_Philippines_168', 'state_Bukidnon_2913'),
('country_Philippines_168', 'state_Bulacan_2914'),
('country_Philippines_168', 'state_Cagayan_2915'),
('country_Philippines_168', 'state_Camarines_Norte_2917'),
('country_Philippines_168', 'state_Camarines_Sur_2919'),
('country_Philippines_168', 'state_Camiguin_2916'),
('country_Philippines_168', 'state_Capiz_2918'),
('country_Philippines_168', 'state_Catanduanes_2920'),
('country_Philippines_168', 'state_Cavite_2921'),
('country_Philippines_168', 'state_Cebu_2922'),
('country_Philippines_168', 'state_Compostela_Valley_2923'),
('country_Philippines_168', 'state_Cotabato_2948'),
('country_Philippines_168', 'state_Davao_del_Sur_2925'),
('country_Philippines_168', 'state_Davao_del_Norte_2926'),
('country_Philippines_168', 'state_Davao_Oriental_2924'),
('country_Philippines_168', 'state_Eastern_Samar_2927'),
('country_Philippines_168', 'state_Guimaras_2928'),
('country_Philippines_168', 'state_Ifugao_2929'),
('country_Philippines_168', 'state_Ilocos_Norte_2931'),
('country_Philippines_168', 'state_Ilocos_Sur_2932'),
('country_Philippines_168', 'state_Iloilo_2930'),
('country_Philippines_168', 'state_Isabela_2933'),
('country_Philippines_168', 'state_Kalinga_2934'),
('country_Philippines_168', 'state_La_Union_2939'),
('country_Philippines_168', 'state_Laguna_2935'),
('country_Philippines_168', 'state_Lanao_del_Norte_2936'),
('country_Philippines_168', 'state_Lanao_del_Sur_2937'),
('country_Philippines_168', 'state_Leyte_2938'),
('country_Philippines_168', 'state_Maguindanao_2941'),
('country_Philippines_168', 'state_Marinduque_2940'),
('country_Philippines_168', 'state_Masbate_2942'),
('country_Philippines_168', 'state_Metro_Manila_4572'),
('country_Philippines_168', 'state_Mindoro_Occidental_2943'),
('country_Philippines_168', 'state_Mindoro_Oriental_2944'),
('country_Philippines_168', 'state_Misamis_Occidental_2946'),
('country_Philippines_168', 'state_Misamis_Oriental_2947'),
('country_Philippines_168', 'state_Negros_Occidental_2950'),
('country_Philippines_168', 'state_Negros_Oriental_2951'),
('country_Philippines_168', 'state_Northern_Samar_2949'),
('country_Philippines_168', 'state_Mountain_Province_2945'),
('country_Philippines_168', 'state_Nueva_Ecija_2952'),
('country_Philippines_168', 'state_Nueva_Vizcaya_2953'),
('country_Philippines_168', 'state_Palawan_2956'),
('country_Philippines_168', 'state_Pampanga_2954'),
('country_Philippines_168', 'state_Pangasinan_2955'),
('country_Philippines_168', 'state_Quezon_2957'),
('country_Philippines_168', 'state_Quirino_2958'),
('country_Philippines_168', 'state_Rizal_2959'),
('country_Philippines_168', 'state_Romblon_2960'),
('country_Philippines_168', 'state_Samar_2972'),
('country_Philippines_168', 'state_Sarangani_2961'),
('country_Philippines_168', 'state_Siquijor_2963'),
('country_Philippines_168', 'state_Sorsogon_2966'),
('country_Philippines_168', 'state_South_Cotabato_2962'),
('country_Philippines_168', 'state_Southern_Leyte_2964'),
('country_Philippines_168', 'state_Sultan_Kudarat_2967'),
('country_Philippines_168', 'state_Sulu_2965'),
('country_Philippines_168', 'state_Surigao_del_Norte_2968'),
('country_Philippines_168', 'state_Surigao_del_Sur_2969'),
('country_Philippines_168', 'state_Tarlac_2970'),
('country_Philippines_168', 'state_Tawi_Tawi_2971'),
('country_Philippines_168', 'state_Zambales_2975'),
('country_Philippines_168', 'state_Zamboanga_del_Norte_2973'),
('country_Philippines_168', 'state_Zamboanga_del_Sur_2974'),
('country_Philippines_168', 'state_Zamboanga_Sibugay_2976'),
('country_Poland_170', 'state_Dolno__l__skie_2977'),
('country_Poland_170', 'state_Kujawsko_Pomorskie_2978'),
('country_Poland_170', 'state_Lubelskie_2979'),
('country_Poland_170', 'state_Lubuskie_2980'),
('country_Poland_170', 'state_____dzkie_2981'),
('country_Poland_170', 'state_Ma__opolskie_2982'),
('country_Poland_170', 'state_Mazowieckie_2983'),
('country_Poland_170', 'state_Opolskie_2984'),
('country_Poland_170', 'state_Podkarpackie_2985'),
('country_Poland_170', 'state_Podlaskie_2986'),
('country_Poland_170', 'state_Pomorskie_2987'),
('country_Poland_170', 'state___l__skie_2988'),
('country_Poland_170', 'state___wi__tokrzyskie_2989'),
('country_Poland_170', 'state_Warmi__sko_Mazurskie_2990'),
('country_Poland_170', 'state_Wielkopolskie_2991'),
('country_Poland_170', 'state_Zachodniopomorskie_2992'),
('country_Portugal_171', 'state_Aveiro_2993'),
('country_Portugal_171', 'state_Beja_2994'),
('country_Portugal_171', 'state_Braga_2995'),
('country_Portugal_171', 'state_Bragan__a_2996'),
('country_Portugal_171', 'state_Castelo_Branco_2997'),
('country_Portugal_171', 'state_Coimbra_2998'),
('country_Portugal_171', 'state___vora_2999'),
('country_Portugal_171', 'state_Faro_3000'),
('country_Portugal_171', 'state_Guarda_3001'),
('country_Portugal_171', 'state_Leiria_3002'),
('country_Portugal_171', 'state_Lisboa_3003'),
('country_Portugal_171', 'state_Portalegre_3004'),
('country_Portugal_171', 'state_Porto_3005'),
('country_Portugal_171', 'state_Santar__m_3006'),
('country_Portugal_171', 'state_Set__bal_3007'),
('country_Portugal_171', 'state_Viana_do_Castelo_3008'),
('country_Portugal_171', 'state_Vila_Real_3009'),
('country_Portugal_171', 'state_Viseu_3010'),
('country_Portugal_171', 'state_Regi__o_Aut__noma_dos_A__ores_3011'),
('country_Portugal_171', 'state_Regi__o_Aut__noma_da_Madeira_3012'),
('country_Qatar_173', 'state______________3013'),
('country_Qatar_173', 'state__________________3014'),
('country_Qatar_173', 'state___________________________3015'),
('country_Qatar_173', 'state__________________3016'),
('country_Qatar_173', 'state____________3017'),
('country_Qatar_173', 'state______________3018'),
('country_Qatar_173', 'state______________3019'),
('country_Qatar_173', 'state______________3020'),
('country_Qatar_173', 'state_______________3021'),
('country_Qatar_173', 'state______________3022'),
('country_Romania_175', 'state_Alba_3023'),
('country_Romania_175', 'state_Arge___3024'),
('country_Romania_175', 'state_Arad_3025'),
('country_Romania_175', 'state_Bucure__ti_3026'),
('country_Romania_175', 'state_Bac__u_3027'),
('country_Romania_175', 'state_Bihor_3028'),
('country_Romania_175', 'state_Bistri__a_N__s__ud_3029'),
('country_Romania_175', 'state_Br__ila_3030'),
('country_Romania_175', 'state_Boto__ani_3031'),
('country_Romania_175', 'state_Bra__ov_3032'),
('country_Romania_175', 'state_Buz__u_3033'),
('country_Romania_175', 'state_Cluj_3034'),
('country_Romania_175', 'state_C__l__ra__i_3035'),
('country_Romania_175', 'state_Cara___Severin_3036'),
('country_Romania_175', 'state_Constan__a_3037'),
('country_Romania_175', 'state_Covasna_3038'),
('country_Romania_175', 'state_D__mbovi__a_3039'),
('country_Romania_175', 'state_Dolj_3040'),
('country_Romania_175', 'state_Gorj_3041'),
('country_Romania_175', 'state_Gala__i_3042'),
('country_Romania_175', 'state_Giurgiu_3043'),
('country_Romania_175', 'state_Hunedoara_3044'),
('country_Romania_175', 'state_Harghita_3045'),
('country_Romania_175', 'state_Ilfov_3046'),
('country_Romania_175', 'state_Ialomi__a_3047'),
('country_Romania_175', 'state_Ia__i_3048'),
('country_Romania_175', 'state_Mehedin__i_3049'),
('country_Romania_175', 'state_Maramure___3050'),
('country_Romania_175', 'state_Mure___3051'),
('country_Romania_175', 'state_Neam___3052'),
('country_Romania_175', 'state_Olt_3053'),
('country_Romania_175', 'state_Prahova_3054'),
('country_Romania_175', 'state_Sibiu_3055'),
('country_Romania_175', 'state_S__laj_3056'),
('country_Romania_175', 'state_Satu_Mare_3057'),
('country_Romania_175', 'state_Suceava_3058'),
('country_Romania_175', 'state_Tulcea_3059'),
('country_Romania_175', 'state_Timi___3060'),
('country_Romania_175', 'state_Teleorman_3061'),
('country_Romania_175', 'state_V__lcea_3062'),
('country_Romania_175', 'state_Vrancea_3063'),
('country_Romania_175', 'state_Vaslui_3064'),
('country_Russia_176', 'state_______________________________________3065'),
('country_Russia_176', 'state_____________________________________3067'),
('country_Russia_176', 'state_______________________________3068'),
('country_Russia_176', 'state_____________________________________3069'),
('country_Russia_176', 'state_______________________________________________3070'),
('country_Russia_176', 'state_____________________________________________3071'),
('country_Russia_176', 'state___________________________________________________3072'),
('country_Russia_176', 'state_____________________________________________3073'),
('country_Russia_176', 'state_____________________________________3074'),
('country_Russia_176', 'state_________________________________________3075'),
('country_Russia_176', 'state_____________________________________________3076'),
('country_Russia_176', 'state___________________________________________3077'),
('country_Russia_176', 'state__________________________________________________________3079'),
('country_Russia_176', 'state_____________________________________________3080'),
('country_Russia_176', 'state___________________________________________3081'),
('country_Russia_176', 'state_____________________________________________3083'),
('country_Russia_176', 'state_______________________________________3084'),
('country_Russia_176', 'state_________________________________________3085'),
('country_Russia_176', 'state_________________________________________3086'),
('country_Russia_176', 'state____________________________________________________________________3087'),
('country_Russia_176', 'state____________________________________________________________________3088'),
('country_Russia_176', 'state_______________________________________3089'),
('country_Russia_176', 'state___________________________________________3090'),
('country_Russia_176', 'state___________________________________________________3091'),
('country_Russia_176', 'state_________________________________________3092'),
('country_Russia_176', 'state___________________________________3093'),
('country_Russia_176', 'state______________________________________________________________________________________3094'),
('country_Russia_176', 'state_____________________________________3095'),
('country_Russia_176', 'state_______________________________________3096'),
('country_Russia_176', 'state__________________3097'),
('country_Russia_176', 'state___________________________________________3098'),
('country_Russia_176', 'state_______________________________________3099'),
('country_Russia_176', 'state___________________________________3100'),
('country_Russia_176', 'state___________________________________________3102'),
('country_Russia_176', 'state_________________________________________3103'),
('country_Russia_176', 'state___________________________________3104'),
('country_Russia_176', 'state_______________________________________________3105'),
('country_Russia_176', 'state_____________________________________3106'),
('country_Russia_176', 'state___________________________________________3107'),
('country_Russia_176', 'state__________________________________________3108'),
('country_Russia_176', 'state___________________________________________3109'),
('country_Russia_176', 'state_________________________________________3110'),
('country_Russia_176', 'state________________3111'),
('country_Russia_176', 'state_________________________________________3112'),
('country_Russia_176', 'state________________________________________________________3113'),
('country_Russia_176', 'state_____________________________________________3114'),
('country_Russia_176', 'state_______________________________________________3115'),
('country_Russia_176', 'state_______________________________________________3116'),
('country_Russia_176', 'state_________________________________3117'),
('country_Russia_176', 'state_____________________________________________3118'),
('country_Russia_176', 'state_______________________________________3119'),
('country_Russia_176', 'state_________________________________________3120'),
('country_Russia_176', 'state_________________________________3121'),
('country_Russia_176', 'state_______________________________________3122'),
('country_Russia_176', 'state_________________________________________3123'),
('country_Russia_176', 'state_______________________________________3124'),
('country_Russia_176', 'state____________________________________________________3125'),
('country_Russia_176', 'state___________________________________________3126'),
('country_Russia_176', 'state_______________________________________3127'),
('country_Russia_176', 'state___________________________________________3128'),
('country_Russia_176', 'state___________________________________________________________________________3129'),
('country_Russia_176', 'state_________________________________________3130'),
('country_Russia_176', 'state_________________________________3131'),
('country_Russia_176', 'state_________________________________________3132'),
('country_Russia_176', 'state_____________________________________________3133'),
('country_Russia_176', 'state_____________________________________________3134'),
('country_Russia_176', 'state_________________________________________3135'),
('country_Russia_176', 'state___________________________________3137'),
('country_Russia_176', 'state_____________________________________3138'),
('country_Russia_176', 'state_____________________________________3139'),
('country_Russia_176', 'state___________________________________3140'),
('country_Russia_176', 'state_______________________________________3141'),
('country_Russia_176', 'state_______________________________________________3142'),
('country_Russia_176', 'state___________________________________________3143'),
('country_Russia_176', 'state_______________________________________________3145'),
('country_Russia_176', 'state_____________________________________________3146'),
('country_Russia_176', 'state___________________________________________3147'),
('country_Russia_176', 'state___________________________________________3148'),
('country_Russia_176', 'state_____________________________3149'),
('country_Russia_176', 'state_____________________________________________________________________3150'),
('country_Russia_176', 'state___________________________________________3151'),
('country_Russia_176', 'state______________________________________________________________3152'),
('country_Russia_176', 'state_____________________________4571'),
('country_Rwanda_177', 'state_Nord_3153'),
('country_Rwanda_177', 'state_Est_3154'),
('country_Rwanda_177', 'state_Sud_3155'),
('country_Rwanda_177', 'state_Ouest_3156'),
('country_Rwanda_177', 'state_Kigali_3157'),
('country_Saint_Kitts_and_Nevis_178', 'state_Saint_Kitts_3158'),
('country_Saint_Kitts_and_Nevis_178', 'state_Nevis_3159'),
('country_Saint_Lucia_179', 'state_Anse_la_Raye_3160'),
('country_Saint_Lucia_179', 'state_Castries_3161'),
('country_Saint_Lucia_179', 'state_Choiseul_3162'),
('country_Saint_Lucia_179', 'state_Dauphin_3163'),
('country_Saint_Lucia_179', 'state_Dennery_3164'),
('country_Saint_Lucia_179', 'state_Gros_Islet_3165'),
('country_Saint_Lucia_179', 'state_Laborie_3166'),
('country_Saint_Lucia_179', 'state_Micoud_3167'),
('country_Saint_Lucia_179', 'state_Praslin_3168'),
('country_Saint_Lucia_179', 'state_Soufriere_3169'),
('country_Saint_Lucia_179', 'state_Vieux_Fort_3170'),
('country_Saint_Vincent_and_the_Grenadines_180', 'state_Charlotte_3171'),
('country_Saint_Vincent_and_the_Grenadines_180', 'state_Grenadines_3172'),
('country_Samoa_181', 'state_A_ana_3177'),
('country_Samoa_181', 'state_Aiga_i_le_Tai_3178'),
('country_Samoa_181', 'state_Atua_3179'),
('country_Samoa_181', 'state_Fa_asaleleaga_3180'),
('country_Samoa_181', 'state_Gaga_emauga_3181'),
('country_Samoa_181', 'state_Gaga_ifomauga_3182'),
('country_Samoa_181', 'state_Palauli_3183'),
('country_Samoa_181', 'state_Satupa_itea_3184'),
('country_Samoa_181', 'state_Tuamasaga_3185'),
('country_Samoa_181', 'state_Va_a_o_Fonoti_3186'),
('country_Samoa_181', 'state_Vaisigano_3187'),
('country_San_Marino_182', 'state_Acquaviva_3188'),
('country_San_Marino_182', 'state_Borgo_Maggiore_3189'),
('country_San_Marino_182', 'state_Chiesanuova_3190'),
('country_San_Marino_182', 'state_Domagnano_3191'),
('country_San_Marino_182', 'state_Faetano_3192'),
('country_San_Marino_182', 'state_Fiorentino_3193'),
('country_San_Marino_182', 'state_Montegiardino_3194'),
('country_San_Marino_182', 'state_Citta_di_San_Marino_3195'),
('country_San_Marino_182', 'state_Serravalle_3196'),
('country_Sao_Tome_and_Principe_183', 'state_Pr__ncipe_3197'),
('country_Sao_Tome_and_Principe_183', 'state_S__o_Tom___3198'),
('country_Saudi_Arabia_184', 'state______________3199'),
('country_Saudi_Arabia_184', 'state_______________________3200'),
('country_Saudi_Arabia_184', 'state________________3201'),
('country_Saudi_Arabia_184', 'state________________3202'),
('country_Saudi_Arabia_184', 'state______________3203'),
('country_Saudi_Arabia_184', 'state__________3204'),
('country_Saudi_Arabia_184', 'state__________3205'),
('country_Saudi_Arabia_184', 'state_______________________________3206'),
('country_Saudi_Arabia_184', 'state____________3207'),
('country_Saudi_Arabia_184', 'state____________3208'),
('country_Saudi_Arabia_184', 'state______________3209'),
('country_Saudi_Arabia_184', 'state____________3210'),
('country_Saudi_Arabia_184', 'state__________3211'),
('country_Senegal_185', 'state_Dakar_3212'),
('country_Senegal_185', 'state_Diourbel_3213'),
('country_Senegal_185', 'state_Fatick_3214'),
('country_Senegal_185', 'state_Kaolack_3215'),
('country_Senegal_185', 'state_Kolda_3216'),
('country_Senegal_185', 'state_Louga_3217'),
('country_Senegal_185', 'state_Matam_3218'),
('country_Senegal_185', 'state_Saint_Louis_3219'),
('country_Senegal_185', 'state_Tambacounda_3220'),
('country_Senegal_185', 'state_Thies__3221'),
('country_Senegal_185', 'state_Ziguinchor_3222'),
('country_Seychelles_186', 'state_Anse_aux_Pins_3223'),
('country_Seychelles_186', 'state_Anse_Boileau_3224'),
('country_Seychelles_186', 'state_Anse_Etoile_3225'),
('country_Seychelles_186', 'state_Anse_Louis_3226'),
('country_Seychelles_186', 'state_Anse_Royale_3227'),
('country_Seychelles_186', 'state_Baie_Lazare_3228'),
('country_Seychelles_186', 'state_Baie_Sainte_Anne_3229'),
('country_Seychelles_186', 'state_Beau_Vallon_3230'),
('country_Seychelles_186', 'state_Bel_Air_3231'),
('country_Seychelles_186', 'state_Bel_Ombre_3232'),
('country_Seychelles_186', 'state_Cascade_3233'),
('country_Seychelles_186', 'state_Glacis_3234'),
('country_Seychelles_186', 'state_Grand__Anse__on_Mahe__3235'),
('country_Seychelles_186', 'state_Grand__Anse__on_Praslin__3236'),
('country_Seychelles_186', 'state_La_Digue_3237'),
('country_Seychelles_186', 'state_La_Riviere_Anglaise_3238'),
('country_Seychelles_186', 'state_Mont_Buxton_3239'),
('country_Seychelles_186', 'state_Mont_Fleuri_3240'),
('country_Seychelles_186', 'state_Plaisance_3241'),
('country_Seychelles_186', 'state_Pointe_La_Rue_3242'),
('country_Seychelles_186', 'state_Port_Glaud_3243'),
('country_Seychelles_186', 'state_Saint_Louis_3244'),
('country_Seychelles_186', 'state_Takamaka_3245'),
('country_Sierra_Leone_187', 'state_Eastern_3246'),
('country_Slovakia_189', 'state_Banskobystrick___kraj_3250'),
('country_Slovakia_189', 'state_Bratislavsk___kraj_3251'),
('country_Slovakia_189', 'state_Ko__ick___kraj_3252'),
('country_Slovakia_189', 'state_Nitriansk___kraj_3253');
INSERT INTO `xjmw1_hikashop_zone_link` (`zone_parent_namekey`, `zone_child_namekey`) VALUES
('country_Slovakia_189', 'state_Pre__ovsk___kraj_3254'),
('country_Slovakia_189', 'state_Trnavsk___kraj_3255'),
('country_Slovakia_189', 'state_Tren__iansk___kraj_3256'),
('country_Slovakia_189', 'state___ilinsk___kraj_3257'),
('country_Slovenia_190', 'state_Ajdov____ina_3258'),
('country_Slovenia_190', 'state_Beltinci_3259'),
('country_Slovenia_190', 'state_Bled_3260'),
('country_Slovenia_190', 'state_Bohinj_3261'),
('country_Slovenia_190', 'state_Borovnica_3262'),
('country_Slovenia_190', 'state_Bovec_3263'),
('country_Slovenia_190', 'state_Brda_3264'),
('country_Slovenia_190', 'state_Brezovica_3265'),
('country_Slovenia_190', 'state_Bre__ice_3266'),
('country_Slovenia_190', 'state_Ti__ina_3267'),
('country_Slovenia_190', 'state_Celje_3268'),
('country_Slovenia_190', 'state_Cerklje_na_Gorenjskem_3269'),
('country_Slovenia_190', 'state_Cerknica_3270'),
('country_Slovenia_190', 'state_Cerkno_3271'),
('country_Slovenia_190', 'state___ren__ovci_3272'),
('country_Slovenia_190', 'state___rna_na_Koro__kem_3273'),
('country_Slovenia_190', 'state___rnomelj_3274'),
('country_Slovenia_190', 'state_Destrnik_3275'),
('country_Slovenia_190', 'state_Diva__a_3276'),
('country_Slovenia_190', 'state_Dobrepolje_3277'),
('country_Slovenia_190', 'state_Dobrova_Polhov_Gradec_3278'),
('country_Slovenia_190', 'state_Dol_pri_Ljubljani_3279'),
('country_Slovenia_190', 'state_Dom__ale_3280'),
('country_Slovenia_190', 'state_Dornava_3281'),
('country_Slovenia_190', 'state_Dravograd_3282'),
('country_Slovenia_190', 'state_Duplek_3283'),
('country_Slovenia_190', 'state_Gorenja_vas_Poljane_3284'),
('country_Slovenia_190', 'state_Gori__nica_3285'),
('country_Slovenia_190', 'state_Gornja_Radgona_3286'),
('country_Slovenia_190', 'state_Gornji_Grad_3287'),
('country_Slovenia_190', 'state_Gornji_Petrovci_3288'),
('country_Slovenia_190', 'state_Grosuplje_3289'),
('country_Slovenia_190', 'state___alovci_3290'),
('country_Slovenia_190', 'state_Hrastnik_3291'),
('country_Slovenia_190', 'state_Hrpelje_Kozina_3292'),
('country_Slovenia_190', 'state_Idrija_3293'),
('country_Slovenia_190', 'state_Ig_3294'),
('country_Slovenia_190', 'state_Ilirska_Bistrica_3295'),
('country_Slovenia_190', 'state_Ivan__na_Gorica_3296'),
('country_Slovenia_190', 'state_Izola_3297'),
('country_Slovenia_190', 'state_Jesenice_3298'),
('country_Slovenia_190', 'state_Jur__inci_3299'),
('country_Slovenia_190', 'state_Kamnik_3300'),
('country_Slovenia_190', 'state_Kanal_ob_So__i_3301'),
('country_Slovenia_190', 'state_Kidri__evo_3302'),
('country_Slovenia_190', 'state_Kobarid_3303'),
('country_Slovenia_190', 'state_Kobilje_3304'),
('country_Slovenia_190', 'state_Ko__evje_3305'),
('country_Slovenia_190', 'state_Komen_3306'),
('country_Slovenia_190', 'state_Koper_3307'),
('country_Slovenia_190', 'state_Kozje_3308'),
('country_Slovenia_190', 'state_Kranj_3309'),
('country_Slovenia_190', 'state_Kranjska_Gora_3310'),
('country_Slovenia_190', 'state_Kr__ko_3311'),
('country_Slovenia_190', 'state_Kungota_3312'),
('country_Slovenia_190', 'state_Kuzma_3313'),
('country_Slovenia_190', 'state_La__ko_3314'),
('country_Slovenia_190', 'state_Lenart_3315'),
('country_Slovenia_190', 'state_Lendava_3316'),
('country_Slovenia_190', 'state_Litija_3317'),
('country_Slovenia_190', 'state_Ljubljana_3318'),
('country_Slovenia_190', 'state_Ljubno_3319'),
('country_Slovenia_190', 'state_Ljutomer_3320'),
('country_Slovenia_190', 'state_Logatec_3321'),
('country_Slovenia_190', 'state_Lo__ka_Dolina_3322'),
('country_Slovenia_190', 'state_Lo__ki_Potok_3323'),
('country_Slovenia_190', 'state_Lu__e_3324'),
('country_Slovenia_190', 'state_Lukovica_3325'),
('country_Slovenia_190', 'state_Maj__perk_3326'),
('country_Slovenia_190', 'state_Maribor_3327'),
('country_Slovenia_190', 'state_Medvode_3328'),
('country_Slovenia_190', 'state_Menge___3329'),
('country_Slovenia_190', 'state_Metlika_3330'),
('country_Slovenia_190', 'state_Me__ica_3331'),
('country_Slovenia_190', 'state_Miren_Kostanjevica_3332'),
('country_Slovenia_190', 'state_Mislinja_3333'),
('country_Slovenia_190', 'state_Morav__e_3334'),
('country_Slovenia_190', 'state_Moravske_Toplice_3335'),
('country_Slovenia_190', 'state_Mozirje_3336'),
('country_Slovenia_190', 'state_Murska_Sobota_3337'),
('country_Slovenia_190', 'state_Muta_3338'),
('country_Slovenia_190', 'state_Naklo_3339'),
('country_Slovenia_190', 'state_Nazarje_3340'),
('country_Slovenia_190', 'state_Nova_Gorica_3341'),
('country_Slovenia_190', 'state_Novo_mesto_3342'),
('country_Slovenia_190', 'state_Odranci_3343'),
('country_Slovenia_190', 'state_Ormo___3344'),
('country_Slovenia_190', 'state_Osilnica_3345'),
('country_Slovenia_190', 'state_Pesnica_3346'),
('country_Slovenia_190', 'state_Piran_3347'),
('country_Slovenia_190', 'state_Pivka_3348'),
('country_Slovenia_190', 'state_Pod__etrtek_3349'),
('country_Slovenia_190', 'state_Podvelka_3350'),
('country_Slovenia_190', 'state_Postojna_3351'),
('country_Slovenia_190', 'state_Preddvor_3352'),
('country_Slovenia_190', 'state_Ptuj_3353'),
('country_Slovenia_190', 'state_Puconci_3354'),
('country_Slovenia_190', 'state_Ra__e_Fram_3355'),
('country_Slovenia_190', 'state_Rade__e_3356'),
('country_Slovenia_190', 'state_Radenci_3357'),
('country_Slovenia_190', 'state_Radlje_ob_Dravi_3358'),
('country_Slovenia_190', 'state_Radovljica_3359'),
('country_Slovenia_190', 'state_Ravne_na_Koro__kem_3360'),
('country_Slovenia_190', 'state_Ribnica_3361'),
('country_Slovenia_190', 'state_Roga__ka_Slatina_3362'),
('country_Slovenia_190', 'state_Roga__ovci_3363'),
('country_Slovenia_190', 'state_Rogatec_3364'),
('country_Slovenia_190', 'state_Ru__e_3365'),
('country_Slovenia_190', 'state_Semi___3366'),
('country_Slovenia_190', 'state_Sevnica_3367'),
('country_Slovenia_190', 'state_Se__ana_3368'),
('country_Slovenia_190', 'state_Slovenj_Gradec_3369'),
('country_Slovenia_190', 'state_Slovenska_Bistrica_3370'),
('country_Slovenia_190', 'state_Slovenske_Konjice_3371'),
('country_Slovenia_190', 'state_Star__e_3372'),
('country_Slovenia_190', 'state_Sveti_Jurij_3373'),
('country_Slovenia_190', 'state___en__ur_3374'),
('country_Slovenia_190', 'state___entilj_3375'),
('country_Slovenia_190', 'state___entjernej_3376'),
('country_Slovenia_190', 'state___entjur_pri_Celju_3377'),
('country_Slovenia_190', 'state___kocjan_3378'),
('country_Slovenia_190', 'state___kofja_Loka_3379'),
('country_Slovenia_190', 'state___kofljica_3380'),
('country_Slovenia_190', 'state___marje_pri_Jel__ah_3381'),
('country_Slovenia_190', 'state___martno_ob_Paki_3382'),
('country_Slovenia_190', 'state___o__tanj_3383'),
('country_Slovenia_190', 'state___tore_3384'),
('country_Slovenia_190', 'state_Tolmin_3385'),
('country_Slovenia_190', 'state_Trbovlje_3386'),
('country_Slovenia_190', 'state_Trebnje_3387'),
('country_Slovenia_190', 'state_Tr__i___3388'),
('country_Slovenia_190', 'state_Turni____e_3389'),
('country_Slovenia_190', 'state_Velenje_3390'),
('country_Slovenia_190', 'state_Velike_La____e_3391'),
('country_Slovenia_190', 'state_Videm_3392'),
('country_Slovenia_190', 'state_Vipava_3393'),
('country_Slovenia_190', 'state_Vitanje_3394'),
('country_Slovenia_190', 'state_Vodice_3395'),
('country_Slovenia_190', 'state_Vojnik_3396'),
('country_Slovenia_190', 'state_Vrhnika_3397'),
('country_Slovenia_190', 'state_Vuzenica_3398'),
('country_Slovenia_190', 'state_Zagorje_ob_Savi_3399'),
('country_Slovenia_190', 'state_Zavr___3400'),
('country_Slovenia_190', 'state_Zre__e_3401'),
('country_Slovenia_190', 'state___elezniki_3402'),
('country_Slovenia_190', 'state___iri_3403'),
('country_Slovenia_190', 'state_Benedikt_3404'),
('country_Slovenia_190', 'state_Bistrica_ob_Sotli_3405'),
('country_Slovenia_190', 'state_Bloke_3406'),
('country_Slovenia_190', 'state_Braslov__e_3407'),
('country_Slovenia_190', 'state_Cankova_3408'),
('country_Slovenia_190', 'state_Cerkvenjak_3409'),
('country_Slovenia_190', 'state_Dobje_3410'),
('country_Slovenia_190', 'state_Dobrna_3411'),
('country_Slovenia_190', 'state_Dobrovnik_3412'),
('country_Slovenia_190', 'state_Dolenjske_Toplice_3413'),
('country_Slovenia_190', 'state_Grad_3414'),
('country_Slovenia_190', 'state_Hajdina_3415'),
('country_Slovenia_190', 'state_Ho__e_Slivnica_3416'),
('country_Slovenia_190', 'state_Hodo___3417'),
('country_Slovenia_190', 'state_Horjul_3418'),
('country_Slovenia_190', 'state_Jezersko_3419'),
('country_Slovenia_190', 'state_Komenda_3420'),
('country_Slovenia_190', 'state_Kostel_3421'),
('country_Slovenia_190', 'state_Kri__evci_3422'),
('country_Slovenia_190', 'state_Lovrenc_na_Pohorju_3423'),
('country_Slovenia_190', 'state_Markovci_3424'),
('country_Slovenia_190', 'state_Miklav___na_Dravskem_polju_3425'),
('country_Slovenia_190', 'state_Mirna_Pe___3426'),
('country_Slovenia_190', 'state_Oplotnica_3427'),
('country_Slovenia_190', 'state_Podlehnik_3428'),
('country_Slovenia_190', 'state_Polzela_3429'),
('country_Slovenia_190', 'state_Prebold_3430'),
('country_Slovenia_190', 'state_Prevalje_3431'),
('country_Slovenia_190', 'state_Razkri__je_3432'),
('country_Slovenia_190', 'state_Ribnica_na_Pohorju_3433'),
('country_Slovenia_190', 'state_Selnica_ob_Dravi_3434'),
('country_Slovenia_190', 'state_Sodra__ica_3435'),
('country_Slovenia_190', 'state_Sol__ava_3436'),
('country_Slovenia_190', 'state_Sveta_Ana_3437'),
('country_Slovenia_190', 'state_Sveti_Andra___v_Slovenskih_goricah_3438'),
('country_Slovenia_190', 'state___empeter_Vrtojba_3439'),
('country_Slovenia_190', 'state_Tabor_3440'),
('country_Slovenia_190', 'state_Trnovska_vas_3441'),
('country_Slovenia_190', 'state_Trzin_3442'),
('country_Slovenia_190', 'state_Velika_Polana_3443'),
('country_Slovenia_190', 'state_Ver__ej_3444'),
('country_Slovenia_190', 'state_Vransko_3445'),
('country_Slovenia_190', 'state___alec_3446'),
('country_Slovenia_190', 'state___etale_3447'),
('country_Slovenia_190', 'state___irovnica_3448'),
('country_Slovenia_190', 'state___u__emberk_3449'),
('country_Slovenia_190', 'state___martno_pri_Litiji_3450'),
('country_Solomon_Islands_191', 'state_Guadalcanal_3453'),
('country_Solomon_Islands_191', 'state_Honiara_3454'),
('country_Solomon_Islands_191', 'state_Isabel_3455'),
('country_Solomon_Islands_191', 'state_Makira_3456'),
('country_Solomon_Islands_191', 'state_Malaita_3457'),
('country_Solomon_Islands_191', 'state_Rennell_and_Bellona_3458'),
('country_Solomon_Islands_191', 'state_Temotu_3459'),
('country_Somalia_192', 'state_Awdal_3461'),
('country_Somalia_192', 'state_Bakool_3462'),
('country_Somalia_192', 'state_Banaadir_3463'),
('country_Somalia_192', 'state_Bari_3464'),
('country_Somalia_192', 'state_Bay_3465'),
('country_Somalia_192', 'state_Gedo_3466'),
('country_Somalia_192', 'state_Galguduud_3467'),
('country_Somalia_192', 'state_Hiiraan_3468'),
('country_Somalia_192', 'state_Jubbada_Dhexe_3469'),
('country_Somalia_192', 'state_Jubbada_Hoose_3470'),
('country_Somalia_192', 'state_Mudug_3471'),
('country_Somalia_192', 'state_Nugaal_3472'),
('country_Somalia_192', 'state_Shabeellaha_Dhexe_3473'),
('country_Somalia_192', 'state_Sanaag_3474'),
('country_Somalia_192', 'state_Shabeellaha_Hoose_3475'),
('country_Somalia_192', 'state_Sool_3476'),
('country_Somalia_192', 'state_Togdheer_3477'),
('country_Somalia_192', 'state_Woqooyi_Galbeed_3478'),
('country_South_Africa_193', 'state_Eastern_Cape_3479'),
('country_South_Africa_193', 'state_Free_State_3480'),
('country_South_Africa_193', 'state_Gauteng_3481'),
('country_South_Africa_193', 'state_Limpopo_3482'),
('country_South_Africa_193', 'state_Mpumalanga_3483'),
('country_South_Africa_193', 'state_Northern_Cape_3484'),
('country_South_Africa_193', 'state_KwaZulu_Natal_3485'),
('country_South_Africa_193', 'state_Western_Cape_3487'),
('country_South_Africa_193', 'state_North_West_4556'),
('country_Spain_195', 'state_Granada_4504'),
('country_Spain_195', 'state_Le__n_4505'),
('country_Spain_195', 'state_Alicante_3490'),
('country_Spain_195', 'state_Albacete_3491'),
('country_Spain_195', 'state_Almer__a_3492'),
('country_Spain_195', 'state___vila_3494'),
('country_Spain_195', 'state_Barcelona_3495'),
('country_Spain_195', 'state_Badajoz_3496'),
('country_Spain_195', 'state_Vizcaya_3497'),
('country_Spain_195', 'state_Burgos_3498'),
('country_Spain_195', 'state_A_Coru__a_3499'),
('country_Spain_195', 'state_C__diz_3500'),
('country_Spain_195', 'state_C__ceres_3501'),
('country_Spain_195', 'state_Ceuta_3502'),
('country_Spain_195', 'state_C__rdoba_3506'),
('country_Spain_195', 'state_Ciudad_Real_3507'),
('country_Spain_195', 'state_Castell__n_3508'),
('country_Spain_195', 'state_Cuenca_3510'),
('country_Spain_195', 'state_Las_Palmas_3513'),
('country_Spain_195', 'state_Girona_3514'),
('country_Spain_195', 'state_Guadalajara_3516'),
('country_Spain_195', 'state_Huelva_3517'),
('country_Spain_195', 'state_Huesca_3518'),
('country_Spain_195', 'state_Ja__n_3520'),
('country_Spain_195', 'state_Lleida_3521'),
('country_Spain_195', 'state_La_Rioja_3523'),
('country_Spain_195', 'state_Lugo_3524'),
('country_Spain_195', 'state_Madrid_3525'),
('country_Spain_195', 'state_M__laga_3526'),
('country_Spain_195', 'state_Melilla_3527'),
('country_Spain_195', 'state_Murcia_3528'),
('country_Spain_195', 'state_Navarre_3529'),
('country_Spain_195', 'state_Asturias_3530'),
('country_Spain_195', 'state_Ourense_3531'),
('country_Spain_195', 'state_Palencia_3532'),
('country_Spain_195', 'state_Baleares_3533'),
('country_Spain_195', 'state_Pontevedra_3534'),
('country_Spain_195', 'state_Cantabria_3536'),
('country_Spain_195', 'state_Salamanca_3537'),
('country_Spain_195', 'state_Seville_3538'),
('country_Spain_195', 'state_Segovia_3539'),
('country_Spain_195', 'state_Soria_3540'),
('country_Spain_195', 'state_Guip__zcoa_3541'),
('country_Spain_195', 'state_Tarragona_3542'),
('country_Spain_195', 'state_Teruel_3543'),
('country_Spain_195', 'state_Santa_Cruz_De_Tenerife_3544'),
('country_Spain_195', 'state_Toledo_3545'),
('country_Spain_195', 'state_Valencia_3546'),
('country_Spain_195', 'state_Valladolid_3547'),
('country_Spain_195', 'state___lava_3548'),
('country_Spain_195', 'state_Zaragoza_3549'),
('country_Spain_195', 'state_Zamora_3550'),
('country_Sri_Lanka_196', 'state_North_Central_3552'),
('country_Sri_Lanka_196', 'state_North_3553'),
('country_Sri_Lanka_196', 'state_North_Western_3555'),
('country_Sri_Lanka_196', 'state_Uva_3557'),
('country_Sri_Lanka_196', 'state_Sabaragamuwa_3558'),
('country_Sudan_199', 'state_______________________3560'),
('country_Sudan_199', 'state_________________________3561'),
('country_Sudan_199', 'state__________________3562'),
('country_Sudan_199', 'state___________________________3563'),
('country_Sudan_199', 'state________________3564'),
('country_Sudan_199', 'state________________3565'),
('country_Sudan_199', 'state______________3566'),
('country_Sudan_199', 'state_________________________3567'),
('country_Sudan_199', 'state_________________________3568'),
('country_Sudan_199', 'state__________________3569'),
('country_Sudan_199', 'state___________________________________3570'),
('country_Sudan_199', 'state_____________________________3571'),
('country_Sudan_199', 'state____________________________3572'),
('country_Sudan_199', 'state_____________________3573'),
('country_Sudan_199', 'state_____________________3574'),
('country_Sudan_199', 'state_______________________3575'),
('country_Sudan_199', 'state_______________________3576'),
('country_Sudan_199', 'state______________3577'),
('country_Sudan_199', 'state__________3578'),
('country_Sudan_199', 'state______________________________3579'),
('country_Sudan_199', 'state______________________________3580'),
('country_Sudan_199', 'state_______________________3581'),
('country_Sudan_199', 'state_______________________3582'),
('country_Sudan_199', 'state_____________________________3583'),
('country_Sudan_199', 'state__________3584'),
('country_Sudan_199', 'state____________3585'),
('country_Suriname_200', 'state_Brokopondo_3586'),
('country_Suriname_200', 'state_Commewijne_3587'),
('country_Suriname_200', 'state_Coronie_3588'),
('country_Suriname_200', 'state_Marowijne_3589'),
('country_Suriname_200', 'state_Nickerie_3590'),
('country_Suriname_200', 'state_Paramaribo_3591'),
('country_Suriname_200', 'state_Para_3592'),
('country_Suriname_200', 'state_Saramacca_3593'),
('country_Suriname_200', 'state_Sipaliwini_3594'),
('country_Suriname_200', 'state_Wanica_3595'),
('country_Swaziland_202', 'state_Hhohho_3596'),
('country_Swaziland_202', 'state_Lubombo_3597'),
('country_Swaziland_202', 'state_Manzini_3598'),
('country_Swaziland_202', 'state_Shiselweni_3599'),
('country_Sweden_203', 'state_Stockholms_l__n_3600'),
('country_Sweden_203', 'state_Uppsala_l__n_3601'),
('country_Sweden_203', 'state_S__dermanlands_l__n_3602'),
('country_Sweden_203', 'state___sterg__tlands_l__n_3603'),
('country_Sweden_203', 'state_J__nk__pings_l__n_3604'),
('country_Sweden_203', 'state_Kronobergs_l__n_3605'),
('country_Sweden_203', 'state_Kalmar_l__n_3606'),
('country_Sweden_203', 'state_Gotlands_l__n_3607'),
('country_Sweden_203', 'state_Blekinge_l__n_3608'),
('country_Sweden_203', 'state_Sk__ne_l__n_3609'),
('country_Sweden_203', 'state_Hallands_l__n_3610'),
('country_Sweden_203', 'state_V__stra_G__talands_l__n_3611'),
('country_Sweden_203', 'state_V__rmlands_l__n__3612'),
('country_Sweden_203', 'state___rebro_l__n_3613'),
('country_Sweden_203', 'state_V__stmanlands_l__n__3614'),
('country_Sweden_203', 'state_Dalarnas_l__n_3615'),
('country_Sweden_203', 'state_G__vleborgs_l__n_3616'),
('country_Sweden_203', 'state_V__sternorrlands_l__n_3617'),
('country_Sweden_203', 'state_J__mtlands_l__n_3618'),
('country_Sweden_203', 'state_V__sterbottens_l__n_3619'),
('country_Sweden_203', 'state_Norrbottens_l__n_3620'),
('country_Switzerland_204', 'state_Z__rich_3621'),
('country_Switzerland_204', 'state_Bern_3622'),
('country_Switzerland_204', 'state_Luzern_3623'),
('country_Switzerland_204', 'state_Uri_3624'),
('country_Switzerland_204', 'state_Schwyz_3625'),
('country_Switzerland_204', 'state_Obwalden_3626'),
('country_Switzerland_204', 'state_Nidwalden_3627'),
('country_Switzerland_204', 'state_Glasrus_3628'),
('country_Switzerland_204', 'state_Zug_3629'),
('country_Switzerland_204', 'state_Fribourg_3630'),
('country_Switzerland_204', 'state_Solothurn_3631'),
('country_Switzerland_204', 'state_Basel_Stadt_3632'),
('country_Switzerland_204', 'state_Basel_Landschaft_3633'),
('country_Switzerland_204', 'state_Schaffhausen_3634'),
('country_Switzerland_204', 'state_Appenzell_Ausserrhoden_3635'),
('country_Switzerland_204', 'state_Appenzell_Innerrhoden_3636'),
('country_Switzerland_204', 'state_Saint_Gallen_3637'),
('country_Switzerland_204', 'state_Graub__nden_3638'),
('country_Switzerland_204', 'state_Aargau_3639'),
('country_Switzerland_204', 'state_Thurgau_3640'),
('country_Switzerland_204', 'state_Ticino_3641'),
('country_Switzerland_204', 'state_Vaud_3642'),
('country_Switzerland_204', 'state_Valais_3643'),
('country_Switzerland_204', 'state_Nuech__tel_3644'),
('country_Switzerland_204', 'state_Gen__ve_3645'),
('country_Switzerland_204', 'state_Jura_3646'),
('country_Syrian_Arab_Republic_205', 'state__________3647'),
('country_Syrian_Arab_Republic_205', 'state__________3648'),
('country_Syrian_Arab_Republic_205', 'state___________________3649'),
('country_Syrian_Arab_Republic_205', 'state______________3650'),
('country_Syrian_Arab_Republic_205', 'state________3651'),
('country_Syrian_Arab_Republic_205', 'state________3652'),
('country_Syrian_Arab_Republic_205', 'state__________3653'),
('country_Syrian_Arab_Republic_205', 'state__________3654'),
('country_Syrian_Arab_Republic_205', 'state__________________3655'),
('country_Syrian_Arab_Republic_205', 'state__________________3656'),
('country_Syrian_Arab_Republic_205', 'state____________3657'),
('country_Syrian_Arab_Republic_205', 'state_________________3658'),
('country_Syrian_Arab_Republic_205', 'state__________________3659'),
('country_Syrian_Arab_Republic_205', 'state____________3660'),
('country_Taiwan_206', 'state___________3661'),
('country_Taiwan_206', 'state___________3662'),
('country_Taiwan_206', 'state___________3663'),
('country_Taiwan_206', 'state___________3664'),
('country_Taiwan_206', 'state___________3665'),
('country_Taiwan_206', 'state___________3666'),
('country_Taiwan_206', 'state___________3667'),
('country_Taiwan_206', 'state___________3668'),
('country_Taiwan_206', 'state___________3669'),
('country_Taiwan_206', 'state___________3670'),
('country_Taiwan_206', 'state___________3671'),
('country_Taiwan_206', 'state___________3672'),
('country_Taiwan_206', 'state___________3673'),
('country_Taiwan_206', 'state___________3674'),
('country_Taiwan_206', 'state___________3675'),
('country_Taiwan_206', 'state___________3676'),
('country_Taiwan_206', 'state___________3677'),
('country_Taiwan_206', 'state___________3678'),
('country_Taiwan_206', 'state___________3679'),
('country_Taiwan_206', 'state___________3680'),
('country_Taiwan_206', 'state___________3681'),
('country_Taiwan_206', 'state___________3682'),
('country_Taiwan_206', 'state___________3683'),
('country_Tajikistan_207', 'state_____________________________3684'),
('country_Tajikistan_207', 'state____________3685'),
('country_Tajikistan_207', 'state________3686'),
('country_Tanzania_208', 'state_Arusha_3687'),
('country_Tanzania_208', 'state_Dar_es_Salaam_3688'),
('country_Tanzania_208', 'state_Dodoma_3689'),
('country_Tanzania_208', 'state_Iringa_3690'),
('country_Tanzania_208', 'state_Kagera_3691'),
('country_Tanzania_208', 'state_Pemba_Sever_3692'),
('country_Tanzania_208', 'state_Zanzibar_Sever_3693'),
('country_Tanzania_208', 'state_Kigoma_3694'),
('country_Tanzania_208', 'state_Kilimanjaro_3695'),
('country_Tanzania_208', 'state_Pemba_Jih_3696'),
('country_Tanzania_208', 'state_Zanzibar_Jih_3697'),
('country_Tanzania_208', 'state_Lindi_3698'),
('country_Tanzania_208', 'state_Mara_3699'),
('country_Tanzania_208', 'state_Mbeya_3700'),
('country_Tanzania_208', 'state_Zanzibar_Z__pad_3701'),
('country_Tanzania_208', 'state_Morogoro_3702'),
('country_Tanzania_208', 'state_Mtwara_3703'),
('country_Tanzania_208', 'state_Mwanza_3704'),
('country_Tanzania_208', 'state_Pwani_3705'),
('country_Tanzania_208', 'state_Rukwa_3706'),
('country_Tanzania_208', 'state_Ruvuma_3707'),
('country_Tanzania_208', 'state_Shinyanga_3708'),
('country_Tanzania_208', 'state_Singida_3709'),
('country_Tanzania_208', 'state_Tabora_3710'),
('country_Tanzania_208', 'state_Tanga_3711'),
('country_Tanzania_208', 'state_Manyara_3712'),
('country_Thailand_209', 'state_________________________________________3713'),
('country_Thailand_209', 'state___________________________________3714'),
('country_Thailand_209', 'state_______________________3715'),
('country_Thailand_209', 'state__________________________3716'),
('country_Thailand_209', 'state_______________________________________________3717'),
('country_Thailand_209', 'state_______________________3718'),
('country_Thailand_209', 'state____________________3719'),
('country_Thailand_209', 'state_____________________________3720'),
('country_Thailand_209', 'state____________________3721'),
('country_Thailand_209', 'state_______________________3722'),
('country_Thailand_209', 'state____________________3723'),
('country_Thailand_209', 'state_________________3724'),
('country_Thailand_209', 'state__________________________3725'),
('country_Thailand_209', 'state______________3726'),
('country_Thailand_209', 'state________________________________3727'),
('country_Thailand_209', 'state________________________________3728'),
('country_Thailand_209', 'state_______________________3729'),
('country_Thailand_209', 'state_______________________3730'),
('country_Thailand_209', 'state________________________________3731'),
('country_Thailand_209', 'state_____________________________3732'),
('country_Thailand_209', 'state__________________________3733'),
('country_Thailand_209', 'state__________________________3734'),
('country_Thailand_209', 'state___________________________________3735'),
('country_Thailand_209', 'state_________________3736'),
('country_Thailand_209', 'state_______________________3737'),
('country_Thailand_209', 'state________________________________3738'),
('country_Thailand_209', 'state___________________________________3739'),
('country_Thailand_209', 'state_______________________3740'),
('country_Thailand_209', 'state__________________________3741'),
('country_Thailand_209', 'state___________3742'),
('country_Thailand_209', 'state_______________________3743'),
('country_Thailand_209', 'state_____________________________3744'),
('country_Thailand_209', 'state__________________________3745'),
('country_Thailand_209', 'state_____________________________3746'),
('country_Thailand_209', 'state____________________3747'),
('country_Thailand_209', 'state____________________3748'),
('country_Thailand_209', 'state__________________________3749'),
('country_Thailand_209', 'state_____________________________3750'),
('country_Thailand_209', 'state_________________3751'),
('country_Thailand_209', 'state_________________3752'),
('country_Thailand_209', 'state_____________________________3753'),
('country_Thailand_209', 'state______________3754'),
('country_Thailand_209', 'state_________________3755'),
('country_Thailand_209', 'state__________________________3756'),
('country_Thailand_209', 'state________________________________3757'),
('country_Thailand_209', 'state_____________________________3758'),
('country_Thailand_209', 'state_____________________________3759'),
('country_Thailand_209', 'state_____________________________3760'),
('country_Thailand_209', 'state___________3761'),
('country_Thailand_209', 'state_______________________3762'),
('country_Thailand_209', 'state_________________3763'),
('country_Thailand_209', 'state____________________3764'),
('country_Thailand_209', 'state_______________________3765'),
('country_Thailand_209', 'state_____________________________3766'),
('country_Thailand_209', 'state________________________________3767'),
('country_Thailand_209', 'state____________________3768'),
('country_Thailand_209', 'state_____________________________3769'),
('country_Thailand_209', 'state___________________________________3770'),
('country_Thailand_209', 'state__________________________3771'),
('country_Thailand_209', 'state_______________________________________________3772'),
('country_Thailand_209', 'state_________________________________________3773'),
('country_Thailand_209', 'state____________________3774'),
('country_Thailand_209', 'state_________________3775'),
('country_Thailand_209', 'state____________________3776'),
('country_Thailand_209', 'state______________________________________3777'),
('country_Thailand_209', 'state_________________3778'),
('country_Thailand_209', 'state_________________3779'),
('country_Thailand_209', 'state_________________3780'),
('country_Thailand_209', 'state______________3781'),
('country_Thailand_209', 'state______________3782'),
('country_Thailand_209', 'state____________________3783'),
('country_Thailand_209', 'state_______________________3784'),
('country_Thailand_209', 'state______________3785'),
('country_Thailand_209', 'state__________________________3786'),
('country_Togo_210', 'state_Centrale_3787'),
('country_Togo_210', 'state_Kara_3788'),
('country_Togo_210', 'state_Maritime_3789'),
('country_Togo_210', 'state_Plateaux_3790'),
('country_Togo_210', 'state_Savanes_3791'),
('country_Tokelau_211', 'state_Atafu_3792'),
('country_Tokelau_211', 'state_Fakaofo_3793'),
('country_Tokelau_211', 'state_Nukunonu_3794'),
('country_Tonga_212', 'state_Ha_apai_3795'),
('country_Tonga_212', 'state_Tongatapu_3796'),
('country_Tonga_212', 'state_Vava_u_3797'),
('country_Trinidad_and_Tobago_213', 'state_Arima_3798'),
('country_Trinidad_and_Tobago_213', 'state_Chaguanas_3799'),
('country_Trinidad_and_Tobago_213', 'state_Couva_Tabaquite_Talparo_3800'),
('country_Trinidad_and_Tobago_213', 'state_Diego_Martin_3801'),
('country_Trinidad_and_Tobago_213', 'state_Eastern_Tobago_3802'),
('country_Trinidad_and_Tobago_213', 'state_Rio_Claro_Mayaro_3803'),
('country_Trinidad_and_Tobago_213', 'state_Penal_Debe_3804'),
('country_Trinidad_and_Tobago_213', 'state_Point_Fortin_3805'),
('country_Trinidad_and_Tobago_213', 'state_Port_of_Spain_3806'),
('country_Trinidad_and_Tobago_213', 'state_Princes_Town_3807'),
('country_Trinidad_and_Tobago_213', 'state_San_Fernando_3808'),
('country_Trinidad_and_Tobago_213', 'state_Sangre_Grande_3809'),
('country_Trinidad_and_Tobago_213', 'state_San_Juan_Laventille_3810'),
('country_Trinidad_and_Tobago_213', 'state_Siparia_3811'),
('country_Trinidad_and_Tobago_213', 'state_Tunapuna_Piarco_3812'),
('country_Trinidad_and_Tobago_213', 'state_Western_Tobago_3813'),
('country_Tunisia_214', 'state_____________________3814'),
('country_Tunisia_214', 'state_________________________3815'),
('country_Tunisia_214', 'state__________________________3816'),
('country_Tunisia_214', 'state_______________________3817'),
('country_Tunisia_214', 'state_____________________3818'),
('country_Tunisia_214', 'state_______________________3819'),
('country_Tunisia_214', 'state_______________________3820'),
('country_Tunisia_214', 'state_____________________3821'),
('country_Tunisia_214', 'state_________________________3822'),
('country_Tunisia_214', 'state_______________________3823'),
('country_Tunisia_214', 'state_________________________3824'),
('country_Tunisia_214', 'state_____________________________3825'),
('country_Tunisia_214', 'state___________________________3826'),
('country_Tunisia_214', 'state________________________________3827'),
('country_Tunisia_214', 'state_____________________3828'),
('country_Tunisia_214', 'state_____________________________3829'),
('country_Tunisia_214', 'state___________________________3830'),
('country_Tunisia_214', 'state_______________________3831'),
('country_Tunisia_214', 'state_____________________3832'),
('country_Tunisia_214', 'state_____________________3833'),
('country_Tunisia_214', 'state_____________________3834'),
('country_Tunisia_214', 'state_____________________3835'),
('country_Tunisia_214', 'state_______________________3836'),
('country_Tunisia_214', 'state_________________________3837'),
('country_Turkey_215', 'state_Adana_3838'),
('country_Turkey_215', 'state_Ad__yaman_3839'),
('country_Turkey_215', 'state_Afyonkarahisar_3840'),
('country_Turkey_215', 'state_A__r___3841'),
('country_Turkey_215', 'state_Amasya_3842'),
('country_Turkey_215', 'state_Ankara_3843'),
('country_Turkey_215', 'state_Antalya_3844'),
('country_Turkey_215', 'state_Artvin_3845'),
('country_Turkey_215', 'state_Ayd__n_3846'),
('country_Turkey_215', 'state_Bal__kesir_3847'),
('country_Turkey_215', 'state_Bilecik_3848'),
('country_Turkey_215', 'state_Bing__l_3849'),
('country_Turkey_215', 'state_Bitlis_3850'),
('country_Turkey_215', 'state_Bolu_3851'),
('country_Turkey_215', 'state_Burdur_3852'),
('country_Turkey_215', 'state_Bursa_3853'),
('country_Turkey_215', 'state___anakkale_3854'),
('country_Turkey_215', 'state___ank__r___3855'),
('country_Turkey_215', 'state___orum_3856'),
('country_Turkey_215', 'state_Denizli_3857'),
('country_Turkey_215', 'state_Diyarbak__r_3858'),
('country_Turkey_215', 'state_Edirne_3859'),
('country_Turkey_215', 'state_Elaz_____3860'),
('country_Turkey_215', 'state_Erzincan_3861'),
('country_Turkey_215', 'state_Erzurum_3862'),
('country_Turkey_215', 'state_Eski__ehir_3863'),
('country_Turkey_215', 'state_Gaziantep_3864'),
('country_Turkey_215', 'state_Giresun_3865'),
('country_Turkey_215', 'state_G__m____hane_3866'),
('country_Turkey_215', 'state_Hakkari_3867'),
('country_Turkey_215', 'state_Hatay_3868'),
('country_Turkey_215', 'state_Isparta_3869'),
('country_Turkey_215', 'state_Mersin_3870'),
('country_Turkey_215', 'state___stanbul_3871'),
('country_Turkey_215', 'state___zmir_3872'),
('country_Turkey_215', 'state_Kars_3873'),
('country_Turkey_215', 'state_Kastamonu_3874'),
('country_Turkey_215', 'state_Kayseri_3875'),
('country_Turkey_215', 'state_K__rklareli_3876'),
('country_Turkey_215', 'state_K__r__ehir_3877'),
('country_Turkey_215', 'state_Kocaeli_3878'),
('country_Turkey_215', 'state_Konya_3879'),
('country_Turkey_215', 'state_K__tahya_3880'),
('country_Turkey_215', 'state_Malatya_3881'),
('country_Turkey_215', 'state_Manisa_3882'),
('country_Turkey_215', 'state_Kahramanmara___3883'),
('country_Turkey_215', 'state_Mardin_3884'),
('country_Turkey_215', 'state_Mu__la_3885'),
('country_Turkey_215', 'state_Mu___3886'),
('country_Turkey_215', 'state_Nev__ehir_3887'),
('country_Turkey_215', 'state_Ni__de_3888'),
('country_Turkey_215', 'state_Ordu_3889'),
('country_Turkey_215', 'state_Rize_3890'),
('country_Turkey_215', 'state_Sakarya_3891'),
('country_Turkey_215', 'state_Samsun_3892'),
('country_Turkey_215', 'state_Siirt_3893'),
('country_Turkey_215', 'state_Sinop_3894'),
('country_Turkey_215', 'state_Sivas_3895'),
('country_Turkey_215', 'state_Tekirda___3896'),
('country_Turkey_215', 'state_Tokat_3897'),
('country_Turkey_215', 'state_Trabzon_3898'),
('country_Turkey_215', 'state_Tunceli_3899'),
('country_Turkey_215', 'state___anl__urfa_3900'),
('country_Turkey_215', 'state_U__ak_3901'),
('country_Turkey_215', 'state_Van_3902'),
('country_Turkey_215', 'state_Yozgat_3903'),
('country_Turkey_215', 'state_Zonguldak_3904'),
('country_Turkey_215', 'state_Aksaray_3905'),
('country_Turkey_215', 'state_Bayburt_3906'),
('country_Turkey_215', 'state_Karaman_3907'),
('country_Turkey_215', 'state_K__r__kkale_3908'),
('country_Turkey_215', 'state_Batman_3909'),
('country_Turkey_215', 'state_____rnak_3910'),
('country_Turkey_215', 'state_Bart__n_3911'),
('country_Turkey_215', 'state_Ardahan_3912'),
('country_Turkey_215', 'state_I__d__r_3913'),
('country_Turkey_215', 'state_Yalova_3914'),
('country_Turkey_215', 'state_Karab__k_3915'),
('country_Turkey_215', 'state_Kilis_3916'),
('country_Turkey_215', 'state_Osmaniye_3917'),
('country_Turkey_215', 'state_D__zce_3918'),
('country_Turkmenistan_216', 'state_Ahal_wela__aty_3919'),
('country_Turkmenistan_216', 'state_Balkan_wela__aty_3920'),
('country_Turkmenistan_216', 'state_Da__oguz_wela__aty_3921'),
('country_Turkmenistan_216', 'state_Lebap_wela__aty_3922'),
('country_Turkmenistan_216', 'state_Mary_wela__aty_3923'),
('country_Turks_and_Caicos_Islands_217', 'state_Ambergris_Cays_3924'),
('country_Turks_and_Caicos_Islands_217', 'state_Dellis_Cay_3925'),
('country_Turks_and_Caicos_Islands_217', 'state_French_Cay_3926'),
('country_Turks_and_Caicos_Islands_217', 'state_Little_Water_Cay_3927'),
('country_Turks_and_Caicos_Islands_217', 'state_Parrot_Cay_3928'),
('country_Turks_and_Caicos_Islands_217', 'state_Pine_Cay_3929'),
('country_Turks_and_Caicos_Islands_217', 'state_Salt_Cay_3930'),
('country_Turks_and_Caicos_Islands_217', 'state_Grand_Turk_3931'),
('country_Turks_and_Caicos_Islands_217', 'state_South_Caicos_3932'),
('country_Turks_and_Caicos_Islands_217', 'state_East_Caicos_3933'),
('country_Turks_and_Caicos_Islands_217', 'state_Middle_Caicos_3934'),
('country_Turks_and_Caicos_Islands_217', 'state_North_Caicos_3935'),
('country_Turks_and_Caicos_Islands_217', 'state_Providenciales_3936'),
('country_Turks_and_Caicos_Islands_217', 'state_West_Caicos_3937'),
('country_Tuvalu_218', 'state_Funafuti_3938'),
('country_Tuvalu_218', 'state_Nanumea_3939'),
('country_Tuvalu_218', 'state_Nanumanga_3940'),
('country_Tuvalu_218', 'state_Niutao_3941'),
('country_Tuvalu_218', 'state_Nui_3942'),
('country_Tuvalu_218', 'state_Nukufetau_3943'),
('country_Tuvalu_218', 'state_Nukulaelae_3944'),
('country_Tuvalu_218', 'state_Vaitupu_3945'),
('country_Uganda_219', 'state_Kalangala_3946'),
('country_Uganda_219', 'state_Kampala_3947'),
('country_Uganda_219', 'state_Kiboga_3948'),
('country_Uganda_219', 'state_Luwero_3949'),
('country_Uganda_219', 'state_Masaka_3950'),
('country_Uganda_219', 'state_Mpigi_3951'),
('country_Uganda_219', 'state_Mubende_3952'),
('country_Uganda_219', 'state_Mukono_3953'),
('country_Uganda_219', 'state_Nakasongola_3954'),
('country_Uganda_219', 'state_Rakai_3955'),
('country_Uganda_219', 'state_Sembabule_3956'),
('country_Uganda_219', 'state_Kayunga_3957'),
('country_Uganda_219', 'state_Wakiso_3958'),
('country_Uganda_219', 'state_Bugiri_3959'),
('country_Uganda_219', 'state_Busia_3960'),
('country_Uganda_219', 'state_Iganga_3961'),
('country_Uganda_219', 'state_Jinja_3962'),
('country_Uganda_219', 'state_Kamuli_3963'),
('country_Uganda_219', 'state_Kapchorwa_3964'),
('country_Uganda_219', 'state_Katakwi_3965'),
('country_Uganda_219', 'state_Kumi_3966'),
('country_Uganda_219', 'state_Mbale_3967'),
('country_Uganda_219', 'state_Pallisa_3968'),
('country_Uganda_219', 'state_Soroti_3969'),
('country_Uganda_219', 'state_Tororo_3970'),
('country_Uganda_219', 'state_Kaberamaido_3971'),
('country_Uganda_219', 'state_Mayuge_3972'),
('country_Uganda_219', 'state_Sironko_3973'),
('country_Uganda_219', 'state_Adjumani_3974'),
('country_Uganda_219', 'state_Apac_3975'),
('country_Uganda_219', 'state_Arua_3976'),
('country_Uganda_219', 'state_Gulu_3977'),
('country_Uganda_219', 'state_Kitgum_3978'),
('country_Uganda_219', 'state_Kotido_3979'),
('country_Uganda_219', 'state_Lira_3980'),
('country_Uganda_219', 'state_Moroto_3981'),
('country_Uganda_219', 'state_Moyo_3982'),
('country_Uganda_219', 'state_Nebbi_3983'),
('country_Uganda_219', 'state_Nakapiripirit_3984'),
('country_Uganda_219', 'state_Pader_3985'),
('country_Uganda_219', 'state_Yumbe_3986'),
('country_Uganda_219', 'state_Bundibugyo_3987'),
('country_Uganda_219', 'state_Bushenyi_3988'),
('country_Uganda_219', 'state_Hoima_3989'),
('country_Uganda_219', 'state_Kabale_3990'),
('country_Uganda_219', 'state_Kabarole_3991'),
('country_Uganda_219', 'state_Kasese_3992'),
('country_Uganda_219', 'state_Kibale_3993'),
('country_Uganda_219', 'state_Kisoro_3994'),
('country_Uganda_219', 'state_Masindi_3995'),
('country_Uganda_219', 'state_Mbarara_3996'),
('country_Uganda_219', 'state_Ntungamo_3997'),
('country_Uganda_219', 'state_Rukungiri_3998'),
('country_Uganda_219', 'state_Kamwenge_3999'),
('country_Uganda_219', 'state_Kanungu_4000'),
('country_Uganda_219', 'state_Kyenjojo_4001'),
('country_Ukraine_220', 'state___________________________________4002'),
('country_Ukraine_220', 'state___________________________________4003'),
('country_Ukraine_220', 'state___________________________________4004'),
('country_Ukraine_220', 'state_________________________________________________4005'),
('country_Ukraine_220', 'state_________________________________4006'),
('country_Ukraine_220', 'state_______________________________________4007'),
('country_Ukraine_220', 'state_____________________________________4008'),
('country_Ukraine_220', 'state_________________________________________4009'),
('country_Ukraine_220', 'state_____________________________________4010'),
('country_Ukraine_220', 'state__________________________________________________4011'),
('country_Ukraine_220', 'state__________4012'),
('country_Ukraine_220', 'state_________________________________4013'),
('country_Ukraine_220', 'state_____________________________________________4014'),
('country_Ukraine_220', 'state________________________4015'),
('country_Ukraine_220', 'state____________________________________________________4016'),
('country_Ukraine_220', 'state___________________________________4017'),
('country_Ukraine_220', 'state_________________________________________4018'),
('country_Ukraine_220', 'state_______________________________4019'),
('country_Ukraine_220', 'state_____________________________________4020'),
('country_Ukraine_220', 'state_______________________________4021'),
('country_Ukraine_220', 'state___________________________________________4022'),
('country_Ukraine_220', 'state_____________________________________4023'),
('country_Ukraine_220', 'state_____________________________________4024'),
('country_Ukraine_220', 'state_______________________________________4025'),
('country_Ukraine_220', 'state___________________________________4026'),
('country_Ukraine_220', 'state_________________________________________4027'),
('country_Ukraine_220', 'state_______________________________________4028'),
('country_United_Kingdom_222', 'state_Argyll_and_Bute_4031'),
('country_United_Kingdom_222', 'state_Bath_and_North_East_Somerset_4037'),
('country_United_Kingdom_222', 'state_Bedfordshire_4039'),
('country_United_Kingdom_222', 'state_Berkshire_4040'),
('country_United_Kingdom_222', 'state_Blaenau_Gwent_4045'),
('country_United_Kingdom_222', 'state_Borders_4055'),
('country_United_Kingdom_222', 'state_Bristol_4060'),
('country_United_Kingdom_222', 'state_Buckinghamshire_4061'),
('country_United_Kingdom_222', 'state_Cambridgeshire_4062'),
('country_United_Kingdom_222', 'state_Carmarthenshire_4074'),
('country_United_Kingdom_222', 'state_Ceredigion_4064'),
('country_United_Kingdom_222', 'state_Cheshire_4066'),
('country_United_Kingdom_222', 'state_Conwy_4080'),
('country_United_Kingdom_222', 'state_Cornwall_4075'),
('country_United_Kingdom_222', 'state_Antrim_4034'),
('country_United_Kingdom_222', 'state_Down_4091'),
('country_United_Kingdom_222', 'state_Durham_4094'),
('country_United_Kingdom_222', 'state_Fermanagh_4107'),
('country_United_Kingdom_222', 'state_Londonderry_4063'),
('country_United_Kingdom_222', 'state_Tyrone_4065'),
('country_United_Kingdom_222', 'state_Cumbria_4072'),
('country_United_Kingdom_222', 'state_Denbighshire_4083'),
('country_United_Kingdom_222', 'state_Derbyshire_4082'),
('country_United_Kingdom_222', 'state_Devon_4085'),
('country_United_Kingdom_222', 'state_Dorset_4090'),
('country_United_Kingdom_222', 'state_Dumbarton_4065'),
('country_United_Kingdom_222', 'state_Dumfries_and_Galloway_4087'),
('country_United_Kingdom_222', 'state_Dyfed_4093'),
('country_United_Kingdom_222', 'state_East_Ayrshire_4096'),
('country_United_Kingdom_222', 'state_East_Dunbartonshire_4098'),
('country_United_Kingdom_222', 'state_East_Renfrewshire_4102'),
('country_United_Kingdom_222', 'state_East_Riding_of_Yorkshire_4103'),
('country_United_Kingdom_222', 'state_East_Sussex_4105'),
('country_United_Kingdom_222', 'state_Edinburgh_4097'),
('country_United_Kingdom_222', 'state_Essex_4104'),
('country_United_Kingdom_222', 'state_Fife_4108'),
('country_United_Kingdom_222', 'state_Flintshire_4109'),
('country_United_Kingdom_222', 'state_Glamorgan_4068'),
('country_United_Kingdom_222', 'state_Glasgow_4111'),
('country_United_Kingdom_222', 'state_Gloucestershire_4112'),
('country_United_Kingdom_222', 'state_Grampian_4110'),
('country_United_Kingdom_222', 'state_Greater_Manchester_4113'),
('country_United_Kingdom_222', 'state_Gwent_4114'),
('country_United_Kingdom_222', 'state_Gwynedd_4115'),
('country_United_Kingdom_222', 'state_Hampshire_4117'),
('country_United_Kingdom_222', 'state_Herefordshire_4120'),
('country_United_Kingdom_222', 'state_Hertfordshire_4126'),
('country_United_Kingdom_222', 'state_Inverclyde_4132'),
('country_United_Kingdom_222', 'state_Isle_of_Wight_4130'),
('country_United_Kingdom_222', 'state_Kent_4135'),
('country_United_Kingdom_222', 'state_Lancashire_4140'),
('country_United_Kingdom_222', 'state_Leicestershire_4144'),
('country_United_Kingdom_222', 'state_Lincolnshire_4146'),
('country_United_Kingdom_222', 'state_London_4149'),
('country_United_Kingdom_222', 'state_Manchester_4153'),
('country_United_Kingdom_222', 'state_Middlesex_4069'),
('country_United_Kingdom_222', 'state_Merseyside_4070'),
('country_United_Kingdom_222', 'state_Norfolk_4169'),
('country_United_Kingdom_222', 'state_North_Ayrshire_4164'),
('country_United_Kingdom_222', 'state_North_Lanarkshire_4171'),
('country_United_Kingdom_222', 'state_North_West_Highlands_4071'),
('country_United_Kingdom_222', 'state_North_Yorkshire_4181'),
('country_United_Kingdom_222', 'state_Northamptonshire_4175'),
('country_United_Kingdom_222', 'state_Northumberland_4165'),
('country_United_Kingdom_222', 'state_Nottinghamshire_4177'),
('country_United_Kingdom_222', 'state_Oxfordshire_4186'),
('country_United_Kingdom_222', 'state_Pembrokeshire_4187'),
('country_United_Kingdom_222', 'state_Powys_4192'),
('country_United_Kingdom_222', 'state_Renfrewshire_4199'),
('country_United_Kingdom_222', 'state_Rhondda_Cynon_Taf_4196'),
('country_United_Kingdom_222', 'state_Shropshire_4211'),
('country_United_Kingdom_222', 'state_Somerset_4218'),
('country_United_Kingdom_222', 'state_South_Ayrshire_4204'),
('country_United_Kingdom_222', 'state_South_Gloucestershire_4208'),
('country_United_Kingdom_222', 'state_South_Lanarkshire_4215'),
('country_United_Kingdom_222', 'state_South_Yorkshire_4228'),
('country_United_Kingdom_222', 'state_Staffordshire_4226'),
('country_United_Kingdom_222', 'state_Suffolk_4206'),
('country_United_Kingdom_222', 'state_Surrey_4220'),
('country_United_Kingdom_222', 'state_Tayside_4235'),
('country_United_Kingdom_222', 'state_Torfaen_4236'),
('country_United_Kingdom_222', 'state_Tyne_and_Wear_4237'),
('country_United_Kingdom_222', 'state_Warwickshire_4240'),
('country_United_Kingdom_222', 'state_West_Lothian_4248'),
('country_United_Kingdom_222', 'state_West_Midlands_4073'),
('country_United_Kingdom_222', 'state_West_Sussex_4257'),
('country_United_Kingdom_222', 'state_West_Yorkshire_4076'),
('country_United_Kingdom_222', 'state_Wiltshire_4245'),
('country_United_Kingdom_222', 'state_Worcestershire_4252'),
('country_United_Kingdom_222', 'state_Aberdeenshire_4554'),
('country_United_Kingdom_222', 'state_Anglesey_4555'),
('country_United_Kingdom_222', 'state_Angus_4506'),
('country_United_Kingdom_222', 'state_Argyllshire_4507'),
('country_United_Kingdom_222', 'state_Ayrshire_4508'),
('country_United_Kingdom_222', 'state_Banffshire_4509'),
('country_United_Kingdom_222', 'state_Berwickshire_4510'),
('country_United_Kingdom_222', 'state_Brecknockshire_4511'),
('country_United_Kingdom_222', 'state_Buteshire_4512'),
('country_United_Kingdom_222', 'state_Caernarfonshire_4513'),
('country_United_Kingdom_222', 'state_Caithness_4514'),
('country_United_Kingdom_222', 'state_Cardiganshire_4515'),
('country_United_Kingdom_222', 'state_Channel_Isles_4516'),
('country_United_Kingdom_222', 'state_Clackmannanshire_4517'),
('country_United_Kingdom_222', 'state_County_Armagh_4518'),
('country_United_Kingdom_222', 'state_Cumberland_4519'),
('country_United_Kingdom_222', 'state_Dumfriesshire_4520'),
('country_United_Kingdom_222', 'state_Dunbartonshire_4521'),
('country_United_Kingdom_222', 'state_East_Lothian_4522'),
('country_United_Kingdom_222', 'state_Huntingdonshire_4523'),
('country_United_Kingdom_222', 'state_Inverness-shire_4524'),
('country_United_Kingdom_222', 'state_Isle_ of_Islay_4525'),
('country_United_Kingdom_222', 'state_Isle_of_Lewis_4526'),
('country_United_Kingdom_222', 'state_Isle_of_Man_4527'),
('country_United_Kingdom_222', 'state_Isle_of_Skye_4528'),
('country_United_Kingdom_222', 'state_Isles_of_Scilly_4529'),
('country_United_Kingdom_222', 'state_Kincardineshire_4530'),
('country_United_Kingdom_222', 'state_Kinross-Shire_4531'),
('country_United_Kingdom_222', 'state_Kirkcudbrightshire_4532'),
('country_United_Kingdom_222', 'state_Lanarkshire_4533'),
('country_United_Kingdom_222', 'state_Merioneth_4534'),
('country_United_Kingdom_222', 'state_Midlothian_4535'),
('country_United_Kingdom_222', 'state_Monmouthshire_4536'),
('country_United_Kingdom_222', 'state_Montgomeryshire_4537'),
('country_United_Kingdom_222', 'state_Morayshire_4538'),
('country_United_Kingdom_222', 'state_Nairnshire_4539'),
('country_United_Kingdom_222', 'state_Orkney_4540'),
('country_United_Kingdom_222', 'state_Peeblesshire_4541'),
('country_United_Kingdom_222', 'state_Perthshire_4542'),
('country_United_Kingdom_222', 'state_Radnorshire_4543'),
('country_United_Kingdom_222', 'state_Ross-shire_4544'),
('country_United_Kingdom_222', 'state_Roxburghshire_4545'),
('country_United_Kingdom_222', 'state_Rutland_4546'),
('country_United_Kingdom_222', 'state_Selkirkshire_4547'),
('country_United_Kingdom_222', 'state_Shetland_4548'),
('country_United_Kingdom_222', 'state_Stirlingshire_4549'),
('country_United_Kingdom_222', 'state_Sussex_4550'),
('country_United_Kingdom_222', 'state_Sutherland_4551'),
('country_United_Kingdom_222', 'state_Westmorland_4552'),
('country_United_Kingdom_222', 'state_Wigtownshire_4553'),
('country_United_States_of_America_223', 'state_Alaska_4260'),
('country_United_States_of_America_223', 'state_Alabama_4261'),
('country_United_States_of_America_223', 'state_American_Samoa_4262'),
('country_United_States_of_America_223', 'state_Arkansas_4263'),
('country_United_States_of_America_223', 'state_Arizona_4264'),
('country_United_States_of_America_223', 'state_California_4265'),
('country_United_States_of_America_223', 'state_Colorado_4266'),
('country_United_States_of_America_223', 'state_Connecticut_4267'),
('country_United_States_of_America_223', 'state_District_of_Columbia_4268'),
('country_United_States_of_America_223', 'state_Delaware_4269'),
('country_United_States_of_America_223', 'state_Florida_4270'),
('country_United_States_of_America_223', 'state_Georgia_4271'),
('country_United_States_of_America_223', 'state_Guam_4272'),
('country_United_States_of_America_223', 'state_Hawaii_4273'),
('country_United_States_of_America_223', 'state_Iowa_4274'),
('country_United_States_of_America_223', 'state_Idaho_4275'),
('country_United_States_of_America_223', 'state_Illinois_4276'),
('country_United_States_of_America_223', 'state_Indiana_4277'),
('country_United_States_of_America_223', 'state_Kansas_4278'),
('country_United_States_of_America_223', 'state_Kentucky_4279'),
('country_United_States_of_America_223', 'state_Louisiana_4280'),
('country_United_States_of_America_223', 'state_Massachusetts_4281'),
('country_United_States_of_America_223', 'state_Maryland_4282'),
('country_United_States_of_America_223', 'state_Maine_4283'),
('country_United_States_of_America_223', 'state_Michigan_4284'),
('country_United_States_of_America_223', 'state_Minnesota_4285'),
('country_United_States_of_America_223', 'state_Missouri_4286'),
('country_United_States_of_America_223', 'state_Mississippi_4287'),
('country_United_States_of_America_223', 'state_Montana_4288'),
('country_United_States_of_America_223', 'state_North_Carolina_4289'),
('country_United_States_of_America_223', 'state_North_Dakota_4290'),
('country_United_States_of_America_223', 'state_Nebraska_4291'),
('country_United_States_of_America_223', 'state_New_Hampshire_4292'),
('country_United_States_of_America_223', 'state_New_Jersey_4293'),
('country_United_States_of_America_223', 'state_New_Mexico_4294'),
('country_United_States_of_America_223', 'state_Nevada_4295'),
('country_United_States_of_America_223', 'state_New_York_4296'),
('country_United_States_of_America_223', 'state_Northern_Mariana_Islands_4297'),
('country_United_States_of_America_223', 'state_Ohio_4298'),
('country_United_States_of_America_223', 'state_Oklahoma_4299'),
('country_United_States_of_America_223', 'state_Oregon_4300'),
('country_United_States_of_America_223', 'state_Pennsylvania_4301'),
('country_United_States_of_America_223', 'state_Puerto_Rico_4302'),
('country_United_States_of_America_223', 'state_Rhode_Island_4303'),
('country_United_States_of_America_223', 'state_South_Carolina_4304'),
('country_United_States_of_America_223', 'state_South_Dakota_4305'),
('country_United_States_of_America_223', 'state_Tennessee_4306'),
('country_United_States_of_America_223', 'state_Texas_4307'),
('country_United_States_of_America_223', 'state_U_S__Minor_Outlying_Islands_4308'),
('country_United_States_of_America_223', 'state_Utah_4309'),
('country_United_States_of_America_223', 'state_Virginia_4310'),
('country_United_States_of_America_223', 'state_Virgin_Islands_of_the_U_S__4311');
INSERT INTO `xjmw1_hikashop_zone_link` (`zone_parent_namekey`, `zone_child_namekey`) VALUES
('country_United_States_of_America_223', 'state_Vermont_4312'),
('country_United_States_of_America_223', 'state_Washington_4313'),
('country_United_States_of_America_223', 'state_Wisconsin_4314'),
('country_United_States_of_America_223', 'state_West_Virginia_4315'),
('country_United_States_of_America_223', 'state_Wyoming_4316'),
('country_United_States_of_America_223', 'state_Armed_Forces_Americas_4557'),
('country_United_States_of_America_223', 'state_Armed_Forces_Europe_4558'),
('country_United_States_of_America_223', 'state_Armed_Forces_Pacific_4559'),
('country_United_States_Minor_Outlying_Islands_224', 'state_Baker_Island_4317'),
('country_United_States_Minor_Outlying_Islands_224', 'state_Howland_Island_4318'),
('country_United_States_Minor_Outlying_Islands_224', 'state_Jarvis_Island_4319'),
('country_United_States_Minor_Outlying_Islands_224', 'state_Johnston_Atoll_4320'),
('country_United_States_Minor_Outlying_Islands_224', 'state_Kingman_Reef_4321'),
('country_United_States_Minor_Outlying_Islands_224', 'state_Midway_Atoll_4322'),
('country_United_States_Minor_Outlying_Islands_224', 'state_Navassa_Island_4323'),
('country_United_States_Minor_Outlying_Islands_224', 'state_Palmyra_Atoll_4324'),
('country_United_States_Minor_Outlying_Islands_224', 'state_Wake_Island_4325'),
('country_Uruguay_225', 'state_Artigas_4326'),
('country_Uruguay_225', 'state_Canelones_4327'),
('country_Uruguay_225', 'state_Cerro_Largo_4328'),
('country_Uruguay_225', 'state_Colonia_4329'),
('country_Uruguay_225', 'state_Durazno_4330'),
('country_Uruguay_225', 'state_Florida_4331'),
('country_Uruguay_225', 'state_Flores_4332'),
('country_Uruguay_225', 'state_Lavalleja_4333'),
('country_Uruguay_225', 'state_Maldonado_4334'),
('country_Uruguay_225', 'state_Montevideo_4335'),
('country_Uruguay_225', 'state_Paysandu_4336'),
('country_Uruguay_225', 'state_R__o_Negro_4337'),
('country_Uruguay_225', 'state_Rocha_4338'),
('country_Uruguay_225', 'state_Rivera_4339'),
('country_Uruguay_225', 'state_Salto_4340'),
('country_Uruguay_225', 'state_Soriano_4342'),
('country_Uruguay_225', 'state_Tacuaremb___4343'),
('country_Uruguay_225', 'state_Treinta_y_Tres_4344'),
('country_Uzbekistan_226', 'state_Andijon_viloyati_4345'),
('country_Uzbekistan_226', 'state_Buxoro_viloyati_4346'),
('country_Uzbekistan_226', 'state_Farg_ona_viloyati_4347'),
('country_Uzbekistan_226', 'state_Jizzax_viloyati_4348'),
('country_Uzbekistan_226', 'state_Namangan_viloyati_4349'),
('country_Uzbekistan_226', 'state_Navoiy_viloyati_4350'),
('country_Uzbekistan_226', 'state_Qashqadaryo_viloyati_4351'),
('country_Uzbekistan_226', 'state_Qoraqalpog_iston_Respublikasi_4352'),
('country_Uzbekistan_226', 'state_Samarqand_viloyati_4353'),
('country_Uzbekistan_226', 'state_Sirdaryo_viloyati_4354'),
('country_Uzbekistan_226', 'state_Surxondaryo_viloyati_4355'),
('country_Uzbekistan_226', 'state_Toshkent_4356'),
('country_Uzbekistan_226', 'state_Toshkent_viloyati_4357'),
('country_Uzbekistan_226', 'state_Xorazm_viloyati_4358'),
('country_Vanuatu_227', 'state_Malampa_4359'),
('country_Vanuatu_227', 'state_P__nama_4360'),
('country_Vanuatu_227', 'state_Sanma_4361'),
('country_Vanuatu_227', 'state_Sh__fa_4362'),
('country_Vanuatu_227', 'state_Taf__a_4363'),
('country_Vanuatu_227', 'state_Torba_4364'),
('country_Venezuela_229', 'state_Distrito_Capital_4365'),
('country_Venezuela_229', 'state_Anzo__tegui_4366'),
('country_Venezuela_229', 'state_Apure_4367'),
('country_Venezuela_229', 'state_Aragua_4368'),
('country_Venezuela_229', 'state_Barinas_4369'),
('country_Venezuela_229', 'state_Bol__var_4370'),
('country_Venezuela_229', 'state_Carabobo_4371'),
('country_Venezuela_229', 'state_Cojedes_4372'),
('country_Venezuela_229', 'state_Falc__n_4373'),
('country_Venezuela_229', 'state_Gu__rico_4374'),
('country_Venezuela_229', 'state_Lara_4375'),
('country_Venezuela_229', 'state_M__rida_4376'),
('country_Venezuela_229', 'state_Miranda_4377'),
('country_Venezuela_229', 'state_Monagas_4378'),
('country_Venezuela_229', 'state_Nueva_Esparta_4379'),
('country_Venezuela_229', 'state_Portuguesa_4380'),
('country_Venezuela_229', 'state_Sucre_4381'),
('country_Venezuela_229', 'state_Tachira_4382'),
('country_Venezuela_229', 'state_Trujillo_4383'),
('country_Venezuela_229', 'state_Yaracuy_4384'),
('country_Venezuela_229', 'state_Zulia_4385'),
('country_Venezuela_229', 'state_Capital_Dependencia_4386'),
('country_Venezuela_229', 'state_Vargas_4387'),
('country_Venezuela_229', 'state_Delta_Amacuro_4388'),
('country_Venezuela_229', 'state_Amazonas_4389'),
('country_Vietnam_230', 'state_Lai_Ch__u_4390'),
('country_Vietnam_230', 'state_L__o_Cai_4391'),
('country_Vietnam_230', 'state_H___Giang_4392'),
('country_Vietnam_230', 'state_Cao_B___ng_4393'),
('country_Vietnam_230', 'state_S__n_La_4394'),
('country_Vietnam_230', 'state_Y__n_B__i_4395'),
('country_Vietnam_230', 'state_Tuy__n_Quang_4396'),
('country_Vietnam_230', 'state_L___ng_S__n_4397'),
('country_Vietnam_230', 'state_Qu___ng_Ninh_4398'),
('country_Vietnam_230', 'state_H__a_B__nh_4399'),
('country_Vietnam_230', 'state_H___T__y_4400'),
('country_Vietnam_230', 'state_Ninh_B__nh_4401'),
('country_Vietnam_230', 'state_Th__i_B__nh_4402'),
('country_Vietnam_230', 'state_Thanh_H__a_4403'),
('country_Vietnam_230', 'state_Ngh____An_4404'),
('country_Vietnam_230', 'state_H___T__nh_4405'),
('country_Vietnam_230', 'state_Qu___ng_B__nh_4406'),
('country_Vietnam_230', 'state_Qu___ng_Tr____4407'),
('country_Vietnam_230', 'state_Th___a_Thi__n_Hu____4408'),
('country_Vietnam_230', 'state_Qu___ng_Nam_4409'),
('country_Vietnam_230', 'state_Kon_Tum_4410'),
('country_Vietnam_230', 'state_Qu___ng_Ng__i_4411'),
('country_Vietnam_230', 'state_Gia_Lai_4412'),
('country_Vietnam_230', 'state_B__nh______nh_4413'),
('country_Vietnam_230', 'state_Ph___Y__n_4414'),
('country_Vietnam_230', 'state______k_L___k_4415'),
('country_Vietnam_230', 'state_Kh__nh_H__a_4416'),
('country_Vietnam_230', 'state_L__m______ng_4417'),
('country_Vietnam_230', 'state_Ninh_Thu___n_4418'),
('country_Vietnam_230', 'state_T__y_Ninh_4419'),
('country_Vietnam_230', 'state______ng_Nai_4420'),
('country_Vietnam_230', 'state_B__nh_Thu___n_4421'),
('country_Vietnam_230', 'state_Long_An_4422'),
('country_Vietnam_230', 'state_B___R___a_V__ng_T__u_4423'),
('country_Vietnam_230', 'state_An_Giang_4424'),
('country_Vietnam_230', 'state______ng_Th__p_4425'),
('country_Vietnam_230', 'state_Ti___n_Giang_4426'),
('country_Vietnam_230', 'state_Ki__n_Giang_4427'),
('country_Vietnam_230', 'state_C___n_Th___4428'),
('country_Vietnam_230', 'state_V__nh_Long_4429'),
('country_Vietnam_230', 'state_B___n_Tre_4430'),
('country_Vietnam_230', 'state_Tr___Vinh_4431'),
('country_Vietnam_230', 'state_S__c_Tr__ng_4432'),
('country_Vietnam_230', 'state_B___c_K___n_4433'),
('country_Vietnam_230', 'state_B___c_Giang_4434'),
('country_Vietnam_230', 'state_B___c_Li__u_4435'),
('country_Vietnam_230', 'state_B___c_Ninh_4436'),
('country_Vietnam_230', 'state_B__nh_D____ng_4437'),
('country_Vietnam_230', 'state_B__nh_Ph_____c_4438'),
('country_Vietnam_230', 'state_C___Mau_4439'),
('country_Vietnam_230', 'state______N___ng_4440'),
('country_Vietnam_230', 'state_H___i_D____ng_4441'),
('country_Vietnam_230', 'state_H___i_Ph__ng_4442'),
('country_Vietnam_230', 'state_H___Nam_4443'),
('country_Vietnam_230', 'state_H___N___i_4444'),
('country_Vietnam_230', 'state_S__i_G__n_4445'),
('country_Vietnam_230', 'state_H__ng_Y__n_4446'),
('country_Vietnam_230', 'state_Nam______nh_4447'),
('country_Vietnam_230', 'state_Ph___Th____4448'),
('country_Vietnam_230', 'state_Th__i_Nguy__n_4449'),
('country_Vietnam_230', 'state_V__nh_Ph__c_4450'),
('country_Vietnam_230', 'state___i___n_Bi__n_4451'),
('country_Vietnam_230', 'state______k_N__ng_4452'),
('country_Vietnam_230', 'state_H___u_Giang_4453'),
('country_Virgin_Islands__U_S___232', 'state_Saint_Croix_4454'),
('country_Wallis_and_Futuna_Islands_233', 'state_Alo_4457'),
('country_Wallis_and_Futuna_Islands_233', 'state_Sigave_4458'),
('country_Wallis_and_Futuna_Islands_233', 'state_Wallis_4459'),
('country_Yemen_235', 'state_____________4460'),
('country_Yemen_235', 'state________4461'),
('country_Yemen_235', 'state____________4462'),
('country_Yemen_235', 'state________________4463'),
('country_Yemen_235', 'state______________4464'),
('country_Yemen_235', 'state__________4465'),
('country_Yemen_235', 'state______________4466'),
('country_Yemen_235', 'state________4467'),
('country_Yemen_235', 'state________________4468'),
('country_Yemen_235', 'state______4469'),
('country_Yemen_235', 'state____________4470'),
('country_Yemen_235', 'state________4471'),
('country_Yemen_235', 'state__________4472'),
('country_Yemen_235', 'state______________4473'),
('country_Yemen_235', 'state________________4474'),
('country_Yemen_235', 'state__________4475'),
('country_Yemen_235', 'state____________4476'),
('country_Yemen_235', 'state__________4477'),
('country_Yemen_235', 'state________4478'),
('country_Zambia_238', 'state_Western_4479'),
('country_Zambia_238', 'state_Central_4480'),
('country_Zambia_238', 'state_Eastern_4481'),
('country_Zambia_238', 'state_Luapula_4482'),
('country_Zambia_238', 'state_Northern_4483'),
('country_Zambia_238', 'state_North_Western_4484'),
('country_Zambia_238', 'state_Southern_4485'),
('country_Zambia_238', 'state_Copperbelt_4486'),
('country_Zambia_238', 'state_Lusaka_4487'),
('country_Zimbabwe_239', 'state_Manicaland_4488'),
('country_Zimbabwe_239', 'state_Mashonaland_Central_4489'),
('country_Zimbabwe_239', 'state_Mashonaland_East_4490'),
('country_Zimbabwe_239', 'state_Midlands_4491'),
('country_Zimbabwe_239', 'state_Matabeleland_North_4492'),
('country_Zimbabwe_239', 'state_Matabeleland_South_4493'),
('country_Zimbabwe_239', 'state_Masvingo_4494'),
('country_Zimbabwe_239', 'state_Mashonaland_West_4495'),
('country_Afghanistan_', '1977'),
('country_Afghanistan_', '1978'),
('country_Japan_107', 'state___________1977'),
('tax_europe_9728', 'country_Germany_81'),
('tax_europe_9728', 'country_Austria_14'),
('tax_europe_9728', 'country_Belgium_21'),
('tax_europe_9728', 'country_Bulgaria_33'),
('tax_europe_9728', 'country_Croatia_53'),
('tax_europe_9728', 'country_Cyprus_55'),
('tax_europe_9728', 'country_Denmark_57'),
('tax_europe_9728', 'country_Spain_195'),
('tax_europe_9728', 'country_Estonia_67'),
('tax_europe_9728', 'country_Finland_72'),
('tax_europe_9728', 'country_France_73'),
('tax_europe_9728', 'country_France__Metropolitan_74'),
('tax_europe_9728', 'country_Greece_84'),
('tax_europe_9728', 'country_Hungary_97'),
('tax_europe_9728', 'country_Ireland_103'),
('tax_europe_9728', 'country_Italy_105'),
('tax_europe_9728', 'country_Latvia_117'),
('tax_europe_9728', 'country_Lithuania_123'),
('tax_europe_9728', 'country_Luxembourg_124'),
('tax_europe_9728', 'country_Malta_132'),
('tax_europe_9728', 'country_Netherlands_150'),
('tax_europe_9728', 'country_Poland_170'),
('tax_europe_9728', 'country_Portugal_171'),
('tax_europe_9728', 'country_Czech_Republic_56'),
('tax_europe_9728', 'country_Romania_175'),
('tax_europe_9728', 'country_Slovakia_189'),
('tax_europe_9728', 'country_Slovenia_190'),
('tax_europe_9728', 'country_Sweden_203'),
('country_South_Sudan_4577', 'state_Northern_Bahr_el_Ghazal_4578'),
('country_South_Sudan_4577', 'state_Western_Bahr_el_Ghazal_4579'),
('country_South_Sudan_4577', 'state_Lakes_4580'),
('country_South_Sudan_4577', 'state_Warrap_4581'),
('country_South_Sudan_4577', 'state_Western_Equatoria_4582'),
('country_South_Sudan_4577', 'state_Central_Equatoria_4583'),
('country_South_Sudan_4577', 'state_Eastern_Equatoria_4584'),
('country_South_Sudan_4577', 'state_Jonglei_4585'),
('country_South_Sudan_4577', 'state_Unity_4586'),
('country_South_Sudan_4577', 'state_Upper_Nile_4587'),
('country_South_Sudan_4577', 'state_Pibor_Administrative_Area_4588'),
('country_South_Sudan_4577', 'state_Ruweng_Administrative_Area_4589'),
('country_South_Sudan_4577', 'state_Abyei_Special_Administrative_Area_4590');

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

--
-- Table structure for table `xjmw1_languages`
--

CREATE TABLE `xjmw1_languages` (
  `lang_id` int(11) UNSIGNED NOT NULL,
  `asset_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `lang_code` char(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin 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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `xjmw1_languages`
--

INSERT INTO `xjmw1_languages` (`lang_id`, `asset_id`, `lang_code`, `title`, `title_native`, `sef`, `image`, `description`, `metakey`, `metadesc`, `sitename`, `published`, `access`, `ordering`) VALUES
(1, 0, 'en-GB', 'English (en-GB)', 'English (United Kingdom)', 'en', 'en_gb', '', '', '', '', 1, 1, 1);

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

--
-- Table structure for table `xjmw1_menu`
--

CREATE TABLE `xjmw1_menu` (
  `id` int(11) NOT NULL,
  `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(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_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` datetime 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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `xjmw1_menu`
--

INSERT INTO `xjmw1_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, 155, 0, '*', 0),
(2, 'main', 'com_banners', 'Banners', '', 'Banners', 'index.php?option=com_banners', 'component', 1, 1, 1, 4, 0, '0000-00-00 00:00:00', 0, 0, 'class:banners', 0, '', 1, 10, 0, '*', 1),
(3, 'main', 'com_banners', 'Banners', '', 'Banners/Banners', 'index.php?option=com_banners', 'component', 1, 2, 2, 4, 0, '0000-00-00 00:00:00', 0, 0, 'class:banners', 0, '', 2, 3, 0, '*', 1),
(4, 'main', 'com_banners_categories', 'Categories', '', 'Banners/Categories', 'index.php?option=com_categories&extension=com_banners', 'component', 1, 2, 2, 6, 0, '0000-00-00 00:00:00', 0, 0, 'class:banners-cat', 0, '', 4, 5, 0, '*', 1),
(5, 'main', 'com_banners_clients', 'Clients', '', 'Banners/Clients', 'index.php?option=com_banners&view=clients', 'component', 1, 2, 2, 4, 0, '0000-00-00 00:00:00', 0, 0, 'class:banners-clients', 0, '', 6, 7, 0, '*', 1),
(6, 'main', 'com_banners_tracks', 'Tracks', '', 'Banners/Tracks', 'index.php?option=com_banners&view=tracks', 'component', 1, 2, 2, 4, 0, '0000-00-00 00:00:00', 0, 0, 'class:banners-tracks', 0, '', 8, 9, 0, '*', 1),
(7, 'main', 'com_contact', 'Contacts', '', 'Contacts', 'index.php?option=com_contact', 'component', 1, 1, 1, 8, 0, '0000-00-00 00:00:00', 0, 0, 'class:contact', 0, '', 65, 70, 0, '*', 1),
(8, 'main', 'com_contact_contacts', 'Contacts', '', 'Contacts/Contacts', 'index.php?option=com_contact', 'component', 1, 7, 2, 8, 0, '0000-00-00 00:00:00', 0, 0, 'class:contact', 0, '', 66, 67, 0, '*', 1),
(9, 'main', 'com_contact_categories', 'Categories', '', 'Contacts/Categories', 'index.php?option=com_categories&extension=com_contact', 'component', 1, 7, 2, 6, 0, '0000-00-00 00:00:00', 0, 0, 'class:contact-cat', 0, '', 68, 69, 0, '*', 1),
(10, 'main', 'com_messages', 'Messaging', '', 'Messaging', 'index.php?option=com_messages', 'component', 1, 1, 1, 15, 0, '0000-00-00 00:00:00', 0, 0, 'class:messages', 0, '', 71, 74, 0, '*', 1),
(11, 'main', 'com_messages_add', 'New Private Message', '', 'Messaging/New Private Message', 'index.php?option=com_messages&task=message.add', 'component', 1, 10, 2, 15, 0, '0000-00-00 00:00:00', 0, 0, 'class:messages-add', 0, '', 72, 73, 0, '*', 1),
(13, 'main', 'com_newsfeeds', 'News Feeds', '', 'News Feeds', 'index.php?option=com_newsfeeds', 'component', 1, 1, 1, 17, 0, '0000-00-00 00:00:00', 0, 0, 'class:newsfeeds', 0, '', 75, 80, 0, '*', 1),
(14, 'main', 'com_newsfeeds_feeds', 'Feeds', '', 'News Feeds/Feeds', 'index.php?option=com_newsfeeds', 'component', 1, 13, 2, 17, 0, '0000-00-00 00:00:00', 0, 0, 'class:newsfeeds', 0, '', 76, 77, 0, '*', 1),
(15, 'main', 'com_newsfeeds_categories', 'Categories', '', 'News Feeds/Categories', 'index.php?option=com_categories&extension=com_newsfeeds', 'component', 1, 13, 2, 6, 0, '0000-00-00 00:00:00', 0, 0, 'class:newsfeeds-cat', 0, '', 78, 79, 0, '*', 1),
(16, 'main', 'com_redirect', 'Redirect', '', 'Redirect', 'index.php?option=com_redirect', 'component', 1, 1, 1, 24, 0, '0000-00-00 00:00:00', 0, 0, 'class:redirect', 0, '', 81, 82, 0, '*', 1),
(17, 'main', 'com_search', 'Basic Search', '', 'Basic Search', 'index.php?option=com_search', 'component', 1, 1, 1, 19, 0, '0000-00-00 00:00:00', 0, 0, 'class:search', 0, '', 83, 84, 0, '*', 1),
(18, 'main', 'com_finder', 'Smart Search', '', 'Smart Search', 'index.php?option=com_finder', 'component', 1, 1, 1, 27, 0, '0000-00-00 00:00:00', 0, 0, 'class:finder', 0, '', 85, 86, 0, '*', 1),
(20, 'main', 'com_tags', 'Tags', '', 'Tags', 'index.php?option=com_tags', 'component', 1, 1, 1, 29, 0, '0000-00-00 00:00:00', 0, 1, 'class:tags', 0, '', 87, 88, 0, '', 1),
(21, 'main', 'com_postinstall', 'Post-installation messages', '', 'Post-installation messages', 'index.php?option=com_postinstall', 'component', 1, 1, 1, 32, 0, '0000-00-00 00:00:00', 0, 1, 'class:postinstall', 0, '', 89, 90, 0, '*', 1),
(101, 'mainmenu', 'Home', 'home', '', 'home', 'index.php?option=com_gantry5&view=custom', 'component', 1, 1, 1, 10048, 0, '0000-00-00 00:00:00', 0, 1, ' ', 161, '{\"particle\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"1\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 11, 12, 1, '*', 0),
(104, 'mainmenu', 'Features', 'features', '', 'features', '', 'separator', 0, 1, 1, 0, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"menu_image\":\"\",\"menu_text\":1,\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_show\":1}', 13, 28, 0, '*', 0),
(105, 'mainmenu', 'Overview', 'overview', '', 'features/overview', 'index.php?option=com_gantry5&view=custom', 'component', 0, 104, 2, 10048, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"particle\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"menu_show\":1}', 14, 15, 0, '*', 0),
(106, 'mainmenu', 'Typography', 'typography', '', 'features/typography', 'index.php?option=com_content&view=article&id=19', 'component', 0, 104, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"show_title\":\"0\",\"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_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 18, 19, 0, '*', 0),
(107, 'mainmenu', 'Block Variations', 'block-variations', '', 'features/block-variations', 'index.php?option=com_content&view=article&id=3', 'component', 0, 104, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"show_title\":\"0\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"0\",\"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_icons\":\"0\",\"show_print_icon\":\"0\",\"show_email_icon\":\"0\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"menu_show\":1}', 20, 21, 0, '*', 0),
(108, 'mainmenu', 'Documentation', 'documentation', '', 'features/documentation', 'https://www.rockettheme.com/docs/joomla/templates/protean', 'url', 0, 104, 2, 0, 0, '0000-00-00 00:00:00', 1, 1, ' ', 0, '{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1}', 22, 23, 0, '*', 0),
(109, 'mainmenu', 'Forum Support', 'forum-support', '', 'features/forum-support', 'https://www.rockettheme.com/forum/joomla-template-protean', 'url', 0, 104, 2, 0, 0, '0000-00-00 00:00:00', 1, 1, ' ', 0, '{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1}', 24, 25, 0, '*', 0),
(110, 'mainmenu', 'Pages', 'pages', '', 'pages', '', 'separator', 0, 1, 1, 0, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"menu_image\":\"\",\"menu_text\":1,\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_show\":1}', 29, 46, 0, '*', 0),
(111, 'mainmenu', 'About Us', 'about-us', '', 'pages/about-us', 'index.php?option=com_gantry5&view=custom', 'component', 0, 110, 2, 10048, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"particle\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 30, 31, 0, '*', 0),
(114, 'mainmenu', 'Pricing', 'pricing', '', 'pages/pricing', 'index.php?option=com_gantry5&view=custom', 'component', 0, 110, 2, 10048, 0, '0000-00-00 00:00:00', 0, 1, ' ', 74, '{\"particle\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"menu_show\":1}', 32, 33, 0, '*', 0),
(115, 'mainmenu', 'Portfolio', 'portfolio', '', 'pages/portfolio', 'index.php?option=com_gantry5&view=custom', 'component', 0, 110, 2, 10048, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"particle\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 34, 35, 0, '*', 0),
(118, 'mainmenu', 'Blog', 'blog', '', 'pages/blog', 'index.php?option=com_content&view=category&layout=blog&id=10', 'component', 0, 110, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"layout_type\":\"blog\",\"show_category_heading_title_text\":\"\",\"show_category_title\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_no_articles\":\"\",\"show_subcat_desc\":\"\",\"show_cat_num_articles\":\"\",\"show_cat_tags\":\"\",\"page_subheading\":\"\",\"num_leading_articles\":\"1\",\"num_intro_articles\":\"2\",\"num_columns\":\"1\",\"num_links\":\"4\",\"multi_column_order\":\"\",\"show_subcategory_content\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"date\",\"order_date\":\"\",\"show_pagination\":\"\",\"show_pagination_results\":\"\",\"show_featured\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"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_tags\":\"\",\"show_noauth\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 36, 37, 0, '*', 0),
(119, 'mainmenu', 'Contact', 'contact', '', 'pages/contact', 'index.php?option=com_contact&view=contact&id=1', 'component', 0, 110, 2, 8, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"presentation_style\":\"plain\",\"show_contact_category\":\"hide\",\"show_contact_list\":\"0\",\"show_tags\":\"\",\"show_name\":\"0\",\"show_position\":\"\",\"show_email\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_misc\":\"\",\"show_image\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"articles_display_num\":\"\",\"show_links\":\"\",\"linka_name\":\"\",\"linkb_name\":\"\",\"linkc_name\":\"\",\"linkd_name\":\"\",\"linke_name\":\"\",\"show_email_form\":\"\",\"show_email_copy\":\"\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 38, 39, 0, '*', 0),
(120, 'mainmenu', 'Error', 'error', '', 'pages/error', 'index.php?option=com_gantry5&view=error', 'component', 0, 110, 2, 10048, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"particle\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"menu_show\":1}', 40, 41, 0, '*', 0),
(121, 'mainmenu', 'Coming Soon', 'coming-soon', '', 'pages/coming-soon', 'index.php?option=com_gantry5&view=custom', 'component', 0, 110, 2, 10048, 0, '0000-00-00 00:00:00', 0, 1, ' ', 153, '{\"particle\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"menu_show\":1}', 42, 43, 0, '*', 0),
(122, 'mainmenu', 'Offline', 'offline', '', 'pages/offline', 'index.php?option=com_content&view=article&id=11', 'component', 0, 110, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"show_title\":\"0\",\"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_icons\":\"0\",\"show_print_icon\":\"0\",\"show_email_icon\":\"0\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"menu_show\":1}', 44, 45, 0, '*', 0),
(123, 'mainmenu', 'Styles', 'styles', '', 'styles', '', 'separator', 0, 1, 1, 0, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"menu_image\":\"\",\"menu_text\":1,\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_show\":1}', 63, 64, 0, '*', 0),
(124, 'mainmenu', 'Download', 'download', '', 'features/download', 'https://www.rockettheme.com/joomla/templates/protean', 'url', 0, 104, 2, 0, 0, '0000-00-00 00:00:00', 1, 1, ' ', 0, '{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1}', 26, 27, 0, '*', 0),
(168, 'mainmenu', 'Particles', 'particles', '', 'features/particles', 'index.php?option=com_gantry5&view=custom', 'component', 0, 104, 2, 10048, 0, '0000-00-00 00:00:00', 0, 1, ' ', 162, '{\"particle\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"menu_show\":1}', 16, 17, 0, '*', 0),
(180, 'mainmenu', 'Layouts', 'sample-layouts', '', 'sample-layouts', '', 'separator', 0, 1, 1, 0, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"menu_image\":\"\",\"menu_text\":1,\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_show\":1}', 47, 62, 0, '*', 0),
(181, 'mainmenu', 'Fullwidth', 'fullwidth', '', 'sample-layouts/fullwidth', 'index.php?option=com_gantry5&view=custom', 'component', 0, 180, 2, 10048, 0, '0000-00-00 00:00:00', 0, 1, ' ', 154, '{\"particle\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"menu_show\":1}', 48, 49, 0, '*', 0),
(182, 'mainmenu', 'Left Sidebar', 'left-sidebar', '', 'sample-layouts/left-sidebar', 'index.php?option=com_gantry5&view=custom', 'component', 0, 180, 2, 10048, 0, '0000-00-00 00:00:00', 0, 1, ' ', 155, '{\"particle\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"menu_show\":1}', 50, 51, 0, '*', 0),
(183, 'mainmenu', 'Right Sidebar', 'right-sidebar', '', 'sample-layouts/right-sidebar', 'index.php?option=com_gantry5&view=custom', 'component', 0, 180, 2, 10048, 0, '0000-00-00 00:00:00', 0, 1, ' ', 156, '{\"particle\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"menu_show\":1}', 52, 53, 0, '*', 0),
(184, 'mainmenu', 'Two Sidebars', 'two-sidebars', '', 'sample-layouts/two-sidebars', 'index.php?option=com_gantry5&view=custom', 'component', 0, 180, 2, 10048, 0, '0000-00-00 00:00:00', 0, 1, ' ', 157, '{\"particle\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"menu_show\":1}', 54, 55, 0, '*', 0),
(185, 'mainmenu', 'Rows & Columns', 'rows-columns', '', 'sample-layouts/rows-columns', 'index.php?option=com_gantry5&view=custom', 'component', 0, 180, 2, 10048, 0, '0000-00-00 00:00:00', 0, 1, ' ', 160, '{\"particle\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"menu_show\":1}', 60, 61, 0, '*', 0),
(186, 'mainmenu', 'Two Sidebars Left', 'two-sidebars-left', '', 'sample-layouts/two-sidebars-left', 'index.php?option=com_gantry5&view=custom', 'component', 0, 180, 2, 10048, 0, '0000-00-00 00:00:00', 0, 1, ' ', 158, '{\"particle\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"menu_show\":1}', 56, 57, 0, '*', 0),
(187, 'mainmenu', 'Two Sidebars Right', 'two-sidebars-right', '', 'sample-layouts/two-sidebars-right', 'index.php?option=com_gantry5&view=custom', 'component', 0, 180, 2, 10048, 0, '0000-00-00 00:00:00', 0, 1, ' ', 159, '{\"particle\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"menu_show\":1}', 58, 59, 0, '*', 0),
(206, 'main', 'com_joomlaupdate', 'com-joomlaupdate', '', 'com-joomlaupdate', 'index.php?option=com_joomlaupdate', 'component', 1, 1, 1, 28, 0, '0000-00-00 00:00:00', 0, 1, 'class:joomlaupdate', 0, '{}', 91, 92, 0, '', 1),
(208, 'hidden', 'Protean template suited for multiple websites', 'protean-template-suited-for-multiple-websites', '', 'protean-template-suited-for-multiple-websites', 'index.php?option=com_content&view=article&id=23', 'component', 1, 1, 1, 22, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"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_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 93, 94, 0, '*', 0),
(211, 'hidden', 'Exclusive Slider Carousel and Flipster particles', 'exclusive-slider-carousel-and-flipster-particles', '', 'exclusive-slider-carousel-and-flipster-particles', 'index.php?option=com_content&view=article&id=22', 'component', 1, 1, 1, 22, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"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_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 95, 96, 0, '*', 0),
(212, 'hidden', 'Customize content quickly in Layout Manager', 'customize-content-quickly-in-layout-manager', '', 'customize-content-quickly-in-layout-manager', 'index.php?option=com_content&view=article&id=15', 'component', 1, 1, 1, 22, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"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_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 97, 98, 0, '*', 0),
(217, 'main', 'com_associations', 'multilingual-associations', '', 'multilingual-associations', 'index.php?option=com_associations', 'component', 1, 1, 1, 34, 0, '0000-00-00 00:00:00', 0, 1, 'class:associations', 0, '{}', 99, 100, 0, '*', 1),
(236, 'main', 'COM_GANTRY5', 'com-gantry5', '', 'com-gantry5', 'index.php?option=com_gantry5', 'component', 1, 1, 1, 10048, 0, '0000-00-00 00:00:00', 0, 1, 'class:component', 0, '{}', 101, 106, 0, '', 1),
(237, 'main', 'COM_GANTRY5_ADMIN_MENU_THEMES', 'com-gantry5-admin-menu-themes', '', 'com-gantry5/com-gantry5-admin-menu-themes', 'index.php?option=com_gantry5&view=themes', 'component', 1, 236, 2, 10048, 0, '0000-00-00 00:00:00', 0, 1, 'class:component', 0, '{}', 102, 103, 0, '', 1),
(238, 'main', 'COM_GANTRY5_ADMIN_MENU_THEME', 'com-gantry5-admin-menu-theme', '', 'com-gantry5/com-gantry5-admin-menu-theme', 'index.php?option=com_gantry5', 'component', 1, 236, 2, 10048, 0, '0000-00-00 00:00:00', 0, 1, 'class:component', 0, '{}', 104, 105, 0, '', 1),
(239, 'mainmenu', 'Login', 'login', '', 'login', 'index.php?option=com_users&view=login', 'component', 0, 1, 1, 25, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"loginredirectchoice\":\"1\",\"login_redirect_url\":\"\",\"login_redirect_menuitem\":\"\",\"logindescription_show\":\"1\",\"login_description\":\"\",\"login_image\":\"\",\"logoutredirectchoice\":\"1\",\"logout_redirect_url\":\"\",\"logout_redirect_menuitem\":\"\",\"logoutdescription_show\":\"1\",\"logout_description\":\"\",\"logout_image\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 107, 108, 0, '*', 0),
(240, 'mainmenu', 'SignUp', 'signup', '', 'signup', 'index.php?option=com_users&view=registration', 'component', 0, 1, 1, 25, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 109, 110, 0, '*', 0),
(270, 'main', 'TCPDF', 'tcpdf', '', 'tcpdf', 'index.php?option=com_tcpdf', 'component', 1, 1, 1, 10285, 0, '0000-00-00 00:00:00', 0, 1, 'class:component', 0, '{}', 111, 112, 0, '', 1),
(271, 'main', 'COM_VIRTUEMART', 'com-virtuemart', '', 'com-virtuemart', 'index.php?option=com_virtuemart', 'component', 1, 1, 1, 10252, 0, '0000-00-00 00:00:00', 0, 1, '../components/com_virtuemart/assets/images/vmgeneral/menu_icon.png', 0, '{}', 113, 140, 0, '', 1),
(272, 'main', 'COM_VIRTUEMART_CONTROL_PANEL', 'com-virtuemart-control-panel', '', 'com-virtuemart/com-virtuemart-control-panel', 'index.php?option=com_virtuemart&view=virtuemart', 'component', 1, 271, 2, 10252, 0, '0000-00-00 00:00:00', 0, 1, 'components/com_virtuemart/assets/images/icon_16/menu-icon16-report.png', 0, '{}', 114, 115, 0, '', 1),
(273, 'main', 'COM_VIRTUEMART_MENU_CATEGORIES', 'com-virtuemart-menu-categories', '', 'com-virtuemart/com-virtuemart-menu-categories', 'index.php?option=com_virtuemart&view=category', 'component', 1, 271, 2, 10252, 0, '0000-00-00 00:00:00', 0, 1, 'components/com_virtuemart/assets/images/icon_16/menu-icon16-categories.png', 0, '{}', 116, 117, 0, '', 1),
(274, 'main', 'COM_VIRTUEMART_MENU_PRODUCTS', 'com-virtuemart-menu-products', '', 'com-virtuemart/com-virtuemart-menu-products', 'index.php?option=com_virtuemart&view=product', 'component', 1, 271, 2, 10252, 0, '0000-00-00 00:00:00', 0, 1, 'components/com_virtuemart/assets/images/icon_16/menu-icon16-products.png', 0, '{}', 118, 119, 0, '', 1),
(275, 'main', 'COM_VIRTUEMART_MENU_CUSTOMS', 'com-virtuemart-menu-customs', '', 'com-virtuemart/com-virtuemart-menu-customs', 'index.php?option=com_virtuemart&view=custom', 'component', 1, 271, 2, 10252, 0, '0000-00-00 00:00:00', 0, 1, 'components/com_virtuemart/assets/images/icon_16/menu-icon16-document_move.png', 0, '{}', 120, 121, 0, '', 1),
(276, 'main', 'COM_VIRTUEMART_MENU_ORDERS', 'com-virtuemart-menu-orders', '', 'com-virtuemart/com-virtuemart-menu-orders', 'index.php?option=com_virtuemart&view=orders', 'component', 1, 271, 2, 10252, 0, '0000-00-00 00:00:00', 0, 1, 'components/com_virtuemart/assets/images/icon_16/menu-icon16-orders.png', 0, '{}', 122, 123, 0, '', 1),
(277, 'main', 'COM_VIRTUEMART_MENU_REPORT', 'com-virtuemart-menu-report', '', 'com-virtuemart/com-virtuemart-menu-report', 'index.php?option=com_virtuemart&view=report', 'component', 1, 271, 2, 10252, 0, '0000-00-00 00:00:00', 0, 1, 'components/com_virtuemart/assets/images/icon_16/menu-icon16-report.png', 0, '{}', 124, 125, 0, '', 1),
(278, 'main', 'COM_VIRTUEMART_MENU_USERS', 'com-virtuemart-menu-users', '', 'com-virtuemart/com-virtuemart-menu-users', 'index.php?option=com_virtuemart&view=user', 'component', 1, 271, 2, 10252, 0, '0000-00-00 00:00:00', 0, 1, 'components/com_virtuemart/assets/images/icon_16/menu-icon16-shoppers.png', 0, '{}', 126, 127, 0, '', 1),
(279, 'main', 'COM_VIRTUEMART_MENU_MANUFACTURERS', 'com-virtuemart-menu-manufacturers', '', 'com-virtuemart/com-virtuemart-menu-manufacturers', 'index.php?option=com_virtuemart&view=manufacturer', 'component', 1, 271, 2, 10252, 0, '0000-00-00 00:00:00', 0, 1, 'components/com_virtuemart/assets/images/icon_16/menu-icon16-manufacturers.png', 0, '{}', 128, 129, 0, '', 1),
(280, 'main', 'COM_VIRTUEMART_MENU_STORE', 'com-virtuemart-menu-store', '', 'com-virtuemart/com-virtuemart-menu-store', 'index.php?option=com_virtuemart&view=user&task=editshop', 'component', 1, 271, 2, 10252, 0, '0000-00-00 00:00:00', 0, 1, 'components/com_virtuemart/assets/images/icon_16/menu-icon16-shop.png', 0, '{}', 130, 131, 0, '', 1),
(281, 'main', 'COM_VIRTUEMART_MENU_MEDIAFILES', 'com-virtuemart-menu-mediafiles', '', 'com-virtuemart/com-virtuemart-menu-mediafiles', 'index.php?option=com_virtuemart&view=media', 'component', 1, 271, 2, 10252, 0, '0000-00-00 00:00:00', 0, 1, 'components/com_virtuemart/assets/images/icon_16/menu-icon16-media.png', 0, '{}', 132, 133, 0, '', 1),
(282, 'main', 'COM_VIRTUEMART_MENU_SHIPMENTMETHODS', 'com-virtuemart-menu-shipmentmethods', '', 'com-virtuemart/com-virtuemart-menu-shipmentmethods', 'index.php?option=com_virtuemart&view=shipmentmethod', 'component', 1, 271, 2, 10252, 0, '0000-00-00 00:00:00', 0, 1, 'components/com_virtuemart/assets/images/icon_16/menu-icon16-shipmentmethods.png', 0, '{}', 134, 135, 0, '', 1),
(283, 'main', 'COM_VIRTUEMART_MENU_PAYMENTMETHODS', 'com-virtuemart-menu-paymentmethods', '', 'com-virtuemart/com-virtuemart-menu-paymentmethods', 'index.php?option=com_virtuemart&view=paymentmethod', 'component', 1, 271, 2, 10252, 0, '0000-00-00 00:00:00', 0, 1, 'components/com_virtuemart/assets/images/icon_16/menu-icon16-paymentmethods.png', 0, '{}', 136, 137, 0, '', 1),
(284, 'main', 'COM_VIRTUEMART_MENU_CONFIGURATION', 'com-virtuemart-menu-configuration', '', 'com-virtuemart/com-virtuemart-menu-configuration', 'index.php?option=com_virtuemart&view=config', 'component', 1, 271, 2, 10252, 0, '0000-00-00 00:00:00', 0, 1, 'components/com_virtuemart/assets/images/icon_16/menu-icon16-config.png', 0, '{}', 138, 139, 0, '', 1),
(285, 'main', 'VirtueMart AIO', 'virtuemart-aio', '', 'virtuemart-aio', 'index.php?option=com_virtuemart_allinone', 'component', 1, 1, 1, 10253, 0, '0000-00-00 00:00:00', 0, 1, 'class:component', 0, '{}', 141, 142, 0, '', 1),
(286, 'mainmenu', 'Our Products', 'our-products', '', 'our-products', 'index.php?option=com_virtuemart&view=category&virtuemart_category_id=1&virtuemart_manufacturer_id=1', 'component', 0, 1, 1, 10252, 0, '0000-00-00 00:00:00', 0, 1, ' ', 151, '{\"storefront\":\"1\",\"show_store_desc\":\"\",\"categorylayout\":\"default\",\"showcategory_desc\":\"\",\"showcategory\":\"\",\"categories_per_row\":\"\",\"showproducts\":\"\",\"showsearch\":\"\",\"productsublayout\":\"products_horizon\",\"products_per_row\":\"3\",\"featured\":\"\",\"featured_rows\":\"3\",\"discontinued\":\"\",\"discontinued_rows\":\"\",\"latest\":\"\",\"latest_rows\":\"\",\"topten\":\"\",\"topten_rows\":\"\",\"recent\":\"\",\"recent_rows\":\"\",\"stf_itemid\":\"\",\"stf_categorylayout\":\"\",\"stf_show_store_desc\":\"\",\"stf_showcategory_desc\":\"\",\"stf_showcategory\":\"\",\"stf_categories_per_row\":\"\",\"stf_showproducts\":\"\",\"stf_showsearch\":\"\",\"stf_productsublayout\":\"\",\"stf_products_per_row\":\"\",\"stf_featured\":\"\",\"stf_featured_rows\":\"\",\"stf_discontinued\":\"\",\"stf_discontinued_rows\":\"\",\"stf_latest\":\"\",\"stf_latest_rows\":\"\",\"stf_topten\":\"\",\"stf_topten_rows\":\"\",\"stf_recent\":\"\",\"stf_recent_rows\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"1\",\"page_heading\":\"Our Products\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 143, 144, 0, '*', 0),
(287, 'main', 'COM_SMARTFORMS', 'com-smartforms', '', 'com-smartforms', 'index.php?option=com_smartforms', 'component', 1, 1, 1, 10295, 0, '0000-00-00 00:00:00', 0, 1, 'class:component', 0, '{}', 145, 154, 0, '', 1),
(288, 'main', 'COM_SMART_FORMS_MENU_MANAGE_FORM', 'com-smart-forms-menu-manage-form', '', 'com-smartforms/com-smart-forms-menu-manage-form', 'index.php?option=com_smartforms&act=manageforms', 'component', 1, 287, 2, 10295, 0, '0000-00-00 00:00:00', 0, 1, 'class:component', 0, '{}', 146, 147, 0, '', 1),
(289, 'main', 'COM_SMART_FORMS_VIEW_ENTRIES', 'com-smart-forms-view-entries', '', 'com-smartforms/com-smart-forms-view-entries', 'index.php?option=com_smartforms&act=entries', 'component', 1, 287, 2, 10295, 0, '0000-00-00 00:00:00', 0, 1, 'class:component', 0, '{}', 148, 149, 0, '', 1),
(290, 'main', 'COM_SMART_FORMS_MENU_SUPPORT', 'com-smart-forms-menu-support', '', 'com-smartforms/com-smart-forms-menu-support', 'index.php?option=com_smartforms&act=support', 'component', 1, 287, 2, 10295, 0, '0000-00-00 00:00:00', 0, 1, 'class:component', 0, '{}', 150, 151, 0, '', 1),
(291, 'main', 'COM_SMART_FORMS_MENU_TUTORIAL', 'com-smart-forms-menu-tutorial', '', 'com-smartforms/com-smart-forms-menu-tutorial', 'index.php?option=com_smartforms&act=tutorials', 'component', 1, 287, 2, 10295, 0, '0000-00-00 00:00:00', 0, 1, 'class:component', 0, '{}', 152, 153, 0, '', 1);

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

--
-- Table structure for table `xjmw1_menu_types`
--

CREATE TABLE `xjmw1_menu_types` (
  `id` int(10) UNSIGNED NOT NULL,
  `asset_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `menutype` varchar(24) NOT NULL,
  `title` varchar(48) NOT NULL,
  `description` varchar(255) NOT NULL DEFAULT '',
  `client_id` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `xjmw1_menu_types`
--

INSERT INTO `xjmw1_menu_types` (`id`, `asset_id`, `menutype`, `title`, `description`, `client_id`) VALUES
(1, 693, 'mainmenu', 'Main Menu', 'The main menu for the site', 0),
(20, 690, 'hidden', 'Hidden Menu', '', 0),
(21, 0, 'hikashop_default', 'HikaShop default menus', 'This menu is used by HikaShop to store menus configurations', 0);

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

--
-- Table structure for table `xjmw1_messages`
--

CREATE TABLE `xjmw1_messages` (
  `message_id` int(10) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `xjmw1_messages_cfg`
--

CREATE TABLE `xjmw1_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 ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `xjmw1_modules`
--

CREATE TABLE `xjmw1_modules` (
  `id` int(11) NOT NULL,
  `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 DEFAULT 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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `xjmw1_modules`
--

INSERT INTO `xjmw1_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
(2, 40, '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, 41, '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, 42, '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, 43, '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, 44, '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, 45, '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, 46, '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, 47, '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, 48, '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, 49, '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, '*'),
(79, 52, '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, 53, '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, '*'),
(139, 130, 'To Make Your Joomla! Website Offline', '', '<p>To make your Joomla! website unavailable to visitors, replacing it with a simple message, do this:</p>\r\n\r\n<ol>\r\n  <li> Log in to the Administrator back-end.</li>\r\n  <li> Click on the <strong>Global Configuration</strong> button in the main Control Panel or <strong>System &rarr; Global Configuration</strong> in Joomla 3.x.</li>\r\n  <li> There are so many configuration options that they need to be divided into separate groups or tabs.  The <strong>Site</strong> tab, it should be the default first view displayed, if not click on the tab.</li>\r\n  <li> Find where it says <strong>Site Offline</strong> and click the <strong>Yes</strong> button in Joomla 3.x.</li>\r\n  <li><strong>Optional:</strong> Change the <strong>Offline Message</strong> to give your visitors some explanation about why your website is unavailable.</li>\r\n  <li> Click the <strong>Save</strong> toolbar button to implement the new settings:\r\n    <ul>\r\n      <li> The <strong>Save</strong> toolbar button will save your changes and but leave you in Global Configuration.</li>\r\n      <li> The <strong>Save and Close</strong> button will save your changes and return you to the Administrator Control Panel.</li>\r\n    </ul>\r\n  </li>\r\n  <li>You should see a message confirming the settings have been changed.</li>\r\n</ol>', 1, 'extension-a', 0, '0000-00-00 00:00:00', '2021-03-18 19:58:19', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 0, '{\"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, '*'),
(181, 175, 'Portfolio Info List 2', '', '', 1, 'expanded-a', 0, '0000-00-00 00:00:00', '2021-03-18 19:58:19', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"infolist\\\",\\\"title\\\":\\\"Info List\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"noborder spaced\\\",\\\"title\\\":\\\"\\\",\\\"intro\\\":\\\"\\\",\\\"cols\\\":\\\"g-2cols\\\",\\\"infolists\\\":[{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"gantry-media:\\/\\/rocketlauncher\\/pages\\/portfolio\\/expanded\\/img-01.jpg\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"large\\\",\\\"desc\\\":\\\"Cuaqum ante augue. Nullam dignissim, felis eu imperdiet feugiat, libero ipsum gravida arcu.\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"Learn More\\\",\\\"link\\\":\\\"#\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Project 1\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"gantry-media:\\/\\/rocketlauncher\\/pages\\/portfolio\\/expanded\\/img-02.jpg\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"large\\\",\\\"desc\\\":\\\"Cuaqum ante augue. Nullam dignissim, felis eu imperdiet feugiat, libero ipsum gravida arcu.\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"Learn More\\\",\\\"link\\\":\\\"#\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Project 2\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"gantry-media:\\/\\/rocketlauncher\\/pages\\/portfolio\\/expanded\\/img-03.jpg\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"large\\\",\\\"desc\\\":\\\"Cuaqum ante augue. Nullam dignissim, felis eu imperdiet feugiat, libero ipsum gravida arcu.\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"Learn More\\\",\\\"link\\\":\\\"#\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Project 3\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"gantry-media:\\/\\/rocketlauncher\\/pages\\/portfolio\\/expanded\\/img-04.jpg\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"large\\\",\\\"desc\\\":\\\"Cuaqum ante augue. Nullam dignissim, felis eu imperdiet feugiat, libero ipsum gravida arcu.\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"Learn More\\\",\\\"link\\\":\\\"#\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Project 4\\\"}]}}}\",\"moduleclass_sfx\":\"\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(320, 314, 'About Us - What we do', '', '', 1, 'bottom-a', 0, '0000-00-00 00:00:00', '2021-03-18 19:58:19', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"blockcontent\\\",\\\"title\\\":\\\"Block Content\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"center g-blockcontent-spacing\\\",\\\"title\\\":\\\"This is what we do\\\",\\\"icon\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"linktext\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"linkclass\\\":\\\"\\\",\\\"linktarget\\\":\\\"_self\\\",\\\"subcontents\\\":[{\\\"name\\\":\\\"Introduction\\\",\\\"icon\\\":\\\"\\\",\\\"img\\\":\\\"gantry-media:\\/\\/rocketlauncher\\/pages\\/about-us\\/mainbar\\/img-01.jpg\\\",\\\"rokboximage\\\":\\\"\\\",\\\"rokboxcaption\\\":\\\"\\\",\\\"subtitle\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"class\\\":\\\"nopaddingall\\\",\\\"button\\\":\\\"\\\",\\\"buttonlink\\\":\\\"\\\",\\\"buttonclass\\\":\\\"\\\",\\\"buttontarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Introduction\\\"},{\\\"name\\\":\\\"Mission\\\",\\\"icon\\\":\\\"\\\",\\\"img\\\":\\\"gantry-media:\\/\\/rocketlauncher\\/pages\\/about-us\\/mainbar\\/img-02.jpg\\\",\\\"rokboximage\\\":\\\"\\\",\\\"rokboxcaption\\\":\\\"\\\",\\\"subtitle\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"class\\\":\\\"nopaddingall\\\",\\\"button\\\":\\\"\\\",\\\"buttonlink\\\":\\\"\\\",\\\"buttonclass\\\":\\\"\\\",\\\"buttontarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Mission\\\"},{\\\"name\\\":\\\"Business\\\",\\\"icon\\\":\\\"\\\",\\\"img\\\":\\\"gantry-media:\\/\\/rocketlauncher\\/pages\\/about-us\\/mainbar\\/img-03.jpg\\\",\\\"rokboximage\\\":\\\"\\\",\\\"rokboxcaption\\\":\\\"\\\",\\\"subtitle\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"class\\\":\\\"nopaddingall\\\",\\\"button\\\":\\\"\\\",\\\"buttonlink\\\":\\\"\\\",\\\"buttonclass\\\":\\\"\\\",\\\"buttontarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Business\\\"}]}}}\",\"moduleclass_sfx\":\"title6 center\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(482, 476, 'Portfolio Info List', '', '', 1, 'above-a', 0, '0000-00-00 00:00:00', '2021-03-18 19:58:19', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"infolist\\\",\\\"title\\\":\\\"Info List\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"\\\",\\\"title\\\":\\\"\\\",\\\"intro\\\":\\\"\\\",\\\"cols\\\":\\\"g-3cols\\\",\\\"infolists\\\":[{\\\"icon\\\":\\\"fa fa-align-justify\\\",\\\"iconloc\\\":\\\"center\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec sit amet nibh. Vivamus non arcu.\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Social Media\\\"},{\\\"icon\\\":\\\"fa fa-bar-chart-o\\\",\\\"iconloc\\\":\\\"center\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec sit amet nibh. Vivamus non arcu.\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Web Development\\\"},{\\\"icon\\\":\\\"fa fa-building-o\\\",\\\"iconloc\\\":\\\"center\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec sit amet nibh. Vivamus non arcu.\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Graphic Design\\\"},{\\\"icon\\\":\\\"fa fa-codepen\\\",\\\"iconloc\\\":\\\"center\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec sit amet nibh. Vivamus non arcu.\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Customer Relations\\\"},{\\\"icon\\\":\\\"fa fa-file-movie-o\\\",\\\"iconloc\\\":\\\"center\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec sit amet nibh. Vivamus non arcu.\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Reliable Resources\\\"},{\\\"icon\\\":\\\"fa fa-industry\\\",\\\"iconloc\\\":\\\"center\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec sit amet nibh. Vivamus non arcu.\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Music Composition\\\"}]}}}\",\"moduleclass_sfx\":\"\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(491, 485, 'Portfolio Image Grid', '', '', 1, 'bottom-a', 0, '0000-00-00 00:00:00', '2021-03-18 19:58:19', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"imagegrid\\\",\\\"title\\\":\\\"Image Grid\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"\\\",\\\"title\\\":\\\"\\\",\\\"desc\\\":\\\"\\\",\\\"cols\\\":\\\"g-imagegrid-4cols\\\",\\\"layout\\\":\\\"g-imagegrid-captions\\\",\\\"album\\\":\\\"clients\\\",\\\"imagegriditems\\\":[{\\\"image\\\":\\\"gantry-media:\\/\\/rocketlauncher\\/pages\\/portfolio\\/footer\\/img-01.jpg\\\",\\\"caption\\\":\\\"Image 1\\\",\\\"icon\\\":\\\"fa fa-search\\\",\\\"title\\\":\\\"Image 1\\\"},{\\\"image\\\":\\\"gantry-media:\\/\\/rocketlauncher\\/pages\\/portfolio\\/footer\\/img-02.jpg\\\",\\\"caption\\\":\\\"Image 2\\\",\\\"icon\\\":\\\"fa fa-search\\\",\\\"title\\\":\\\"Image 2\\\"},{\\\"image\\\":\\\"gantry-media:\\/\\/rocketlauncher\\/pages\\/portfolio\\/footer\\/img-03.jpg\\\",\\\"caption\\\":\\\"Image 3\\\",\\\"icon\\\":\\\"fa fa-search\\\",\\\"title\\\":\\\"Image 3\\\"},{\\\"image\\\":\\\"gantry-media:\\/\\/rocketlauncher\\/pages\\/portfolio\\/footer\\/img-04.jpg\\\",\\\"caption\\\":\\\"Image 4\\\",\\\"icon\\\":\\\"fa fa-search\\\",\\\"title\\\":\\\"Image 4\\\"},{\\\"image\\\":\\\"gantry-media:\\/\\/rocketlauncher\\/pages\\/portfolio\\/footer\\/img-05.jpg\\\",\\\"caption\\\":\\\"Image 5\\\",\\\"icon\\\":\\\"fa fa-search\\\",\\\"title\\\":\\\"Image 5\\\"},{\\\"image\\\":\\\"gantry-media:\\/\\/rocketlauncher\\/pages\\/portfolio\\/footer\\/img-06.jpg\\\",\\\"caption\\\":\\\"Image 6\\\",\\\"icon\\\":\\\"fa fa-search\\\",\\\"title\\\":\\\"Image 6\\\"},{\\\"image\\\":\\\"gantry-media:\\/\\/rocketlauncher\\/pages\\/portfolio\\/footer\\/img-07.jpg\\\",\\\"caption\\\":\\\"Image 7\\\",\\\"icon\\\":\\\"fa fa-search\\\",\\\"title\\\":\\\"Image 7\\\"},{\\\"image\\\":\\\"gantry-media:\\/\\/rocketlauncher\\/pages\\/portfolio\\/footer\\/img-08.jpg\\\",\\\"caption\\\":\\\"Image 8\\\",\\\"icon\\\":\\\"fa fa-search\\\",\\\"title\\\":\\\"Image 8\\\"}]}}}\",\"moduleclass_sfx\":\"flush\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(495, 489, 'Pricing - Pricing Table', '', '', 1, 'mainbar-a', 0, '0000-00-00 00:00:00', '2021-03-18 19:58:19', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"pricingtable\\\",\\\"title\\\":\\\"Pricing Table\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"\\\",\\\"title\\\":\\\"\\\",\\\"headertext\\\":\\\"\\\",\\\"footertext\\\":\\\"\\\",\\\"columns\\\":\\\"g-pricingtable-3-col\\\",\\\"tables\\\":[{\\\"accent\\\":\\\"accent1\\\",\\\"customcolor\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"ribbon\\\":\\\"\\\",\\\"icon\\\":\\\"\\\",\\\"price\\\":\\\"$75\\\",\\\"period\\\":\\\"\\\",\\\"desc\\\":\\\"\\\",\\\"buttontext\\\":\\\"Choose\\\",\\\"buttonlink\\\":\\\"#\\\",\\\"buttontarget\\\":\\\"_self\\\",\\\"buttonclass\\\":\\\"\\\",\\\"items\\\":[{\\\"text\\\":\\\"5 web pages\\\",\\\"class\\\":\\\"g-bold\\\",\\\"title\\\":\\\"Item 1\\\"},{\\\"text\\\":\\\"5 mb upload\\\",\\\"class\\\":\\\"g-bold\\\",\\\"title\\\":\\\"Item 2\\\"},{\\\"text\\\":\\\" Blog Plugin\\\",\\\"class\\\":\\\"g-linethrough\\\",\\\"title\\\":\\\"Item 3\\\"},{\\\"text\\\":\\\"Shop Plugin\\\",\\\"class\\\":\\\"g-linethrough\\\",\\\"title\\\":\\\"Item 4\\\"},{\\\"text\\\":\\\"Premium Themes\\\",\\\"class\\\":\\\"g-linethrough\\\",\\\"title\\\":\\\"Item 5\\\"},{\\\"text\\\":\\\"Phone Support\\\",\\\"class\\\":\\\"g-linethrough\\\",\\\"title\\\":\\\"Item 6\\\"}],\\\"plan\\\":\\\"Bronze\\\"},{\\\"accent\\\":\\\"accent2\\\",\\\"customcolor\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"ribbon\\\":\\\"Popular\\\",\\\"icon\\\":\\\"\\\",\\\"price\\\":\\\"$125\\\",\\\"period\\\":\\\"\\\",\\\"desc\\\":\\\"\\\",\\\"buttontext\\\":\\\"Choose\\\",\\\"buttonlink\\\":\\\"#\\\",\\\"buttontarget\\\":\\\"_self\\\",\\\"buttonclass\\\":\\\"\\\",\\\"items\\\":[{\\\"text\\\":\\\"15 web pages\\\",\\\"class\\\":\\\"g-bold\\\",\\\"title\\\":\\\"Item 1\\\"},{\\\"text\\\":\\\"15 mb upload\\\",\\\"class\\\":\\\"g-bold\\\",\\\"title\\\":\\\"Item 2\\\"},{\\\"text\\\":\\\"Blog Plugin\\\",\\\"class\\\":\\\"g-bold\\\",\\\"title\\\":\\\"Item 3\\\"},{\\\"text\\\":\\\"Shop Plugin\\\",\\\"class\\\":\\\"g-bold\\\",\\\"title\\\":\\\"Item 4\\\"},{\\\"text\\\":\\\"Premium Themes\\\",\\\"class\\\":\\\"g-linethrough\\\",\\\"title\\\":\\\"Item 5\\\"},{\\\"text\\\":\\\"Phone Support\\\",\\\"class\\\":\\\"g-linethrough\\\",\\\"title\\\":\\\"Item 6\\\"}],\\\"plan\\\":\\\"Silver\\\"},{\\\"accent\\\":\\\"accent1\\\",\\\"customcolor\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"ribbon\\\":\\\"\\\",\\\"icon\\\":\\\"\\\",\\\"price\\\":\\\"$200\\\",\\\"period\\\":\\\"\\\",\\\"desc\\\":\\\"\\\",\\\"buttontext\\\":\\\"Choose\\\",\\\"buttonlink\\\":\\\"#\\\",\\\"buttontarget\\\":\\\"_self\\\",\\\"buttonclass\\\":\\\"\\\",\\\"items\\\":[{\\\"text\\\":\\\"25 web pages\\\",\\\"class\\\":\\\"g-bold\\\",\\\"title\\\":\\\"Item 1\\\"},{\\\"text\\\":\\\" 25 mb upload\\\",\\\"class\\\":\\\"g-bold\\\",\\\"title\\\":\\\"Item 2\\\"},{\\\"text\\\":\\\"Blog Plugin\\\",\\\"class\\\":\\\"g-bold\\\",\\\"title\\\":\\\"Item 3\\\"},{\\\"text\\\":\\\"Shop Plugin\\\",\\\"class\\\":\\\"g-bold\\\",\\\"title\\\":\\\"Item 4\\\"},{\\\"text\\\":\\\"Premium Themes\\\",\\\"class\\\":\\\"g-bold\\\",\\\"title\\\":\\\"Item 5\\\"},{\\\"text\\\":\\\" Phone Support\\\",\\\"class\\\":\\\"g-bold\\\",\\\"title\\\":\\\"Item 6\\\"}],\\\"plan\\\":\\\"Gold\\\"}]}}}\",\"moduleclass_sfx\":\"\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(517, 511, 'Header - Pricing', '', '', 1, 'slideshow-a', 0, '0000-00-00 00:00:00', '2021-03-18 19:58:19', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"simplecontent\\\",\\\"title\\\":\\\"Simple Content\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"\\\",\\\"title\\\":\\\"\\\",\\\"items\\\":[{\\\"layout\\\":\\\"header\\\",\\\"created_date\\\":\\\"\\\",\\\"content_title\\\":\\\"Pricing Overview\\\",\\\"author\\\":\\\"\\\",\\\"leading_content\\\":\\\"\\\",\\\"main_content\\\":\\\"\\\",\\\"readmore_label\\\":\\\"\\\",\\\"readmore_link\\\":\\\"\\\",\\\"readmore_class\\\":\\\"\\\",\\\"readmore_target\\\":\\\"_self\\\",\\\"title\\\":\\\"Pricing Overview\\\"}]}}}\",\"moduleclass_sfx\":\"\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(528, 522, 'Header - Contact us', '', '', 1, 'slideshow-a', 0, '0000-00-00 00:00:00', '2021-03-18 19:58:19', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"simplecontent\\\",\\\"title\\\":\\\"Simple Content\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"\\\",\\\"title\\\":\\\"\\\",\\\"items\\\":[{\\\"layout\\\":\\\"header\\\",\\\"created_date\\\":\\\"\\\",\\\"content_title\\\":\\\"Get in Touch!\\\",\\\"author\\\":\\\"\\\",\\\"leading_content\\\":\\\"\\\",\\\"main_content\\\":\\\"\\\",\\\"readmore_label\\\":\\\"\\\",\\\"readmore_link\\\":\\\"\\\",\\\"readmore_class\\\":\\\"\\\",\\\"readmore_target\\\":\\\"_self\\\",\\\"title\\\":\\\"Get in Touch!\\\"}]}}}\",\"moduleclass_sfx\":\"\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(536, 530, 'Portfolio - Header', '', '', 1, 'slideshow-a', 0, '0000-00-00 00:00:00', '2021-03-18 19:58:19', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"simplecontent\\\",\\\"title\\\":\\\"Simple Content\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"\\\",\\\"title\\\":\\\"\\\",\\\"items\\\":[{\\\"layout\\\":\\\"header\\\",\\\"created_date\\\":\\\"\\\",\\\"content_title\\\":\\\"Portfolio\\\",\\\"author\\\":\\\"\\\",\\\"leading_content\\\":\\\"\\\",\\\"main_content\\\":\\\"\\\",\\\"readmore_label\\\":\\\"\\\",\\\"readmore_link\\\":\\\"\\\",\\\"readmore_class\\\":\\\"\\\",\\\"readmore_target\\\":\\\"_self\\\",\\\"title\\\":\\\"Portfolio\\\"}]}}}\",\"moduleclass_sfx\":\"\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(537, 531, 'Header - Offline', '', '', 1, 'slideshow-a', 0, '0000-00-00 00:00:00', '2021-03-18 19:58:19', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"simplecontent\\\",\\\"title\\\":\\\"Simple Content\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"\\\",\\\"title\\\":\\\"\\\",\\\"items\\\":[{\\\"layout\\\":\\\"header\\\",\\\"created_date\\\":\\\"\\\",\\\"content_title\\\":\\\"Offline Page\\\",\\\"author\\\":\\\"\\\",\\\"leading_content\\\":\\\"\\\",\\\"main_content\\\":\\\"\\\",\\\"readmore_label\\\":\\\"\\\",\\\"readmore_link\\\":\\\"\\\",\\\"readmore_class\\\":\\\"\\\",\\\"readmore_target\\\":\\\"_self\\\",\\\"title\\\":\\\"Offline\\\"}]}}}\",\"moduleclass_sfx\":\"\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(554, 548, 'About Us - Who we are', '', '', 1, 'mainbar-a', 0, '0000-00-00 00:00:00', '2021-03-18 19:58:19', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"blockcontent\\\",\\\"title\\\":\\\"Block Content\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"center\\\",\\\"title\\\":\\\"This is who we are\\\",\\\"icon\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"headline\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"linktext\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"linkclass\\\":\\\"\\\",\\\"linktarget\\\":\\\"_self\\\",\\\"subcontents\\\":[{\\\"name\\\":\\\"Rick Grimes\\\",\\\"icon\\\":\\\"\\\",\\\"img\\\":\\\"gantry-media:\\/\\/rocketlauncher\\/pages\\/about-us\\/showcase\\/img-01.jpg\\\",\\\"rokboximage\\\":\\\"\\\",\\\"rokboxcaption\\\":\\\"\\\",\\\"subtitle\\\":\\\"CEO\\\",\\\"description\\\":\\\"Protean\'s RocketLauncher comes complete with several preset pages that enable you to hit the ground running with a complete, feature-rich website in a fraction of the time.<br \\/>\\\\n<i class=\\\\\\\"fa fa-twitter-square\\\\\\\"><\\/i> <i class=\\\\\\\"fa fa-facebook-square\\\\\\\"><\\/i> <i class=\\\\\\\"fa fa-linkedin-square\\\\\\\"><\\/i>\\\",\\\"class\\\":\\\"\\\",\\\"button\\\":\\\"\\\",\\\"buttonlink\\\":\\\"\\\",\\\"buttonclass\\\":\\\"\\\",\\\"buttontarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Rick Grimes\\\"},{\\\"name\\\":\\\"Maggie Greene\\\",\\\"icon\\\":\\\"\\\",\\\"img\\\":\\\"gantry-media:\\/\\/rocketlauncher\\/pages\\/about-us\\/showcase\\/img-02.jpg\\\",\\\"rokboximage\\\":\\\"\\\",\\\"rokboxcaption\\\":\\\"\\\",\\\"subtitle\\\":\\\"HR\\\",\\\"description\\\":\\\"Protean features a number of uniquely-designed particles that make adding content to your website easy. These particles are a great way to display your content.<br \\/>\\\\n<i class=\\\\\\\"fa fa-twitter-square\\\\\\\"><\\/i> <i class=\\\\\\\"fa fa-facebook-square\\\\\\\"><\\/i> <i class=\\\\\\\"fa fa-linkedin-square\\\\\\\"><\\/i>\\\",\\\"class\\\":\\\"\\\",\\\"button\\\":\\\"\\\",\\\"buttonlink\\\":\\\"\\\",\\\"buttonclass\\\":\\\"\\\",\\\"buttontarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Maggie Greene\\\"},{\\\"name\\\":\\\"Daryl Dixon\\\",\\\"icon\\\":\\\"\\\",\\\"img\\\":\\\"gantry-media:\\/\\/rocketlauncher\\/pages\\/about-us\\/showcase\\/img-03.jpg\\\",\\\"rokboximage\\\":\\\"\\\",\\\"rokboxcaption\\\":\\\"\\\",\\\"subtitle\\\":\\\"Designer\\\",\\\"description\\\":\\\"The Gantry 5 framework is packed with features that empower you to create a website that perfectly matches your vision and branding - no scripting experience necessary.<br \\/>\\\\n<i class=\\\\\\\"fa fa-twitter-square\\\\\\\"><\\/i> <i class=\\\\\\\"fa fa-facebook-square\\\\\\\"><\\/i> <i class=\\\\\\\"fa fa-linkedin-square\\\\\\\"><\\/i>\\\",\\\"class\\\":\\\"\\\",\\\"button\\\":\\\"\\\",\\\"buttonlink\\\":\\\"\\\",\\\"buttonclass\\\":\\\"\\\",\\\"buttontarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Daryl Dixon\\\"}]}}}\",\"moduleclass_sfx\":\"title6 title-center\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(585, 584, 'Header - About Us', '', '', 1, 'slideshow-a', 0, '0000-00-00 00:00:00', '2021-03-18 19:58:19', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"simplecontent\\\",\\\"title\\\":\\\"Simple Content\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"\\\",\\\"title\\\":\\\"\\\",\\\"items\\\":[{\\\"layout\\\":\\\"header\\\",\\\"created_date\\\":\\\"\\\",\\\"content_title\\\":\\\"About Us\\\",\\\"author\\\":\\\"\\\",\\\"leading_content\\\":\\\"\\\",\\\"main_content\\\":\\\"\\\",\\\"readmore_label\\\":\\\"\\\",\\\"readmore_link\\\":\\\"\\\",\\\"readmore_class\\\":\\\"\\\",\\\"readmore_target\\\":\\\"_self\\\",\\\"title\\\":\\\"About Us\\\"}]}}}\",\"moduleclass_sfx\":\"\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(610, 611, 'Features - Overview', '', '', 1, 'slideshow-a', 0, '0000-00-00 00:00:00', '2021-03-18 19:58:19', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"simplecontent\\\",\\\"title\\\":\\\"Simple Content\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"\\\",\\\"title\\\":\\\"\\\",\\\"items\\\":[{\\\"layout\\\":\\\"header\\\",\\\"created_date\\\":\\\"\\\",\\\"content_title\\\":\\\"Features Overview\\\",\\\"author\\\":\\\"\\\",\\\"leading_content\\\":\\\"\\\",\\\"main_content\\\":\\\"\\\",\\\"readmore_label\\\":\\\"\\\",\\\"readmore_link\\\":\\\"\\\",\\\"readmore_class\\\":\\\"\\\",\\\"readmore_target\\\":\\\"_self\\\",\\\"title\\\":\\\"Overview\\\"}]}}}\",\"moduleclass_sfx\":\"\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(611, 612, 'Features - Features List', '', '', 1, 'mainbar-a', 0, '0000-00-00 00:00:00', '2021-03-18 19:58:19', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"pricingtable\\\",\\\"title\\\":\\\"Features List\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"\\\",\\\"title\\\":\\\"\\\",\\\"headertext\\\":\\\"\\\",\\\"footertext\\\":\\\"\\\",\\\"columns\\\":\\\"g-pricingtable-3-col\\\",\\\"tables\\\":[{\\\"accent\\\":\\\"accent1\\\",\\\"customcolor\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"ribbon\\\":\\\"\\\",\\\"icon\\\":\\\"\\\",\\\"price\\\":\\\"Dropdown\\\",\\\"period\\\":\\\"\\\",\\\"desc\\\":\\\"\\\",\\\"buttontext\\\":\\\"Navigation\\\",\\\"buttonlink\\\":\\\"#\\\",\\\"buttontarget\\\":\\\"_self\\\",\\\"buttonclass\\\":\\\"\\\",\\\"items\\\":[{\\\"text\\\":\\\"A Dropdown Menu system, with inline icons, multiple columns and more.\\\",\\\"class\\\":\\\"g-bold\\\",\\\"title\\\":\\\"Item 1\\\"}],\\\"plan\\\":\\\"Menu\\\"},{\\\"accent\\\":\\\"accent2\\\",\\\"customcolor\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"ribbon\\\":\\\"\\\",\\\"icon\\\":\\\"\\\",\\\"price\\\":\\\"Unlimited\\\",\\\"period\\\":\\\"\\\",\\\"desc\\\":\\\"\\\",\\\"buttontext\\\":\\\"Layout\\\",\\\"buttonlink\\\":\\\"#\\\",\\\"buttontarget\\\":\\\"_self\\\",\\\"buttonclass\\\":\\\"\\\",\\\"items\\\":[{\\\"text\\\":\\\"Unlimited positions, drag and drop add, delete, move and resize.\\\",\\\"class\\\":\\\"g-bold\\\",\\\"title\\\":\\\"Item 1\\\"}],\\\"plan\\\":\\\"Positions\\\"},{\\\"accent\\\":\\\"accent1\\\",\\\"customcolor\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"ribbon\\\":\\\"\\\",\\\"icon\\\":\\\"\\\",\\\"price\\\":\\\"Variations\\\",\\\"period\\\":\\\"\\\",\\\"desc\\\":\\\"\\\",\\\"buttontext\\\":\\\"Style\\\",\\\"buttonlink\\\":\\\"#\\\",\\\"buttontarget\\\":\\\"_self\\\",\\\"buttonclass\\\":\\\"\\\",\\\"items\\\":[{\\\"text\\\":\\\"Enhance positions and particles with stylistic and structural block variations.\\\",\\\"class\\\":\\\"g-bold\\\",\\\"title\\\":\\\"Item 1\\\"}],\\\"plan\\\":\\\"Blocks\\\"},{\\\"accent\\\":\\\"accent2\\\",\\\"customcolor\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"ribbon\\\":\\\"\\\",\\\"icon\\\":\\\"\\\",\\\"price\\\":\\\"Presets\\\",\\\"period\\\":\\\"\\\",\\\"desc\\\":\\\"\\\",\\\"buttontext\\\":\\\"Style\\\",\\\"buttonlink\\\":\\\"#\\\",\\\"buttontarget\\\":\\\"_self\\\",\\\"buttonclass\\\":\\\"\\\",\\\"items\\\":[{\\\"text\\\":\\\"Choose from six preset style variations, easily customizable.\\\",\\\"class\\\":\\\"g-bold\\\",\\\"title\\\":\\\"Item 1\\\"}],\\\"plan\\\":\\\"Multiple\\\"},{\\\"accent\\\":\\\"accent1\\\",\\\"customcolor\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"ribbon\\\":\\\"\\\",\\\"icon\\\":\\\"\\\",\\\"price\\\":\\\"Responsive\\\",\\\"period\\\":\\\"\\\",\\\"desc\\\":\\\"\\\",\\\"buttontext\\\":\\\"Layout\\\",\\\"buttonlink\\\":\\\"#\\\",\\\"buttontarget\\\":\\\"_self\\\",\\\"buttonclass\\\":\\\"\\\",\\\"items\\\":[{\\\"text\\\":\\\"Responsive layout that adapts to the viewing device, such as laptop or mobile.\\\",\\\"class\\\":\\\"g-bold\\\",\\\"title\\\":\\\"Item 1\\\"}],\\\"plan\\\":\\\"Layout\\\"},{\\\"accent\\\":\\\"accent2\\\",\\\"customcolor\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"ribbon\\\":\\\"\\\",\\\"icon\\\":\\\"\\\",\\\"price\\\":\\\"Typography\\\",\\\"period\\\":\\\"\\\",\\\"desc\\\":\\\"\\\",\\\"buttontext\\\":\\\"Style\\\",\\\"buttonlink\\\":\\\"#\\\",\\\"buttontarget\\\":\\\"_self\\\",\\\"buttonclass\\\":\\\"\\\",\\\"items\\\":[{\\\"text\\\":\\\"Enhance site content with rich typography and FontAwesome icons.\\\",\\\"class\\\":\\\"g-bold\\\",\\\"title\\\":\\\"Item 1\\\"}],\\\"plan\\\":\\\"Custom\\\"},{\\\"accent\\\":\\\"accent1\\\",\\\"customcolor\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"ribbon\\\":\\\"\\\",\\\"icon\\\":\\\"\\\",\\\"price\\\":\\\"Editor\\\",\\\"period\\\":\\\"\\\",\\\"desc\\\":\\\"\\\",\\\"buttontext\\\":\\\"Menu\\\",\\\"buttonlink\\\":\\\"#\\\",\\\"buttontarget\\\":\\\"_self\\\",\\\"buttonclass\\\":\\\"\\\",\\\"items\\\":[{\\\"text\\\":\\\"Advanced Menu Editor with drag and drop, multiple columns and more.\\\",\\\"class\\\":\\\"g-bold\\\",\\\"title\\\":\\\"Item 1\\\"}],\\\"plan\\\":\\\"Menu\\\"},{\\\"accent\\\":\\\"accent2\\\",\\\"customcolor\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"ribbon\\\":\\\"\\\",\\\"icon\\\":\\\"\\\",\\\"price\\\":\\\"Layout\\\",\\\"period\\\":\\\"\\\",\\\"desc\\\":\\\"\\\",\\\"buttontext\\\":\\\"Layout\\\",\\\"buttonlink\\\":\\\"#\\\",\\\"buttontarget\\\":\\\"_self\\\",\\\"buttonclass\\\":\\\"\\\",\\\"items\\\":[{\\\"text\\\":\\\"The Layout Manager is an intuitive interface for managing blocks.\\\",\\\"class\\\":\\\"g-bold\\\",\\\"title\\\":\\\"Item 1\\\"}],\\\"plan\\\":\\\"Manager\\\"},{\\\"accent\\\":\\\"accent1\\\",\\\"customcolor\\\":\\\"\\\",\\\"class\\\":\\\"\\\",\\\"ribbon\\\":\\\"\\\",\\\"icon\\\":\\\"\\\",\\\"price\\\":\\\"Settings\\\",\\\"period\\\":\\\"\\\",\\\"desc\\\":\\\"\\\",\\\"buttontext\\\":\\\"Style\\\",\\\"buttonlink\\\":\\\"#\\\",\\\"buttontarget\\\":\\\"_self\\\",\\\"buttonclass\\\":\\\"\\\",\\\"items\\\":[{\\\"text\\\":\\\"Unique, and intuitive interface for colors and fonts, with live previews.\\\",\\\"class\\\":\\\"g-bold\\\",\\\"title\\\":\\\"New item\\\"}],\\\"plan\\\":\\\"Settings\\\"}]}}}\",\"moduleclass_sfx\":\"\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(612, 613, 'Features - Gantry 5 Core Features', '', '', 1, 'expanded-a', 0, '0000-00-00 00:00:00', '2021-03-18 19:58:19', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"infolist\\\",\\\"title\\\":\\\"Info List\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"\\\",\\\"title\\\":\\\"Gantry 5 Core Features\\\",\\\"intro\\\":\\\"\\\",\\\"cols\\\":\\\"g-3cols\\\",\\\"infolists\\\":[{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Particles are simple user interface blocks that hook into Gantry 5\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"#\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Powerful Particles System\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Configure and structure your menu hierarchy with our new Menu editor\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"#\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Visual Menu Editor\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Drag-n-drop layout manager makes layouts a breeze to create\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"#\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Layout Manager\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Made a mistake in the layout manager? No problem, you can easily undo it\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"#\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Unlimited Undo\\/Redo\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Icon Picker, Image Picker, Font Picker, Collections, and much, much more!\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"#\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Sophisticated Built-in Fields\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Dynamic compilation of multiple CSS preprocessors is supported in Gantry 5\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"#\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"SCSS LESS Support\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Easily add Gantry 5 particles to a location-configurable off-canvas panel\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"#\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Off-Canvas Panel\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Gantry 5 uses the super-powerful Twig templating system to build your themes\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"#\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Twig-based Templating\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Easily configure Gantry 5 with simple-to-use YAML syntax\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"#\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"YAML-based Configuration\\\"}]}}}\",\"moduleclass_sfx\":\"title6 title-white title-center\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(613, 614, 'Features - System Requirements', '', '', 2, 'bottom-a', 0, '0000-00-00 00:00:00', '2021-03-18 19:58:19', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"infolist\\\",\\\"title\\\":\\\"Info List\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"\\\",\\\"title\\\":\\\"System Requirements\\\",\\\"intro\\\":\\\"\\\",\\\"cols\\\":\\\"g-3cols\\\",\\\"infolists\\\":[{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Google Chrome 41+, Firefox 36+, Safari 9+, Opera 28+, IE11+\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"#\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Browsers\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"PHP 7.1+ with Curl, OpenSSL Libraries and Multibyte String Support\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"#\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Server Requirements\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Joomla 3.6+, WordPress 4.2+\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"#\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Platforms\\\"}]}}}\",\"moduleclass_sfx\":\"title6 title-center\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(614, 615, 'Block Variations - Header', '', '', 1, 'slideshow-a', 0, '0000-00-00 00:00:00', '2021-03-18 19:58:19', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"simplecontent\\\",\\\"title\\\":\\\"Simple Content\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"\\\",\\\"title\\\":\\\"\\\",\\\"items\\\":[{\\\"layout\\\":\\\"header\\\",\\\"created_date\\\":\\\"\\\",\\\"content_title\\\":\\\"Block Variations\\\",\\\"author\\\":\\\"\\\",\\\"leading_content\\\":\\\"\\\",\\\"main_content\\\":\\\"\\\",\\\"readmore_label\\\":\\\"\\\",\\\"readmore_link\\\":\\\"\\\",\\\"readmore_class\\\":\\\"\\\",\\\"readmore_target\\\":\\\"_self\\\",\\\"title\\\":\\\"Block Variations\\\"}]}}}\",\"moduleclass_sfx\":\"\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(615, 616, 'Block Variations - Additional Classes Header', '', '', 1, 'bottom-a', 0, '0000-00-00 00:00:00', '2021-03-18 19:58:19', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"custom\\\",\\\"title\\\":\\\"Custom HTML\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"html\\\":\\\"<h3 class=\\\\\\\"g-title\\\\\\\">Additional Effects & Classes<\\\\\\/h3>\\\\n<p>A collection of additional variations for structural and subtle stylistic adjustments.\\\\nEffects and classes should be applied to the block within the Layout Manager, rather than in the module parameters, to ensure the desired effect is achieved.<\\\\\\/p>\\\"}}}\",\"moduleclass_sfx\":\"center\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(616, 617, 'Block Variations - Additional Classes List', '', '', 2, 'bottom-a', 0, '0000-00-00 00:00:00', '2021-03-18 19:58:19', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"infolist\\\",\\\"title\\\":\\\"Additional Effects & Classes\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"\\\",\\\"title\\\":\\\"\\\",\\\"intro\\\":\\\"\\\",\\\"cols\\\":\\\"g-3cols\\\",\\\"infolists\\\":[{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Add low opacity to a block\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Disabled\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Center the block content\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Center\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Apply background to the whole block\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Outer Box\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Remove outer margin\\\\\\/padding\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Flush\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Align block content to the left\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Align Left\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Align block content to the right\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Align Right\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Remove outer margin\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"No Margin\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Remove outer padding\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"No Padding\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Add squared corners to a block\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Square\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Add rounded corners to a block\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Rounded\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Add a shadow effect to a block\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Shadow 1\\\"},{\\\"icon\\\":\\\"\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Add a shadow effect to a block\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"\\\",\\\"link\\\":\\\"\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Shadow 2\\\"}]}}}\",\"moduleclass_sfx\":\"center\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*');
INSERT INTO `xjmw1_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
(636, 640, 'Infolist & Flipster Cover Flow', '', '', 1, 'expanded-a', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 1, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"infolist\\\",\\\"title\\\":\\\"Info List\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"\\\",\\\"title\\\":\\\"\\\",\\\"intro\\\":\\\"\\\",\\\"cols\\\":\\\"g-3cols\\\",\\\"infolists\\\":[{\\\"icon\\\":\\\"fa fa-tasks\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Our network is SSL secured with 256-bit encryption, and we\\u2019re constantly optimizing.\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"More\\\",\\\"link\\\":\\\"#\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Item 1\\\"},{\\\"icon\\\":\\\"fa fa-bar-chart-o\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Our network is SSL secured with 256-bit encryption, and we\\u2019re constantly optimizing.\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"More\\\",\\\"link\\\":\\\"#\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Item 2\\\"},{\\\"icon\\\":\\\"fa fa-desktop\\\",\\\"iconloc\\\":\\\"left\\\",\\\"image\\\":\\\"\\\",\\\"imageloc\\\":\\\"left\\\",\\\"textstyle\\\":\\\"compact\\\",\\\"imagestyle\\\":\\\"compact\\\",\\\"desc\\\":\\\"Our network is SSL secured with 256-bit encryption, and we\\u2019re constantly optimizing.\\\",\\\"tag\\\":\\\"\\\",\\\"subtag\\\":\\\"\\\",\\\"label\\\":\\\"More\\\",\\\"link\\\":\\\"#\\\",\\\"buttonicon\\\":\\\"\\\",\\\"readmoreclass\\\":\\\"\\\",\\\"readmoretarget\\\":\\\"_self\\\",\\\"title\\\":\\\"Item 3\\\"}]}}}\",\"moduleclass_sfx\":\"title6 title-center fp-expanded-infolist\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(637, 641, 'Typography - Header', '', '', 1, 'slideshow-a', 0, '0000-00-00 00:00:00', '2021-03-18 19:58:19', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"simplecontent\\\",\\\"title\\\":\\\"Simple Content\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"\\\",\\\"title\\\":\\\"\\\",\\\"items\\\":[{\\\"layout\\\":\\\"header\\\",\\\"created_date\\\":\\\"\\\",\\\"content_title\\\":\\\"Typography\\\",\\\"author\\\":\\\"\\\",\\\"leading_content\\\":\\\"\\\",\\\"main_content\\\":\\\"\\\",\\\"readmore_label\\\":\\\"\\\",\\\"readmore_link\\\":\\\"\\\",\\\"readmore_class\\\":\\\"\\\",\\\"readmore_target\\\":\\\"_self\\\",\\\"title\\\":\\\"Typography\\\"}]}}}\",\"moduleclass_sfx\":\"\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(638, 642, 'Header - Blog', '', '', 1, 'slideshow-a', 0, '0000-00-00 00:00:00', '2021-03-18 19:58:19', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"simplecontent\\\",\\\"title\\\":\\\"Simple Content\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"\\\",\\\"title\\\":\\\"\\\",\\\"items\\\":[{\\\"layout\\\":\\\"header\\\",\\\"created_date\\\":\\\"\\\",\\\"content_title\\\":\\\"Read the Latest News\\\",\\\"author\\\":\\\"\\\",\\\"leading_content\\\":\\\"\\\",\\\"main_content\\\":\\\"\\\",\\\"readmore_label\\\":\\\"\\\",\\\"readmore_link\\\":\\\"\\\",\\\"readmore_class\\\":\\\"\\\",\\\"readmore_target\\\":\\\"_self\\\",\\\"title\\\":\\\"New item\\\"}]}}}\",\"moduleclass_sfx\":\"\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(677, 681, 'Header - Particles', '', '', 1, 'slideshow-a', 0, '0000-00-00 00:00:00', '2021-03-18 19:58:19', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"simplecontent\\\",\\\"title\\\":\\\"Simple Content\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"\\\",\\\"title\\\":\\\"\\\",\\\"items\\\":[{\\\"layout\\\":\\\"header\\\",\\\"created_date\\\":\\\"\\\",\\\"content_title\\\":\\\"Particles\\\",\\\"author\\\":\\\"\\\",\\\"leading_content\\\":\\\"\\\",\\\"main_content\\\":\\\"\\\",\\\"readmore_label\\\":\\\"\\\",\\\"readmore_link\\\":\\\"\\\",\\\"readmore_class\\\":\\\"\\\",\\\"readmore_target\\\":\\\"_self\\\",\\\"title\\\":\\\"Pricing Overview\\\"}]}}}\",\"moduleclass_sfx\":\"\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(683, 687, 'Particles Header OwlCarousel Title', '', '', 1, 'above-a', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"simplecontent\\\",\\\"title\\\":\\\"Simple Content\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"\\\",\\\"title\\\":\\\"Slider Carousel Particle\\\",\\\"items\\\":[]}}}\",\"moduleclass_sfx\":\"title6 title-center\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(685, 689, 'Particles Bottom Simple Content', '', '', 1, 'bottom-a', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"simplecontent\\\",\\\"title\\\":\\\"Simple Content\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"\\\",\\\"title\\\":\\\"\\\",\\\"items\\\":[{\\\"layout\\\":\\\"header\\\",\\\"created_date\\\":\\\"\\\",\\\"content_title\\\":\\\"Imagegrid Particle\\\",\\\"author\\\":\\\"\\\",\\\"leading_content\\\":\\\"\\\",\\\"main_content\\\":\\\"\\\",\\\"readmore_label\\\":\\\"\\\",\\\"readmore_link\\\":\\\"\\\",\\\"readmore_class\\\":\\\"\\\",\\\"readmore_target\\\":\\\"_self\\\",\\\"title\\\":\\\"Item 1\\\"}]}}}\",\"moduleclass_sfx\":\"center\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(690, 698, 'Particles Expanded Flipster Cover Flow', '', '', 1, 'expanded-a', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"flipster\\\",\\\"title\\\":\\\"Flipster Cover Flow\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"\\\",\\\"title\\\":\\\"\\\",\\\"start\\\":\\\"center\\\",\\\"fadein\\\":\\\"400\\\",\\\"loop\\\":\\\"disabled\\\",\\\"autoplay\\\":\\\"\\\",\\\"pauseonhover\\\":\\\"enabled\\\",\\\"style\\\":\\\"coverflow\\\",\\\"spacing\\\":\\\"-0.6\\\",\\\"click\\\":\\\"enabled\\\",\\\"keyboard\\\":\\\"enabled\\\",\\\"scrollwheel\\\":\\\"disabled\\\",\\\"touch\\\":\\\"enabled\\\",\\\"items\\\":[{\\\"accent\\\":\\\"white\\\",\\\"title\\\":\\\"Flip the Cards in Style\\\",\\\"desc\\\":\\\"Whether you want to spin the Wheel, ride the Carousel, go with the <br>Cover Flow, or keep it Flat, the Flipster offers multiple styles.\\\",\\\"image\\\":\\\"\\\",\\\"buttontext\\\":\\\"Know More\\\",\\\"buttonlink\\\":\\\"#\\\",\\\"buttontarget\\\":\\\"_self\\\",\\\"buttonclass\\\":\\\"button-2\\\",\\\"name\\\":\\\"Item 1\\\"},{\\\"accent\\\":\\\"white\\\",\\\"title\\\":\\\"Dynamic Panning Cards\\\",\\\"desc\\\":\\\"The new Flipster particle displays dynamic panning cards<br\\/> that can rotate via click, touch, scroll, and\\/or keyboard.\\\",\\\"image\\\":\\\"\\\",\\\"buttontext\\\":\\\"Know More\\\",\\\"buttonlink\\\":\\\"#\\\",\\\"buttontarget\\\":\\\"_self\\\",\\\"buttonclass\\\":\\\"button-2\\\",\\\"name\\\":\\\"Item 2\\\"},{\\\"accent\\\":\\\"white\\\",\\\"title\\\":\\\"Flip the Cards in Style\\\",\\\"desc\\\":\\\"Whether you want to spin the Wheel, ride the Carousel, go with the <br>Cover Flow, or keep it Flat, the Flipster offers multiple styles.\\\",\\\"image\\\":\\\"\\\",\\\"buttontext\\\":\\\"Know More\\\",\\\"buttonlink\\\":\\\"#\\\",\\\"buttontarget\\\":\\\"_self\\\",\\\"buttonclass\\\":\\\"button-2\\\",\\\"name\\\":\\\"Item 3\\\"},{\\\"accent\\\":\\\"white\\\",\\\"title\\\":\\\"Dynamic Panning Cards\\\",\\\"desc\\\":\\\"The new Flipster particle displays dynamic panning cards<br\\/> that can rotate via click, touch, scroll, and\\/or keyboard.\\\",\\\"image\\\":\\\"\\\",\\\"buttontext\\\":\\\"Know More\\\",\\\"buttonlink\\\":\\\"#\\\",\\\"buttontarget\\\":\\\"_self\\\",\\\"buttonclass\\\":\\\"button-2\\\",\\\"name\\\":\\\"Item 4\\\"},{\\\"accent\\\":\\\"white\\\",\\\"title\\\":\\\"Flip the Cards in Style\\\",\\\"desc\\\":\\\"Whether you want to spin the Wheel, ride the Carousel, go with the <br>Cover Flow, or keep it Flat, the Flipster offers multiple styles.\\\",\\\"image\\\":\\\"\\\",\\\"buttontext\\\":\\\"Know More\\\",\\\"buttonlink\\\":\\\"#\\\",\\\"buttontarget\\\":\\\"_self\\\",\\\"buttonclass\\\":\\\"button-2\\\",\\\"name\\\":\\\"Item 5\\\"},{\\\"accent\\\":\\\"white\\\",\\\"title\\\":\\\"Dynamic Panning Cards\\\",\\\"desc\\\":\\\"The new Flipster particle displays dynamic panning cards<br\\/> that can rotate via click, touch, scroll, and\\/or keyboard.\\\",\\\"image\\\":\\\"\\\",\\\"buttontext\\\":\\\"Know More\\\",\\\"buttonlink\\\":\\\"#\\\",\\\"buttontarget\\\":\\\"_self\\\",\\\"buttonclass\\\":\\\"button-2\\\",\\\"name\\\":\\\"Item 6\\\"},{\\\"accent\\\":\\\"white\\\",\\\"title\\\":\\\"Flip the Cards in Style\\\",\\\"desc\\\":\\\"Whether you want to spin the Wheel, ride the Carousel, go with the <br>Cover Flow, or keep it Flat, the Flipster offers multiple styles.\\\",\\\"image\\\":\\\"\\\",\\\"buttontext\\\":\\\"Know More\\\",\\\"buttonlink\\\":\\\"#\\\",\\\"buttontarget\\\":\\\"_self\\\",\\\"buttonclass\\\":\\\"button-2\\\",\\\"name\\\":\\\"Item 7\\\"}]}}}\",\"moduleclass_sfx\":\"\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(693, 701, 'Particles Slideshow OwlCarousel', '', '', 1, 'above-a', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_gantry5_particle', 1, 0, '{\"particle\":\"{\\\"type\\\":\\\"particle\\\",\\\"particle\\\":\\\"owlcarousel\\\",\\\"title\\\":\\\"Owl Carousel\\\",\\\"options\\\":{\\\"particle\\\":{\\\"enabled\\\":\\\"1\\\",\\\"class\\\":\\\"\\\",\\\"source\\\":\\\"particle\\\",\\\"presets\\\":\\\"disabled\\\",\\\"displayitems\\\":\\\"1\\\",\\\"title\\\":\\\"\\\",\\\"description\\\":\\\"\\\",\\\"layout\\\":\\\"standard\\\",\\\"width\\\":\\\"g-owlcarousel-fullwidth\\\",\\\"animateIn\\\":\\\"fadeIn\\\",\\\"animateOut\\\":\\\"fadeOut\\\",\\\"nav\\\":\\\"disabled\\\",\\\"prevText\\\":\\\"\\\",\\\"nextText\\\":\\\"\\\",\\\"dots\\\":\\\"disabled\\\",\\\"loop\\\":\\\"disabled\\\",\\\"videoloop\\\":\\\"disabled\\\",\\\"videoautoplay\\\":\\\"disabled\\\",\\\"autoplay\\\":\\\"disabled\\\",\\\"autoplaySpeed\\\":\\\"\\\",\\\"pauseOnHover\\\":\\\"enabled\\\",\\\"items\\\":[{\\\"image\\\":\\\"gantry-media:\\\\\\/\\\\\\/rocketlauncher\\\\\\/home\\\\\\/slideshow\\\\\\/img-01.jpg\\\",\\\"showcaseimages\\\":[],\\\"icon\\\":\\\"fa fa-bitcoin\\\",\\\"title\\\":\\\"Marketing\\\",\\\"subtitle\\\":\\\"An Ancient Robot and a Kid\\\",\\\"author\\\":\\\"\\\",\\\"authorimage\\\":\\\"\\\",\\\"desc\\\":\\\"\\\",\\\"link\\\":\\\"#\\\",\\\"linktext\\\":\\\"Button\\\",\\\"buttontarget\\\":\\\"_self\\\",\\\"buttonclass\\\":\\\"\\\",\\\"videosource\\\":\\\"external\\\",\\\"video\\\":\\\"\\\",\\\"videolocal\\\":\\\"\\\",\\\"videothumb\\\":\\\"\\\",\\\"name\\\":\\\"New item\\\"},{\\\"image\\\":\\\"gantry-media:\\\\\\/\\\\\\/rocketlauncher\\\\\\/home\\\\\\/slideshow\\\\\\/img-01.jpg\\\",\\\"showcaseimages\\\":[],\\\"icon\\\":\\\"fa fa-paint-brush\\\",\\\"title\\\":\\\"Design\\\",\\\"subtitle\\\":\\\"An Ancient Robot and a Kid\\\",\\\"author\\\":\\\"\\\",\\\"authorimage\\\":\\\"\\\",\\\"desc\\\":\\\"\\\",\\\"link\\\":\\\"#\\\",\\\"linktext\\\":\\\"Button\\\",\\\"buttontarget\\\":\\\"_self\\\",\\\"buttonclass\\\":\\\"\\\",\\\"videosource\\\":\\\"external\\\",\\\"video\\\":\\\"\\\",\\\"videolocal\\\":\\\"\\\",\\\"videothumb\\\":\\\"\\\",\\\"name\\\":\\\"New item\\\"},{\\\"image\\\":\\\"gantry-media:\\\\\\/\\\\\\/rocketlauncher\\\\\\/home\\\\\\/slideshow\\\\\\/img-01.jpg\\\",\\\"showcaseimages\\\":[],\\\"icon\\\":\\\"fa fa-play-circle-o\\\",\\\"title\\\":\\\"Watch\\\",\\\"subtitle\\\":\\\"An Ancient Robot and a Kid\\\",\\\"author\\\":\\\"\\\",\\\"authorimage\\\":\\\"\\\",\\\"desc\\\":\\\"\\\",\\\"link\\\":\\\"#\\\",\\\"linktext\\\":\\\"Button\\\",\\\"buttontarget\\\":\\\"_self\\\",\\\"buttonclass\\\":\\\"\\\",\\\"videosource\\\":\\\"external\\\",\\\"video\\\":\\\"\\\",\\\"videolocal\\\":\\\"\\\",\\\"videothumb\\\":\\\"\\\",\\\"name\\\":\\\"New item\\\"},{\\\"image\\\":\\\"gantry-media:\\\\\\/\\\\\\/rocketlauncher\\\\\\/home\\\\\\/slideshow\\\\\\/img-01.jpg\\\",\\\"showcaseimages\\\":[],\\\"icon\\\":\\\"fa fa-bookmark\\\",\\\"title\\\":\\\"Bookmark\\\",\\\"subtitle\\\":\\\"An Ancient Robot and a Kid\\\",\\\"author\\\":\\\"\\\",\\\"authorimage\\\":\\\"\\\",\\\"desc\\\":\\\"\\\",\\\"link\\\":\\\"#\\\",\\\"linktext\\\":\\\"Button\\\",\\\"buttontarget\\\":\\\"_self\\\",\\\"buttonclass\\\":\\\"\\\",\\\"videosource\\\":\\\"external\\\",\\\"video\\\":\\\"\\\",\\\"videolocal\\\":\\\"\\\",\\\"videothumb\\\":\\\"\\\",\\\"name\\\":\\\"New item\\\"},{\\\"image\\\":\\\"gantry-media:\\\\\\/\\\\\\/rocketlauncher\\\\\\/home\\\\\\/slideshow\\\\\\/img-01.jpg\\\",\\\"showcaseimages\\\":[],\\\"icon\\\":\\\"fa fa-support\\\",\\\"title\\\":\\\"Support\\\",\\\"subtitle\\\":\\\"An Ancient Robot and a Kid\\\",\\\"author\\\":\\\"\\\",\\\"authorimage\\\":\\\"\\\",\\\"desc\\\":\\\"\\\",\\\"link\\\":\\\"#\\\",\\\"linktext\\\":\\\"Button\\\",\\\"buttontarget\\\":\\\"_self\\\",\\\"buttonclass\\\":\\\"\\\",\\\"videosource\\\":\\\"external\\\",\\\"video\\\":\\\"\\\",\\\"videolocal\\\":\\\"\\\",\\\"videothumb\\\":\\\"\\\",\\\"name\\\":\\\"New item\\\"}],\\\"jcategories\\\":\\\"\\\",\\\"jarticles\\\":\\\"1\\\",\\\"jintroimage\\\":\\\"enabled\\\",\\\"jcategoriesnames\\\":\\\"enabled\\\",\\\"jtitle\\\":\\\"enabled\\\",\\\"jintrotext\\\":\\\"enabled\\\",\\\"jauthor\\\":\\\"enabled\\\",\\\"jlink\\\":\\\"enabled\\\",\\\"jlinktext\\\":\\\"Read More\\\"}}}\",\"moduleclass_sfx\":\"\",\"owncache\":\"0\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(694, 706, 'BreezingCommerce - Categories', '', '', 0, '', 0, '0000-00-00 00:00:00', '2021-04-07 19:03:08', '0000-00-00 00:00:00', -2, 'mod_breezingcommerce_categories', 1, 1, '', 0, '*'),
(695, 707, 'BreezingCommerce - Currencies', '', '', 0, '', 0, '0000-00-00 00:00:00', '2021-04-07 19:03:08', '0000-00-00 00:00:00', -2, 'mod_breezingcommerce_currencies', 1, 1, '', 0, '*'),
(696, 708, 'BreezingCommerce - Mini Cart', '', '', 0, '', 0, '0000-00-00 00:00:00', '2021-04-07 19:03:08', '0000-00-00 00:00:00', -2, 'mod_breezingcommerce_minicart', 1, 1, '', 0, '*'),
(710, 712, 'VM - Administrator Module', '', NULL, 5, 'menu', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_vmmenu', 3, 1, '', 1, '*'),
(711, 713, 'VM - Currencies Selector', '', NULL, 5, 'position-4', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_virtuemart_currencies', 1, 1, '', 0, '*'),
(712, 714, 'VM - Featured products', '', NULL, 3, 'position-4', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_virtuemart_product', 1, 1, '', 0, '*'),
(713, 715, 'VM - Search in Shop', '', NULL, 2, 'position-4', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_virtuemart_search', 1, 1, '', 0, '*'),
(714, 716, 'VM - Manufacturer', '', NULL, 8, 'position-4', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_virtuemart_manufacturer', 1, 1, '', 0, '*'),
(715, 717, 'VM - Shopping cart', '', NULL, 0, 'position-4', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_virtuemart_cart', 1, 1, '', 0, '*'),
(716, 718, 'VM - Category', '', NULL, 4, 'position-4', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_virtuemart_category', 1, 1, '', 0, '*');

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

--
-- Table structure for table `xjmw1_modules_menu`
--

CREATE TABLE `xjmw1_modules_menu` (
  `moduleid` int(11) NOT NULL DEFAULT 0,
  `menuid` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `xjmw1_modules_menu`
--

INSERT INTO `xjmw1_modules_menu` (`moduleid`, `menuid`) VALUES
(2, 0),
(3, 0),
(4, 0),
(6, 0),
(7, 0),
(8, 0),
(9, 0),
(10, 0),
(12, 0),
(13, 0),
(14, 0),
(15, 0),
(79, 0),
(86, 0),
(139, 122),
(181, 115),
(320, 111),
(482, 115),
(491, 115),
(495, 114),
(517, 114),
(528, 119),
(536, 115),
(537, 122),
(554, 111),
(585, 111),
(610, 105),
(611, 105),
(612, 105),
(613, 105),
(614, 107),
(615, 107),
(616, 107),
(636, 168),
(637, 106),
(638, 118),
(677, 168),
(683, 168),
(685, 168),
(690, 101),
(690, 168),
(693, 168),
(710, 0),
(711, 0),
(712, 0),
(713, 0),
(714, 0),
(715, 0),
(716, 0);

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

--
-- Table structure for table `xjmw1_newsfeeds`
--

CREATE TABLE `xjmw1_newsfeeds` (
  `catid` int(11) NOT NULL DEFAULT 0,
  `id` int(10) UNSIGNED NOT NULL,
  `name` varchar(100) NOT NULL DEFAULT '',
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `link` varchar(2048) 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 DEFAULT '' 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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `xjmw1_overrider`
--

CREATE TABLE `xjmw1_overrider` (
  `id` int(10) NOT NULL COMMENT 'Primary Key',
  `constant` varchar(255) NOT NULL,
  `string` text NOT NULL,
  `file` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `xjmw1_postinstall_messages`
--

CREATE TABLE `xjmw1_postinstall_messages` (
  `postinstall_message_id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `xjmw1_postinstall_messages`
--

INSERT INTO `xjmw1_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_WELCOME_BEGINNERS_TITLE', 'COM_CPANEL_WELCOME_BEGINNERS_MESSAGE', '', 'com_cpanel', 1, 'message', '', '', '', '', '3.2.0', 1),
(3, 700, 'COM_CPANEL_MSG_STATS_COLLECTION_TITLE', 'COM_CPANEL_MSG_STATS_COLLECTION_BODY', '', 'com_cpanel', 1, 'message', '', '', 'admin://components/com_admin/postinstall/statscollection.php', 'admin_postinstall_statscollection_condition', '3.5.0', 1),
(4, 700, 'PLG_SYSTEM_UPDATENOTIFICATION_POSTINSTALL_UPDATECACHETIME', 'PLG_SYSTEM_UPDATENOTIFICATION_POSTINSTALL_UPDATECACHETIME_BODY', 'PLG_SYSTEM_UPDATENOTIFICATION_POSTINSTALL_UPDATECACHETIME_ACTION', 'plg_system_updatenotification', 1, 'action', 'site://plugins/system/updatenotification/postinstall/updatecachetime.php', 'updatecachetime_postinstall_action', 'site://plugins/system/updatenotification/postinstall/updatecachetime.php', 'updatecachetime_postinstall_condition', '3.6.3', 1),
(5, 700, 'COM_CPANEL_MSG_JOOMLA40_PRE_CHECKS_TITLE', 'COM_CPANEL_MSG_JOOMLA40_PRE_CHECKS_BODY', '', 'com_cpanel', 1, 'message', '', '', 'admin://components/com_admin/postinstall/joomla40checks.php', 'admin_postinstall_joomla40checks_condition', '3.7.0', 1),
(6, 700, 'TPL_HATHOR_MESSAGE_POSTINSTALL_TITLE', 'TPL_HATHOR_MESSAGE_POSTINSTALL_BODY', 'TPL_HATHOR_MESSAGE_POSTINSTALL_ACTION', 'tpl_hathor', 1, 'action', 'admin://templates/hathor/postinstall/hathormessage.php', 'hathormessage_postinstall_action', 'admin://templates/hathor/postinstall/hathormessage.php', 'hathormessage_postinstall_condition', '3.7.0', 1),
(7, 700, 'PLG_PLG_RECAPTCHA_VERSION_1_POSTINSTALL_TITLE', 'PLG_PLG_RECAPTCHA_VERSION_1_POSTINSTALL_BODY', 'PLG_PLG_RECAPTCHA_VERSION_1_POSTINSTALL_ACTION', 'plg_captcha_recaptcha', 1, 'action', 'site://plugins/captcha/recaptcha/postinstall/actions.php', 'recaptcha_postinstall_action', 'site://plugins/captcha/recaptcha/postinstall/actions.php', 'recaptcha_postinstall_condition', '3.8.6', 1),
(8, 700, 'COM_ACTIONLOGS_POSTINSTALL_TITLE', 'COM_ACTIONLOGS_POSTINSTALL_BODY', '', 'com_actionlogs', 1, 'message', '', '', '', '', '3.9.0', 1),
(9, 700, 'COM_PRIVACY_POSTINSTALL_TITLE', 'COM_PRIVACY_POSTINSTALL_BODY', '', 'com_privacy', 1, 'message', '', '', '', '', '3.9.0', 1),
(10, 700, 'COM_ADMIN_POSTINSTALL_MSG_BEHIND_LOAD_BALANCER_TITLE', 'COM_ADMIN_POSTINSTALL_MSG_BEHIND_LOAD_BALANCER_DESCRIPTION', 'COM_ADMIN_POSTINSTALL_MSG_BEHIND_LOAD_BALANCER_ACTION', 'com_admin', 1, 'action', 'admin://components/com_admin/postinstall/behindproxy.php', 'behindproxy_postinstall_action', 'admin://components/com_admin/postinstall/behindproxy.php', 'admin_postinstall_behindproxy_condition', '3.9.26', 1);

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

--
-- Table structure for table `xjmw1_privacy_consents`
--

CREATE TABLE `xjmw1_privacy_consents` (
  `id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `state` int(10) NOT NULL DEFAULT 1,
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `subject` varchar(255) NOT NULL DEFAULT '',
  `body` text NOT NULL,
  `remind` tinyint(4) NOT NULL DEFAULT 0,
  `token` varchar(100) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `xjmw1_privacy_requests`
--

CREATE TABLE `xjmw1_privacy_requests` (
  `id` int(10) UNSIGNED NOT NULL,
  `email` varchar(100) NOT NULL DEFAULT '',
  `requested_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `status` tinyint(4) NOT NULL DEFAULT 0,
  `request_type` varchar(25) NOT NULL DEFAULT '',
  `confirm_token` varchar(100) NOT NULL DEFAULT '',
  `confirm_token_created_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `xjmw1_redirect_links`
--

CREATE TABLE `xjmw1_redirect_links` (
  `id` int(10) UNSIGNED NOT NULL,
  `old_url` varchar(2048) NOT NULL,
  `new_url` varchar(2048) DEFAULT NULL,
  `referer` varchar(2048) NOT NULL,
  `comment` varchar(255) NOT NULL DEFAULT '',
  `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',
  `header` smallint(3) NOT NULL DEFAULT 301
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `xjmw1_schemas`
--

CREATE TABLE `xjmw1_schemas` (
  `extension_id` int(11) NOT NULL,
  `version_id` varchar(20) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `xjmw1_schemas`
--

INSERT INTO `xjmw1_schemas` (`extension_id`, `version_id`) VALUES
(700, '3.9.26-2021-04-07');

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

--
-- Table structure for table `xjmw1_session`
--

CREATE TABLE `xjmw1_session` (
  `session_id` varbinary(192) NOT NULL,
  `client_id` tinyint(3) UNSIGNED DEFAULT NULL,
  `guest` tinyint(3) UNSIGNED DEFAULT 1,
  `time` int(11) NOT NULL DEFAULT 0,
  `data` mediumtext DEFAULT NULL,
  `userid` int(11) DEFAULT 0,
  `username` varchar(150) DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `xjmw1_session`
--

INSERT INTO `xjmw1_session` (`session_id`, `client_id`, `guest`, `time`, `data`, `userid`, `username`) VALUES
(0x3030303038636231613962396438303238336264666265666532303536356537, 0, 1, 1621520613, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTUyMDYxMztzOjQ6Imxhc3QiO2k6MTYyMTUyMDYxMztzOjM6Im5vdyI7aToxNjIxNTIwNjEzO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3030666663626136353531303738643833366664643233303561393135643461, 0, 1, 1621470934, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTQ3MDkzMztzOjQ6Imxhc3QiO2k6MTYyMTQ3MDkzMztzOjM6Im5vdyI7aToxNjIxNDcwOTMzO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3032343163656130393761336135343037666438383632393835663835303432, 0, 1, 1621490018, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTQ5MDAxODtzOjQ6Imxhc3QiO2k6MTYyMTQ5MDAxODtzOjM6Im5vdyI7aToxNjIxNDkwMDE4O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3035663561656437666135633761393363353739633934306363316439343865, 0, 1, 1621461014, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTQ2MTAxNDtzOjQ6Imxhc3QiO2k6MTYyMTQ2MTAxNDtzOjM6Im5vdyI7aToxNjIxNDYxMDE0O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3037643831333362663438633932623763306436346230333733323835636536, 0, 1, 1621481557, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTQ4MTU1NztzOjQ6Imxhc3QiO2k6MTYyMTQ4MTU1NztzOjM6Im5vdyI7aToxNjIxNDgxNTU3O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3037656333306364623731373666373430643330613537396164613730376531, 0, 1, 1621469042, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTQ2OTA0MjtzOjQ6Imxhc3QiO2k6MTYyMTQ2OTA0MjtzOjM6Im5vdyI7aToxNjIxNDY5MDQyO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3038386565333232343161366630626431633266633231376538373761633462, 0, 1, 1621465734, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTQ2NTczNDtzOjQ6Imxhc3QiO2k6MTYyMTQ2NTczNDtzOjM6Im5vdyI7aToxNjIxNDY1NzM0O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3064376533336131383732333330653162326565303365343965663331666264, 1, 0, 1621537899, 'joomla|s:868:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxNTtzOjU6InRpbWVyIjtPOjg6InN0ZENsYXNzIjozOntzOjU6InN0YXJ0IjtpOjE2MjE1MzY5MDg7czo0OiJsYXN0IjtpOjE2MjE1Mzc0NTg7czozOiJub3ciO2k6MTYyMTUzNzg5OTt9czo1OiJ0b2tlbiI7czozMjoieUxpcjU3RXZPVTFVbkFOcXJmRjF6Y1drOUtkVTlHWEoiO31zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MTp7czoxMzoiY29tX2luc3RhbGxlciI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJtZXNzYWdlIjtzOjA6IiI7czoxNzoiZXh0ZW5zaW9uX21lc3NhZ2UiO3M6MDoiIjt9fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO3M6MzoiMjE1Ijt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 215, 'administrator'),
(0x3065303835313837653238616462333432356663373032656362626166333964, 0, 1, 1621458333, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTQ1ODMzMztzOjQ6Imxhc3QiO2k6MTYyMTQ1ODMzMztzOjM6Im5vdyI7aToxNjIxNDU4MzMzO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3137393966353238376532383736373366663831353639306661336531316430, 0, 1, 1621464726, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTQ2NDcyNTtzOjQ6Imxhc3QiO2k6MTYyMTQ2NDcyNTtzOjM6Im5vdyI7aToxNjIxNDY0NzI1O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3161363636663138343236636465353465663961663862616463643265356161, 0, 1, 1621487186, 'joomla|s:876:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjI6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTQ4NzE4NjtzOjQ6Imxhc3QiO2k6MTYyMTQ4NzE4NjtzOjM6Im5vdyI7aToxNjIxNDg3MTg2O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjQ6Il9fdm0iO086ODoic3RkQ2xhc3MiOjQ6e3M6NjoibWFuYWdlIjtpOjA7czoxODoidm1jYXJ0bGFzdFZlbmRvcklkIjtpOjE7czoyMzoidm1sYXN0dmlzaXRlZGNhdGVnb3J5aWQiO2k6MTtzOjIzOiJ2bWxhc3R2aXNpdGVkcHJvZHVjdGlkcyI7YToxOntpOjA7aTozO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3162663662343562343563623134633738326535383631343238623064626166, 0, 1, 1621515914, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTUxNTkxMjtzOjQ6Imxhc3QiO2k6MTYyMTUxNTkxMjtzOjM6Im5vdyI7aToxNjIxNTE1OTEyO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3163363365303063663537336238656533303233346139653466393434623363, 0, 1, 1621502704, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTUwMjcwMztzOjQ6Imxhc3QiO2k6MTYyMTUwMjcwMztzOjM6Im5vdyI7aToxNjIxNTAyNzAzO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3163383435376365363965356332663933316432326662666532303130383466, 0, 1, 1621520598, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTUyMDU5ODtzOjQ6Imxhc3QiO2k6MTYyMTUyMDU5ODtzOjM6Im5vdyI7aToxNjIxNTIwNTk4O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3165663332396538363232346137306162343434376632666332383361623536, 0, 1, 1621480207, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTQ4MDIwNztzOjQ6Imxhc3QiO2k6MTYyMTQ4MDIwNztzOjM6Im5vdyI7aToxNjIxNDgwMjA3O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3233363262636539376232636465653634333466373636363131383034303038, 0, 1, 1621496328, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTQ5NjMyNztzOjQ6Imxhc3QiO2k6MTYyMTQ5NjMyNztzOjM6Im5vdyI7aToxNjIxNDk2MzI3O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3234356362646137313761643533396439373137386536636262356630313237, 0, 1, 1621515914, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTUxNTkxMztzOjQ6Imxhc3QiO2k6MTYyMTUxNTkxMztzOjM6Im5vdyI7aToxNjIxNTE1OTEzO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3234623030303864366531366264663433313030373236313364363866336665, 0, 1, 1621531127, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTUzMTEyNztzOjQ6Imxhc3QiO2k6MTYyMTUzMTEyNztzOjM6Im5vdyI7aToxNjIxNTMxMTI3O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3234666532373661376331306633363362393636613062346437616562653436, 0, 1, 1621481556, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTQ4MTU1NDtzOjQ6Imxhc3QiO2k6MTYyMTQ4MTU1NDtzOjM6Im5vdyI7aToxNjIxNDgxNTU0O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3236343437346165666234353266366162626230613238336531636363313362, 0, 1, 1621481557, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTQ4MTU1NztzOjQ6Imxhc3QiO2k6MTYyMTQ4MTU1NztzOjM6Im5vdyI7aToxNjIxNDgxNTU3O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3266643333346534353530353934343939366531656361336330636136353031, 0, 1, 1621481556, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTQ4MTU1NTtzOjQ6Imxhc3QiO2k6MTYyMTQ4MTU1NTtzOjM6Im5vdyI7aToxNjIxNDgxNTU1O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3430343534326165376436376130626331303930313130383333396466323433, 0, 1, 1621496328, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTQ5NjMyODtzOjQ6Imxhc3QiO2k6MTYyMTQ5NjMyODtzOjM6Im5vdyI7aToxNjIxNDk2MzI4O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3463306366313966343165303734353634353163393835303936646563623934, 0, 1, 1621496322, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTQ5NjMxODtzOjQ6Imxhc3QiO2k6MTYyMTQ5NjMxODtzOjM6Im5vdyI7aToxNjIxNDk2MzE4O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3532383335386162373234373137643732363635393230346466383337333534, 0, 1, 1621481556, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTQ4MTU1NDtzOjQ6Imxhc3QiO2k6MTYyMTQ4MTU1NDtzOjM6Im5vdyI7aToxNjIxNDgxNTU0O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3534373965623234653436343838346233346461313464343335366639366330, 0, 1, 1621531671, 'joomla|s:1188:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjI6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTUzMTY3MDtzOjQ6Imxhc3QiO2k6MTYyMTUzMTY3MDtzOjM6Im5vdyI7aToxNjIxNTMxNjcwO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6MTQ6ImNvbV92aXJ0dWVtYXJ0IjtPOjg6InN0ZENsYXNzIjoyOntzOjg6ImNhdGVnb3J5IjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbWl0IjtzOjI6IjI0Ijt9czoxMjoiY2F0ZWdvcnljMW0wIjtPOjg6InN0ZENsYXNzIjoxOntzOjEwOiJsaW1pdHN0YXJ0IjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319czo0OiJfX3ZtIjtPOjg6InN0ZENsYXNzIjo2OntzOjY6Im1hbmFnZSI7aTowO3M6MTk6InZtbGFzdHZpc2l0ZWRJdGVtaWQiO2k6MDtzOjIxOiJ2bWxhc3Rwcm9kdWN0b3JkZXJpbmciO3M6MjQ6InBjLm9yZGVyaW5nLHByb2R1Y3RfbmFtZSI7czoyMzoidm1sYXN0dmlzaXRlZGNhdGVnb3J5aWQiO2k6MTtzOjE5OiJ2bWxhc3R2aXNpdGVkbWFudWlkIjtpOjA7czoxODoidm1jYXJ0bGFzdFZlbmRvcklkIjtpOjE7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x3537393230656131393134323138313631396436373737616164653132393562, 0, 1, 1621520554, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTUyMDU1MztzOjQ6Imxhc3QiO2k6MTYyMTUyMDU1MztzOjM6Im5vdyI7aToxNjIxNTIwNTUzO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3538613230336236636635393932643866356431313934363366626534616232, 0, 1, 1621481558, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTQ4MTU1NztzOjQ6Imxhc3QiO2k6MTYyMTQ4MTU1NztzOjM6Im5vdyI7aToxNjIxNDgxNTU3O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3539626462626438353261343263316134653530643137636366653038383130, 0, 1, 1621514618, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTUxNDYxODtzOjQ6Imxhc3QiO2k6MTYyMTUxNDYxODtzOjM6Im5vdyI7aToxNjIxNTE0NjE4O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3566343737383236626438353539626233343432666335396363323761656238, 0, 1, 1621461912, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTQ2MTkxMjtzOjQ6Imxhc3QiO2k6MTYyMTQ2MTkxMjtzOjM6Im5vdyI7aToxNjIxNDYxOTEyO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3663306230313635383939313364303137643065646533653630363137633236, 0, 1, 1621536794, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTUzNjc5MztzOjQ6Imxhc3QiO2k6MTYyMTUzNjc5MztzOjM6Im5vdyI7aToxNjIxNTM2NzkzO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3664636331313836313234393434323235356561353037393037376261633831, 0, 1, 1621489328, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTQ4OTMyNztzOjQ6Imxhc3QiO2k6MTYyMTQ4OTMyNztzOjM6Im5vdyI7aToxNjIxNDg5MzI3O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3761323539633566346134636363346137376637633430643538646263353865, 0, 1, 1621481556, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTQ4MTU1NDtzOjQ6Imxhc3QiO2k6MTYyMTQ4MTU1NDtzOjM6Im5vdyI7aToxNjIxNDgxNTU0O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3832666136623439366463323939376563343337306332383137633230626666, 0, 1, 1621481554, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTQ4MTU1MjtzOjQ6Imxhc3QiO2k6MTYyMTQ4MTU1MjtzOjM6Im5vdyI7aToxNjIxNDgxNTUyO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3833376531623432396234646363363637616462313061653033633135323465, 0, 1, 1621537010, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTUzNzAxMDtzOjQ6Imxhc3QiO2k6MTYyMTUzNzAxMDtzOjM6Im5vdyI7aToxNjIxNTM3MDEwO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3861613762383837363962373731316639383165343939663766396663613330, 0, 1, 1621455389, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTQ1NTM4OTtzOjQ6Imxhc3QiO2k6MTYyMTQ1NTM4OTtzOjM6Im5vdyI7aToxNjIxNDU1Mzg5O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3861663565656334306238653865356564616161363232616464306366333264, 0, 1, 1621468301, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTQ2ODMwMTtzOjQ6Imxhc3QiO2k6MTYyMTQ2ODMwMTtzOjM6Im5vdyI7aToxNjIxNDY4MzAxO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3865366461623166636261356533313166313736653632666331636330663534, 0, 1, 1621455389, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTQ1NTM4OTtzOjQ6Imxhc3QiO2k6MTYyMTQ1NTM4OTtzOjM6Im5vdyI7aToxNjIxNDU1Mzg5O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3930303739653063303334316237623835366364316164616439353265303932, 0, 1, 1621515914, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTUxNTkxNDtzOjQ6Imxhc3QiO2k6MTYyMTUxNTkxNDtzOjM6Im5vdyI7aToxNjIxNTE1OTE0O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3937363136303731663633663035623135376537356236353461383538613832, 0, 1, 1621519687, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTUxOTY4NztzOjQ6Imxhc3QiO2k6MTYyMTUxOTY4NztzOjM6Im5vdyI7aToxNjIxNTE5Njg3O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3937653862646433373237326434633537653861376232373737316564386338, 0, 1, 1621505929, 'joomla|s:768:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjI6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTUwNTkyNztzOjQ6Imxhc3QiO2k6MTYyMTUwNTkyNztzOjM6Im5vdyI7aToxNjIxNTA1OTI3O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjQ6Il9fdm0iO086ODoic3RkQ2xhc3MiOjI6e3M6NjoibWFuYWdlIjtpOjA7czoxODoidm1jYXJ0bGFzdFZlbmRvcklkIjtpOjE7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x3961336539366430646631666530383131343561376136393830346139393537, 0, 1, 1621515914, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTUxNTkxMztzOjQ6Imxhc3QiO2k6MTYyMTUxNTkxMztzOjM6Im5vdyI7aToxNjIxNTE1OTEzO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3961666535653261333132323634303837663064613531643732386131376564, 0, 1, 1621480208, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTQ4MDIwODtzOjQ6Imxhc3QiO2k6MTYyMTQ4MDIwODtzOjM6Im5vdyI7aToxNjIxNDgwMjA4O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6162316132313739623434353863626264396530653239623864373365326561, 0, 1, 1621468303, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTQ2ODMwMztzOjQ6Imxhc3QiO2k6MTYyMTQ2ODMwMztzOjM6Im5vdyI7aToxNjIxNDY4MzAzO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6163646437323465326635333763663461323563613165626439313439393931, 0, 1, 1621481556, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTQ4MTU1NTtzOjQ6Imxhc3QiO2k6MTYyMTQ4MTU1NTtzOjM6Im5vdyI7aToxNjIxNDgxNTU1O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6164616336366264623930333266316633363435626161663036633662306163, 0, 1, 1621481553, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTQ4MTU1MjtzOjQ6Imxhc3QiO2k6MTYyMTQ4MTU1MjtzOjM6Im5vdyI7aToxNjIxNDgxNTUyO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6165333235336136663733303166663137356337303265336663373137623462, 0, 1, 1621481553, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTQ4MTU1MjtzOjQ6Imxhc3QiO2k6MTYyMTQ4MTU1MjtzOjM6Im5vdyI7aToxNjIxNDgxNTUyO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6230626130396336666534353438366532303462626139396231623061306138, 0, 1, 1621461912, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTQ2MTkxMjtzOjQ6Imxhc3QiO2k6MTYyMTQ2MTkxMjtzOjM6Im5vdyI7aToxNjIxNDYxOTEyO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6231336330613136343631613461353537343061643634376639633064343433, 0, 1, 1621526103, 'joomla|s:876:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjI6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTUyNjEwMDtzOjQ6Imxhc3QiO2k6MTYyMTUyNjEwMDtzOjM6Im5vdyI7aToxNjIxNTI2MTAwO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjQ6Il9fdm0iO086ODoic3RkQ2xhc3MiOjQ6e3M6NjoibWFuYWdlIjtpOjA7czoxODoidm1jYXJ0bGFzdFZlbmRvcklkIjtpOjE7czoyMzoidm1sYXN0dmlzaXRlZGNhdGVnb3J5aWQiO2k6MTtzOjIzOiJ2bWxhc3R2aXNpdGVkcHJvZHVjdGlkcyI7YToxOntpOjA7aTozO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x6235353431656363343331363837346133636236623963396462356566613939, 0, 1, 1621463218, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTQ2MzIxODtzOjQ6Imxhc3QiO2k6MTYyMTQ2MzIxODtzOjM6Im5vdyI7aToxNjIxNDYzMjE4O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6239366235313239363233333935356438386365303863393333633236653462, 0, 1, 1621461912, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTQ2MTkxMTtzOjQ6Imxhc3QiO2k6MTYyMTQ2MTkxMTtzOjM6Im5vdyI7aToxNjIxNDYxOTExO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6262646332303532333731663834613837353762313234613534323932373664, 0, 1, 1621481556, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTQ4MTU1NDtzOjQ6Imxhc3QiO2k6MTYyMTQ4MTU1NDtzOjM6Im5vdyI7aToxNjIxNDgxNTU0O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6330343435373966353839383838396439623862623537666264643736306633, 0, 1, 1621481555, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTQ4MTU1MztzOjQ6Imxhc3QiO2k6MTYyMTQ4MTU1MztzOjM6Im5vdyI7aToxNjIxNDgxNTUzO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6331346136376662373566636431313162383266323130353062346333643433, 0, 1, 1621487434, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTQ4NzQzNDtzOjQ6Imxhc3QiO2k6MTYyMTQ4NzQzNDtzOjM6Im5vdyI7aToxNjIxNDg3NDM0O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6335653837323063353931333664326464613233643163383164333538356538, 0, 1, 1621521218, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTUyMTIxODtzOjQ6Imxhc3QiO2k6MTYyMTUyMTIxODtzOjM6Im5vdyI7aToxNjIxNTIxMjE4O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6339663262353133306530313866316536356332303836333233336431353166, 0, 1, 1621504776, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTUwNDc3NjtzOjQ6Imxhc3QiO2k6MTYyMTUwNDc3NjtzOjM6Im5vdyI7aToxNjIxNTA0Nzc2O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6361626634383332373463663266383866303834633565666262623939386536, 0, 1, 1621487416, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTQ4NzQxNTtzOjQ6Imxhc3QiO2k6MTYyMTQ4NzQxNTtzOjM6Im5vdyI7aToxNjIxNDg3NDE1O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6361663336376138353132613166373563313434623362313339333463323066, 0, 1, 1621515914, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTUxNTkxMztzOjQ6Imxhc3QiO2k6MTYyMTUxNTkxMztzOjM6Im5vdyI7aToxNjIxNTE1OTEzO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6531653332363630373935373963363130366534353533613534623632386235, 0, 1, 1621481556, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTQ4MTU1NTtzOjQ6Imxhc3QiO2k6MTYyMTQ4MTU1NTtzOjM6Im5vdyI7aToxNjIxNDgxNTU1O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6632656261346636653362363965333863386430653635643630363034396234, 0, 1, 1621481554, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTQ4MTU1MjtzOjQ6Imxhc3QiO2k6MTYyMTQ4MTU1MjtzOjM6Im5vdyI7aToxNjIxNDgxNTUyO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6634623233343634323166343030353733643537373131373861333563613837, 0, 1, 1621477922, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTQ3NzkyMTtzOjQ6Imxhc3QiO2k6MTYyMTQ3NzkyMTtzOjM6Im5vdyI7aToxNjIxNDc3OTIxO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6635353636383034666635316136373165326639303837393531666439373364, 0, 1, 1621463218, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTQ2MzIxODtzOjQ6Imxhc3QiO2k6MTYyMTQ2MzIxODtzOjM6Im5vdyI7aToxNjIxNDYzMjE4O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6638613961626133663966356163323766313864323065306339383738653161, 0, 1, 1621490019, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTYyMTQ5MDAxODtzOjQ6Imxhc3QiO2k6MTYyMTQ5MDAxODtzOjM6Im5vdyI7aToxNjIxNDkwMDE4O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, '');

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

--
-- Table structure for table `xjmw1_smartforms`
--

CREATE TABLE `xjmw1_smartforms` (
  `form_id` int(11) NOT NULL,
  `form_name` varchar(200) NOT NULL,
  `element_options` mediumtext NOT NULL,
  `client_form_options` mediumtext NOT NULL,
  `form_options` mediumtext NOT NULL,
  `donation_email` varchar(200) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `xjmw1_smartforms_entry`
--

CREATE TABLE `xjmw1_smartforms_entry` (
  `entry_id` int(11) NOT NULL,
  `uniq_id` varchar(50) DEFAULT NULL,
  `user_id` varchar(50) DEFAULT NULL,
  `form_id` int(11) DEFAULT NULL,
  `date` datetime NOT NULL,
  `data` mediumtext NOT NULL,
  `ip` varchar(39) DEFAULT NULL,
  `reference_id` varchar(200) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `xjmw1_smart_forms_entry_detail`
--

CREATE TABLE `xjmw1_smart_forms_entry_detail` (
  `entry_detail_id` int(11) NOT NULL,
  `entry_id` int(11) DEFAULT NULL,
  `field_id` varchar(50) NOT NULL,
  `json_value` mediumtext NOT NULL,
  `value` mediumtext NOT NULL,
  `exvalue1` mediumtext NOT NULL,
  `exvalue2` mediumtext NOT NULL,
  `exvalue3` mediumtext NOT NULL,
  `exvalue4` mediumtext NOT NULL,
  `exvalue5` mediumtext NOT NULL,
  `exvalue6` mediumtext NOT NULL,
  `datevalue` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `xjmw1_smart_forms_options`
--

CREATE TABLE `xjmw1_smart_forms_options` (
  `option_id` int(11) NOT NULL,
  `option_name` varchar(100) DEFAULT NULL,
  `option_value` mediumtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `xjmw1_smart_forms_plugins`
--

CREATE TABLE `xjmw1_smart_forms_plugins` (
  `plugin_id` int(11) NOT NULL,
  `plugin_name` varchar(200) DEFAULT NULL,
  `plugin_root_folder` varchar(200) DEFAULT NULL,
  `plugin_loader` varchar(200) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `xjmw1_smart_forms_uploaded_files`
--

CREATE TABLE `xjmw1_smart_forms_uploaded_files` (
  `uploaded_file_id` int(11) NOT NULL,
  `file_key` varchar(32) DEFAULT NULL,
  `file_name` varchar(500) DEFAULT NULL,
  `file_mime` varchar(500) DEFAULT NULL,
  `original_name` varchar(500) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `xjmw1_tags`
--

CREATE TABLE `xjmw1_tags` (
  `id` int(10) UNSIGNED NOT NULL,
  `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(400) NOT NULL DEFAULT '',
  `title` varchar(255) NOT NULL,
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_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'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `xjmw1_tags`
--

INSERT INTO `xjmw1_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, '', '', '', '', 215, '2021-03-18 19:58:19', '', 0, '0000-00-00 00:00:00', '', '', 0, '*', 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00');

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

--
-- Table structure for table `xjmw1_template_styles`
--

CREATE TABLE `xjmw1_template_styles` (
  `id` int(10) UNSIGNED NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `xjmw1_template_styles`
--

INSERT INTO `xjmw1_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\":\"\"}'),
(151, 'rt_protean', 0, '1', 'Protean - Default', '{\"configuration\":\"151\",\"preset\":\"default\"}'),
(153, 'rt_protean', 0, '0', 'Protean - Coming Soon', '{\"configuration\":\"153\",\"preset\":\"coming_soon\"}'),
(154, 'rt_protean', 0, '0', 'Protean - Fullwidth', '{\"configuration\":\"154\",\"preset\":\"default\"}'),
(155, 'rt_protean', 0, '0', 'Protean - Left Sidebar', '{\"configuration\":\"155\",\"preset\":\"default\"}'),
(156, 'rt_protean', 0, '0', 'Protean - Right Sidebar', '{\"configuration\":\"156\",\"preset\":\"default\"}'),
(157, 'rt_protean', 0, '0', 'Protean - Two Sidebars', '{\"configuration\":\"157\",\"preset\":\"default\"}'),
(158, 'rt_protean', 0, '0', 'Protean - Two Sidebars Left', '{\"configuration\":\"158\",\"preset\":\"default\"}'),
(159, 'rt_protean', 0, '0', 'Protean - Two Sidebars Right', '{\"configuration\":\"159\",\"preset\":\"default\"}'),
(160, 'rt_protean', 0, '0', 'Protean - Rows and Columns', '{\"configuration\":\"160\",\"preset\":\"default\"}'),
(161, 'rt_protean', 0, '0', 'Protean - Home', '{\"configuration\":\"161\",\"preset\":\"home_-_particles\"}'),
(162, 'rt_protean', 0, '0', 'Protean - Particles', '{\"configuration\":\"162\",\"preset\":\"default\"}'),
(163, 'vmbeez3', 0, '0', 'vmbeez3 - Default', '{\"wrapperSmall\":\"53\",\"wrapperLarge\":\"72\",\"sitetitle\":\"\",\"sitedescription\":\"\",\"navposition\":\"center\",\"templatecolor\":\"nature\",\"backgroundcolor\":\"#eee\",\"fontsizeselect\":\"0\",\"change_content_width\":\"0\",\"content_width\":\"1240\",\"main_menu_position\":\"main_menu_top\",\"nav2cont_ratio\":\"25\"}'),
(164, 'vmadmin', 1, '0', 'vmadmin - Default', '{}'),
(165, 'rt_protean', 0, '0', 'Protean - Protean - shop', '{\"configuration\":\"165\",\"preset\":\"home_-_particles\"}'),
(166, 'rt_protean', 0, '0', 'Protean - Protean - Shop', '{\"configuration\":166,\"preset\":\"home_-_particles\"}');

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

--
-- Table structure for table `xjmw1_ucm_base`
--

CREATE TABLE `xjmw1_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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `xjmw1_ucm_content`
--

CREATE TABLE `xjmw1_ucm_content` (
  `core_content_id` int(10) UNSIGNED NOT NULL,
  `core_type_alias` varchar(400) NOT NULL DEFAULT '' COMMENT 'FK to the content types table',
  `core_title` varchar(400) NOT NULL DEFAULT '',
  `core_alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `core_body` mediumtext DEFAULT NULL,
  `core_state` tinyint(1) NOT NULL DEFAULT 0,
  `core_checked_out_time` varchar(255) NOT NULL DEFAULT '0000-00-00 00:00:00',
  `core_checked_out_user_id` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `core_access` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `core_params` text DEFAULT NULL,
  `core_featured` tinyint(4) UNSIGNED NOT NULL DEFAULT 0,
  `core_metadata` varchar(2048) NOT NULL DEFAULT '' 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 DEFAULT '',
  `core_publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `core_publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `core_content_item_id` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'ID from the individual type table',
  `asset_id` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'FK to the #__assets table.',
  `core_images` text DEFAULT NULL,
  `core_urls` text DEFAULT 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 DEFAULT NULL,
  `core_metadesc` text DEFAULT NULL,
  `core_catid` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `core_xreference` varchar(50) NOT NULL DEFAULT '' COMMENT 'A reference to enable linkages to external data sets.',
  `core_type_id` int(10) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Contains core content data in name spaced fields';

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

--
-- Table structure for table `xjmw1_ucm_history`
--

CREATE TABLE `xjmw1_ucm_history` (
  `version_id` int(10) UNSIGNED NOT NULL,
  `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'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `xjmw1_ucm_history`
--

INSERT INTO `xjmw1_ucm_history` (`version_id`, `ucm_item_id`, `ucm_type_id`, `version_note`, `save_date`, `editor_user_id`, `character_count`, `sha1_hash`, `version_data`, `keep_forever`) VALUES
(1, 24, 1, '', '2021-04-07 18:25:32', 215, 2147, '36f19658fc56acb99335f8bbf6b9b1cf07c5ec88', '{\"id\":24,\"asset_id\":720,\"title\":\"Computer Cut, Hand Crafted Designs with PZAZ!\",\"alias\":\"computer-cut-hand-crafted-designs-with-pzaz\",\"introtext\":\"<p>[jux_beforeafter items=\\\"%5B%7B%22before_img%22%3A%22images%2F20210406_202522.jpg%22%2C%22before_img_label%22%3A%22Direct%20Light%22%2C%22after_img%22%3A%22images%2F20210406_202530.jpg%22%2C%22after_img_label%22%3A%22Indirect%20Light%22%2C%22overlay_img%22%3A%22images%2F11bmwexplain.png%22%7D%5D\\\" width=\\\"200\\\"]<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"2\",\"created\":\"2021-04-07 18:25:32\",\"created_by\":\"215\",\"created_by_alias\":\"\",\"modified\":\"2021-04-07 18:25:32\",\"modified_by\":null,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2021-04-07 18:25:32\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":1,\"ordering\":null,\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":null,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(2, 24, 1, '', '2021-04-07 18:36:03', 215, 2166, '94077b9500c7f93c174f11d054542751fed33ecc', '{\"id\":24,\"asset_id\":\"720\",\"title\":\"Computer Cut, Hand Crafted Designs with PZAZ!\",\"alias\":\"computer-cut-hand-crafted-designs-with-pzaz\",\"introtext\":\"<p>[jux_beforeafter items=\\\"%5B%7B%22before_img%22%3A%22images%2F20210406_202522.jpg%22%2C%22before_img_label%22%3A%22Direct%20Light%22%2C%22after_img%22%3A%22images%2F20210406_202530.jpg%22%2C%22after_img_label%22%3A%22Indirect%20Light%22%2C%22overlay_img%22%3A%22images%2F11bmwexplain.png%22%7D%5D\\\" width=\\\"200\\\"]<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"2\",\"created\":\"2021-04-07 18:25:32\",\"created_by\":\"215\",\"created_by_alias\":\"\",\"modified\":\"2021-04-07 18:36:03\",\"modified_by\":\"215\",\"checked_out\":\"215\",\"checked_out_time\":\"2021-04-07 18:34:33\",\"publish_up\":\"2021-04-07 18:25:32\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":2,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"1\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(3, 24, 1, '', '2021-04-07 18:37:47', 215, 2166, '0f35dd736a91f4d32e244f8fa0dfaf573b7f6dd8', '{\"id\":24,\"asset_id\":\"720\",\"title\":\"Computer Cut, Hand Crafted Designs with PZAZ!\",\"alias\":\"computer-cut-hand-crafted-designs-with-pzaz\",\"introtext\":\"<p>[jux_beforeafter items=\\\"%5B%7B%22before_img%22%3A%22images%2F20210406_202522.jpg%22%2C%22before_img_label%22%3A%22Direct%20LIght%22%2C%22after_img%22%3A%22images%2F20210406_202530.jpg%22%2C%22after_img_label%22%3A%22Indirect%20Light%22%2C%22overlay_img%22%3A%22images%2F11bmwexplain.png%22%7D%5D\\\" width=\\\"200\\\"]<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"2\",\"created\":\"2021-04-07 18:25:32\",\"created_by\":\"215\",\"created_by_alias\":\"\",\"modified\":\"2021-04-07 18:37:47\",\"modified_by\":\"215\",\"checked_out\":\"215\",\"checked_out_time\":\"2021-04-07 18:36:03\",\"publish_up\":\"2021-04-07 18:25:32\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":3,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"1\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(4, 24, 1, '', '2021-04-07 18:58:15', 215, 2272, 'e85a922507050dfb4e44adb2f169e899ce63e782', '{\"id\":24,\"asset_id\":\"720\",\"title\":\"Computer Cut, Hand Crafted Designs with PZAZ!\",\"alias\":\"computer-cut-hand-crafted-designs-with-pzaz\",\"introtext\":\"<p>This Is Real Pzaz<\\/p>\\r\\n<p>[jux_beforeafter items=\\\"%5B%7B%22before_img%22%3A%22images%2F20210406_202522.jpg%22%2C%22before_img_label%22%3A%22Direct%20LIght%22%2C%22after_img%22%3A%22images%2F20210406_202530.jpg%22%2C%22after_img_label%22%3A%22Indirect%20Light%22%2C%22overlay_img%22%3A%22images%2F11bmwexplain.png%22%7D%5D\\\" width=\\\"200\\\" control_color=\\\"#05eaff\\\" item_display=\\\"3\\\" item_display_tablet=\\\"2\\\"]\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"2\",\"created\":\"2021-04-07 18:25:32\",\"created_by\":\"215\",\"created_by_alias\":\"\",\"modified\":\"2021-04-07 18:58:15\",\"modified_by\":\"215\",\"checked_out\":\"215\",\"checked_out_time\":\"2021-04-07 18:55:34\",\"publish_up\":\"2021-04-07 18:25:32\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":5,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"1\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(5, 24, 1, '', '2021-04-07 19:07:34', 215, 2294, '1eacae97c27edd4ecc87de779e28d698bb2b6f22', '{\"id\":24,\"asset_id\":\"720\",\"title\":\"Computer Cut, Hand Crafted Designs with PZAZ!\",\"alias\":\"computer-cut-hand-crafted-designs-with-pzaz\",\"introtext\":\"<p>This Is Real Pzaz<\\/p>\\r\\n<p>[jux_beforeafter items=\\\"%5B%7B%22before_img%22%3A%22images%2F20210406_202522.jpg%22%2C%22before_img_label%22%3A%22Direct%20LIght%22%2C%22after_img%22%3A%22images%2F20210406_202530.jpg%22%2C%22after_img_label%22%3A%22Indirect%20Light%22%2C%22overlay_img%22%3A%22images%2F11bmwexplain.png%22%7D%5D\\\" width=\\\"200\\\" control_color=\\\"#05eaff\\\" item_display=\\\"3\\\" item_display_tablet=\\\"2\\\"]\\u00a0<\\/p>\\r\\n\",\"fulltext\":\"\\r\\n<p>\\u00a0<\\/p>\",\"state\":1,\"catid\":\"2\",\"created\":\"2021-04-07 18:25:32\",\"created_by\":\"215\",\"created_by_alias\":\"\",\"modified\":\"2021-04-07 19:07:34\",\"modified_by\":\"215\",\"checked_out\":\"215\",\"checked_out_time\":\"2021-04-07 19:07:18\",\"publish_up\":\"2021-04-07 18:25:32\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":7,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"1\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(6, 24, 1, '', '2021-04-07 19:31:05', 215, 2355, '821c6d440a41d5899865bdcd6300e7d27cd9921b', '{\"id\":24,\"asset_id\":\"720\",\"title\":\"Computer Cut, Hand Crafted Designs with PZAZ!\",\"alias\":\"computer-cut-hand-crafted-designs-with-pzaz\",\"introtext\":\"<p>This Is Real Pzaz<\\/p>\\r\\n<p>[jux_beforeafter items=\\\"%5B%7B%22before_img%22%3A%22images%2F20210406_202530.jpg%22%2C%22before_img_label%22%3A%22Direct%20Light%22%2C%22after_img%22%3A%22images%2F20210406_202522.jpg%22%2C%22after_img_label%22%3A%22Indirect%20Light%22%2C%22overlay_img%22%3A%22images%2F11bmwexplain.png%22%7D%5D\\\" width=\\\"200\\\" type=\\\"click\\\" control_color=\\\"#85d0f5\\\" item_display=\\\"3\\\" item_display_tablet=\\\"2\\\" loop=\\\"1\\\" auto_height=\\\"1\\\" item_space=\\\"8\\\"]\\u00a0<\\/p>\\r\\n\",\"fulltext\":\"\\r\\n<p>\\u00a0<\\/p>\",\"state\":1,\"catid\":\"2\",\"created\":\"2021-04-07 18:25:32\",\"created_by\":\"215\",\"created_by_alias\":\"\",\"modified\":\"2021-04-07 19:31:05\",\"modified_by\":\"215\",\"checked_out\":\"215\",\"checked_out_time\":\"2021-04-07 19:17:49\",\"publish_up\":\"2021-04-07 18:25:32\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":8,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"1\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(7, 24, 1, '', '2021-04-13 20:13:45', 215, 2865, '6600b540f19bff415aefd824ad3b65a114e60b03', '{\"id\":24,\"asset_id\":\"720\",\"title\":\"Computer Cut, Hand Crafted Designs with PZAZ!\",\"alias\":\"computer-cut-hand-crafted-designs-with-pzaz\",\"introtext\":\"<p>[jux_beforeafter items=\\\"%5B%7B%22before_img%22%3A%22images%2F20210406_202522.jpg%22%2C%22before_img_label%22%3A%22Direct%20Light%22%2C%22after_img%22%3A%22images%2F20210406_202530.jpg%22%2C%22after_img_label%22%3A%22Indirect%20Light%22%2C%22overlay_img%22%3A%22images%2F11bmwexplain.png%22%7D%2C%7B%22before_img%22%3A%22images%2F20210413_182730.jpg%22%2C%22before_img_label%22%3A%22metallic%22%2C%22after_img%22%3A%22images%2F20210413_182737.jpg%22%2C%22after_img_label%22%3A%22glow%22%7D%5D\\\" type=\\\"click\\\"]This Is Real Pzaz<\\/p>\\r\\n<p>[jux_beforeafter items=\\\"%5B%7B%22before_img%22%3A%22images%2F20210406_202530.jpg%22%2C%22before_img_label%22%3A%22Direct%20Light%22%2C%22after_img%22%3A%22images%2F20210406_202522.jpg%22%2C%22after_img_label%22%3A%22Indirect%20Light%22%2C%22overlay_img%22%3A%22images%2F11bmwexplain.png%22%7D%5D\\\" width=\\\"200\\\" type=\\\"click\\\" control_color=\\\"#85d0f5\\\" item_display=\\\"3\\\" item_display_tablet=\\\"2\\\" loop=\\\"1\\\" auto_height=\\\"1\\\" item_space=\\\"8\\\"]\\u00a0<\\/p>\\r\\n\",\"fulltext\":\"\\r\\n<p>\\u00a0<\\/p>\",\"state\":1,\"catid\":\"2\",\"created\":\"2021-04-07 18:25:32\",\"created_by\":\"215\",\"created_by_alias\":\"\",\"modified\":\"2021-04-13 20:13:45\",\"modified_by\":\"215\",\"checked_out\":\"215\",\"checked_out_time\":\"2021-04-13 20:08:13\",\"publish_up\":\"2021-04-07 18:25:32\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":9,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"1\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0),
(8, 24, 1, '', '2021-04-21 18:15:48', 215, 4432, 'a1fb9a179491addf343a0fc36832389117106b2f', '{\"id\":24,\"asset_id\":\"720\",\"title\":\"Computer Cut, Hand Crafted Designs with PZAZ!\",\"alias\":\"computer-cut-hand-crafted-designs-with-pzaz\",\"introtext\":\"<p>&lt;div id=\\\"smart-button-container\\\"&gt;<\\/p>\\r\\n<p>\\u00a0 \\u00a0 \\u00a0 &lt;div style=\\\"text-align: center;\\\"&gt;<\\/p>\\r\\n<p>\\u00a0 \\u00a0 \\u00a0 \\u00a0 &lt;div id=\\\"paypal-button-container\\\"&gt;&lt;\\/div&gt;<\\/p>\\r\\n<p>\\u00a0 \\u00a0 \\u00a0 &lt;\\/div&gt;<\\/p>\\r\\n<p>\\u00a0 \\u00a0 &lt;\\/div&gt;<\\/p>\\r\\n<p>\\u00a0 &lt;script src=\\\"https:\\/\\/www.paypal.com\\/sdk\\/js?client-id=sb&amp;currency=USD\\\" data-sdk-integration-source=\\\"button-factory\\\"&gt;&lt;\\/script&gt;<\\/p>\\r\\n<p>\\u00a0 &lt;script&gt;<\\/p>\\r\\n<p>\\u00a0 \\u00a0 function initPayPalButton() {<\\/p>\\r\\n<p>\\u00a0 \\u00a0 \\u00a0 paypal.Buttons({<\\/p>\\r\\n<p>\\u00a0 \\u00a0 \\u00a0 \\u00a0 style: {<\\/p>\\r\\n<p>\\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 shape: \'pill\',<\\/p>\\r\\n<p>\\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 color: \'white\',<\\/p>\\r\\n<p>\\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 layout: \'vertical\',<\\/p>\\r\\n<p>\\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 label: \'checkout\',<\\/p>\\r\\n<p>\\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0\\u00a0<\\/p>\\r\\n<p>\\u00a0 \\u00a0 \\u00a0 \\u00a0 },<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>\\u00a0 \\u00a0 \\u00a0 \\u00a0 createOrder: function(data, actions) {<\\/p>\\r\\n<p>\\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 return actions.order.create({<\\/p>\\r\\n<p>\\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 purchase_units: [{\\\"description\\\":\\\"One Side Pzaz vinyl wrap +3 colour cut logo\\\\nOne Side Colour Print\\\\nUV Coating\\\\nProfile Page (Login After CheckOut)\\\",\\\"amount\\\":{\\\"currency_code\\\":\\\"USD\\\",\\\"value\\\":104,\\\"breakdown\\\":{\\\"item_total\\\":{\\\"currency_code\\\":\\\"USD\\\",\\\"value\\\":98},\\\"shipping\\\":{\\\"currency_code\\\":\\\"USD\\\",\\\"value\\\":6},\\\"tax_total\\\":{\\\"currency_code\\\":\\\"USD\\\",\\\"value\\\":0}}}}]<\\/p>\\r\\n<p>\\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 });<\\/p>\\r\\n<p>\\u00a0 \\u00a0 \\u00a0 \\u00a0 },<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>\\u00a0 \\u00a0 \\u00a0 \\u00a0 onApprove: function(data, actions) {<\\/p>\\r\\n<p>\\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 return actions.order.capture().then(function(details) {<\\/p>\\r\\n<p>\\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 alert(\'Transaction completed by \' + details.payer.name.given_name + \'!\');<\\/p>\\r\\n<p>\\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 });<\\/p>\\r\\n<p>\\u00a0 \\u00a0 \\u00a0 \\u00a0 },<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>\\u00a0 \\u00a0 \\u00a0 \\u00a0 onError: function(err) {<\\/p>\\r\\n<p>\\u00a0 \\u00a0 \\u00a0 \\u00a0 \\u00a0 console.log(err);<\\/p>\\r\\n<p>\\u00a0 \\u00a0 \\u00a0 \\u00a0 }<\\/p>\\r\\n<p>\\u00a0 \\u00a0 \\u00a0 }).render(\'#paypal-button-container\');<\\/p>\\r\\n<p>\\u00a0 \\u00a0 }<\\/p>\\r\\n<p>\\u00a0 \\u00a0 initPayPalButton();<\\/p>\\r\\n<p>\\u00a0 &lt;\\/script&gt;<\\/p>\",\"fulltext\":\"\",\"state\":1,\"catid\":\"2\",\"created\":\"2021-04-07 18:25:32\",\"created_by\":\"215\",\"created_by_alias\":\"\",\"modified\":\"2021-04-21 18:15:48\",\"modified_by\":\"215\",\"checked_out\":\"215\",\"checked_out_time\":\"2021-04-21 18:13:26\",\"publish_up\":\"2021-04-07 18:25:32\",\"publish_down\":\"0000-00-00 00:00:00\",\"images\":\"{\\\"image_intro\\\":\\\"images\\\\\\/com_hikashop\\\\\\/upload\\\\\\/organic.png\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"images\\\\\\/com_hikashop\\\\\\/upload\\\\\\/organic.png\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":false,\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":false,\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":false,\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_associations\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_icons\\\":\\\"\\\",\\\"show_print_icon\\\":\\\"\\\",\\\"show_email_icon\\\":\\\"\\\",\\\"show_vote\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":10,\"ordering\":\"0\",\"metakey\":\"\",\"metadesc\":\"\",\"access\":\"1\",\"hits\":\"0\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\",\\\"xreference\\\":\\\"\\\"}\",\"featured\":\"1\",\"language\":\"*\",\"xreference\":\"\",\"note\":\"\"}', 0);

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

--
-- Table structure for table `xjmw1_updates`
--

CREATE TABLE `xjmw1_updates` (
  `update_id` int(11) NOT NULL,
  `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 ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Available Updates';

--
-- Dumping data for table `xjmw1_updates`
--

INSERT INTO `xjmw1_updates` (`update_id`, `update_site_id`, `extension_id`, `name`, `description`, `element`, `type`, `folder`, `client_id`, `version`, `data`, `detailsurl`, `infourl`, `extra_query`) VALUES
(3525, 3, 0, 'Armenian', '', 'pkg_hy-AM', 'package', '', 0, '3.4.4.1', '', 'https://update.joomla.org/language/details3/hy-AM_details.xml', '', ''),
(3526, 3, 0, 'Malay', '', 'pkg_ms-MY', 'package', '', 0, '3.4.1.2', '', 'https://update.joomla.org/language/details3/ms-MY_details.xml', '', ''),
(3527, 3, 0, 'Romanian', '', 'pkg_ro-RO', 'package', '', 0, '3.9.25.1', '', 'https://update.joomla.org/language/details3/ro-RO_details.xml', '', ''),
(3528, 3, 0, 'Flemish', '', 'pkg_nl-BE', 'package', '', 0, '3.9.26.1', '', 'https://update.joomla.org/language/details3/nl-BE_details.xml', '', ''),
(3529, 3, 0, 'Chinese Traditional', '', 'pkg_zh-TW', 'package', '', 0, '3.8.0.1', '', 'https://update.joomla.org/language/details3/zh-TW_details.xml', '', ''),
(3530, 3, 0, 'French', '', 'pkg_fr-FR', 'package', '', 0, '3.9.26.1', '', 'https://update.joomla.org/language/details3/fr-FR_details.xml', '', ''),
(3531, 3, 0, 'Galician', '', 'pkg_gl-ES', 'package', '', 0, '3.3.1.2', '', 'https://update.joomla.org/language/details3/gl-ES_details.xml', '', ''),
(3532, 3, 0, 'Georgian', '', 'pkg_ka-GE', 'package', '', 0, '3.9.26.1', '', 'https://update.joomla.org/language/details3/ka-GE_details.xml', '', ''),
(3533, 3, 0, 'Greek', '', 'pkg_el-GR', 'package', '', 0, '3.9.26.1', '', 'https://update.joomla.org/language/details3/el-GR_details.xml', '', ''),
(3534, 3, 0, 'Japanese', '', 'pkg_ja-JP', 'package', '', 0, '3.9.26.1', '', 'https://update.joomla.org/language/details3/ja-JP_details.xml', '', ''),
(3535, 3, 0, 'Hebrew', '', 'pkg_he-IL', 'package', '', 0, '3.1.1.2', '', 'https://update.joomla.org/language/details3/he-IL_details.xml', '', ''),
(3536, 3, 0, 'Bengali', '', 'pkg_bn-BD', 'package', '', 0, '3.8.10.1', '', 'https://update.joomla.org/language/details3/bn-BD_details.xml', '', ''),
(3537, 3, 0, 'Hungarian', '', 'pkg_hu-HU', 'package', '', 0, '3.9.19.1', '', 'https://update.joomla.org/language/details3/hu-HU_details.xml', '', ''),
(3538, 3, 0, 'Afrikaans', '', 'pkg_af-ZA', 'package', '', 0, '3.9.16.1', '', 'https://update.joomla.org/language/details3/af-ZA_details.xml', '', ''),
(3539, 3, 0, 'Arabic Unitag', '', 'pkg_ar-AA', 'package', '', 0, '3.9.25.1', '', 'https://update.joomla.org/language/details3/ar-AA_details.xml', '', ''),
(3540, 3, 0, 'Belarusian', '', 'pkg_be-BY', 'package', '', 0, '3.2.1.2', '', 'https://update.joomla.org/language/details3/be-BY_details.xml', '', ''),
(3541, 3, 0, 'Bulgarian', '', 'pkg_bg-BG', 'package', '', 0, '3.6.5.2', '', 'https://update.joomla.org/language/details3/bg-BG_details.xml', '', ''),
(3542, 3, 0, 'Catalan', '', 'pkg_ca-ES', 'package', '', 0, '3.9.23.1', '', 'https://update.joomla.org/language/details3/ca-ES_details.xml', '', ''),
(3543, 3, 0, 'Chinese Simplified', '', 'pkg_zh-CN', 'package', '', 0, '3.9.26.1', '', 'https://update.joomla.org/language/details3/zh-CN_details.xml', '', ''),
(3544, 3, 0, 'Croatian', '', 'pkg_hr-HR', 'package', '', 0, '3.9.26.1', '', 'https://update.joomla.org/language/details3/hr-HR_details.xml', '', ''),
(3545, 3, 0, 'Czech', '', 'pkg_cs-CZ', 'package', '', 0, '3.9.26.2', '', 'https://update.joomla.org/language/details3/cs-CZ_details.xml', '', ''),
(3546, 3, 0, 'Danish', '', 'pkg_da-DK', 'package', '', 0, '3.9.26.1', '', 'https://update.joomla.org/language/details3/da-DK_details.xml', '', ''),
(3547, 3, 0, 'Dutch', '', 'pkg_nl-NL', 'package', '', 0, '3.9.26.1', '', 'https://update.joomla.org/language/details3/nl-NL_details.xml', '', ''),
(3548, 3, 0, 'Esperanto', '', 'pkg_eo-XX', 'package', '', 0, '3.8.11.1', '', 'https://update.joomla.org/language/details3/eo-XX_details.xml', '', ''),
(3549, 3, 0, 'Estonian', '', 'pkg_et-EE', 'package', '', 0, '3.9.21.1', '', 'https://update.joomla.org/language/details3/et-EE_details.xml', '', ''),
(3550, 3, 0, 'Italian', '', 'pkg_it-IT', 'package', '', 0, '3.9.26.1', '', 'https://update.joomla.org/language/details3/it-IT_details.xml', '', ''),
(3551, 3, 0, 'Khmer', '', 'pkg_km-KH', 'package', '', 0, '3.4.5.1', '', 'https://update.joomla.org/language/details3/km-KH_details.xml', '', ''),
(3552, 3, 0, 'Korean', '', 'pkg_ko-KR', 'package', '', 0, '3.8.9.1', '', 'https://update.joomla.org/language/details3/ko-KR_details.xml', '', ''),
(3553, 3, 0, 'Latvian', '', 'pkg_lv-LV', 'package', '', 0, '3.9.25.2', '', 'https://update.joomla.org/language/details3/lv-LV_details.xml', '', ''),
(3554, 3, 0, 'Lithuanian', '', 'pkg_lt-LT', 'package', '', 0, '3.9.16.1', '', 'https://update.joomla.org/language/details3/lt-LT_details.xml', '', ''),
(3555, 3, 0, 'Macedonian', '', 'pkg_mk-MK', 'package', '', 0, '3.6.5.1', '', 'https://update.joomla.org/language/details3/mk-MK_details.xml', '', ''),
(3556, 3, 0, 'Norwegian Bokmal', '', 'pkg_nb-NO', 'package', '', 0, '3.9.26.1', '', 'https://update.joomla.org/language/details3/nb-NO_details.xml', '', ''),
(3557, 3, 0, 'Norwegian Nynorsk', '', 'pkg_nn-NO', 'package', '', 0, '3.4.2.1', '', 'https://update.joomla.org/language/details3/nn-NO_details.xml', '', ''),
(3558, 3, 0, 'Persian', '', 'pkg_fa-IR', 'package', '', 0, '3.9.26.1', '', 'https://update.joomla.org/language/details3/fa-IR_details.xml', '', ''),
(3559, 3, 0, 'Polish', '', 'pkg_pl-PL', 'package', '', 0, '3.9.25.2', '', 'https://update.joomla.org/language/details3/pl-PL_details.xml', '', ''),
(3560, 3, 0, 'Portuguese', '', 'pkg_pt-PT', 'package', '', 0, '3.9.15.1', '', 'https://update.joomla.org/language/details3/pt-PT_details.xml', '', ''),
(3561, 3, 0, 'Russian', '', 'pkg_ru-RU', 'package', '', 0, '3.9.24.1', '', 'https://update.joomla.org/language/details3/ru-RU_details.xml', '', ''),
(3562, 3, 0, 'English AU', '', 'pkg_en-AU', 'package', '', 0, '3.9.26.1', '', 'https://update.joomla.org/language/details3/en-AU_details.xml', '', ''),
(3563, 3, 0, 'Slovak', '', 'pkg_sk-SK', 'package', '', 0, '3.9.26.1', '', 'https://update.joomla.org/language/details3/sk-SK_details.xml', '', ''),
(3564, 3, 0, 'English US', '', 'pkg_en-US', 'package', '', 0, '3.9.26.1', '', 'https://update.joomla.org/language/details3/en-US_details.xml', '', ''),
(3565, 3, 0, 'Swedish', '', 'pkg_sv-SE', 'package', '', 0, '3.9.26.1', '', 'https://update.joomla.org/language/details3/sv-SE_details.xml', '', ''),
(3566, 3, 0, 'Syriac', '', 'pkg_sy-IQ', 'package', '', 0, '3.4.5.1', '', 'https://update.joomla.org/language/details3/sy-IQ_details.xml', '', ''),
(3567, 3, 0, 'Tamil', '', 'pkg_ta-IN', 'package', '', 0, '3.9.26.1', '', 'https://update.joomla.org/language/details3/ta-IN_details.xml', '', ''),
(3568, 3, 0, 'Thai', '', 'pkg_th-TH', 'package', '', 0, '3.9.26.1', '', 'https://update.joomla.org/language/details3/th-TH_details.xml', '', ''),
(3569, 3, 0, 'Turkish', '', 'pkg_tr-TR', 'package', '', 0, '3.9.4.1', '', 'https://update.joomla.org/language/details3/tr-TR_details.xml', '', ''),
(3570, 3, 0, 'Ukrainian', '', 'pkg_uk-UA', 'package', '', 0, '3.9.24.1', '', 'https://update.joomla.org/language/details3/uk-UA_details.xml', '', ''),
(3571, 3, 0, 'Uyghur', '', 'pkg_ug-CN', 'package', '', 0, '3.7.5.2', '', 'https://update.joomla.org/language/details3/ug-CN_details.xml', '', ''),
(3572, 3, 0, 'Albanian', '', 'pkg_sq-AL', 'package', '', 0, '3.1.1.2', '', 'https://update.joomla.org/language/details3/sq-AL_details.xml', '', ''),
(3573, 3, 0, 'Basque', '', 'pkg_eu-ES', 'package', '', 0, '3.9.24.1', '', 'https://update.joomla.org/language/details3/eu-ES_details.xml', '', ''),
(3574, 3, 0, 'Hindi', '', 'pkg_hi-IN', 'package', '', 0, '3.3.6.2', '', 'https://update.joomla.org/language/details3/hi-IN_details.xml', '', ''),
(3575, 3, 0, 'German DE', '', 'pkg_de-DE', 'package', '', 0, '3.9.26.2', '', 'https://update.joomla.org/language/details3/de-DE_details.xml', '', ''),
(3576, 3, 0, 'Portuguese Brazil', '', 'pkg_pt-BR', 'package', '', 0, '3.9.21.1', '', 'https://update.joomla.org/language/details3/pt-BR_details.xml', '', ''),
(3577, 3, 0, 'Serbian Latin', '', 'pkg_sr-YU', 'package', '', 0, '3.9.26.1', '', 'https://update.joomla.org/language/details3/sr-YU_details.xml', '', ''),
(3578, 3, 0, 'Spanish', '', 'pkg_es-ES', 'package', '', 0, '3.9.18.1', '', 'https://update.joomla.org/language/details3/es-ES_details.xml', '', ''),
(3579, 3, 0, 'Bosnian', '', 'pkg_bs-BA', 'package', '', 0, '3.9.24.1', '', 'https://update.joomla.org/language/details3/bs-BA_details.xml', '', ''),
(3580, 3, 0, 'Serbian Cyrillic', '', 'pkg_sr-RS', 'package', '', 0, '3.9.26.1', '', 'https://update.joomla.org/language/details3/sr-RS_details.xml', '', ''),
(3581, 3, 0, 'Vietnamese', '', 'pkg_vi-VN', 'package', '', 0, '3.2.1.2', '', 'https://update.joomla.org/language/details3/vi-VN_details.xml', '', ''),
(3582, 3, 0, 'Bahasa Indonesia', '', 'pkg_id-ID', 'package', '', 0, '3.6.2.1', '', 'https://update.joomla.org/language/details3/id-ID_details.xml', '', ''),
(3583, 3, 0, 'Finnish', '', 'pkg_fi-FI', 'package', '', 0, '3.9.16.1', '', 'https://update.joomla.org/language/details3/fi-FI_details.xml', '', ''),
(3584, 3, 0, 'Swahili', '', 'pkg_sw-KE', 'package', '', 0, '3.9.26.1', '', 'https://update.joomla.org/language/details3/sw-KE_details.xml', '', ''),
(3585, 3, 0, 'Montenegrin', '', 'pkg_srp-ME', 'package', '', 0, '3.3.1.2', '', 'https://update.joomla.org/language/details3/srp-ME_details.xml', '', ''),
(3586, 3, 0, 'English CA', '', 'pkg_en-CA', 'package', '', 0, '3.9.26.1', '', 'https://update.joomla.org/language/details3/en-CA_details.xml', '', ''),
(3587, 3, 0, 'French CA', '', 'pkg_fr-CA', 'package', '', 0, '3.6.5.1', '', 'https://update.joomla.org/language/details3/fr-CA_details.xml', '', ''),
(3588, 3, 0, 'Welsh', '', 'pkg_cy-GB', 'package', '', 0, '3.9.26.1', '', 'https://update.joomla.org/language/details3/cy-GB_details.xml', '', ''),
(3589, 3, 0, 'Sinhala', '', 'pkg_si-LK', 'package', '', 0, '3.3.1.2', '', 'https://update.joomla.org/language/details3/si-LK_details.xml', '', ''),
(3590, 3, 0, 'Dari Persian', '', 'pkg_prs-AF', 'package', '', 0, '3.4.4.3', '', 'https://update.joomla.org/language/details3/prs-AF_details.xml', '', ''),
(3591, 3, 0, 'Turkmen', '', 'pkg_tk-TM', 'package', '', 0, '3.5.0.2', '', 'https://update.joomla.org/language/details3/tk-TM_details.xml', '', ''),
(3592, 3, 0, 'Irish', '', 'pkg_ga-IE', 'package', '', 0, '3.8.13.1', '', 'https://update.joomla.org/language/details3/ga-IE_details.xml', '', ''),
(3593, 3, 0, 'Dzongkha', '', 'pkg_dz-BT', 'package', '', 0, '3.6.2.1', '', 'https://update.joomla.org/language/details3/dz-BT_details.xml', '', ''),
(3594, 3, 0, 'Slovenian', '', 'pkg_sl-SI', 'package', '', 0, '3.9.26.1', '', 'https://update.joomla.org/language/details3/sl-SI_details.xml', '', ''),
(3595, 3, 0, 'Spanish CO', '', 'pkg_es-CO', 'package', '', 0, '3.9.15.1', '', 'https://update.joomla.org/language/details3/es-CO_details.xml', '', ''),
(3596, 3, 0, 'German CH', '', 'pkg_de-CH', 'package', '', 0, '3.9.26.2', '', 'https://update.joomla.org/language/details3/de-CH_details.xml', '', ''),
(3597, 3, 0, 'German AT', '', 'pkg_de-AT', 'package', '', 0, '3.9.26.2', '', 'https://update.joomla.org/language/details3/de-AT_details.xml', '', ''),
(3598, 3, 0, 'German LI', '', 'pkg_de-LI', 'package', '', 0, '3.9.26.2', '', 'https://update.joomla.org/language/details3/de-LI_details.xml', '', ''),
(3599, 3, 0, 'German LU', '', 'pkg_de-LU', 'package', '', 0, '3.9.26.2', '', 'https://update.joomla.org/language/details3/de-LU_details.xml', '', ''),
(3600, 3, 0, 'English NZ', '', 'pkg_en-NZ', 'package', '', 0, '3.9.26.1', '', 'https://update.joomla.org/language/details3/en-NZ_details.xml', '', ''),
(3601, 3, 0, 'Kazakh', '', 'pkg_kk-KZ', 'package', '', 0, '3.9.23.1', '', 'https://update.joomla.org/language/details3/kk-KZ_details.xml', '', ''),
(3602, 5, 0, 'RokSprocket Module', '', 'mod_roksprocket', 'module', '', 0, '2.1.28', '0802', 'http://updates.rockettheme.com/joomla/138/b61e70db', '', ''),
(3603, 5, 0, 'RokCommon Plugin', '', '', 'plugin', '', 0, '3.2.9', '0802', 'http://updates.rockettheme.com/joomla/138/2084920890', '', ''),
(3604, 5, 0, 'RokGallery Extension', '', 'mod_rokgallery', 'module', '', 0, '2.46', '0802', 'http://updates.rockettheme.com/joomla/286/21ffe006', '', ''),
(3605, 5, 0, 'RokCommon Plugin', '', '', 'plugin', '', 0, '3.2.9', '0802', 'http://updates.rockettheme.com/joomla/286/326466299', '', ''),
(3606, 5, 0, 'RokWeather Module', '', 'mod_rokweather', 'module', '', 0, '2.0.4', '0802', 'http://updates.rockettheme.com/joomla/292/a0cbba72', '', ''),
(3607, 5, 0, 'RokStock Module', '', 'mod_rokstock', 'module', '', 0, '2.0.3', '0802', 'http://updates.rockettheme.com/joomla/295/87c1121c', '', ''),
(3608, 5, 0, 'RokMiniEvents3 Module', '', 'mod_rokminievents3', 'module', '', 0, '3.0.3', '0802', 'http://updates.rockettheme.com/joomla/297/1686051690', '', ''),
(3609, 5, 0, 'RokQuickCart Extension', '', 'com_rokquickcart', 'component', '', 1, '2.1.5', '0802', 'http://updates.rockettheme.com/joomla/298/ddfa10eb', '', ''),
(3610, 5, 0, 'RokNavMenu Module', '', 'mod_roknavmenu', 'module', '', 0, '2.0.9', '0802', 'http://updates.rockettheme.com/joomla/300/5a9aa468', '', ''),
(3611, 5, 0, 'RokBox Plugin', '', 'rokbox', 'plugin', 'system', 0, '2.0.16', '0802', 'http://updates.rockettheme.com/joomla/301/dfc993d8', '', ''),
(3612, 5, 0, 'RokCandy Extension', '', 'rokcandy', 'plugin', 'system', 0, '2.0.4', '0802', 'http://updates.rockettheme.com/joomla/302/2df8a4e2', '', ''),
(3613, 5, 0, 'RokComments Plugin', '', 'rokcomments', 'plugin', 'content', 0, '2.0.3', '0802', 'http://updates.rockettheme.com/joomla/303/d1fd7b76', '', ''),
(3614, 5, 0, 'RokGallery', '', '', 'component', '', 0, '2.46', '0802', 'http://updates.rockettheme.com/joomla/313/1985305838', '', ''),
(3615, 5, 0, 'RokStories Module', '', 'mod_rokstories', 'module', '', 0, '1.15', '0802', 'http://updates.rockettheme.com/joomla/313/1724592219', '', ''),
(3616, 5, 0, 'RokFeatureTable Module', '', 'mod_rokfeaturetable', 'module', '', 0, '1.7', '0802', 'http://updates.rockettheme.com/joomla/313/1929450724', '', ''),
(3617, 5, 0, 'RokTabs Module', '', 'mod_roktabs', 'module', '', 0, '1.14', '0802', 'http://updates.rockettheme.com/joomla/313/1338024578', '', ''),
(3618, 5, 0, 'RokNewsPager Module', '', 'mod_roknewspager', 'module', '', 0, '2.0.2', '0802', 'http://updates.rockettheme.com/joomla/313/632659459', '', ''),
(3619, 5, 0, 'RokNewsFlash Module', '', 'mod_roknewsflash', 'module', '', 0, '2.0.1', '0802', 'http://updates.rockettheme.com/joomla/313/902599661', '', ''),
(3620, 5, 0, 'RokContentRotator Module', '', 'mod_rokcontentrotator', 'module', '', 0, '2.0.2', '0802', 'http://updates.rockettheme.com/joomla/313/483184226', '', ''),
(3621, 5, 0, 'RokIntroScroller Module', '', 'mod_rokintroscroller', 'module', '', 0, '1.1', '0802', 'http://updates.rockettheme.com/joomla/313/1559131823', '', ''),
(3622, 5, 0, 'RokStock', '', '', 'module', '', 0, '2.0.3', '0802', 'http://updates.rockettheme.com/joomla/313/983093075', '', ''),
(3623, 5, 0, 'RokWeather', '', '', 'module', '', 0, '2.0.4', '0802', 'http://updates.rockettheme.com/joomla/313/1307741342', '', ''),
(3624, 5, 0, 'RokQuickCart', '', '', 'component', '', 0, '2.1.5', '0802', 'http://updates.rockettheme.com/joomla/313/1089655497', '', ''),
(3625, 5, 0, 'RokMiniEvents', '', '', 'module', '', 0, '3.0.3', '0802', 'http://updates.rockettheme.com/joomla/313/1301311221', '', ''),
(3626, 5, 0, 'RokComments', '', '', 'plugin', '', 0, '2.0.3', '0802', 'http://updates.rockettheme.com/joomla/313/2049982768', '', ''),
(3627, 5, 0, 'RokCheck (Template Version Check)', '', '', 'module', '', 1, '1.0.0', '0802', 'http://updates.rockettheme.com/joomla/381/791616223', '', ''),
(3628, 5, 0, 'RokCommon Plugin', '', '', 'plugin', '', 0, '3.2.9', '0802', 'http://updates.rockettheme.com/joomla/381/337128173', '', ''),
(3629, 5, 0, 'RokSocialButtons Plugin', '', 'roksocialbuttons', 'plugin', 'content', 0, '1.5.3', '0802', 'http://updates.rockettheme.com/joomla/381/269989291', '', ''),
(3630, 5, 0, 'RokCommon', '', 'pkg_rokcommon', 'package', '', 0, '3.2.9', '0802', 'http://updates.rockettheme.com/joomla/559/1033ef39', '', ''),
(3631, 11, 0, 'Hydrogen', 'Hydrogen Template', 'g5_hydrogen', 'template', '', 0, '5.4.37', '', 'http://updates.gantry.org/5.0/joomla/tpl_g5_hydrogen.xml', '', ''),
(3632, 11, 0, 'Helium', 'Helium Template', 'g5_helium', 'template', '', 0, '5.4.37', '', 'http://updates.gantry.org/5.0/joomla/tpl_g5_helium.xml', '', ''),
(3633, 35, 0, 'VirtueMart - Shipment, by Weight, country, zip,... ', 'VirtueMart - Shipment, Shipment, by Weight, country, zip,... ', 'standard', 'plugin', 'vmshipment', 0, '3.4.0', '', 'http://virtuemart.net/releases/vm3/plg_vmshipment_weight_countries_update.xml', 'https://docs.virtuemart.net/tutorials/installation-migration-upgrade/226-update-single-plugin-delivered-by-aio.html', ''),
(3634, 41, 0, 'VM Framework Loader during Plugin Updates', 'Makes sure the VirtueMart framework is loaded during automatic plugin updates using Joomla\'s plugin updater.', 'vmLoaderPluginUpdate', 'plugin', 'system', 1, '3.4.0', '', 'http://virtuemart.net/releases/vm3/plg_system_vmLoaderPluginUpdate_update.xml', 'https://docs.virtuemart.net/tutorials/installation-migration-upgrade/226-update-single-plugin-delivered-by-aio.html', ''),
(3635, 44, 0, 'VirtueMart Product module', 'VirtueMart Product module', 'mod_virtuemart_product', 'plugin', '', 0, '3.2.1', '', 'http://virtuemart.net/releases/vm3/mod_virtuemart_product_update.xml', 'https://docs.virtuemart.net/tutorials/installation-migration-upgrade/226-update-single-plugin-delivered-by-aio.html', '');

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

--
-- Table structure for table `xjmw1_update_sites`
--

CREATE TABLE `xjmw1_update_sites` (
  `update_site_id` int(11) NOT NULL,
  `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 ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Update Sites';

--
-- Dumping data for table `xjmw1_update_sites`
--

INSERT INTO `xjmw1_update_sites` (`update_site_id`, `name`, `type`, `location`, `enabled`, `last_check_timestamp`, `extra_query`) VALUES
(1, 'Joomla! Core', 'collection', 'https://update.joomla.org/core/list.xml', 1, 1621536919, ''),
(3, 'Accredited Joomla! Translations', 'collection', 'https://update.joomla.org/language/translationlist_3.xml', 1, 1621536917, ''),
(4, 'Joomla! Update Component Update Site', 'extension', 'https://update.joomla.org/core/extensions/com_joomlaupdate.xml', 1, 1621536917, ''),
(5, 'RocketTheme Update Directory', 'collection', 'http://updates.rockettheme.com/joomla/updates.xml', 1, 1621536917, ''),
(10, 'Gantry 5', 'extension', 'http://updates.gantry.org/5.0/joomla/pkg_gantry5.xml', 1, 1621536917, ''),
(11, 'Gantry 5', 'collection', 'http://updates.gantry.org/5.0/joomla/list.xml', 1, 1621536918, ''),
(12, 'BreezingCommerce - Categories Module', 'extension', 'https://crosstec.org/updates/breezingcommerce/breezingcommerce_category_module_update.xml', 1, 1621536918, ''),
(13, 'BreezingCommerce - Currencies Module', 'extension', 'https://crosstec.org/updates/breezingcommerce/breezingcommerce_currencies_module_update.xml', 1, 1621536919, ''),
(14, 'BreezingCommerce - Minicart Module', 'extension', 'https://crosstec.org/updates/breezingcommerce/breezingcommerce_minicart_module_update.xml', 1, 1621536919, ''),
(15, 'WebInstaller Update Site', 'extension', 'https://appscdn.joomla.org/webapps/jedapps/webinstaller.xml', 1, 1621536919, ''),
(17, 'VirtueMart3 Update Site', 'extension', 'http://virtuemart.net/releases/vm3/virtuemart_update.xml', 1, 1621536920, ''),
(18, 'VirtueMart plg_vmpayment_standard Update Site', 'extension', 'http://virtuemart.net/releases/vm3/plg_vmpayment_standard_update.xml', 1, 1621536920, ''),
(19, 'VirtueMart plg_vmpayment_paypal Update Site', 'extension', 'http://virtuemart.net/releases/vm3/plg_vmpayment_paypal_update.xml', 1, 1621536920, ''),
(20, 'VirtueMart plg_vmpayment_sofort Update Site', 'extension', 'http://virtuemart.net/releases/vm3/plg_vmpayment_sofort_update.xml', 1, 1621536920, ''),
(21, 'VirtueMart3 plg_vmpayment_skrill Update Site', 'extension', 'http://virtuemart.net/releases/vm3/plg_vmpayment_skrill_update.xml', 1, 1621536920, ''),
(22, 'VirtueMart plg_vmpayment_klarna Update Site', 'extension', 'http://virtuemart.net/releases/vm3/plg_vmpayment_klarna_update.xml', 1, 1621536920, ''),
(23, 'VirtueMart plg_vmpayment_klarnacheckout Update Site', 'extension', 'http://virtuemart.net/releases/vm3/plg_vmpayment_klarnacheckout_update.xml', 1, 1621536920, ''),
(24, 'VirtueMart plg_vmpayment_heidelpay Update Site', 'extension', 'http://virtuemart.net/releases/vm3/plg_vmpayment_heidelpay_update.xml', 1, 1621536920, ''),
(25, 'VirtueMart plg_vmpayment_paybox Update Site', 'extension', 'http://virtuemart.net/releases/vm3/plg_vmpayment_paybox_update.xml', 1, 1621536920, ''),
(26, 'VirtueMart3 plg_vmpayment_tco Update Site', 'extension', 'http://virtuemart.net/releases/vm3/plg_vmpayment_tco_update.xml', 1, 1621536920, ''),
(27, 'VirtueMart plg_vmpayment_eway Update Site', 'extension', '\n            http://virtuemart.net/releases/vm3/plg_vmpayment_eway_update.xml', 1, 1621536921, ''),
(28, 'VirtueMart plg_vmpayment_amazon Update Site', 'extension', 'http://virtuemart.net/releases/vm3/plg_vmpayment_amazon_update.xml', 1, 1621536921, ''),
(29, 'VirtueMart plg_system_amazon Update Site', 'extension', 'http://virtuemart.net/releases/vm3/plg_system_amazon_update.xml', 1, 1621536921, ''),
(30, 'VirtueMart plg_vmpayment_realex_hpp_api Update Site', 'extension', 'http://virtuemart.net/releases/vm3/plg_vmpayment_realex_hpp_api_update.xml', 1, 1621536921, ''),
(31, 'VirtueMart plg_vmuserfield_realex_hpp_api Update Site', 'extension', '\n            http://virtuemart.net/releases/vm3/plg_vmuserfield_realex_hpp_api_update.xml', 1, 1621536921, ''),
(32, 'VirtueMart plg_vmpayment_authorizenet Update Site', 'extension', 'http://virtuemart.net/releases/vm3/plg_vmpayment_authorisenet_update.xml', 1, 1621536921, ''),
(33, 'VirtueMart plg_vmpayment_sofort_ideal Update Site', 'extension', 'http://virtuemart.net/releases/vm3/plg_vmpayment_sofort_ideal_update.xml', 1, 1621536921, ''),
(34, 'VirtueMart plg_vmpayment_klikandpay Update Site', 'extension', 'http://virtuemart.net/releases/vm3/plg_vmpayment_klikandpay_update.xml', 1, 1621536921, ''),
(35, 'VirtueMart3 plg_vmshipment_weight_countries Update Site', 'extension', 'http://virtuemart.net/releases/vm3/plg_vmshipment_weight_countries_update.xml', 1, 1621536921, ''),
(36, 'VirtueMart3 plg_vmcustom_textinput Update Site', 'extension', 'http://virtuemart.net/releases/vm3/plg_vmcustom_textinput_update.xml', 1, 1621536922, ''),
(37, 'VirtueMart3 plg_vmcustom_specification Update Site', 'extension', 'http://virtuemart.net/releases/vm3/plg_vmcustom_specification_update.xml', 1, 1621536922, ''),
(38, 'VirtueMart, ${PHING.COMPANY} - ${PHING.NAME.EXTSHORT} - Update Site', 'extension', 'http://virtuemart.net/releases/vm3/plg_vmcustom_download_simple_update.xml', 1, 1621536922, ''),
(39, 'VirtueMart3 plg_vmcalculation_avalara Update Site', 'extension', 'http://virtuemart.net/releases/vm3/plg_vmcalculation_avalara_update.xml', 1, 1621536922, ''),
(40, 'VirtueMart3 plg_search_virtuemart Update Site', 'extension', 'http://virtuemart.net/releases/vm3/plg_search_virtuemart_update.xml', 1, 1621536922, ''),
(41, 'VM Framework Loader during Plugin Updates', 'extension', 'http://virtuemart.net/releases/vm3/plg_system_vmLoaderPluginUpdate_update.xml', 1, 1621536922, ''),
(42, 'VirtueMart3 MOD_VMENU Update Site', 'extension', 'http://virtuemart.net/releases/vm3/mod_vmmenu_update.xml', 1, 1621536922, ''),
(43, 'VirtueMart3 mod_virtuemart_currencies Update Site', 'extension', 'http://virtuemart.net/releases/vm3/mod_virtuemart_currencies_update.xml', 1, 1621536922, ''),
(44, 'VirtueMart3 mod_virtuemart_product Update Site', 'extension', 'http://virtuemart.net/releases/vm3/mod_virtuemart_product_update.xml', 1, 1621536923, ''),
(45, 'VirtueMart3 mod_virtuemart_search Update Site', 'extension', 'http://virtuemart.net/releases/vm3/mod_virtuemart_search_update.xml', 1, 1621536923, ''),
(46, 'VirtueMart3 mod_virtuemart_manufacturer Update Site', 'extension', 'http://virtuemart.net/releases/vm3/mod_virtuemart_manufacturer_update.xml', 1, 1621536923, ''),
(47, 'VirtueMart3 mod_virtuemart_cart Update Site', 'extension', 'http://virtuemart.net/releases/vm3/mod_virtuemart_cart_update.xml', 1, 1621536923, ''),
(48, 'VirtueMart3 mod_virtuemart_category Update Site', 'extension', 'http://virtuemart.net/releases/vm3/mod_virtuemart_category_update.xml', 1, 1621536923, ''),
(49, 'VirtueMart3 AIO Update Site', 'extension', 'http://virtuemart.net/releases/vm3/virtuemart_aio_update.xml', 1, 1621536923, ''),
(50, 'TCPDF Update Site', 'extension', 'http://virtuemart.net/releases/TCPDF/tcpdf.xml', 1, 1621536923, ''),
(51, 'vDesigner', 'plugin', 'https://www.wdmtech.com/prod_updates/vdesigner-upgrade.xml', 1, 1621536923, ''),
(52, 'SmartForms', 'extension', 'http://smartforms.rednao.com/joomla/update.xml', 1, 1621536923, '');

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

--
-- Table structure for table `xjmw1_update_sites_extensions`
--

CREATE TABLE `xjmw1_update_sites_extensions` (
  `update_site_id` int(11) NOT NULL DEFAULT 0,
  `extension_id` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Links extensions to update sites';

--
-- Dumping data for table `xjmw1_update_sites_extensions`
--

INSERT INTO `xjmw1_update_sites_extensions` (`update_site_id`, `extension_id`) VALUES
(1, 700),
(3, 802),
(4, 28),
(5, 10029),
(5, 10031),
(5, 10033),
(10, 10049),
(11, 10049),
(12, 10156),
(13, 10157),
(14, 10158),
(15, 10159),
(17, 10252),
(18, 10254),
(19, 10255),
(20, 10256),
(21, 10257),
(22, 10258),
(23, 10259),
(24, 10260),
(25, 10261),
(26, 10262),
(27, 10263),
(28, 10264),
(29, 10265),
(30, 10266),
(31, 10267),
(32, 10268),
(33, 10269),
(34, 10270),
(35, 10271),
(36, 10272),
(37, 10273),
(38, 10274),
(39, 10275),
(40, 10276),
(41, 10277),
(42, 10278),
(43, 10279),
(44, 10280),
(45, 10281),
(46, 10282),
(47, 10283),
(48, 10284),
(49, 10253),
(50, 10285),
(51, 10289),
(52, 10295),
(52, 10296);

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

--
-- Table structure for table `xjmw1_usergroups`
--

CREATE TABLE `xjmw1_usergroups` (
  `id` int(10) UNSIGNED NOT NULL 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 ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `xjmw1_usergroups`
--

INSERT INTO `xjmw1_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');

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

--
-- Table structure for table `xjmw1_users`
--

CREATE TABLE `xjmw1_users` (
  `id` int(11) NOT NULL,
  `name` varchar(400) 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'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `xjmw1_users`
--

INSERT INTO `xjmw1_users` (`id`, `name`, `username`, `email`, `password`, `block`, `sendEmail`, `registerDate`, `lastvisitDate`, `activation`, `params`, `lastResetTime`, `resetCount`, `otpKey`, `otep`, `requireReset`) VALUES
(215, 'Super User', 'administrator', 'site@pzaz.me', '$2y$10$wnVzqHSZxjUfnf7tYfP5xeIEzWTFzCbWTgWXZjKbw0N0LLwlynxjO', 0, 1, '2021-03-18 19:58:20', '2021-05-20 18:55:14', '0', '{}', '0000-00-00 00:00:00', 0, '', '', 0),
(216, 'Dale Scott Marion', 'dalemarion', 'dale@pfane.com', '$2y$10$H.xtqcqL8WsZVJctwBcWZu9xDY.iZDfPa4DD.5PXs4BHkO2Tt/gNm', 0, 1, '2021-03-30 18:57:10', '2021-03-31 18:36:24', '', '{\"admin_style\":\"\",\"admin_language\":\"\",\"language\":\"en-GB\",\"editor\":\"rokpad\",\"timezone\":\"\"}', '0000-00-00 00:00:00', 0, '', '', 0),
(217, 'John', 'Customer1', 'john@hikashop.com', '{SHA256}def672323b128664b668eeaa9ca1d87a1a712714428bc479c087911a00ff33b3:fiwm8zGHdLDo5FBp', 0, 0, '2014-06-03 09:16:01', '2014-06-03 10:17:28', '', '{\"site_language\":\"en-GB\",\"language\":\"en-GB\",\"admin_style\":\"\",\"admin_language\":\"\",\"editor\":\"\",\"helpsite\":\"\",\"timezone\":\"\"}', '0000-00-00 00:00:00', 0, '', '', 0),
(218, 'Emily', 'Customer3', 'emily@hikashop.com', '{SHA256}b64e66b48e83ecbb4ad6fb9c230adaa3f195d1338d087a2ccc4c09e6de0fd9d7:6vfzqaa8bp4Rcb67', 0, 0, '2014-06-03 09:29:12', '2014-06-03 11:41:35', '', '{\"site_language\":\"en-GB\",\"language\":\"en-GB\"}', '0000-00-00 00:00:00', 0, '', '', 0),
(219, 'Lisa', 'Customer2', 'lisa@hikashop.com', '{SHA256}dad23d33e4c95c75ad57a878a5adb48a6b6f594dad153886a5387fab5625e3aa:ihrcSJ7su02dD9NH', 0, 0, '2014-06-03 11:47:31', '2014-06-03 11:48:11', '', '{\"site_language\":\"en-GB\",\"language\":\"en-GB\"}', '0000-00-00 00:00:00', 0, '', '', 0),
(220, 'DemoUser', 'demo', 'demo@hikashop.com', '{SHA256}d6de214cacf4542eca89f7866dc9e83052b8c76b8cb803c4a71255c3552ba609:iLExSyW4SEIDvHA0', 0, 0, '2014-06-30 14:47:16', '2014-07-10 11:39:24', '', '{\"admin_style\":\"\",\"admin_language\":\"\",\"language\":\"\",\"editor\":\"\",\"helpsite\":\"\",\"timezone\":\"\"}', '0000-00-00 00:00:00', 0, '', '', 0),
(221, 'Vendor 1', 'vendor1', 'vendor1@hikashop.com', '{SHA256}f6fd5b34c73924eb58399087abbfeebd78f2a74737b8858b9d1bd3ae8d1985ee:M0WnnIy80RIQQjd6', 0, 0, '2014-07-23 08:43:24', '2014-07-23 08:44:12', '', '{\"admin_style\":\"\",\"admin_language\":\"\",\"language\":\"\",\"editor\":\"\",\"helpsite\":\"\",\"timezone\":\"\"}', '0000-00-00 00:00:00', 0, '', '', 0);

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

--
-- Table structure for table `xjmw1_user_keys`
--

CREATE TABLE `xjmw1_user_keys` (
  `id` int(10) UNSIGNED NOT NULL,
  `user_id` varchar(150) NOT NULL,
  `token` varchar(255) NOT NULL,
  `series` varchar(191) NOT NULL,
  `invalid` tinyint(4) NOT NULL,
  `time` varchar(200) NOT NULL,
  `uastring` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `xjmw1_user_notes`
--

CREATE TABLE `xjmw1_user_notes` (
  `id` int(10) UNSIGNED NOT NULL,
  `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'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `xjmw1_user_profiles`
--

CREATE TABLE `xjmw1_user_profiles` (
  `user_id` int(11) NOT NULL,
  `profile_key` varchar(100) NOT NULL,
  `profile_value` text NOT NULL,
  `ordering` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Simple user profile storage table';

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

--
-- Table structure for table `xjmw1_user_usergroup_map`
--

CREATE TABLE `xjmw1_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'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `xjmw1_user_usergroup_map`
--

INSERT INTO `xjmw1_user_usergroup_map` (`user_id`, `group_id`) VALUES
(215, 8),
(216, 2);

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

--
-- Table structure for table `xjmw1_utf8_conversion`
--

CREATE TABLE `xjmw1_utf8_conversion` (
  `converted` tinyint(4) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `xjmw1_utf8_conversion`
--

INSERT INTO `xjmw1_utf8_conversion` (`converted`) VALUES
(5);

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

--
-- Table structure for table `xjmw1_viewlevels`
--

CREATE TABLE `xjmw1_viewlevels` (
  `id` int(10) UNSIGNED NOT NULL 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.'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `xjmw1_viewlevels`
--

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

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

--
-- Table structure for table `xjmw1_virtuemart_adminmenuentries`
--

CREATE TABLE `xjmw1_virtuemart_adminmenuentries` (
  `id` tinyint(1) UNSIGNED NOT NULL,
  `module_id` tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'The ID of the VM Module, this Item is assigned to',
  `parent_id` tinyint(1) UNSIGNED NOT NULL DEFAULT 0,
  `name` char(64) NOT NULL DEFAULT '0',
  `link` char(64) NOT NULL DEFAULT '0',
  `depends` char(64) NOT NULL DEFAULT '' COMMENT 'Names of the Parameters, this Item depends on',
  `icon_class` char(96) DEFAULT NULL,
  `uikit_icon` char(96) DEFAULT NULL,
  `ordering` int(1) NOT NULL DEFAULT 0,
  `published` tinyint(1) NOT NULL DEFAULT 1,
  `tooltip` char(128) DEFAULT NULL,
  `view` char(32) DEFAULT NULL,
  `task` char(32) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Administration Menu Items';

--
-- Dumping data for table `xjmw1_virtuemart_adminmenuentries`
--

INSERT INTO `xjmw1_virtuemart_adminmenuentries` (`id`, `module_id`, `parent_id`, `name`, `link`, `depends`, `icon_class`, `uikit_icon`, `ordering`, `published`, `tooltip`, `view`, `task`) VALUES
(1, 1, 0, 'COM_VIRTUEMART_CATEGORY_S', '', '', 'vmicon vmicon-16-folder_camera', 'category', 1, 1, '', 'category', ''),
(2, 1, 0, 'COM_VIRTUEMART_PRODUCT_S', '', '', 'vmicon vmicon-16-camera', 'product', 2, 1, '', 'product', ''),
(3, 1, 0, 'COM_VIRTUEMART_PRODUCT_CUSTOM_FIELD_S', '', '', 'vmicon vmicon-16-document_move', 'customfield', 5, 1, '', 'custom', ''),
(4, 1, 0, 'COM_VIRTUEMART_PRODUCT_INVENTORY', '', '', 'vmicon vmicon-16-price_watch', 'inventory', 7, 1, '', 'inventory', ''),
(5, 1, 0, 'COM_VIRTUEMART_CALC_S', '', '', 'vmicon vmicon-16-calculator', 'calculator', 8, 1, '', 'calc', ''),
(6, 1, 0, 'COM_VIRTUEMART_REVIEW_RATE_S', '', '', 'vmicon vmicon-16-comments', 'comments', 9, 1, '', 'ratings', ''),
(7, 2, 0, 'COM_VIRTUEMART_ORDER_S', '', '', 'vmicon vmicon-16-page_white_stack', 'cart', 1, 1, '', 'orders', ''),
(8, 2, 0, 'COM_VIRTUEMART_COUPON_S', '', '', 'vmicon vmicon-16-shopping', 'gift-box', 10, 1, '', 'coupon', ''),
(9, 2, 0, 'COM_VIRTUEMART_REPORT', '', '', 'vmicon vmicon-16-chart_bar', 'revenue', 3, 1, '', 'report', ''),
(10, 2, 0, 'COM_VIRTUEMART_USER_S', '', '', 'vmicon vmicon-16-user', 'user', 4, 1, '', 'user', ''),
(11, 2, 0, 'COM_VIRTUEMART_SHOPPERGROUP_S', '', '', 'vmicon vmicon-16-user-group', 'users', 5, 1, '', 'shoppergroup', ''),
(12, 3, 0, 'COM_VIRTUEMART_MANUFACTURER_S', '', '', 'vmicon vmicon-16-wrench_orange', 'manufacturer', 1, 1, '', 'manufacturer', ''),
(13, 3, 0, 'COM_VIRTUEMART_MANUFACTURER_CATEGORY_S', '', '', 'vmicon vmicon-16-folder_wrench', 'category', 2, 1, '', 'manufacturercategories', ''),
(14, 4, 0, 'COM_VIRTUEMART_STORE', '', '', 'vmicon vmicon-16-reseller_account_template', 'shop', 1, 1, '', 'user', 'editshop'),
(15, 4, 0, 'COM_VIRTUEMART_MEDIA_S', '', '', 'vmicon vmicon-16-pictures', 'image', 2, 1, '', 'media', ''),
(16, 4, 0, 'COM_VIRTUEMART_SHIPMENTMETHOD_S', '', '', 'vmicon vmicon-16-lorry', 'shipment', 3, 1, '', 'shipmentmethod', ''),
(17, 4, 0, 'COM_VIRTUEMART_PAYMENTMETHOD_S', '', '', 'vmicon vmicon-16-creditcards', 'credit-card', 4, 1, '', 'paymentmethod', ''),
(18, 5, 0, 'COM_VIRTUEMART_CONFIGURATION', '', '', 'vmicon vmicon-16-config', 'cog', 1, 1, '', 'config', ''),
(19, 5, 0, 'COM_VIRTUEMART_USERFIELD_S', '', '', 'vmicon vmicon-16-participation_rate', 'id-card', 2, 1, '', 'userfields', ''),
(20, 5, 0, 'COM_VIRTUEMART_ORDERSTATUS_S', '', '', 'vmicon vmicon-16-document_editing', 'future', 3, 1, '', 'orderstatus', ''),
(21, 5, 0, 'COM_VIRTUEMART_CURRENCY_S', '', '', 'vmicon vmicon-16-coins', 'currencies', 5, 1, '', 'currency', ''),
(22, 5, 0, 'COM_VIRTUEMART_COUNTRY_S', '', '', 'vmicon vmicon-16-globe', 'world', 6, 1, '', 'country', ''),
(23, 11, 0, 'COM_VIRTUEMART_MIGRATION_UPDATE', '', '', 'vmicon vmicon-16-installer_box', 'lifesaver', 0, 1, '', 'updatesmigration', ''),
(24, 11, 0, 'COM_VIRTUEMART_ABOUT', '', '', 'vmicon vmicon-16-info', 'lifesaver', 10, 1, '', 'about', ''),
(25, 11, 0, 'COM_VIRTUEMART_HELP_TOPICS', 'http://docs.virtuemart.net/', '', 'vmicon vmicon-16-help', 'lifesaver', 5, 1, '', '', ''),
(26, 11, 0, 'COM_VIRTUEMART_COMMUNITY_FORUM', 'http://forum.virtuemart.net/', '', 'vmicon vmicon-16-reseller_programm', 'lifesaver', 7, 1, '', '', ''),
(27, 11, 0, 'COM_VIRTUEMART_STATISTIC_SUMMARY', '', '', 'vmicon vmicon-16-info', 'lifesaver', 1, 1, '', 'virtuemart', ''),
(28, 11, 0, 'COM_VIRTUEMART_LOG', '', '', 'vmicon vmicon-16-info', 'lifesaver', 2, 1, '', 'log', ''),
(29, 11, 0, 'COM_VIRTUEMART_SUPPORT', '', '', 'vmicon vmicon-16-help', 'lifesaver', 3, 1, '', 'support', '');

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

--
-- Table structure for table `xjmw1_virtuemart_calcs`
--

CREATE TABLE `xjmw1_virtuemart_calcs` (
  `virtuemart_calc_id` int(1) UNSIGNED NOT NULL,
  `virtuemart_vendor_id` int(1) UNSIGNED NOT NULL DEFAULT 1 COMMENT 'Belongs to vendor',
  `calc_jplugin_id` int(1) NOT NULL DEFAULT 0,
  `calc_name` varchar(64) NOT NULL DEFAULT '' COMMENT 'Name of the rule',
  `calc_descr` varchar(128) NOT NULL DEFAULT '' COMMENT 'Description',
  `calc_kind` varchar(16) NOT NULL DEFAULT '' COMMENT 'Discount/Tax/Margin/Commission',
  `calc_value_mathop` varchar(8) NOT NULL DEFAULT '' COMMENT 'the mathematical operation like (+,-,+%,-%)',
  `calc_value` decimal(10,4) NOT NULL DEFAULT 0.0000 COMMENT 'The Amount',
  `calc_currency` smallint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Currency of the Rule',
  `calc_shopper_published` tinyint(1) NOT NULL DEFAULT 0 COMMENT 'Visible for Shoppers',
  `calc_vendor_published` tinyint(1) NOT NULL DEFAULT 0 COMMENT 'Visible for Vendors',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00' COMMENT 'Startdate if nothing is set = permanent',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00' COMMENT 'Enddate if nothing is set = permanent',
  `for_override` tinyint(1) NOT NULL DEFAULT 0,
  `has_categories` tinyint(1) DEFAULT NULL,
  `has_shoppergroups` tinyint(1) DEFAULT NULL,
  `has_manufacturers` tinyint(1) DEFAULT NULL,
  `has_countries` tinyint(1) DEFAULT NULL,
  `has_states` tinyint(1) DEFAULT NULL,
  `calc_params` varchar(15359) NOT NULL DEFAULT '',
  `ordering` int(1) NOT NULL DEFAULT 0,
  `shared` tinyint(1) NOT NULL DEFAULT 0,
  `published` tinyint(1) NOT NULL DEFAULT 1,
  `created_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(1) NOT NULL DEFAULT 0,
  `modified_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(1) NOT NULL DEFAULT 0,
  `locked_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `locked_by` int(1) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `xjmw1_virtuemart_calc_categories`
--

CREATE TABLE `xjmw1_virtuemart_calc_categories` (
  `id` int(1) UNSIGNED NOT NULL,
  `virtuemart_calc_id` int(1) UNSIGNED NOT NULL DEFAULT 0,
  `virtuemart_category_id` int(1) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `xjmw1_virtuemart_calc_countries`
--

CREATE TABLE `xjmw1_virtuemart_calc_countries` (
  `id` int(1) UNSIGNED NOT NULL,
  `virtuemart_calc_id` int(1) UNSIGNED NOT NULL DEFAULT 0,
  `virtuemart_country_id` int(1) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `xjmw1_virtuemart_calc_manufacturers`
--

CREATE TABLE `xjmw1_virtuemart_calc_manufacturers` (
  `id` int(1) UNSIGNED NOT NULL,
  `virtuemart_calc_id` int(1) UNSIGNED NOT NULL DEFAULT 0,
  `virtuemart_manufacturer_id` int(1) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `xjmw1_virtuemart_calc_shoppergroups`
--

CREATE TABLE `xjmw1_virtuemart_calc_shoppergroups` (
  `id` int(1) UNSIGNED NOT NULL,
  `virtuemart_calc_id` int(1) UNSIGNED NOT NULL DEFAULT 0,
  `virtuemart_shoppergroup_id` int(1) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `xjmw1_virtuemart_calc_states`
--

CREATE TABLE `xjmw1_virtuemart_calc_states` (
  `id` int(1) UNSIGNED NOT NULL,
  `virtuemart_calc_id` int(1) UNSIGNED NOT NULL DEFAULT 0,
  `virtuemart_state_id` int(1) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `xjmw1_virtuemart_carts`
--

CREATE TABLE `xjmw1_virtuemart_carts` (
  `virtuemart_cart_id` int(1) UNSIGNED NOT NULL,
  `virtuemart_user_id` int(1) UNSIGNED NOT NULL,
  `virtuemart_vendor_id` int(1) UNSIGNED NOT NULL,
  `cartData` varbinary(50000) DEFAULT NULL,
  `created_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(1) NOT NULL DEFAULT 0,
  `modified_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Used to store the cart';

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

--
-- Table structure for table `xjmw1_virtuemart_categories`
--

CREATE TABLE `xjmw1_virtuemart_categories` (
  `virtuemart_category_id` int(1) UNSIGNED NOT NULL,
  `category_parent_id` int(1) UNSIGNED DEFAULT NULL,
  `virtuemart_vendor_id` int(1) UNSIGNED NOT NULL DEFAULT 1 COMMENT 'Belongs to vendor',
  `category_template` varchar(128) DEFAULT NULL,
  `category_layout` varchar(64) DEFAULT NULL,
  `category_product_layout` varchar(64) DEFAULT NULL,
  `products_per_row` varchar(1) NOT NULL DEFAULT '',
  `limit_list_step` varchar(32) DEFAULT NULL,
  `limit_list_initial` smallint(1) UNSIGNED DEFAULT NULL,
  `hits` int(1) UNSIGNED NOT NULL DEFAULT 0,
  `cat_params` varchar(15359) NOT NULL DEFAULT '',
  `metarobot` varchar(40) NOT NULL DEFAULT '',
  `metaauthor` varchar(64) NOT NULL DEFAULT '',
  `ordering` int(1) NOT NULL DEFAULT 0,
  `shared` tinyint(1) NOT NULL DEFAULT 0,
  `published` tinyint(1) NOT NULL DEFAULT 1,
  `has_children` tinyint(1) DEFAULT NULL,
  `has_medias` tinyint(1) DEFAULT NULL,
  `created_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(1) NOT NULL DEFAULT 0,
  `modified_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(1) NOT NULL DEFAULT 0,
  `locked_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `locked_by` int(1) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Product Categories are stored here';

--
-- Dumping data for table `xjmw1_virtuemart_categories`
--

INSERT INTO `xjmw1_virtuemart_categories` (`virtuemart_category_id`, `category_parent_id`, `virtuemart_vendor_id`, `category_template`, `category_layout`, `category_product_layout`, `products_per_row`, `limit_list_step`, `limit_list_initial`, `hits`, `cat_params`, `metarobot`, `metaauthor`, `ordering`, `shared`, `published`, `has_children`, `has_medias`, `created_on`, `created_by`, `modified_on`, `modified_by`, `locked_on`, `locked_by`) VALUES
(1, 0, 1, '', '', '', '', '0', 0, 0, 'show_store_desc=\"\"|showcategory_desc=\"\"|showcategory=\"\"|categories_per_row=\"\"|showproducts=\"\"|omitLoaded=\"\"|showsearch=\"\"|productsublayout=\"\"|featured=\"\"|featured_rows=\"\"|omitLoaded_featured=\"\"|discontinued=\"\"|discontinued_rows=\"\"|omitLoaded_discontinued=\"\"|latest=\"\"|latest_rows=\"\"|omitLoaded_latest=\"\"|topten=\"\"|topten_rows=\"\"|omitLoaded_topten=\"\"|recent=\"\"|recent_rows=\"\"|omitLoaded_recent=\"\"|', 'index, follow', '', 0, 0, 1, 0, 1, '2021-04-05 20:07:55', 215, '2021-04-05 20:08:05', 215, '0000-00-00 00:00:00', 0),
(2, 0, 1, '', '', '', '', '0', 0, 0, 'show_store_desc=\"\"|showcategory_desc=\"\"|showcategory=\"\"|categories_per_row=\"\"|showproducts=\"\"|omitLoaded=\"\"|showsearch=\"\"|productsublayout=\"\"|featured=\"\"|featured_rows=\"\"|omitLoaded_featured=\"\"|discontinued=\"\"|discontinued_rows=\"\"|omitLoaded_discontinued=\"\"|latest=\"\"|latest_rows=\"\"|omitLoaded_latest=\"\"|topten=\"\"|topten_rows=\"\"|omitLoaded_topten=\"\"|recent=\"\"|recent_rows=\"\"|omitLoaded_recent=\"\"|', '', '', 0, 0, 1, 0, 1, '2021-04-05 20:08:28', 215, '2021-04-05 20:08:30', 215, '0000-00-00 00:00:00', 0);

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

--
-- Table structure for table `xjmw1_virtuemart_categories_en_gb`
--

CREATE TABLE `xjmw1_virtuemart_categories_en_gb` (
  `virtuemart_category_id` int(1) UNSIGNED NOT NULL,
  `category_name` varchar(180) NOT NULL DEFAULT '',
  `category_description` varchar(19000) NOT NULL DEFAULT '',
  `metadesc` varchar(400) NOT NULL DEFAULT '',
  `metakey` varchar(400) NOT NULL DEFAULT '',
  `customtitle` varchar(255) NOT NULL DEFAULT '',
  `slug` varchar(192) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `xjmw1_virtuemart_categories_en_gb`
--

INSERT INTO `xjmw1_virtuemart_categories_en_gb` (`virtuemart_category_id`, `category_name`, `category_description`, `metadesc`, `metakey`, `customtitle`, `slug`) VALUES
(1, 'Pzaz Cards', '', '', 'electronic business cards, nfc business card, pzaz, pizzazz, contactless business card.  ', 'pzaz - the business card that shows you have pzaz.', 'pzaz_cards'),
(2, 'Card Materials', '', '', '', '', 'card_materials');

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

--
-- Table structure for table `xjmw1_virtuemart_category_categories`
--

CREATE TABLE `xjmw1_virtuemart_category_categories` (
  `id` int(1) UNSIGNED NOT NULL,
  `category_parent_id` int(1) UNSIGNED NOT NULL DEFAULT 0,
  `category_child_id` int(1) UNSIGNED NOT NULL DEFAULT 0,
  `ordering` int(1) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Category child-parent relation list';

--
-- Dumping data for table `xjmw1_virtuemart_category_categories`
--

INSERT INTO `xjmw1_virtuemart_category_categories` (`id`, `category_parent_id`, `category_child_id`, `ordering`) VALUES
(1, 0, 1, 0),
(2, 0, 2, 0);

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

--
-- Table structure for table `xjmw1_virtuemart_category_medias`
--

CREATE TABLE `xjmw1_virtuemart_category_medias` (
  `id` int(1) UNSIGNED NOT NULL,
  `virtuemart_category_id` int(1) UNSIGNED NOT NULL DEFAULT 0,
  `virtuemart_media_id` int(1) UNSIGNED NOT NULL DEFAULT 0,
  `ordering` int(1) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `xjmw1_virtuemart_configs`
--

CREATE TABLE `xjmw1_virtuemart_configs` (
  `virtuemart_config_id` tinyint(1) UNSIGNED NOT NULL,
  `config` text DEFAULT NULL,
  `created_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(11) NOT NULL DEFAULT 0,
  `modified_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(11) NOT NULL DEFAULT 0,
  `locked_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `locked_by` int(11) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Holds configuration settings';

--
-- Dumping data for table `xjmw1_virtuemart_configs`
--

INSERT INTO `xjmw1_virtuemart_configs` (`virtuemart_config_id`, `config`, `created_on`, `created_by`, `modified_on`, `modified_by`, `locked_on`, `locked_by`) VALUES
(1, 'useSSL=\"1\"|dangeroustools=\"0\"|debug_enable=\"none\"|vmdev=\"none\"|google_jquery=\"0\"|multix=\"none\"|usefancy=\"1\"|jchosen=\"1\"|enableEnglish=\"1\"|shop_is_offline=\"0\"|offline_message=\"Our Shop is currently down for maintenance. Please check back again soon.\"|use_as_catalog=\"0\"|currency_converter_module=\"convertECB.php\"|order_mail_html=\"0\"|useVendorEmail=\"1\"|pdf_button_enable=\"1\"|show_emailfriend=\"0\"|show_printicon=\"1\"|show_out_of_stock_products=\"1\"|ask_captcha=\"1\"|coupons_enable=\"1\"|show_uncat_products=\"0\"|show_uncat_child_products=\"0\"|show_unpub_cat_products=\"1\"|coupons_default_expire=\"1,M\"|weight_unit_default=\"G\"|lwh_unit_default=\"MM\"|list_limit=\"30\"|showReviewFor=\"all\"|reviewMode=\"bought\"|showRatingFor=\"all\"|ratingMode=\"bought\"|reviews_autopublish=\"1\"|reviews_minimum_comment_length=\"0\"|reviews_maximum_comment_length=\"500\"|product_navigation=\"1\"|display_stock=\"1\"|vmtemplate=\"\"|category_template=\"0\"|showcategory=\"1\"|categorylayout=\"default\"|categories_per_row=\"3\"|productlayout=\"default\"|products_per_row=\"3\"|llimit_init_FE=\"24\"|vmlayout=\"feed\"|show_store_desc=\"1\"|show_categories=\"1\"|featured_rows=\"1\"|topten=\"0\"|topten_rows=\"1\"|recent=\"0\"|recent_rows=\"1\"|latest=\"0\"|latest_rows=\"1\"|legacylayouts=\"0\"|assets_general_path=\"components\\/com_virtuemart\\/assets\\/\"|media_category_path=\"images\\/virtuemart\\/category\\/\"|media_product_path=\"images\\/virtuemart\\/product\\/\"|media_manufacturer_path=\"images\\/virtuemart\\/manufacturer\\/\"|media_vendor_path=\"images\\/virtuemart\\/vendor\\/\"|forSale_path_thumb=\"images\\/virtuemart\\/forSale\\/resized\\/\"|img_resize_enable=\"1\"|img_width=\"0\"|img_height=\"90\"|no_image_set=\"noimage_new.gif\"|no_image_found=\"warning.png\"|browse_orderby_field=\"pc.ordering,product_name\"|browse_cat_orderby_field=\"c.ordering,category_name\"|browse_orderby_fields=[\"product_name\",\"mf_name\",\"pc.ordering\"]|browse_search_fields=[\"product_name\",\"`p`.product_sku\",\"product_s_desc\",\"mf_name\"]|askprice=\"1\"|roundindig=\"1\"|show_prices=\"1\"|price_show_packaging_pricelabel=\"0\"|show_tax=\"1\"|basePrice=\"0\"|basePriceText=\"0\"|basePriceRounding=\"-1\"|variantModification=\"0\"|variantModificationText=\"0\"|variantModificationRounding=\"-1\"|basePriceVariant=\"1\"|basePriceVariantText=\"0\"|basePriceVariantRounding=\"-1\"|basePriceWithTax=\"0\"|basePriceWithTaxText=\"0\"|basePriceWithTaxRounding=\"-1\"|discountedPriceWithoutTax=\"0\"|discountedPriceWithoutTaxText=\"0\"|discountedPriceWithoutTaxRounding=\"-1\"|salesPriceWithDiscount=\"0\"|salesPriceWithDiscountText=\"0\"|salesPriceWithDiscountRounding=\"-1\"|salesPrice=\"0\"|salesPriceText=\"0\"|salesPriceRounding=\"-1\"|priceWithoutTax=\"0\"|priceWithoutTaxText=\"0\"|priceWithoutTaxRounding=\"-1\"|discountAmount=\"1\"|discountAmountText=\"1\"|discountAmountRounding=\"-1\"|taxAmount=\"0\"|taxAmountText=\"0\"|taxAmountRounding=\"-1\"|unitPrice=\"0\"|unitPriceText=\"0\"|unitPriceRounding=\"-1\"|addtocart_popup=\"1\"|check_stock=\"0\"|automatic_payment=\"0\"|automatic_shipment=\"0\"|oncheckout_opc=\"1\"|oncheckout_ajax=\"1\"|oncheckout_show_legal_info=\"1\"|oncheckout_show_register=\"1\"|oncheckout_show_steps=\"1\"|oncheckout_show_register_text=\"COM_VIRTUEMART_ONCHECKOUT_DEFAULT_TEXT_REGISTER\"|oncheckout_show_images=\"1\"|inv_os=[\"C\"]|email_os_s=[\"U\",\"C\",\"X\",\"R\",\"S\"]|email_os_v=[\"U\",\"C\",\"X\",\"R\"]|seo_disabled=\"0\"|seo_translate=\"0\"|seo_use_id=\"0\"|enable_content_plugin=\"1\"|reg_captcha=\"0\"|handle_404=\"1\"|member_access_number=\"\"|vmDefLang=\"en-GB\"|active_languages=[\"en-GB\"]|prodOnlyWLang=\"1\"|vm_lfbs=\"\"|ReInjectJLanguage=\"0\"|backendTemplate=\"0\"|debug_enable_methods=\"0\"|debug_enable_router=\"0\"|revproxvar=\"\"|multixcart=\"0\"|optimisedProductSql=\"1\"|optimisedCalcSql=\"1\"|optimisedCatSql=\"1\"|invoiceInUserLang=\"0\"|debug_mail=\"0\"|addVendorEmail=\"\"|email_sf_s=[\"email\"]|attach=\"\"|attach_os=[\"U\",\"C\",\"X\",\"R\"]|norm_units=\"Kg,g,M,SM,CUBM,L,100ML,P\"|pdf_icon=\"1\"|recommend_unauth=\"0\"|ask_question=\"0\"|asks_minimum_comment_length=\"50\"|asks_maximum_comment_length=\"2000\"|cp_rm=[\"C\"]|show_pcustoms=\"1\"|show_subcat_products=\"0\"|show_uncat_parent_products=\"1\"|cat_productdetails=\"0\"|latest_products_days=\"7\"|latest_products_orderBy=\"created_on\"|lstockmail=\"1\"|stockhandle_products=\"1\"|stockhandle=\"disableadd\"|rised_availability=\"24h.gif\"|image=\"24h.gif\"|reviews_languagefilter=\"0\"|vm_num_ratings_show=\"4\"|rr_os=[\"C\"]|showcategory_desc=\"1\"|showsearch=\"1\"|showproducts=\"1\"|omitLoaded=\"1\"|show_manufacturers=\"1\"|manufacturer_per_row=\"3\"|featured=\"1\"|omitLoaded_featured=\"1\"|discontinued=\"0\"|discontinued_rows=\"1\"|omitLoaded_discontinued=\"1\"|omitLoaded_topten=\"1\"|omitLoaded_recent=\"1\"|omitLoaded_latest=\"1\"|bootstrap=\"\"|categorytemplate=\"\"|cartlayout=\"default\"|productsublayout=\"\"|lazyLoad=\"1\"|useLayoutOverrides=\"1\"|css=\"1\"|jquery_framework=\"1\"|jquery=\"1\"|jprice=\"1\"|jsite=\"1\"|jdynupdate=\"1\"|ajax_category=\"0\"|homepage_categories_per_row=\"3\"|homepage_products_per_row=\"3\"|add_img_main=\"0\"|img_width_full=\"\"|img_height_full=\"\"|forSale_path=\"\\/home\\/dalemari\\/vmfiles\\/\"|mediaLimit=\"20\"|llimit_init_BE=\"30\"|pagseq=\"\"|pagseq_1=\"\"|pagseq_2=\"\"|pagseq_3=\"\"|pagseq_4=\"\"|pagseq_5=\"\"|vm_prices_info_tax=\"0\"|vm_prices_info_delivery=\"0\"|rappenrundung=\"0\"|cVarswT=\"1\"|pricesbyCurrency=\"0\"|price_orderby=\"DESC\"|discountedPriceWithoutTaxTt=\"0\"|discountedPriceWithoutTaxTtText=\"0\"|discountedPriceWithoutTaxTtRounding=\"-1\"|priceWithoutTaxTt=\"0\"|priceWithoutTaxTtText=\"0\"|priceWithoutTaxTtRounding=\"-1\"|taxAmountTt=\"0\"|taxAmountTtText=\"0\"|taxAmountTtRounding=\"-1\"|salesPriceTt=\"0\"|salesPriceTtText=\"0\"|salesPriceTtRounding=\"-1\"|discountAmountTt=\"0\"|discountAmountTtText=\"0\"|discountAmountTtRounding=\"-1\"|popup_rel=\"1\"|set_automatic_shipment=\"1\"|set_automatic_payment=\"1\"|radicalShipPaymentVat=\"1\"|agree_to_tos_onorder=\"1\"|oncheckout_change_shopper=\"1\"|del_date_type=\"m\"|oncheckout_only_registered=\"0\"|ordertracking=\"guests\"|prd_brws_orderby_dir=\"ASC\"|cat_brws_orderby_dir=\"ASC\"|feed_latest_published=\"0\"|feed_latest_nb=\"5\"|feed_topten_published=\"0\"|feed_topten_nb=\"5\"|feed_featured_published=\"1\"|feed_featured_nb=\"5\"|feed_home_show_images=\"1\"|feed_home_show_prices=\"1\"|feed_home_show_description=\"0\"|feed_home_description_type=\"product_s_desc\"|feed_home_max_text_length=\"500\"|feed_cat_published=\"1\"|feed_cat_show_images=\"1\"|feed_cat_show_prices=\"1\"|feed_cat_show_description=\"0\"|feed_cat_description_type=\"product_s_desc\"|feed_cat_max_text_length=\"500\"|use_seo_suffix=\"1\"|seo_sufix=\"-detail\"|transliterateSlugs=\"0\"|seo_full=\"1\"|router_by_menu=\"0\"|sef_for_cart_links=\"1\"|task=\"apply\"|option=\"com_virtuemart\"|view=\"config\"|ce5ad86b90219f586e231d8c63f9f5fa=\"1\"', '0000-00-00 00:00:00', 0, '2021-04-07 16:24:22', 215, '0000-00-00 00:00:00', 0);

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

--
-- Table structure for table `xjmw1_virtuemart_countries`
--

CREATE TABLE `xjmw1_virtuemart_countries` (
  `virtuemart_country_id` int(1) UNSIGNED NOT NULL,
  `virtuemart_worldzone_id` tinyint(1) NOT NULL DEFAULT 1,
  `country_name` varchar(64) DEFAULT NULL,
  `country_3_code` char(3) DEFAULT NULL,
  `country_2_code` char(2) DEFAULT NULL,
  `ordering` int(1) NOT NULL DEFAULT 0,
  `published` tinyint(1) NOT NULL DEFAULT 1,
  `created_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(1) NOT NULL DEFAULT 0,
  `modified_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(1) NOT NULL DEFAULT 0,
  `locked_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `locked_by` int(1) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Country records';

--
-- Dumping data for table `xjmw1_virtuemart_countries`
--

INSERT INTO `xjmw1_virtuemart_countries` (`virtuemart_country_id`, `virtuemart_worldzone_id`, `country_name`, `country_3_code`, `country_2_code`, `ordering`, `published`, `created_on`, `created_by`, `modified_on`, `modified_by`, `locked_on`, `locked_by`) VALUES
(1, 1, 'Afghanistan', 'AFG', 'AF', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(2, 1, 'Albania', 'ALB', 'AL', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(3, 1, 'Algeria', 'DZA', 'DZ', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(4, 1, 'American Samoa', 'ASM', 'AS', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(5, 1, 'Andorra', 'AND', 'AD', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(6, 1, 'Angola', 'AGO', 'AO', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(7, 1, 'Anguilla', 'AIA', 'AI', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(8, 1, 'Antarctica', 'ATA', 'AQ', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(9, 1, 'Antigua and Barbuda', 'ATG', 'AG', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(10, 1, 'Argentina', 'ARG', 'AR', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(11, 1, 'Armenia', 'ARM', 'AM', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(12, 1, 'Aruba', 'ABW', 'AW', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(13, 1, 'Australia', 'AUS', 'AU', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(14, 1, 'Austria', 'AUT', 'AT', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(15, 1, 'Azerbaijan', 'AZE', 'AZ', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(16, 1, 'Bahamas', 'BHS', 'BS', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(17, 1, 'Bahrain', 'BHR', 'BH', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(18, 1, 'Bangladesh', 'BGD', 'BD', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(19, 1, 'Barbados', 'BRB', 'BB', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(20, 1, 'Belarus', 'BLR', 'BY', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(21, 1, 'Belgium', 'BEL', 'BE', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(22, 1, 'Belize', 'BLZ', 'BZ', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(23, 1, 'Benin', 'BEN', 'BJ', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(24, 1, 'Bermuda', 'BMU', 'BM', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(25, 1, 'Bhutan', 'BTN', 'BT', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(26, 1, 'Bolivia', 'BOL', 'BO', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(27, 1, 'Bosnia and Herzegowina', 'BIH', 'BA', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(28, 1, 'Botswana', 'BWA', 'BW', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(29, 1, 'Bouvet Island', 'BVT', 'BV', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(30, 1, 'Brazil', 'BRA', 'BR', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(31, 1, 'British Indian Ocean Territory', 'IOT', 'IO', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(32, 1, 'Brunei Darussalam', 'BRN', 'BN', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(33, 1, 'Bulgaria', 'BGR', 'BG', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(34, 1, 'Burkina Faso', 'BFA', 'BF', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(35, 1, 'Burundi', 'BDI', 'BI', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(36, 1, 'Cambodia', 'KHM', 'KH', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(37, 1, 'Cameroon', 'CMR', 'CM', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(38, 1, 'Canada', 'CAN', 'CA', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(39, 1, 'Cape Verde', 'CPV', 'CV', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(40, 1, 'Cayman Islands', 'CYM', 'KY', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(41, 1, 'Central African Republic', 'CAF', 'CF', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(42, 1, 'Chad', 'TCD', 'TD', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(43, 1, 'Chile', 'CHL', 'CL', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(44, 1, 'China', 'CHN', 'CN', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(45, 1, 'Christmas Island', 'CXR', 'CX', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(46, 1, 'Cocos (Keeling) Islands', 'CCK', 'CC', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(47, 1, 'Colombia', 'COL', 'CO', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(48, 1, 'Comoros', 'COM', 'KM', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(49, 1, 'Congo', 'COG', 'CG', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(50, 1, 'Cook Islands', 'COK', 'CK', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(51, 1, 'Costa Rica', 'CRI', 'CR', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(52, 1, 'Cote D\'Ivoire', 'CIV', 'CI', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(53, 1, 'Croatia', 'HRV', 'HR', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(54, 1, 'Cuba', 'CUB', 'CU', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(55, 1, 'Cyprus', 'CYP', 'CY', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(56, 1, 'Czech Republic', 'CZE', 'CZ', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(57, 1, 'Denmark', 'DNK', 'DK', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(58, 1, 'Djibouti', 'DJI', 'DJ', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(59, 1, 'Dominica', 'DMA', 'DM', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(60, 1, 'Dominican Republic', 'DOM', 'DO', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(61, 1, 'East Timor', 'TLS', 'TL', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(62, 1, 'Ecuador', 'ECU', 'EC', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(63, 1, 'Egypt', 'EGY', 'EG', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(64, 1, 'El Salvador', 'SLV', 'SV', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(65, 1, 'Equatorial Guinea', 'GNQ', 'GQ', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(66, 1, 'Eritrea', 'ERI', 'ER', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(67, 1, 'Estonia', 'EST', 'EE', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(68, 1, 'Ethiopia', 'ETH', 'ET', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(69, 1, 'Falkland Islands (Malvinas)', 'FLK', 'FK', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(70, 1, 'Faroe Islands', 'FRO', 'FO', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(71, 1, 'Fiji', 'FJI', 'FJ', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(72, 1, 'Finland', 'FIN', 'FI', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(73, 1, 'France', 'FRA', 'FR', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(75, 1, 'French Guiana', 'GUF', 'GF', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(76, 1, 'French Polynesia', 'PYF', 'PF', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(77, 1, 'French Southern Territories', 'ATF', 'TF', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(78, 1, 'Gabon', 'GAB', 'GA', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(79, 1, 'Gambia', 'GMB', 'GM', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(80, 1, 'Georgia', 'GEO', 'GE', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(81, 1, 'Germany', 'DEU', 'DE', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(82, 1, 'Ghana', 'GHA', 'GH', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(83, 1, 'Gibraltar', 'GIB', 'GI', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(84, 1, 'Greece', 'GRC', 'GR', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(85, 1, 'Greenland', 'GRL', 'GL', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(86, 1, 'Grenada', 'GRD', 'GD', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(87, 1, 'Guadeloupe', 'GLP', 'GP', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(88, 1, 'Guam', 'GUM', 'GU', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(89, 1, 'Guatemala', 'GTM', 'GT', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(90, 1, 'Guinea', 'GIN', 'GN', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(91, 1, 'Guinea-bissau', 'GNB', 'GW', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(92, 1, 'Guyana', 'GUY', 'GY', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(93, 1, 'Haiti', 'HTI', 'HT', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(94, 1, 'Heard and Mc Donald Islands', 'HMD', 'HM', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(95, 1, 'Honduras', 'HND', 'HN', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(96, 1, 'Hong Kong', 'HKG', 'HK', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(97, 1, 'Hungary', 'HUN', 'HU', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(98, 1, 'Iceland', 'ISL', 'IS', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(99, 1, 'India', 'IND', 'IN', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(100, 1, 'Indonesia', 'IDN', 'ID', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(101, 1, 'Iran (Islamic Republic of)', 'IRN', 'IR', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(102, 1, 'Iraq', 'IRQ', 'IQ', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(103, 1, 'Ireland', 'IRL', 'IE', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(104, 1, 'Israel', 'ISR', 'IL', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(105, 1, 'Italy', 'ITA', 'IT', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(106, 1, 'Jamaica', 'JAM', 'JM', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(107, 1, 'Japan', 'JPN', 'JP', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(108, 1, 'Jordan', 'JOR', 'JO', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(109, 1, 'Kazakhstan', 'KAZ', 'KZ', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(110, 1, 'Kenya', 'KEN', 'KE', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(111, 1, 'Kiribati', 'KIR', 'KI', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(112, 1, 'Korea, Democratic People\'s Republic of', 'PRK', 'KP', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(113, 1, 'Korea, Republic of', 'KOR', 'KR', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(114, 1, 'Kuwait', 'KWT', 'KW', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(115, 1, 'Kyrgyzstan', 'KGZ', 'KG', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(116, 1, 'Lao People\'s Democratic Republic', 'LAO', 'LA', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(117, 1, 'Latvia', 'LVA', 'LV', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(118, 1, 'Lebanon', 'LBN', 'LB', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(119, 1, 'Lesotho', 'LSO', 'LS', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(120, 1, 'Liberia', 'LBR', 'LR', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(121, 1, 'Libya', 'LBY', 'LY', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(122, 1, 'Liechtenstein', 'LIE', 'LI', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(123, 1, 'Lithuania', 'LTU', 'LT', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(124, 1, 'Luxembourg', 'LUX', 'LU', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(125, 1, 'Macau', 'MAC', 'MO', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(126, 1, 'Macedonia, The Former Yugoslav Republic of', 'MKD', 'MK', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(127, 1, 'Madagascar', 'MDG', 'MG', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(128, 1, 'Malawi', 'MWI', 'MW', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(129, 1, 'Malaysia', 'MYS', 'MY', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(130, 1, 'Maldives', 'MDV', 'MV', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(131, 1, 'Mali', 'MLI', 'ML', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(132, 1, 'Malta', 'MLT', 'MT', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(133, 1, 'Marshall Islands', 'MHL', 'MH', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(134, 1, 'Martinique', 'MTQ', 'MQ', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(135, 1, 'Mauritania', 'MRT', 'MR', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(136, 1, 'Mauritius', 'MUS', 'MU', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(137, 1, 'Mayotte', 'MYT', 'YT', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(138, 1, 'Mexico', 'MEX', 'MX', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(139, 1, 'Micronesia, Federated States of', 'FSM', 'FM', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(140, 1, 'Moldova, Republic of', 'MDA', 'MD', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(141, 1, 'Monaco', 'MCO', 'MC', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(142, 1, 'Mongolia', 'MNG', 'MN', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(143, 1, 'Montserrat', 'MSR', 'MS', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(144, 1, 'Morocco', 'MAR', 'MA', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(145, 1, 'Mozambique', 'MOZ', 'MZ', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(146, 1, 'Myanmar', 'MMR', 'MM', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(147, 1, 'Namibia', 'NAM', 'NA', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(148, 1, 'Nauru', 'NRU', 'NR', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(149, 1, 'Nepal', 'NPL', 'NP', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(150, 1, 'Netherlands', 'NLD', 'NL', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(151, 1, 'Netherlands Antilles', 'ANT', 'AN', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(152, 1, 'New Caledonia', 'NCL', 'NC', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(153, 1, 'New Zealand', 'NZL', 'NZ', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(154, 1, 'Nicaragua', 'NIC', 'NI', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(155, 1, 'Niger', 'NER', 'NE', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(156, 1, 'Nigeria', 'NGA', 'NG', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(157, 1, 'Niue', 'NIU', 'NU', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(158, 1, 'Norfolk Island', 'NFK', 'NF', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(159, 1, 'Northern Mariana Islands', 'MNP', 'MP', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(160, 1, 'Norway', 'NOR', 'NO', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(161, 1, 'Oman', 'OMN', 'OM', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(162, 1, 'Pakistan', 'PAK', 'PK', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(163, 1, 'Palau', 'PLW', 'PW', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(164, 1, 'Panama', 'PAN', 'PA', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(165, 1, 'Papua New Guinea', 'PNG', 'PG', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(166, 1, 'Paraguay', 'PRY', 'PY', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(167, 1, 'Peru', 'PER', 'PE', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(168, 1, 'Philippines', 'PHL', 'PH', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(169, 1, 'Pitcairn', 'PCN', 'PN', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(170, 1, 'Poland', 'POL', 'PL', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(171, 1, 'Portugal', 'PRT', 'PT', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(172, 1, 'Puerto Rico', 'PRI', 'PR', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(173, 1, 'Qatar', 'QAT', 'QA', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(174, 1, 'Reunion', 'REU', 'RE', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(175, 1, 'Romania', 'ROM', 'RO', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(176, 1, 'Russian Federation', 'RUS', 'RU', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(177, 1, 'Rwanda', 'RWA', 'RW', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(178, 1, 'Saint Kitts and Nevis', 'KNA', 'KN', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(179, 1, 'Saint Lucia', 'LCA', 'LC', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(180, 1, 'Saint Vincent and the Grenadines', 'VCT', 'VC', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(181, 1, 'Samoa', 'WSM', 'WS', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(182, 1, 'San Marino', 'SMR', 'SM', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(183, 1, 'Sao Tome and Principe', 'STP', 'ST', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(184, 1, 'Saudi Arabia', 'SAU', 'SA', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(185, 1, 'Senegal', 'SEN', 'SN', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(186, 1, 'Seychelles', 'SYC', 'SC', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(187, 1, 'Sierra Leone', 'SLE', 'SL', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(188, 1, 'Singapore', 'SGP', 'SG', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(189, 1, 'Slovakia', 'SVK', 'SK', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(190, 1, 'Slovenia', 'SVN', 'SI', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(191, 1, 'Solomon Islands', 'SLB', 'SB', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(192, 1, 'Somalia', 'SOM', 'SO', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(193, 1, 'South Africa', 'ZAF', 'ZA', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(194, 1, 'South Georgia and the South Sandwich Islands', 'SGS', 'GS', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(195, 1, 'Spain', 'ESP', 'ES', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(196, 1, 'Sri Lanka', 'LKA', 'LK', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(197, 1, 'St. Helena', 'SHN', 'SH', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(198, 1, 'St. Pierre and Miquelon', 'SPM', 'PM', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(199, 1, 'Sudan', 'SDN', 'SD', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(200, 1, 'Suriname', 'SUR', 'SR', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(201, 1, 'Svalbard and Jan Mayen Islands', 'SJM', 'SJ', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(202, 1, 'Swaziland', 'SWZ', 'SZ', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(203, 1, 'Sweden', 'SWE', 'SE', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(204, 1, 'Switzerland', 'CHE', 'CH', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(205, 1, 'Syrian Arab Republic', 'SYR', 'SY', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(206, 1, 'Taiwan', 'TWN', 'TW', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(207, 1, 'Tajikistan', 'TJK', 'TJ', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(208, 1, 'Tanzania, United Republic of', 'TZA', 'TZ', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(209, 1, 'Thailand', 'THA', 'TH', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(210, 1, 'Togo', 'TGO', 'TG', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(211, 1, 'Tokelau', 'TKL', 'TK', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(212, 1, 'Tonga', 'TON', 'TO', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(213, 1, 'Trinidad and Tobago', 'TTO', 'TT', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(214, 1, 'Tunisia', 'TUN', 'TN', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(215, 1, 'Turkey', 'TUR', 'TR', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(216, 1, 'Turkmenistan', 'TKM', 'TM', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(217, 1, 'Turks and Caicos Islands', 'TCA', 'TC', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(218, 1, 'Tuvalu', 'TUV', 'TV', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(219, 1, 'Uganda', 'UGA', 'UG', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(220, 1, 'Ukraine', 'UKR', 'UA', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(221, 1, 'United Arab Emirates', 'ARE', 'AE', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(222, 1, 'United Kingdom', 'GBR', 'GB', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(223, 1, 'United States', 'USA', 'US', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(224, 1, 'United States Minor Outlying Islands', 'UMI', 'UM', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(225, 1, 'Uruguay', 'URY', 'UY', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(226, 1, 'Uzbekistan', 'UZB', 'UZ', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(227, 1, 'Vanuatu', 'VUT', 'VU', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(228, 1, 'Vatican City State (Holy See)', 'VAT', 'VA', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(229, 1, 'Venezuela', 'VEN', 'VE', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(230, 1, 'Viet Nam', 'VNM', 'VN', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(231, 1, 'Virgin Islands (British)', 'VGB', 'VG', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(232, 1, 'Virgin Islands (U.S.)', 'VIR', 'VI', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(233, 1, 'Wallis and Futuna Islands', 'WLF', 'WF', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(234, 1, 'Western Sahara', 'ESH', 'EH', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(235, 1, 'Yemen', 'YEM', 'YE', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(237, 1, 'The Democratic Republic of Congo', 'RCB', 'CD', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(238, 1, 'Zambia', 'ZMB', 'ZM', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(239, 1, 'Zimbabwe', 'ZWE', 'ZW', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(241, 1, 'Jersey', 'JEY', 'JE', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(242, 1, 'St. Barthelemy', 'BLM', 'BL', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(243, 1, 'St. Eustatius', 'BES', 'BQ', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(244, 1, 'Canary Islands', 'XCA', 'IC', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(245, 1, 'Serbia', 'SRB', 'RS', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(246, 1, 'Sint Maarten (French Antilles)', 'MAF', 'MF', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(247, 1, 'Sint Maarten (Netherlands Antilles)', 'SXM', 'SX', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(248, 1, 'Palestinian Territory, occupied', 'PSE', 'PS', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(249, 1, 'Montenegro', 'MNE', 'ME', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0);

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

--
-- Table structure for table `xjmw1_virtuemart_coupons`
--

CREATE TABLE `xjmw1_virtuemart_coupons` (
  `virtuemart_coupon_id` int(1) UNSIGNED NOT NULL,
  `virtuemart_vendor_id` int(1) UNSIGNED NOT NULL,
  `coupon_code` varchar(32) NOT NULL DEFAULT '',
  `percent_or_total` enum('percent','total') NOT NULL DEFAULT 'percent',
  `coupon_type` enum('gift','permanent') NOT NULL DEFAULT 'gift',
  `coupon_value` decimal(15,5) NOT NULL DEFAULT 0.00000,
  `coupon_start_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `coupon_expiry_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `coupon_value_valid` decimal(15,5) NOT NULL DEFAULT 0.00000,
  `coupon_used` varchar(200) NOT NULL DEFAULT '',
  `coupon_value_max` decimal(15,5) NOT NULL DEFAULT 0.00000,
  `virtuemart_shoppergroup_ids` text NOT NULL,
  `virtuemart_shopper_ids` text NOT NULL,
  `virtuemart_product_ids` text NOT NULL,
  `virtuemart_category_ids` text NOT NULL,
  `virtuemart_coupon_max_attempt_per_user` tinyint(4) NOT NULL,
  `published` tinyint(1) NOT NULL DEFAULT 1,
  `created_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(1) NOT NULL DEFAULT 0,
  `modified_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(1) NOT NULL DEFAULT 0,
  `locked_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `locked_by` int(1) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Used to store coupon codes';

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

--
-- Table structure for table `xjmw1_virtuemart_currencies`
--

CREATE TABLE `xjmw1_virtuemart_currencies` (
  `virtuemart_currency_id` int(1) UNSIGNED NOT NULL,
  `virtuemart_vendor_id` int(1) UNSIGNED NOT NULL DEFAULT 1,
  `currency_name` varchar(64) DEFAULT NULL,
  `currency_code_2` char(2) DEFAULT NULL,
  `currency_code_3` char(3) DEFAULT NULL,
  `currency_numeric_code` int(4) DEFAULT NULL,
  `currency_exchange_rate` decimal(12,5) DEFAULT NULL,
  `currency_symbol` varchar(8) DEFAULT NULL,
  `currency_decimal_place` varchar(8) DEFAULT NULL,
  `currency_decimal_symbol` varchar(8) DEFAULT NULL,
  `currency_thousands` varchar(8) DEFAULT NULL,
  `currency_positive_style` varchar(64) DEFAULT NULL,
  `currency_negative_style` varchar(64) DEFAULT NULL,
  `ordering` int(1) NOT NULL DEFAULT 0,
  `shared` tinyint(1) NOT NULL DEFAULT 1,
  `published` tinyint(1) NOT NULL DEFAULT 1,
  `created_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(1) NOT NULL DEFAULT 0,
  `modified_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(1) NOT NULL DEFAULT 0,
  `locked_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `locked_by` int(1) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Used to store currencies';

--
-- Dumping data for table `xjmw1_virtuemart_currencies`
--

INSERT INTO `xjmw1_virtuemart_currencies` (`virtuemart_currency_id`, `virtuemart_vendor_id`, `currency_name`, `currency_code_2`, `currency_code_3`, `currency_numeric_code`, `currency_exchange_rate`, `currency_symbol`, `currency_decimal_place`, `currency_decimal_symbol`, `currency_thousands`, `currency_positive_style`, `currency_negative_style`, `ordering`, `shared`, `published`, `created_on`, `created_by`, `modified_on`, `modified_by`, `locked_on`, `locked_by`) VALUES
(2, 1, 'United Arab Emirates dirham', '', 'AED', 784, 0.00000, 'د.إ', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(4, 1, 'Albanian lek', '', 'ALL', 8, 0.00000, 'Lek', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(5, 1, 'Netherlands Antillean gulden', '', 'ANG', 532, 0.00000, 'ƒ', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(7, 1, 'Argentine peso', '', 'ARS', 32, 0.00000, '$', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(9, 1, 'Australian dollar', '', 'AUD', 36, 0.00000, '$', '2', '.', '', '{symbol} {number}', '{sign}{symbol} {number}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(10, 1, 'Aruban florin', '', 'AWG', 533, 0.00000, 'ƒ', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(11, 1, 'Barbadian dollar', '', 'BBD', 52, 0.00000, '$', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(12, 1, 'Bangladeshi taka', '', 'BDT', 50, 0.00000, '৳', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(15, 1, 'Bahraini dinar', '', 'BHD', 48, 0.00000, 'ب.د', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(16, 1, 'Burundian franc', '', 'BIF', 108, 0.00000, 'Fr', '0', '', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(17, 1, 'Bermudian dollar', '', 'BMD', 60, 0.00000, '$', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(18, 1, 'Brunei dollar', '', 'BND', 96, 0.00000, '$', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(19, 1, 'Bolivian boliviano', '', 'BOB', 68, 0.00000, '$b', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(20, 1, 'Brazilian real', '', 'BRL', 986, 0.00000, 'R$', '2', ',', '.', '{symbol} {number}', '{symbol} {sign}{number}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(21, 1, 'Bahamian dollar', '', 'BSD', 44, 0.00000, '$', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(22, 1, 'Bhutanese ngultrum', '', 'BTN', 64, 0.00000, 'BTN', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(24, 1, 'Botswana pula', '', 'BWP', 72, 0.00000, 'P', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(25, 1, 'Belize dollar', '', 'BZD', 84, 0.00000, 'BZ$', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(26, 1, 'Canadian dollar', '', 'CAD', 124, 0.00000, '$', '2', '.', ',', '{symbol}{number}', '{symbol}{sign}{number}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(27, 1, 'Swiss franc', '', 'CHF', 756, 0.00000, 'CHF', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(28, 1, 'Unidad de Fomento', '', 'CLF', 990, 0.00000, 'CLF', '0', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(29, 1, 'Chilean peso', '', 'CLP', 152, 0.00000, '$', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(30, 1, 'Chinese renminbi yuan', '', 'CNY', 156, 0.00000, '元', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(31, 1, 'Colombian peso', '', 'COP', 170, 0.00000, '$', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(32, 1, 'Costa Rican colón', '', 'CRC', 188, 0.00000, '₡', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(33, 1, 'Czech koruna', '', 'CZK', 203, 0.00000, 'Kč', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(34, 1, 'Cuban peso', '', 'CUP', 192, 0.00000, '₱', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(35, 1, 'Cape Verdean escudo', '', 'CVE', 132, 0.00000, '$', '0', '', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(40, 1, 'Danish krone', '', 'DKK', 208, 0.00000, 'kr', '2', '.', ',', '{symbol}{number}', '{symbol}{sign}{number}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(41, 1, 'Dominican peso', '', 'DOP', 214, 0.00000, 'RD$', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(42, 1, 'Algerian dinar', '', 'DZD', 12, 0.00000, 'د.ج', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(44, 1, 'Egyptian pound', '', 'EGP', 818, 0.00000, '£', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(46, 1, 'Ethiopian birr', '', 'ETB', 230, 0.00000, 'ETB', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(47, 1, 'Euro', '', 'EUR', 978, 0.00000, '€', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(49, 1, 'Fijian dollar', '', 'FJD', 242, 0.00000, '$', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(50, 1, 'Falkland pound', '', 'FKP', 238, 0.00000, '£', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(52, 1, 'British pound', '', 'GBP', 826, 0.00000, '£', '2', '.', ',', '{symbol}{number}', '{symbol}{sign}{number}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(54, 1, 'Gibraltar pound', '', 'GIP', 292, 0.00000, '£', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(55, 1, 'Gambian dalasi', '', 'GMD', 270, 0.00000, 'D', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(56, 1, 'Guinean franc', '', 'GNF', 324, 0.00000, 'Fr', '0', '', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(58, 1, 'Guatemalan quetzal', '', 'GTQ', 320, 0.00000, 'Q', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(60, 1, 'Guyanese dollar', '', 'GYD', 328, 0.00000, '$', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(61, 1, 'Hong Kong dollar', '', 'HKD', 344, 0.00000, '元', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(62, 1, 'Honduran lempira', '', 'HNL', 340, 0.00000, 'L', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(63, 1, 'Haitian gourde', '', 'HTG', 332, 0.00000, 'G', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(64, 1, 'Hungarian forint', '', 'HUF', 348, 0.00000, 'Ft', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(65, 1, 'Indonesian rupiah', '', 'IDR', 360, 0.00000, 'Rp', '0', '', '', '{symbol}{number}', '{symbol}{sign}{number}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(67, 1, 'Israeli new sheqel', '', 'ILS', 376, 0.00000, '₪', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(68, 1, 'Indian rupee', '', 'INR', 356, 0.00000, '₨', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(69, 1, 'Iraqi dinar', '', 'IQD', 368, 0.00000, 'ع.د', '0', '', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(70, 1, 'Iranian rial', '', 'IRR', 364, 0.00000, '﷼', '2', ',', '', '{number} {symbol}', '{sign}{number}{symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(73, 1, 'Jamaican dollar', '', 'JMD', 388, 0.00000, 'J$', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(74, 1, 'Jordanian dinar', '', 'JOD', 400, 0.00000, 'د.ا', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(75, 1, 'Japanese yen', '', 'JPY', 392, 0.00000, '¥', '0', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(76, 1, 'Kenyan shilling', '', 'KES', 404, 0.00000, 'Sh', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(77, 1, 'Cambodian riel', '', 'KHR', 116, 0.00000, '៛', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(78, 1, 'Comorian franc', '', 'KMF', 174, 0.00000, 'Fr', '0', '', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(79, 1, 'North Korean won', '', 'KPW', 408, 0.00000, '₩', '0', '', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(80, 1, 'South Korean won', '', 'KRW', 410, 0.00000, '₩', '0', '', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(81, 1, 'Kuwaiti dinar', '', 'KWD', 414, 0.00000, 'د.ك', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(82, 1, 'Cayman Islands dollar', '', 'KYD', 136, 0.00000, '$', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(83, 1, 'Lao kip', '', 'LAK', 418, 0.00000, '₭', '0', '', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(84, 1, 'Lebanese pound', '', 'LBP', 422, 0.00000, '£', '0', '', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(85, 1, 'Sri Lankan rupee', '', 'LKR', 144, 0.00000, '₨', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(86, 1, 'Liberian dollar', '', 'LRD', 430, 0.00000, '$', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(87, 1, 'Lesotho loti', '', 'LSL', 426, 0.00000, 'L', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(89, 1, 'Libyan dinar', '', 'LYD', 434, 0.00000, 'ل.د', '3', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(90, 1, 'Moroccan dirham', '', 'MAD', 504, 0.00000, 'د.م.', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(92, 1, 'Mongolian tögrög', '', 'MNT', 496, 0.00000, '₮', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(93, 1, 'Macanese pataca', '', 'MOP', 446, 0.00000, 'P', '1', ',', '', '{symbol}{number}', '{symbol}{sign}{number}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(94, 1, 'Mauritanian ouguiya', '', 'MRO', 478, 0.00000, 'UM', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(96, 1, 'Mauritian rupee', '', 'MUR', 480, 0.00000, '₨', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(97, 1, 'Maldivian rufiyaa', '', 'MVR', 462, 0.00000, 'ރ.', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(98, 1, 'Malawian kwacha', '', 'MWK', 454, 0.00000, 'MK', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(100, 1, 'Malaysian ringgit', '', 'MYR', 458, 0.00000, 'RM', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(102, 1, 'Nigerian naira', '', 'NGN', 566, 0.00000, '₦', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(105, 1, 'Norwegian krone', '', 'NOK', 578, 0.00000, 'kr', '2', ',', '', '{symbol}{number}', '{symbol}{sign}{number}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(106, 1, 'Nepalese rupee', '', 'NPR', 524, 0.00000, '₨', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(107, 1, 'New Zealand dollar', '', 'NZD', 554, 0.00000, '$', '2', ',', '', '{number} {symbol}', '{symbol}{sign}{number}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(108, 1, 'Omani rial', '', 'OMR', 512, 0.00000, '﷼', '3', '.', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(109, 1, 'Panamanian balboa', '', 'PAB', 590, 0.00000, 'B/.', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(110, 1, 'Peruvian nuevo sol', '', 'PEN', 604, 0.00000, 'S/.', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(111, 1, 'Papua New Guinean kina', '', 'PGK', 598, 0.00000, 'K', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(112, 1, 'Philippine peso', '', 'PHP', 608, 0.00000, '₱', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(113, 1, 'Pakistani rupee', '', 'PKR', 586, 0.00000, '₨', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(114, 1, 'Polish Złoty', '', 'PLN', 985, 0.00000, 'zł', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(116, 1, 'Paraguayan guaraní', '', 'PYG', 600, 0.00000, '₲', '0', '', '.', '{symbol} {number}', '{symbol} {sign}{number}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(117, 1, 'Qatari riyal', '', 'QAR', 634, 0.00000, '﷼', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(118, 1, 'Romanian leu', '', 'RON', 946, 0.00000, 'lei', '2', ',', '.', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(119, 1, 'Rwandan franc', '', 'RWF', 646, 0.00000, 'Fr', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(120, 1, 'Saudi riyal', '', 'SAR', 682, 0.00000, '﷼', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(121, 1, 'Solomon Islands dollar', '', 'SBD', 90, 0.00000, '$', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(122, 1, 'Seychellois rupee', '', 'SCR', 690, 0.00000, '₨', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(124, 1, 'Swedish krona', '', 'SEK', 752, 0.00000, 'kr', '2', ',', '.', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(125, 1, 'Singapore dollar', '', 'SGD', 702, 0.00000, '$', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(126, 1, 'Saint Helenian pound', '', 'SHP', 654, 0.00000, '£', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(127, 1, 'Sierra Leonean leone', '', 'SLL', 694, 0.00000, 'Le', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(128, 1, 'Somali shilling', '', 'SOS', 706, 0.00000, 'S', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(130, 1, 'São Tomé and Príncipe dobra', '', 'STD', 678, 0.00000, 'Db', '0', '', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(131, 1, 'Russian ruble', '', 'RUB', 643, 0.00000, 'руб', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(132, 1, 'Salvadoran colón', '', 'SVC', 222, 0.00000, '$', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(133, 1, 'Syrian pound', '', 'SYP', 760, 0.00000, '£', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(134, 1, 'Swazi lilangeni', '', 'SZL', 748, 0.00000, 'L', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(135, 1, 'Thai baht', '', 'THB', 764, 0.00000, '฿', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(136, 1, 'Tunisian dinar', '', 'TND', 788, 0.00000, 'د.ت', '3', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(137, 1, 'Tongan paʻanga', '', 'TOP', 776, 0.00000, 'T$', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(139, 1, 'Türk Lirası', '', 'TRY', 949, 0.00000, 'TL', '2', ',', '.', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(140, 1, 'Trinidad and Tobago dollar', '', 'TTD', 780, 0.00000, 'TT$', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(141, 1, 'New Taiwan dollar', '', 'TWD', 901, 0.00000, 'NT$', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(142, 1, 'Tanzanian shilling', '', 'TZS', 834, 0.00000, 'Sh', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(144, 1, 'United States dollar', '', 'USD', 840, 0.00000, '$', '2', '.', ',', '{symbol}{number}', '{symbol}{sign}{number}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(147, 1, 'Vietnamese Dong', '', 'VND', 704, 0.00000, '₫', '0', '', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(148, 1, 'Vanuatu vatu', '', 'VUV', 548, 0.00000, 'Vt', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(149, 1, 'Samoan tala', '', 'WST', 882, 0.00000, 'T', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(151, 1, 'Yemeni rial', '', 'YER', 886, 0.00000, '﷼', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(152, 1, 'Serbian dinar', '', 'RSD', 941, 0.00000, 'Дин.', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(153, 1, 'South African rand', '', 'ZAR', 710, 0.00000, 'R', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(154, 1, 'Zambian kwacha', '', 'ZMK', 894, 0.00000, 'ZK', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(156, 1, 'Zimbabwean dollar', '', 'ZWD', 932, 0.00000, 'Z$', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(158, 1, 'Armenian dram', '', 'AMD', 51, 0.00000, 'դր.', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(159, 1, 'Myanmar kyat', '', 'MMK', 104, 0.00000, 'K', '2', ',', '', '{number} {symbol}', '{symbol} {sign}{number}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(160, 1, 'Croatian kuna', '', 'HRK', 191, 0.00000, 'kn', '2', ',', '.', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(161, 1, 'Eritrean nakfa', '', 'ERN', 232, 0.00000, 'Nfk', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(162, 1, 'Djiboutian franc', '', 'DJF', 262, 0.00000, 'Fr', '0', '', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(163, 1, 'Icelandic króna', '', 'ISK', 352, 0.00000, 'kr', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(164, 1, 'Kazakhstani tenge', '', 'KZT', 398, 0.00000, 'лв', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(165, 1, 'Kyrgyzstani som', '', 'KGS', 417, 0.00000, 'лв', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(166, 1, 'Latvian lats', '', 'LVL', 428, 0.00000, 'Ls', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(167, 1, 'Lithuanian litas', '', 'LTL', 440, 0.00000, 'Lt', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(168, 1, 'Mexican peso', '', 'MXN', 484, 0.00000, '$', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(169, 1, 'Moldovan leu', '', 'MDL', 498, 0.00000, 'L', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(170, 1, 'Namibian dollar', '', 'NAD', 516, 0.00000, '$', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(171, 1, 'Nicaraguan córdoba', '', 'NIO', 558, 0.00000, 'C$', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(172, 1, 'Ugandan shilling', '', 'UGX', 800, 0.00000, 'Sh', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(173, 1, 'Macedonian denar', '', 'MKD', 807, 0.00000, 'ден', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(174, 1, 'Uruguayan peso', '', 'UYU', 858, 0.00000, '$', '0', '', '', '{symbol}{number}', '{symbol}{sign}{number}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(175, 1, 'Uzbekistani som', '', 'UZS', 860, 0.00000, 'лв', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(176, 1, 'Azerbaijani manat', '', 'AZN', 934, 0.00000, 'ман', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(177, 1, 'Ghanaian cedi', '', 'GHS', 936, 0.00000, '₵', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(178, 1, 'Venezuelan bolívar', '', 'VEF', 937, 0.00000, 'Bs', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(179, 1, 'Sudanese pound', '', 'SDG', 938, 0.00000, '£', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(180, 1, 'Uruguay Peso', '', 'UYI', 940, 0.00000, 'UYI', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(181, 1, 'Mozambican metical', '', 'MZN', 943, 0.00000, 'MT', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(182, 1, 'WIR Euro', '', 'CHE', 947, 0.00000, '€', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(183, 1, 'WIR Franc', '', 'CHW', 948, 0.00000, 'CHW', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(184, 1, 'Central African CFA franc', '', 'XAF', 950, 0.00000, 'Fr', '0', '', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(185, 1, 'East Caribbean dollar', '', 'XCD', 951, 0.00000, '$', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(186, 1, 'West African CFA franc', '', 'XOF', 952, 0.00000, 'Fr', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(187, 1, 'CFP franc', '', 'XPF', 953, 0.00000, 'F', '0', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(188, 1, 'Surinamese dollar', '', 'SRD', 968, 0.00000, '$', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(189, 1, 'Malagasy ariary', '', 'MGA', 969, 0.00000, 'MGA', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(190, 1, 'Unidad de Valor Real', '', 'COU', 970, 0.00000, 'COU', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(191, 1, 'Afghan afghani', '', 'AFN', 971, 0.00000, '؋', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(192, 1, 'Tajikistani somoni', '', 'TJS', 972, 0.00000, 'ЅМ', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(193, 1, 'Angolan kwanza', '', 'AOA', 973, 0.00000, 'Kz', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(194, 1, 'Belarusian ruble', '', 'BYR', 974, 0.00000, 'p.', '0', '', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(195, 1, 'Bulgarian lev', '', 'BGN', 975, 0.00000, 'лв', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(196, 1, 'Congolese franc', '', 'CDF', 976, 0.00000, 'Fr', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(197, 1, 'Bosnia and Herzegovina convert', '', 'BAM', 977, 0.00000, 'KM', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(198, 1, 'Mexican Unid', '', 'MXV', 979, 0.00000, 'MXV', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(199, 1, 'Ukrainian hryvnia', '', 'UAH', 980, 0.00000, '₴', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(200, 1, 'Georgian lari', '', 'GEL', 981, 0.00000, 'ლ', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(201, 1, 'Mvdol', '', 'BOV', 984, 0.00000, 'BOV', '2', ',', '', '{number} {symbol}', '{sign}{number} {symbol}', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0);

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

--
-- Table structure for table `xjmw1_virtuemart_customs`
--

CREATE TABLE `xjmw1_virtuemart_customs` (
  `virtuemart_custom_id` int(1) UNSIGNED NOT NULL,
  `custom_parent_id` int(1) UNSIGNED NOT NULL DEFAULT 0,
  `virtuemart_vendor_id` int(1) UNSIGNED NOT NULL DEFAULT 1,
  `custom_jplugin_id` int(1) NOT NULL DEFAULT 0,
  `custom_element` varchar(50) NOT NULL DEFAULT '',
  `admin_only` tinyint(1) NOT NULL DEFAULT 0 COMMENT '1:Display in admin only',
  `custom_title` varchar(255) NOT NULL DEFAULT '' COMMENT 'field title',
  `show_title` tinyint(1) NOT NULL DEFAULT 1,
  `custom_tip` varchar(255) NOT NULL DEFAULT '' COMMENT 'tip',
  `custom_value` varchar(4095) DEFAULT NULL COMMENT 'default value',
  `custom_desc` varchar(4095) DEFAULT NULL COMMENT 'description or unit',
  `field_type` varchar(2) NOT NULL DEFAULT '0' COMMENT 'S:string,I:int,P:parent, B:bool,D:date,T:time,H:hidden',
  `is_list` tinyint(1) NOT NULL DEFAULT 0 COMMENT 'list of values',
  `is_hidden` tinyint(1) NOT NULL DEFAULT 0 COMMENT '1:hidden',
  `is_cart_attribute` tinyint(1) NOT NULL DEFAULT 0 COMMENT 'Add attributes to cart',
  `is_input` tinyint(1) NOT NULL DEFAULT 0 COMMENT 'Add input to cart',
  `searchable` tinyint(1) NOT NULL DEFAULT 0 COMMENT 'Available as search filter',
  `layout_pos` varchar(24) DEFAULT NULL COMMENT 'Layout Position',
  `custom_params` text NOT NULL,
  `virtuemart_shoppergroup_id` varchar(255) NOT NULL,
  `shared` tinyint(1) NOT NULL DEFAULT 0 COMMENT 'valid for all vendors?',
  `published` tinyint(1) NOT NULL DEFAULT 1,
  `created_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(1) NOT NULL DEFAULT 0,
  `ordering` int(1) NOT NULL DEFAULT 0,
  `modified_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(1) NOT NULL DEFAULT 0,
  `locked_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `locked_by` int(1) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='custom fields definition';

--
-- Dumping data for table `xjmw1_virtuemart_customs`
--

INSERT INTO `xjmw1_virtuemart_customs` (`virtuemart_custom_id`, `custom_parent_id`, `virtuemart_vendor_id`, `custom_jplugin_id`, `custom_element`, `admin_only`, `custom_title`, `show_title`, `custom_tip`, `custom_value`, `custom_desc`, `field_type`, `is_list`, `is_hidden`, `is_cart_attribute`, `is_input`, `searchable`, `layout_pos`, `custom_params`, `virtuemart_shoppergroup_id`, `shared`, `published`, `created_on`, `created_by`, `ordering`, `modified_on`, `modified_by`, `locked_on`, `locked_by`) VALUES
(1, 0, 0, 0, '0', 0, 'COM_VIRTUEMART_RELATED_PRODUCTS', 1, 'COM_VIRTUEMART_RELATED_PRODUCTS_TIP', 'related_products', 'COM_VIRTUEMART_RELATED_PRODUCTS_DESC', 'R', 0, 0, 0, 0, 0, 'related_products', 'wPrice=\"1\"|wImage=\"1\"|wDescr=\"1\"|', '', 0, 1, '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(2, 0, 0, 0, '0', 0, 'COM_VIRTUEMART_RELATED_CATEGORIES', 1, 'COM_VIRTUEMART_RELATED_CATEGORIES_TIP', 'related_categories', 'COM_VIRTUEMART_RELATED_CATEGORIES_DESC', 'Z', 0, 0, 0, 0, 0, 'related_categories', 'wImage=\"1\"|wDescr=\"1\"|', '', 0, 1, '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(3, 0, 1, 10289, 'vdesigner', 0, 'Design Your Card', 1, '', '', '', 'E', 0, 0, 1, 1, 0, 'addtocart', 'load_jq=\"0\"|load_jqui=\"1\"|allowFEPD=\"1\"|uploadFileSingle=\"1\"|uploadFileSingleSize=\"1048576\"|sendFileLater=\"0\"|allowFEO=\"0\"|showResizeCanvas=\"0\"|customCP=\"0\"|customColorPalettes=\" \"|showRearView=\"1\"|designType=\"shirtfb\"|custom_cWidth=\"1200\"|custom_cHeight=\"600\"|custom_cEllipseWidth=\"600\"|custom_cEllipseHeight=\"300\"|custom_cFont=[\n    \"Aclonica\",\n    \"Aguafina Script\",\n    \"fearless\",\n    \"Graduate\",\n    \"Raleway\",\n    \"Yesteryear\"\n]|custom_cDir=[\n    \"Retro\"\n]|custom_cColor=\"\"|custom_cBG=\"plugins\\/vmcustom\\/vdesigner\\/images\\/custom\\/basic_1200x600.png\"|isDownloadPdf=\"1\"|isPrintable=\"1\"|customAddsDesign=\"1\"|customAddsUpload=\"1\"|customAddsText=\"1\"|customManageLayers=\"1\"|customActionSaveInCart=\"1\"|customActionPrint=\"1\"|customActionSnap=\"1\"|customActionPreview=\"1\"|customActionInfo=\"1\"|customActionMagnify=\"1\"|customActionZoom=\"1\"|customActionReset=\"1\"|customActionQrcode=\"1\"|customActionRuler=\"1\"|customActionRedo=\"1\"|customActionUndo=\"1\"|imgFilter=\"1\"|ctpPattern=\"1\"|iconFolderPath=\"plugins\\/vmcustom\\/vdesigner\\/images\\/vDT\"|', '', 0, 1, '2021-04-05 21:08:09', 215, 0, '2021-04-05 21:08:09', 215, '0000-00-00 00:00:00', 0);

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

--
-- Table structure for table `xjmw1_virtuemart_invoices`
--

CREATE TABLE `xjmw1_virtuemart_invoices` (
  `virtuemart_invoice_id` int(1) UNSIGNED NOT NULL,
  `virtuemart_vendor_id` int(1) UNSIGNED NOT NULL DEFAULT 1,
  `virtuemart_order_id` int(1) UNSIGNED DEFAULT NULL,
  `invoice_number` varchar(64) DEFAULT NULL,
  `order_status` char(2) DEFAULT NULL,
  `xhtml` text DEFAULT NULL,
  `o_hash` varchar(33) DEFAULT NULL,
  `created_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(1) NOT NULL DEFAULT 0,
  `modified_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(1) NOT NULL DEFAULT 0,
  `locked_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `locked_by` int(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='custom fields definition';

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

--
-- Table structure for table `xjmw1_virtuemart_manufacturercategories`
--

CREATE TABLE `xjmw1_virtuemart_manufacturercategories` (
  `virtuemart_manufacturercategories_id` int(1) UNSIGNED NOT NULL,
  `published` tinyint(1) NOT NULL DEFAULT 1,
  `created_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(1) NOT NULL DEFAULT 0,
  `modified_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(1) NOT NULL DEFAULT 0,
  `locked_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `locked_by` int(1) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Manufacturers are assigned to these categories';

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

--
-- Table structure for table `xjmw1_virtuemart_manufacturercategories_en_gb`
--

CREATE TABLE `xjmw1_virtuemart_manufacturercategories_en_gb` (
  `virtuemart_manufacturercategories_id` int(1) UNSIGNED NOT NULL,
  `mf_category_name` varchar(180) NOT NULL DEFAULT '',
  `mf_category_desc` varchar(19000) NOT NULL DEFAULT '',
  `slug` varchar(192) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `xjmw1_virtuemart_manufacturers`
--

CREATE TABLE `xjmw1_virtuemart_manufacturers` (
  `virtuemart_manufacturer_id` int(1) UNSIGNED NOT NULL,
  `virtuemart_manufacturercategories_id` int(1) DEFAULT NULL,
  `metarobot` varchar(400) DEFAULT NULL,
  `metaauthor` varchar(400) DEFAULT NULL,
  `hits` int(1) UNSIGNED NOT NULL DEFAULT 0,
  `published` tinyint(1) NOT NULL DEFAULT 1,
  `created_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(1) NOT NULL DEFAULT 0,
  `modified_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(1) NOT NULL DEFAULT 0,
  `locked_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `locked_by` int(1) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Manufacturers are those who deliver products';

--
-- Dumping data for table `xjmw1_virtuemart_manufacturers`
--

INSERT INTO `xjmw1_virtuemart_manufacturers` (`virtuemart_manufacturer_id`, `virtuemart_manufacturercategories_id`, `metarobot`, `metaauthor`, `hits`, `published`, `created_on`, `created_by`, `modified_on`, `modified_by`, `locked_on`, `locked_by`) VALUES
(1, 0, '', '', 0, 1, '2021-04-06 18:47:52', 215, '2021-04-06 18:47:52', 215, '0000-00-00 00:00:00', 0);

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

--
-- Table structure for table `xjmw1_virtuemart_manufacturers_en_gb`
--

CREATE TABLE `xjmw1_virtuemart_manufacturers_en_gb` (
  `virtuemart_manufacturer_id` int(1) UNSIGNED NOT NULL,
  `mf_name` varchar(180) NOT NULL DEFAULT '',
  `mf_email` varchar(255) NOT NULL DEFAULT '',
  `mf_desc` varchar(19000) NOT NULL DEFAULT '',
  `mf_url` varchar(255) NOT NULL DEFAULT '',
  `metadesc` varchar(400) NOT NULL DEFAULT '',
  `metakey` varchar(400) NOT NULL DEFAULT '',
  `customtitle` varchar(255) NOT NULL DEFAULT '',
  `slug` varchar(192) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `xjmw1_virtuemart_manufacturers_en_gb`
--

INSERT INTO `xjmw1_virtuemart_manufacturers_en_gb` (`virtuemart_manufacturer_id`, `mf_name`, `mf_email`, `mf_desc`, `mf_url`, `metadesc`, `metakey`, `customtitle`, `slug`) VALUES
(1, 'Pfane Environmental Association', '', '', '', '', '', '', 'pfane');

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

--
-- Table structure for table `xjmw1_virtuemart_manufacturer_medias`
--

CREATE TABLE `xjmw1_virtuemart_manufacturer_medias` (
  `id` int(1) UNSIGNED NOT NULL,
  `virtuemart_manufacturer_id` int(1) UNSIGNED NOT NULL DEFAULT 0,
  `virtuemart_media_id` int(1) UNSIGNED NOT NULL DEFAULT 0,
  `ordering` int(1) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `xjmw1_virtuemart_medias`
--

CREATE TABLE `xjmw1_virtuemart_medias` (
  `virtuemart_media_id` int(1) UNSIGNED NOT NULL,
  `virtuemart_vendor_id` int(1) UNSIGNED NOT NULL DEFAULT 1,
  `file_title` varchar(126) NOT NULL DEFAULT '',
  `file_description` varchar(254) NOT NULL DEFAULT '',
  `file_meta` varchar(254) NOT NULL DEFAULT '',
  `file_class` varchar(64) NOT NULL DEFAULT '',
  `file_mimetype` varchar(64) NOT NULL DEFAULT '',
  `file_type` varchar(32) NOT NULL DEFAULT '',
  `file_url` varchar(900) NOT NULL DEFAULT '',
  `file_url_thumb` varchar(900) NOT NULL DEFAULT '',
  `file_is_product_image` tinyint(1) NOT NULL DEFAULT 0,
  `file_is_downloadable` tinyint(1) NOT NULL DEFAULT 0,
  `file_is_forSale` tinyint(1) NOT NULL DEFAULT 0,
  `file_params` varchar(12287) NOT NULL DEFAULT '',
  `file_lang` varchar(500) NOT NULL DEFAULT '',
  `shared` tinyint(1) NOT NULL DEFAULT 0,
  `published` tinyint(1) NOT NULL DEFAULT 1,
  `created_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(1) NOT NULL DEFAULT 0,
  `modified_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(1) NOT NULL DEFAULT 0,
  `locked_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `locked_by` int(1) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Additional Images and Files which are assigned to products';

--
-- Dumping data for table `xjmw1_virtuemart_medias`
--

INSERT INTO `xjmw1_virtuemart_medias` (`virtuemart_media_id`, `virtuemart_vendor_id`, `file_title`, `file_description`, `file_meta`, `file_class`, `file_mimetype`, `file_type`, `file_url`, `file_url_thumb`, `file_is_product_image`, `file_is_downloadable`, `file_is_forSale`, `file_params`, `file_lang`, `shared`, `published`, `created_on`, `created_by`, `modified_on`, `modified_by`, `locked_on`, `locked_by`) VALUES
(1, 1, 'littlepzaz', '', '', '', 'image/png', 'product', 'images/virtuemart/product/organic.png', '', 0, 0, 0, '', '', 0, 1, '2021-04-06 19:07:51', 215, '2021-04-06 19:07:55', 215, '0000-00-00 00:00:00', 0),
(2, 1, 'organic1.png', '', '', '', 'image/png', 'product', 'images/virtuemart/product/organic1.png', '', 0, 0, 0, '', '', 0, 1, '2021-04-06 19:18:42', 215, '2021-04-19 16:31:32', 215, '0000-00-00 00:00:00', 0),
(3, 1, 'pzaz-logo2.png', '', '', '', 'image/png', 'vendor', 'images/virtuemart/vendor/pzaz-logo2.png', '', 0, 0, 0, '', '', 0, 1, '2021-04-06 19:57:30', 215, '2021-04-06 19:57:30', 215, '0000-00-00 00:00:00', 0),
(4, 1, '2sided.jpg', '', '', '', 'image/jpeg', 'product', 'images/virtuemart/product/2sided.jpg', '', 0, 0, 0, '', '', 0, 0, '2021-04-07 17:13:06', 215, '2021-04-07 17:13:39', 215, '0000-00-00 00:00:00', 0),
(5, 1, 'colorcard.jpg_1', '', '', '', 'image/jpeg', 'product', 'images/virtuemart/product/colorcard.jpg', '', 0, 0, 0, '', '', 0, 1, '2021-04-07 17:15:06', 215, '2021-04-07 17:15:06', 215, '0000-00-00 00:00:00', 0),
(6, 1, '123123123.png_1', '', '', '', 'image/png', 'product', 'images/virtuemart/product/123123123.png', '', 0, 0, 0, '', '', 0, 1, '2021-04-07 17:15:41', 215, '2021-04-07 17:15:41', 215, '0000-00-00 00:00:00', 0),
(7, 1, 'young-ubk.png_1', '', '', '', 'image/png', 'product', 'images/virtuemart/product/young-ubk.png', '', 0, 0, 0, '', '', 0, 1, '2021-04-07 17:17:11', 215, '2021-04-07 17:17:11', 215, '0000-00-00 00:00:00', 0);

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

--
-- Table structure for table `xjmw1_virtuemart_migration_oldtonew_ids`
--

CREATE TABLE `xjmw1_virtuemart_migration_oldtonew_ids` (
  `id` smallint(1) UNSIGNED NOT NULL,
  `cats` longblob DEFAULT NULL,
  `catsxref` blob DEFAULT NULL,
  `manus` longblob DEFAULT NULL,
  `mfcats` blob DEFAULT NULL,
  `shoppergroups` longblob DEFAULT NULL,
  `products` longblob DEFAULT NULL,
  `products_start` int(1) DEFAULT NULL,
  `orderstates` blob DEFAULT NULL,
  `orders` longblob DEFAULT NULL,
  `attributes` longblob DEFAULT NULL,
  `relatedproducts` longblob DEFAULT NULL,
  `orders_start` int(1) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='xref table for vm1 ids to vm2 ids';

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

--
-- Table structure for table `xjmw1_virtuemart_modules`
--

CREATE TABLE `xjmw1_virtuemart_modules` (
  `module_id` int(1) UNSIGNED NOT NULL,
  `module_name` char(255) DEFAULT NULL,
  `module_description` varchar(15359) DEFAULT NULL,
  `module_perms` char(255) DEFAULT NULL,
  `published` tinyint(1) NOT NULL DEFAULT 1,
  `is_admin` enum('0','1') NOT NULL DEFAULT '0',
  `ordering` int(1) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='VirtueMart Core Modules, not: Joomla modules';

--
-- Dumping data for table `xjmw1_virtuemart_modules`
--

INSERT INTO `xjmw1_virtuemart_modules` (`module_id`, `module_name`, `module_description`, `module_perms`, `published`, `is_admin`, `ordering`) VALUES
(1, 'product', 'Here you can administer your online catalog of products.  Categories , Products (view=product), Attributes, Product Types, Product Files (view=media), Inventory, Calculation Rules, Customer Reviews  ', 'storeadmin,admin', 1, '', 1),
(2, 'order', 'View Order and Update Order Status:    Orders , Coupons , Revenue Report ,Shopper , Shopper Groups ', 'admin,storeadmin', 1, '', 2),
(3, 'manufacturer', 'Manage the manufacturers of products in your store.', 'storeadmin,admin', 1, '', 3),
(4, 'store', 'Store Configuration: Store Information, Payment Methods , Shipment, Shipment Rates', 'storeadmin,admin', 1, '', 4),
(5, 'configuration', 'Configuration: shop configuration , currencies (view=currency), Credit Card List, Countries, userfields, order status  ', 'admin,storeadmin', 1, '0', 5),
(6, 'msgs', 'This module is unprotected an used for displaying system messages to users.  We need to have an area that does not require authorization when things go wrong.', 'none', 0, '', 99),
(7, 'shop', 'This is the Washupito store module.  This is the demo store included with the VirtueMart distribution.', 'none', 1, '', 99),
(8, 'store', 'Store Configuration: Store Information, Payment Methods , Shipment, Shipment Rates', 'storeadmin,admin', 1, '', 4),
(9, 'account', 'This module allows shoppers to update their account information and view previously placed orders.', 'shopper,storeadmin,admin,demo', 1, '', 99),
(10, 'checkout', '', 'none', 0, '', 99),
(11, 'tools', 'Tools', 'admin', 1, '0', 8),
(13, 'zone', 'This is the zone-shipment module. Here you can manage your shipment costs according to Zones.', 'admin,storeadmin', 0, '', 11);

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

--
-- Table structure for table `xjmw1_virtuemart_orders`
--

CREATE TABLE `xjmw1_virtuemart_orders` (
  `virtuemart_order_id` int(1) UNSIGNED NOT NULL,
  `virtuemart_user_id` int(1) UNSIGNED NOT NULL DEFAULT 0,
  `virtuemart_vendor_id` int(1) UNSIGNED NOT NULL DEFAULT 0,
  `order_note` varchar(5000) DEFAULT NULL,
  `order_number` varchar(64) DEFAULT NULL,
  `customer_number` varchar(32) DEFAULT NULL,
  `order_pass` varchar(34) DEFAULT NULL,
  `order_create_invoice_pass` varchar(32) DEFAULT NULL,
  `invoice_locked` tinyint(1) NOT NULL DEFAULT 0,
  `order_total` decimal(15,5) NOT NULL DEFAULT 0.00000,
  `order_salesPrice` decimal(15,5) NOT NULL DEFAULT 0.00000,
  `order_billTaxAmount` decimal(15,5) NOT NULL DEFAULT 0.00000,
  `order_billTax` varchar(400) DEFAULT NULL,
  `order_billDiscountAmount` decimal(15,5) NOT NULL DEFAULT 0.00000,
  `order_discountAmount` decimal(15,5) NOT NULL DEFAULT 0.00000,
  `order_subtotal` decimal(15,5) DEFAULT NULL,
  `order_tax` decimal(12,5) DEFAULT NULL,
  `order_shipment` decimal(12,5) DEFAULT NULL,
  `order_shipment_tax` decimal(10,5) DEFAULT NULL,
  `order_payment` decimal(12,2) DEFAULT NULL,
  `order_payment_tax` decimal(10,5) DEFAULT NULL,
  `coupon_discount` decimal(12,2) NOT NULL DEFAULT 0.00,
  `coupon_code` varchar(32) DEFAULT NULL,
  `order_discount` decimal(12,2) NOT NULL DEFAULT 0.00,
  `order_currency` smallint(1) DEFAULT NULL,
  `order_status` char(1) DEFAULT NULL,
  `user_currency_id` smallint(1) DEFAULT NULL,
  `user_currency_rate` decimal(12,6) NOT NULL DEFAULT 1.000000,
  `user_shoppergroups` varchar(30) DEFAULT NULL,
  `payment_currency_id` smallint(1) DEFAULT NULL,
  `payment_currency_rate` decimal(12,6) NOT NULL DEFAULT 1.000000,
  `virtuemart_paymentmethod_id` int(1) UNSIGNED DEFAULT NULL,
  `virtuemart_shipmentmethod_id` int(1) UNSIGNED DEFAULT NULL,
  `delivery_date` varchar(200) DEFAULT NULL,
  `order_language` varchar(7) DEFAULT NULL,
  `ip_address` char(15) NOT NULL DEFAULT '',
  `STsameAsBT` tinyint(1) NOT NULL DEFAULT 0,
  `paid` decimal(15,5) NOT NULL DEFAULT 0.00000,
  `paid_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `o_hash` varchar(33) DEFAULT NULL,
  `created_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(1) NOT NULL DEFAULT 0,
  `modified_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(1) NOT NULL DEFAULT 0,
  `locked_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `locked_by` int(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Used to store all orders';

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

--
-- Table structure for table `xjmw1_virtuemart_orderstates`
--

CREATE TABLE `xjmw1_virtuemart_orderstates` (
  `virtuemart_orderstate_id` tinyint(1) UNSIGNED NOT NULL,
  `virtuemart_vendor_id` int(1) UNSIGNED NOT NULL DEFAULT 1,
  `order_status_code` char(1) NOT NULL DEFAULT '',
  `order_status_name` varchar(64) DEFAULT NULL,
  `order_status_color` varchar(64) DEFAULT NULL,
  `order_status_description` varchar(15359) DEFAULT NULL,
  `order_stock_handle` char(1) NOT NULL DEFAULT 'A',
  `ordering` int(1) NOT NULL DEFAULT 0,
  `published` tinyint(1) NOT NULL DEFAULT 1,
  `created_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(1) NOT NULL DEFAULT 0,
  `modified_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(1) NOT NULL DEFAULT 0,
  `locked_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `locked_by` int(1) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='All available order statuses';

--
-- Dumping data for table `xjmw1_virtuemart_orderstates`
--

INSERT INTO `xjmw1_virtuemart_orderstates` (`virtuemart_orderstate_id`, `virtuemart_vendor_id`, `order_status_code`, `order_status_name`, `order_status_color`, `order_status_description`, `order_stock_handle`, `ordering`, `published`, `created_on`, `created_by`, `modified_on`, `modified_by`, `locked_on`, `locked_by`) VALUES
(1, 1, 'P', 'COM_VIRTUEMART_ORDER_STATUS_PENDING', NULL, '', 'R', 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(2, 1, 'U', 'COM_VIRTUEMART_ORDER_STATUS_CONFIRMED_BY_SHOPPER', NULL, '', 'R', 2, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(3, 1, 'C', 'COM_VIRTUEMART_ORDER_STATUS_CONFIRMED', NULL, '', 'R', 3, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(4, 1, 'X', 'COM_VIRTUEMART_ORDER_STATUS_CANCELLED', NULL, '', 'A', 4, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(5, 1, 'R', 'COM_VIRTUEMART_ORDER_STATUS_REFUNDED', NULL, '', 'A', 5, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(6, 1, 'S', 'COM_VIRTUEMART_ORDER_STATUS_SHIPPED', NULL, '', 'O', 6, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(7, 1, 'F', 'COM_VIRTUEMART_ORDER_STATUS_COMPLETED', NULL, '', 'R', 7, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(8, 1, 'D', 'COM_VIRTUEMART_ORDER_STATUS_DENIED', NULL, '', 'A', 8, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0);

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

--
-- Table structure for table `xjmw1_virtuemart_order_calc_rules`
--

CREATE TABLE `xjmw1_virtuemart_order_calc_rules` (
  `virtuemart_order_calc_rule_id` int(1) UNSIGNED NOT NULL,
  `virtuemart_calc_id` int(1) UNSIGNED DEFAULT NULL,
  `virtuemart_order_id` int(1) UNSIGNED DEFAULT NULL,
  `virtuemart_vendor_id` int(1) UNSIGNED NOT NULL DEFAULT 1,
  `virtuemart_order_item_id` int(1) DEFAULT NULL,
  `calc_rule_name` varchar(64) NOT NULL DEFAULT '' COMMENT 'Name of the rule',
  `calc_kind` varchar(16) NOT NULL DEFAULT '' COMMENT 'Discount/Tax/Margin/Commission',
  `calc_mathop` varchar(16) NOT NULL DEFAULT '' COMMENT 'Discount/Tax/Margin/Commission',
  `calc_amount` decimal(15,5) NOT NULL DEFAULT 0.00000,
  `calc_result` decimal(15,5) NOT NULL DEFAULT 0.00000,
  `calc_value` decimal(15,5) NOT NULL DEFAULT 0.00000,
  `calc_currency` int(1) DEFAULT NULL,
  `calc_params` varchar(15359) NOT NULL DEFAULT '',
  `created_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(1) NOT NULL DEFAULT 0,
  `modified_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(1) NOT NULL DEFAULT 0,
  `locked_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `locked_by` int(1) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Stores all calculation rules which are part of an order';

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

--
-- Table structure for table `xjmw1_virtuemart_order_histories`
--

CREATE TABLE `xjmw1_virtuemart_order_histories` (
  `virtuemart_order_history_id` int(1) UNSIGNED NOT NULL,
  `virtuemart_order_id` int(1) UNSIGNED NOT NULL DEFAULT 0,
  `order_status_code` char(1) NOT NULL DEFAULT '0',
  `customer_notified` tinyint(1) NOT NULL DEFAULT 0,
  `comments` varchar(15359) DEFAULT NULL,
  `paid` decimal(15,5) NOT NULL DEFAULT 0.00000,
  `o_hash` varchar(33) DEFAULT NULL,
  `created_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(1) NOT NULL DEFAULT 0,
  `modified_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(1) NOT NULL DEFAULT 0,
  `locked_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `locked_by` int(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Stores all actions and changes that occur to an order';

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

--
-- Table structure for table `xjmw1_virtuemart_order_items`
--

CREATE TABLE `xjmw1_virtuemart_order_items` (
  `virtuemart_order_item_id` int(1) UNSIGNED NOT NULL,
  `virtuemart_order_id` int(1) UNSIGNED DEFAULT NULL,
  `virtuemart_vendor_id` int(1) UNSIGNED NOT NULL DEFAULT 1,
  `virtuemart_product_id` int(1) DEFAULT NULL,
  `order_item_sku` varchar(255) NOT NULL DEFAULT '',
  `order_item_name` varchar(4096) NOT NULL DEFAULT '',
  `product_quantity` int(1) DEFAULT NULL,
  `product_item_price` decimal(15,5) DEFAULT NULL,
  `product_priceWithoutTax` decimal(15,5) DEFAULT NULL,
  `product_tax` decimal(15,5) DEFAULT NULL,
  `product_basePriceWithTax` decimal(15,5) DEFAULT NULL,
  `product_discountedPriceWithoutTax` decimal(15,5) DEFAULT NULL,
  `product_final_price` decimal(15,5) NOT NULL DEFAULT 0.00000,
  `product_subtotal_discount` decimal(15,5) NOT NULL DEFAULT 0.00000,
  `product_subtotal_with_tax` decimal(15,5) NOT NULL DEFAULT 0.00000,
  `order_item_currency` int(1) DEFAULT NULL,
  `order_status` char(1) DEFAULT NULL,
  `product_attribute` mediumtext DEFAULT NULL,
  `delivery_date` varchar(200) DEFAULT NULL,
  `paid` decimal(15,5) NOT NULL DEFAULT 0.00000,
  `oi_hash` varchar(33) DEFAULT NULL,
  `created_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(1) NOT NULL DEFAULT 0,
  `modified_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(1) NOT NULL DEFAULT 0,
  `locked_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `locked_by` int(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Stores all items (products) which are part of an order';

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

--
-- Table structure for table `xjmw1_virtuemart_order_item_histories`
--

CREATE TABLE `xjmw1_virtuemart_order_item_histories` (
  `virtuemart_order_item_history_id` int(1) UNSIGNED NOT NULL,
  `virtuemart_order_item_id` int(1) UNSIGNED NOT NULL,
  `virtuemart_order_id` int(1) UNSIGNED DEFAULT NULL,
  `virtuemart_vendor_id` int(1) UNSIGNED NOT NULL DEFAULT 1,
  `virtuemart_product_id` int(1) DEFAULT NULL,
  `action` varchar(255) NOT NULL DEFAULT '',
  `order_item_sku` varchar(255) NOT NULL DEFAULT '',
  `order_item_name` varchar(4096) NOT NULL DEFAULT '',
  `product_quantity` int(1) DEFAULT NULL,
  `product_item_price` decimal(15,5) DEFAULT NULL,
  `product_priceWithoutTax` decimal(15,5) DEFAULT NULL,
  `product_tax` decimal(15,5) DEFAULT NULL,
  `product_basePriceWithTax` decimal(15,5) DEFAULT NULL,
  `product_discountedPriceWithoutTax` decimal(15,5) DEFAULT NULL,
  `product_final_price` decimal(15,5) NOT NULL DEFAULT 0.00000,
  `product_subtotal_discount` decimal(15,5) NOT NULL DEFAULT 0.00000,
  `product_subtotal_with_tax` decimal(15,5) NOT NULL DEFAULT 0.00000,
  `order_item_currency` int(1) DEFAULT NULL,
  `order_status` char(1) DEFAULT NULL,
  `product_attribute` mediumtext DEFAULT NULL,
  `delivery_date` varchar(200) DEFAULT NULL,
  `paid` decimal(15,5) NOT NULL DEFAULT 0.00000,
  `oi_hash` varchar(33) DEFAULT NULL,
  `created_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(1) NOT NULL DEFAULT 0,
  `modified_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(1) NOT NULL DEFAULT 0,
  `locked_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `locked_by` int(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Stores all actions and changes that occur to an order item only';

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

--
-- Table structure for table `xjmw1_virtuemart_order_userinfos`
--

CREATE TABLE `xjmw1_virtuemart_order_userinfos` (
  `virtuemart_order_userinfo_id` int(1) UNSIGNED NOT NULL,
  `virtuemart_order_id` int(1) UNSIGNED NOT NULL DEFAULT 0,
  `virtuemart_user_id` int(1) UNSIGNED NOT NULL DEFAULT 0,
  `address_type` char(2) DEFAULT NULL,
  `address_type_name` varchar(32) DEFAULT NULL,
  `company` varchar(64) DEFAULT NULL,
  `title` varchar(32) DEFAULT NULL,
  `last_name` varchar(96) DEFAULT NULL,
  `first_name` varchar(96) DEFAULT NULL,
  `middle_name` varchar(96) DEFAULT NULL,
  `phone_1` varchar(32) DEFAULT NULL,
  `phone_2` varchar(32) DEFAULT NULL,
  `fax` varchar(32) DEFAULT NULL,
  `address_1` varchar(96) NOT NULL DEFAULT '',
  `address_2` varchar(64) DEFAULT NULL,
  `city` varchar(96) NOT NULL DEFAULT '',
  `virtuemart_state_id` smallint(1) UNSIGNED NOT NULL DEFAULT 0,
  `virtuemart_country_id` smallint(1) UNSIGNED NOT NULL DEFAULT 0,
  `zip` varchar(32) NOT NULL DEFAULT '',
  `email` varchar(128) DEFAULT NULL,
  `agreed` tinyint(1) NOT NULL DEFAULT 0,
  `tos` tinyint(1) NOT NULL DEFAULT 0,
  `customer_note` varchar(5000) NOT NULL DEFAULT '',
  `created_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(1) NOT NULL DEFAULT 0,
  `modified_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(1) NOT NULL DEFAULT 0,
  `locked_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `locked_by` int(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Stores the BillTo and ShipTo Information at order time';

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

--
-- Table structure for table `xjmw1_virtuemart_paymentmethods`
--

CREATE TABLE `xjmw1_virtuemart_paymentmethods` (
  `virtuemart_paymentmethod_id` int(1) UNSIGNED NOT NULL,
  `virtuemart_vendor_id` int(1) UNSIGNED NOT NULL DEFAULT 1,
  `payment_jplugin_id` int(1) NOT NULL DEFAULT 0,
  `payment_element` varchar(50) NOT NULL DEFAULT '',
  `payment_params` text DEFAULT NULL,
  `currency_id` int(1) UNSIGNED DEFAULT NULL,
  `shared` tinyint(1) NOT NULL DEFAULT 0 COMMENT 'valide for all vendors?',
  `ordering` int(1) NOT NULL DEFAULT 0,
  `published` tinyint(1) NOT NULL DEFAULT 1,
  `created_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(1) NOT NULL DEFAULT 0,
  `modified_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(1) NOT NULL DEFAULT 0,
  `locked_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `locked_by` int(1) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='The payment methods of your store';

--
-- Dumping data for table `xjmw1_virtuemart_paymentmethods`
--

INSERT INTO `xjmw1_virtuemart_paymentmethods` (`virtuemart_paymentmethod_id`, `virtuemart_vendor_id`, `payment_jplugin_id`, `payment_element`, `payment_params`, `currency_id`, `shared`, `ordering`, `published`, `created_on`, `created_by`, `modified_on`, `modified_by`, `locked_on`, `locked_by`) VALUES
(1, 1, 10255, 'paypal', 'paypal_merchant_email=\"dale@pfane.com\"|accelerated_onboarding=\"0\"|api_login_id=\"\"|api_password=\"123qweasdW#ER$F%\"|authentication=\"signature\"|api_signature=\"\"|api_certificate=\"0\"|sandbox=\"0\"|sandbox_merchant_email=\"\"|sandbox_api_login_id=\"\"|sandbox_api_password=\"\"|sandbox_api_signature=\"\"|sandbox_api_certificate=\"0\"|sandbox_payflow_vendor=\"\"|sandbox_payflow_partner=\"PayPal\"|payflow_vendor=\"\"|payflow_partner=\"\"|creditcards=\"\"|cvv_required=\"1\"|cvv_images=\"\"|paypalproduct=\"std\"|paypal_verified_only=\"\"|payment_currency=\"-1\"|email_currency=\"payment\"|log_ipn=\"\"|check_ips=\"1\"|extra_ips=\"\"|payment_logos=\"\"|debug=\"0\"|log=\"1\"|allow_status_refunds=\"1\"|status_pending=\"U\"|status_success=\"C\"|status_ipn_success_updateable=\"\"|status_canceled=\"X\"|status_expired=\"\"|status_capture=\"S\"|status_refunded=\"R\"|status_denied=\"D\"|status_partial_refunded=\"R\"|expected_maxamount=\"\"|secure_post=\"\"|ipn_test=\"\"|no_shipping=\"2\"|address_override=\"0\"|payment_type=\"_xclick\"|subcription_trials=0|trial1_price=\"\"|trial1_duration=\"\"|subscription_duration=\"\"|subscription_term=\"\"|payment_plan_duration=\"\"|payment_plan_term=\"\"|payment_plan_defer=\"\"|payment_plan_defer_duration=\"\"|payment_plan_defer_strtotime=\"\"|billing_max_amount_type=\"cart\"|billing_max_amount=\"\"|sftp_login=\"\"|sftp_password=\"\"|sftp_host=\"\"|sftp_sandbox_login=\"\"|sftp_sandbox_password=\"\"|countries=\"\"|min_amount=\"1\"|max_amount=\"2000\"|publishup=\"\"|publishdown=\"\"|virtuemart_shipmentmethod_ids=\"\"|cost_per_transaction=\"\"|cost_percent_total=\"\"|cost_method=\"1\"|tax_id=\"-1\"|enable_smart_buttons=\"\"|smbt_layout=\"vertical\"|smbt_size=\"responsive\"|smbt_shape=\"rect\"|smbt_color=\"gold\"|smbt_label=\"checkout\"|headerBgColor=\"\"|headerHeight=\"\"|logoFont=\"\"|logoFontColor=\"\"|logoFontSize=\"\"|bodyBgImg=\"\"|bodyBgColor=\"\"|PageTitleTextColor=\"\"|PageCollapseBgColor=\"\"|PageCollapseTextColor=\"\"|orderSummaryBgColor=\"\"|orderSummaryBgImage=\"\"|footerTextColor=\"\"|footerTextlinkColor=\"\"|pageButtonBgColor=\"\"|pageButtonTextColor=\"\"|pageTitleTextColor=\"\"|sectionBorder=\"\"|bordercolor=\"#000000\"|headerimg=\"-1\"|logoimg=\"\"|payment_action=\"Sale\"|template=\"templateA\"|add_prices_api=\"0\"|offer_credit=\"0\"|itemise_in_cart=\"0\"|categories=\"\"|blocking_categories=\"\"|blocking_countries=\"\"|byCoupon=\"0\"|couponCode=\"\"|', 47, 0, 1, 1, '2021-04-06 19:09:58', 215, '2021-04-06 19:50:10', 215, '0000-00-00 00:00:00', 0);

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

--
-- Table structure for table `xjmw1_virtuemart_paymentmethods_en_gb`
--

CREATE TABLE `xjmw1_virtuemart_paymentmethods_en_gb` (
  `virtuemart_paymentmethod_id` int(1) UNSIGNED NOT NULL,
  `payment_name` varchar(180) NOT NULL DEFAULT '',
  `payment_desc` varchar(19000) NOT NULL DEFAULT '',
  `slug` varchar(192) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `xjmw1_virtuemart_paymentmethods_en_gb`
--

INSERT INTO `xjmw1_virtuemart_paymentmethods_en_gb` (`virtuemart_paymentmethod_id`, `payment_name`, `payment_desc`, `slug`) VALUES
(1, 'PayPal', '', 'paypal');

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

--
-- Table structure for table `xjmw1_virtuemart_paymentmethod_shoppergroups`
--

CREATE TABLE `xjmw1_virtuemart_paymentmethod_shoppergroups` (
  `id` int(1) UNSIGNED NOT NULL,
  `virtuemart_paymentmethod_id` int(1) UNSIGNED NOT NULL DEFAULT 0,
  `virtuemart_shoppergroup_id` int(1) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='xref table for paymentmethods to shoppergroup';

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

--
-- Table structure for table `xjmw1_virtuemart_payment_plg_paypal`
--

CREATE TABLE `xjmw1_virtuemart_payment_plg_paypal` (
  `id` int(11) UNSIGNED NOT NULL,
  `virtuemart_order_id` int(1) UNSIGNED DEFAULT NULL,
  `order_number` char(64) DEFAULT NULL,
  `virtuemart_paymentmethod_id` mediumint(1) UNSIGNED DEFAULT NULL,
  `payment_name` varchar(5000) DEFAULT NULL,
  `payment_order_total` decimal(15,5) NOT NULL,
  `payment_currency` smallint(1) DEFAULT NULL,
  `email_currency` smallint(1) DEFAULT NULL,
  `cost_per_transaction` decimal(10,2) DEFAULT NULL,
  `cost_percent_total` decimal(10,2) DEFAULT NULL,
  `tax_id` smallint(1) DEFAULT NULL,
  `paypal_custom` varchar(255) DEFAULT NULL,
  `paypal_method` varchar(200) DEFAULT NULL,
  `paypal_response_mc_gross` decimal(10,2) DEFAULT NULL,
  `paypal_response_mc_currency` char(10) DEFAULT NULL,
  `paypal_response_invoice` char(32) DEFAULT NULL,
  `paypal_response_protection_eligibility` char(128) DEFAULT NULL,
  `paypal_response_payer_id` char(13) DEFAULT NULL,
  `paypal_response_tax` decimal(10,2) DEFAULT NULL,
  `paypal_response_payment_date` char(28) DEFAULT NULL,
  `paypal_response_payment_status` char(50) DEFAULT NULL,
  `paypal_response_pending_reason` char(50) DEFAULT NULL,
  `paypal_response_mc_fee` decimal(10,2) DEFAULT NULL,
  `paypal_response_payer_email` char(128) DEFAULT NULL,
  `paypal_response_last_name` char(64) DEFAULT NULL,
  `paypal_response_first_name` char(64) DEFAULT NULL,
  `paypal_response_business` char(128) DEFAULT NULL,
  `paypal_response_receiver_email` char(128) DEFAULT NULL,
  `paypal_response_transaction_subject` char(128) DEFAULT NULL,
  `paypal_response_residence_country` char(2) DEFAULT NULL,
  `paypal_response_txn_id` char(32) DEFAULT NULL,
  `paypal_response_txn_type` char(32) DEFAULT NULL,
  `paypal_response_parent_txn_id` char(32) DEFAULT NULL,
  `paypal_response_case_creation_date` char(32) DEFAULT NULL,
  `paypal_response_case_id` char(32) DEFAULT NULL,
  `paypal_response_case_type` char(32) DEFAULT NULL,
  `paypal_response_reason_code` char(32) DEFAULT NULL,
  `paypalresponse_raw` varchar(512) DEFAULT NULL,
  `paypal_fullresponse` text DEFAULT NULL,
  `created_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(11) NOT NULL DEFAULT 0,
  `modified_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(11) NOT NULL DEFAULT 0,
  `locked_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `locked_by` int(11) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='paypal';

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

--
-- Table structure for table `xjmw1_virtuemart_products`
--

CREATE TABLE `xjmw1_virtuemart_products` (
  `virtuemart_product_id` int(1) UNSIGNED NOT NULL,
  `virtuemart_vendor_id` int(1) UNSIGNED NOT NULL DEFAULT 1,
  `product_parent_id` int(1) UNSIGNED NOT NULL DEFAULT 0,
  `product_sku` varchar(255) DEFAULT NULL,
  `product_gtin` varchar(64) DEFAULT NULL,
  `product_mpn` varchar(64) DEFAULT NULL,
  `product_weight` decimal(10,4) DEFAULT NULL,
  `product_weight_uom` varchar(7) DEFAULT NULL,
  `product_length` decimal(10,4) DEFAULT NULL,
  `product_width` decimal(10,4) DEFAULT NULL,
  `product_height` decimal(10,4) DEFAULT NULL,
  `product_lwh_uom` varchar(7) DEFAULT NULL,
  `product_url` varchar(255) DEFAULT NULL,
  `product_in_stock` int(1) NOT NULL DEFAULT 0,
  `product_ordered` int(1) NOT NULL DEFAULT 0,
  `product_stockhandle` varchar(24) NOT NULL DEFAULT '0',
  `low_stock_notification` int(1) UNSIGNED NOT NULL DEFAULT 0,
  `product_available_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `product_availability` varchar(32) DEFAULT NULL,
  `product_special` tinyint(1) NOT NULL DEFAULT 0,
  `product_discontinued` tinyint(1) NOT NULL DEFAULT 0,
  `product_sales` int(1) NOT NULL DEFAULT 0,
  `product_unit` varchar(8) DEFAULT NULL,
  `product_packaging` decimal(8,4) UNSIGNED DEFAULT NULL,
  `product_params` varchar(255) NOT NULL,
  `product_canon_category_id` int(1) DEFAULT NULL,
  `hits` int(1) UNSIGNED DEFAULT NULL,
  `intnotes` text DEFAULT NULL,
  `metarobot` varchar(400) DEFAULT NULL,
  `metaauthor` varchar(400) DEFAULT NULL,
  `layout` varchar(16) DEFAULT NULL,
  `published` tinyint(1) NOT NULL DEFAULT 0,
  `pordering` int(1) UNSIGNED NOT NULL DEFAULT 0,
  `has_categories` tinyint(1) DEFAULT NULL,
  `has_manufacturers` tinyint(1) DEFAULT NULL,
  `has_medias` tinyint(1) DEFAULT NULL,
  `has_prices` tinyint(1) DEFAULT NULL,
  `has_shoppergroups` tinyint(1) DEFAULT NULL,
  `created_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(1) NOT NULL DEFAULT 0,
  `modified_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(1) NOT NULL DEFAULT 0,
  `locked_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `locked_by` int(1) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='All products are stored here.';

--
-- Dumping data for table `xjmw1_virtuemart_products`
--

INSERT INTO `xjmw1_virtuemart_products` (`virtuemart_product_id`, `virtuemart_vendor_id`, `product_parent_id`, `product_sku`, `product_gtin`, `product_mpn`, `product_weight`, `product_weight_uom`, `product_length`, `product_width`, `product_height`, `product_lwh_uom`, `product_url`, `product_in_stock`, `product_ordered`, `product_stockhandle`, `low_stock_notification`, `product_available_date`, `product_availability`, `product_special`, `product_discontinued`, `product_sales`, `product_unit`, `product_packaging`, `product_params`, `product_canon_category_id`, `hits`, `intnotes`, `metarobot`, `metaauthor`, `layout`, `published`, `pordering`, `has_categories`, `has_manufacturers`, `has_medias`, `has_prices`, `has_shoppergroups`, `created_on`, `created_by`, `modified_on`, `modified_by`, `locked_on`, `locked_by`) VALUES
(2, 1, 0, 'PZ01', '', '', 60.0000, 'G', 85.0000, 55.0000, 5.0000, 'MM', '', 3000, 316, '0', 200, '2021-04-06 00:00:00', '24h.gif', 1, 0, 0, '100G', 1.0000, 'min_order_level=\"1\"|max_order_level=\"10\"|step_order_level=\"\"|shared_stock=0|product_box=\"1\"|', NULL, NULL, '', '', '', '', 1, 0, 1, 1, 1, 1, 0, '2021-04-06 19:12:47', 215, '2021-04-19 16:31:32', 215, '0000-00-00 00:00:00', 0),
(3, 1, 0, '', '', '', NULL, 'G', NULL, NULL, NULL, 'MM', '', 0, 0, '0', 0, '2021-04-13 00:00:00', '', 1, 0, 0, 'KG', NULL, 'min_order_level=\"\"|max_order_level=\"\"|step_order_level=\"\"|shared_stock=0|product_box=\"\"|', NULL, NULL, '', '', '', '', 1, 0, 1, 1, 0, 0, 0, '2021-04-13 11:11:51', 215, '2021-04-13 11:15:48', 215, '0000-00-00 00:00:00', 0);

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

--
-- Table structure for table `xjmw1_virtuemart_products_en_gb`
--

CREATE TABLE `xjmw1_virtuemart_products_en_gb` (
  `virtuemart_product_id` int(1) UNSIGNED NOT NULL,
  `product_s_desc` varchar(2000) NOT NULL DEFAULT '',
  `product_desc` text NOT NULL,
  `product_name` varchar(180) NOT NULL DEFAULT '',
  `metadesc` varchar(400) NOT NULL DEFAULT '',
  `metakey` varchar(400) NOT NULL DEFAULT '',
  `customtitle` varchar(255) NOT NULL DEFAULT '',
  `slug` varchar(192) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `xjmw1_virtuemart_products_en_gb`
--

INSERT INTO `xjmw1_virtuemart_products_en_gb` (`virtuemart_product_id`, `product_s_desc`, `product_desc`, `product_name`, `metadesc`, `metakey`, `customtitle`, `slug`) VALUES
(2, 'Your average, basic, every-day, simple, single sided contactless, nfc business card and landing page with automatic vcard push. Perfect for businesses on a tight budget who still want to save the Earth.', '<p>SINGLE SIDED - ONE CARD</p>\r\n<p>SIDE 1:</p>\r\n<p>• Full Color Printed using Fade Resistant Archival Inks</p>\r\n<p>• UV Protective Coating</p>\r\n<p>• Your Brand</p>\r\n<p>• Your Name (Or Text)</p>\r\n<p>• Your QR Code Linking to Custom Landing Page</p>\r\n<p>• Card Programming To Launch Your Custom Profile Page.</p>\r\n<p>• Custom Landing Page including One Image, One Video, 5 Social Links, QR Code, and VCard File.</p>\r\n<p>• Secure Metal Card Holder</p>', 'YOUR BASIC CARD', '', '', '', 'lilpzaz'),
(3, 'Your Standard NFC Contactless Business Card with 2 Sided Full Color Prints From your uploaded or predesigned file ', '', 'A LITTLE PZAZ', '', '', '', 'litlpzaz');

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

--
-- Table structure for table `xjmw1_virtuemart_product_categories`
--

CREATE TABLE `xjmw1_virtuemart_product_categories` (
  `id` int(1) UNSIGNED NOT NULL,
  `virtuemart_product_id` int(1) UNSIGNED NOT NULL DEFAULT 0,
  `virtuemart_category_id` int(1) UNSIGNED NOT NULL DEFAULT 0,
  `ordering` int(1) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Maps Products to Categories';

--
-- Dumping data for table `xjmw1_virtuemart_product_categories`
--

INSERT INTO `xjmw1_virtuemart_product_categories` (`id`, `virtuemart_product_id`, `virtuemart_category_id`, `ordering`) VALUES
(1, 2, 1, 0),
(2, 3, 1, 0);

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

--
-- Table structure for table `xjmw1_virtuemart_product_customfields`
--

CREATE TABLE `xjmw1_virtuemart_product_customfields` (
  `virtuemart_customfield_id` int(1) UNSIGNED NOT NULL COMMENT 'field id',
  `virtuemart_product_id` int(1) NOT NULL DEFAULT 0,
  `virtuemart_custom_id` int(1) NOT NULL DEFAULT 1 COMMENT 'custom group id',
  `customfield_value` varchar(2500) DEFAULT NULL COMMENT 'field value',
  `customfield_price` decimal(15,6) DEFAULT NULL COMMENT 'price',
  `disabler` int(1) UNSIGNED NOT NULL DEFAULT 0,
  `override` int(1) UNSIGNED NOT NULL DEFAULT 0,
  `noninheritable` int(1) UNSIGNED NOT NULL DEFAULT 0,
  `customfield_params` text DEFAULT NULL COMMENT 'Param for Plugins',
  `product_sku` varchar(64) DEFAULT NULL,
  `product_gtin` varchar(64) DEFAULT NULL,
  `product_mpn` varchar(64) DEFAULT NULL,
  `published` tinyint(1) NOT NULL DEFAULT 1,
  `created_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(1) UNSIGNED NOT NULL DEFAULT 0,
  `modified_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(1) UNSIGNED NOT NULL DEFAULT 0,
  `locked_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `locked_by` int(1) UNSIGNED NOT NULL DEFAULT 0,
  `ordering` int(1) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='custom fields';

--
-- Dumping data for table `xjmw1_virtuemart_product_customfields`
--

INSERT INTO `xjmw1_virtuemart_product_customfields` (`virtuemart_customfield_id`, `virtuemart_product_id`, `virtuemart_custom_id`, `customfield_value`, `customfield_price`, `disabler`, `override`, `noninheritable`, `customfield_params`, `product_sku`, `product_gtin`, `product_mpn`, `published`, `created_on`, `created_by`, `modified_on`, `modified_by`, `locked_on`, `locked_by`, `ordering`) VALUES
(1, 2, 3, '', 0.000000, 0, 0, 0, 'load_jq=\"0\"|load_jqui=\"1\"|allowFEPD=\"1\"|uploadFileSingle=\"1\"|uploadFileSingleSize=\"1048576\"|sendFileLater=\"0\"|allowFEO=\"0\"|showResizeCanvas=\"0\"|customCP=\"0\"|customColorPalettes=\" \"|showRearView=\"1\"|designType=\"custom\"|custom_cWidth=\"850\"|custom_cHeight=\"550\"|custom_cEllipseWidth=\"600\"|custom_cEllipseHeight=\"300\"|custom_cFont=[\n    \"Aclonica\",\n    \"Aguafina Script\",\n    \"Graduate\",\n    \"Raleway\",\n    \"Yesteryear\"\n]|custom_cDir=[\n    \"Retro\"\n]|custom_cColor=\"\"|custom_cBG=\"plugins\\/vmcustom\\/vdesigner\\/images\\/custom\\/basic_1200x600.png\"|customAddsDesign=\"1\"|customAddsUpload=\"1\"|customAddsText=\"1\"|customManageLayers=\"1\"|customActionSaveInCart=\"1\"|customActionPrint=\"1\"|customActionSnap=\"1\"|customActionPreview=\"1\"|customActionInfo=\"1\"|customActionMagnify=\"1\"|customActionZoom=\"1\"|customActionReset=\"1\"|customActionQrcode=\"1\"|customActionRuler=\"1\"|customActionRedo=\"1\"|customActionUndo=\"1\"|imgFilter=\"1\"|ctpPattern=\"1\"|iconFolderPath=\"plugins\\/vmcustom\\/vdesigner\\/images\\/vDT\"|', NULL, NULL, NULL, 0, '0000-00-00 00:00:00', 0, '2021-04-19 16:31:32', 215, '0000-00-00 00:00:00', 0, 0);

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

--
-- Table structure for table `xjmw1_virtuemart_product_manufacturers`
--

CREATE TABLE `xjmw1_virtuemart_product_manufacturers` (
  `id` int(1) UNSIGNED NOT NULL,
  `virtuemart_product_id` int(1) DEFAULT NULL,
  `virtuemart_manufacturer_id` int(1) UNSIGNED DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Maps a product to a manufacturer';

--
-- Dumping data for table `xjmw1_virtuemart_product_manufacturers`
--

INSERT INTO `xjmw1_virtuemart_product_manufacturers` (`id`, `virtuemart_product_id`, `virtuemart_manufacturer_id`) VALUES
(1, 2, 1),
(2, 3, 1);

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

--
-- Table structure for table `xjmw1_virtuemart_product_medias`
--

CREATE TABLE `xjmw1_virtuemart_product_medias` (
  `id` int(1) UNSIGNED NOT NULL,
  `virtuemart_product_id` int(1) UNSIGNED NOT NULL DEFAULT 0,
  `virtuemart_media_id` int(1) UNSIGNED NOT NULL DEFAULT 0,
  `ordering` int(1) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `xjmw1_virtuemart_product_medias`
--

INSERT INTO `xjmw1_virtuemart_product_medias` (`id`, `virtuemart_product_id`, `virtuemart_media_id`, `ordering`) VALUES
(1, 2, 2, 1),
(2, 2, 5, 2),
(3, 2, 6, 3),
(4, 2, 7, 4);

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

--
-- Table structure for table `xjmw1_virtuemart_product_prices`
--

CREATE TABLE `xjmw1_virtuemart_product_prices` (
  `virtuemart_product_price_id` int(1) UNSIGNED NOT NULL,
  `virtuemart_product_id` int(1) UNSIGNED NOT NULL DEFAULT 0,
  `virtuemart_shoppergroup_id` int(1) UNSIGNED NOT NULL DEFAULT 0,
  `product_price` decimal(15,6) DEFAULT NULL,
  `override` tinyint(1) DEFAULT NULL,
  `product_override_price` decimal(15,5) DEFAULT NULL,
  `product_tax_id` int(1) DEFAULT NULL,
  `product_discount_id` int(1) DEFAULT NULL,
  `product_currency` smallint(1) DEFAULT NULL,
  `product_price_publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `product_price_publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `price_quantity_start` int(1) UNSIGNED NOT NULL DEFAULT 0,
  `price_quantity_end` int(1) UNSIGNED NOT NULL DEFAULT 0,
  `created_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(1) NOT NULL DEFAULT 0,
  `modified_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(1) NOT NULL DEFAULT 0,
  `locked_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `locked_by` int(1) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Holds price records for a product';

--
-- Dumping data for table `xjmw1_virtuemart_product_prices`
--

INSERT INTO `xjmw1_virtuemart_product_prices` (`virtuemart_product_price_id`, `virtuemart_product_id`, `virtuemart_shoppergroup_id`, `product_price`, `override`, `product_override_price`, `product_tax_id`, `product_discount_id`, `product_currency`, `product_price_publish_up`, `product_price_publish_down`, `price_quantity_start`, `price_quantity_end`, `created_on`, `created_by`, `modified_on`, `modified_by`, `locked_on`, `locked_by`) VALUES
(1, 2, 0, 28.000000, 0, 28.00000, 0, 0, 47, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, '2021-04-06 19:12:47', 215, '2021-04-19 16:31:32', 215, '0000-00-00 00:00:00', 0);

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

--
-- Table structure for table `xjmw1_virtuemart_product_shoppergroups`
--

CREATE TABLE `xjmw1_virtuemart_product_shoppergroups` (
  `id` int(1) UNSIGNED NOT NULL,
  `virtuemart_product_id` int(1) UNSIGNED NOT NULL DEFAULT 0,
  `virtuemart_shoppergroup_id` int(1) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Maps Products to Categories';

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

--
-- Table structure for table `xjmw1_virtuemart_ratings`
--

CREATE TABLE `xjmw1_virtuemart_ratings` (
  `virtuemart_rating_id` int(1) UNSIGNED NOT NULL,
  `virtuemart_product_id` int(1) UNSIGNED NOT NULL DEFAULT 0,
  `rates` int(1) NOT NULL DEFAULT 0,
  `ratingcount` int(1) UNSIGNED NOT NULL DEFAULT 0,
  `rating` decimal(10,1) NOT NULL DEFAULT 0.0,
  `published` tinyint(1) NOT NULL DEFAULT 1,
  `created_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(1) NOT NULL DEFAULT 0,
  `modified_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(1) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Stores all ratings for a product';

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

--
-- Table structure for table `xjmw1_virtuemart_rating_reviews`
--

CREATE TABLE `xjmw1_virtuemart_rating_reviews` (
  `virtuemart_rating_review_id` int(1) UNSIGNED NOT NULL,
  `virtuemart_rating_vote_id` int(1) UNSIGNED DEFAULT NULL,
  `virtuemart_product_id` int(1) UNSIGNED NOT NULL DEFAULT 0,
  `comment` varchar(15359) DEFAULT NULL,
  `review_ok` tinyint(1) NOT NULL DEFAULT 0,
  `review_rates` int(1) UNSIGNED NOT NULL DEFAULT 0,
  `review_ratingcount` int(1) UNSIGNED NOT NULL DEFAULT 0,
  `review_rating` decimal(10,2) NOT NULL DEFAULT 0.00,
  `review_language` varchar(10) DEFAULT NULL,
  `review_editable` tinyint(1) NOT NULL DEFAULT 1,
  `lastip` char(50) NOT NULL DEFAULT '0',
  `published` tinyint(1) NOT NULL DEFAULT 1,
  `customer` varchar(128) NOT NULL DEFAULT '',
  `created_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(1) NOT NULL DEFAULT 0,
  `modified_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(1) NOT NULL DEFAULT 0,
  `locked_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `locked_by` int(1) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `xjmw1_virtuemart_rating_votes`
--

CREATE TABLE `xjmw1_virtuemart_rating_votes` (
  `virtuemart_rating_vote_id` int(1) UNSIGNED NOT NULL,
  `virtuemart_product_id` int(1) UNSIGNED NOT NULL DEFAULT 0,
  `vote` int(1) NOT NULL DEFAULT 0,
  `lastip` char(50) NOT NULL DEFAULT '0',
  `created_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(1) NOT NULL DEFAULT 0,
  `modified_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(1) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Stores all ratings for a product';

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

--
-- Table structure for table `xjmw1_virtuemart_shipmentmethods`
--

CREATE TABLE `xjmw1_virtuemart_shipmentmethods` (
  `virtuemart_shipmentmethod_id` int(1) UNSIGNED NOT NULL,
  `virtuemart_vendor_id` int(1) UNSIGNED NOT NULL DEFAULT 1,
  `shipment_jplugin_id` int(1) NOT NULL DEFAULT 0,
  `shipment_element` varchar(50) NOT NULL DEFAULT '',
  `shipment_params` text DEFAULT NULL,
  `currency_id` int(1) UNSIGNED DEFAULT NULL,
  `ordering` int(1) NOT NULL DEFAULT 0,
  `shared` tinyint(1) NOT NULL DEFAULT 0,
  `published` tinyint(1) NOT NULL DEFAULT 1,
  `created_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(1) NOT NULL DEFAULT 0,
  `modified_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(1) NOT NULL DEFAULT 0,
  `locked_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `locked_by` int(1) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Shipment created from the shipment plugins';

--
-- Dumping data for table `xjmw1_virtuemart_shipmentmethods`
--

INSERT INTO `xjmw1_virtuemart_shipmentmethods` (`virtuemart_shipmentmethod_id`, `virtuemart_vendor_id`, `shipment_jplugin_id`, `shipment_element`, `shipment_params`, `currency_id`, `ordering`, `shared`, `published`, `created_on`, `created_by`, `modified_on`, `modified_by`, `locked_on`, `locked_by`) VALUES
(1, 1, 10271, 'weight_countries', 'shipment_logos=\"\"|show_on_pdetails=\"\"|zip_start=\"\"|zip_stop=\"\"|weight_start=\"\"|weight_stop=\"\"|weight_unit=\"\"|nbproducts_start=0|nbproducts_stop=0|shipment_cost=\"\"|package_fee=\"\"|tax_id=\"\"|free_shipment=\"\"|categories=\"\"|blocking_categories=\"\"|countries=\"\"|blocking_countries=\"\"|min_amount=\"\"|max_amount=\"\"|virtuemart_shipmentmethod_ids=\"\"|byCoupon=\"\"|couponCode=\"\"|display_color=\"\"|', 47, 0, 0, 1, '2021-04-06 19:08:55', 215, '2021-04-06 19:08:55', 215, '0000-00-00 00:00:00', 0);

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

--
-- Table structure for table `xjmw1_virtuemart_shipmentmethods_en_gb`
--

CREATE TABLE `xjmw1_virtuemart_shipmentmethods_en_gb` (
  `virtuemart_shipmentmethod_id` int(1) UNSIGNED NOT NULL,
  `shipment_name` varchar(180) NOT NULL DEFAULT '',
  `shipment_desc` varchar(19000) NOT NULL DEFAULT '',
  `slug` varchar(192) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `xjmw1_virtuemart_shipmentmethods_en_gb`
--

INSERT INTO `xjmw1_virtuemart_shipmentmethods_en_gb` (`virtuemart_shipmentmethod_id`, `shipment_name`, `shipment_desc`, `slug`) VALUES
(1, 'Worldwide UPS', '', 'wwups');

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

--
-- Table structure for table `xjmw1_virtuemart_shipmentmethod_shoppergroups`
--

CREATE TABLE `xjmw1_virtuemart_shipmentmethod_shoppergroups` (
  `id` int(1) UNSIGNED NOT NULL,
  `virtuemart_shipmentmethod_id` int(1) UNSIGNED NOT NULL DEFAULT 0,
  `virtuemart_shoppergroup_id` int(1) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='xref table for shipment to shoppergroup';

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

--
-- Table structure for table `xjmw1_virtuemart_shipment_plg_weight_countries`
--

CREATE TABLE `xjmw1_virtuemart_shipment_plg_weight_countries` (
  `id` int(1) UNSIGNED NOT NULL,
  `virtuemart_order_id` int(11) UNSIGNED DEFAULT NULL,
  `order_number` char(32) DEFAULT NULL,
  `virtuemart_shipmentmethod_id` mediumint(1) UNSIGNED DEFAULT NULL,
  `shipment_name` varchar(5000) DEFAULT NULL,
  `order_weight` decimal(10,4) DEFAULT NULL,
  `shipment_weight_unit` char(3) DEFAULT 'KG',
  `shipment_cost` decimal(10,2) DEFAULT NULL,
  `shipment_package_fee` decimal(10,2) DEFAULT NULL,
  `tax_id` smallint(1) DEFAULT NULL,
  `created_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(11) NOT NULL DEFAULT 0,
  `modified_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(11) NOT NULL DEFAULT 0,
  `locked_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `locked_by` int(11) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='weight_countries';

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

--
-- Table structure for table `xjmw1_virtuemart_shoppergroups`
--

CREATE TABLE `xjmw1_virtuemart_shoppergroups` (
  `virtuemart_shoppergroup_id` int(1) UNSIGNED NOT NULL,
  `virtuemart_vendor_id` int(1) UNSIGNED NOT NULL DEFAULT 1,
  `shopper_group_name` varchar(128) DEFAULT NULL,
  `shopper_group_desc` varchar(255) DEFAULT NULL,
  `custom_price_display` tinyint(1) NOT NULL DEFAULT 0,
  `price_display` blob NOT NULL,
  `default` tinyint(1) NOT NULL DEFAULT 0,
  `sgrp_additional` tinyint(1) NOT NULL DEFAULT 0,
  `ordering` int(1) NOT NULL DEFAULT 0,
  `shared` tinyint(1) NOT NULL DEFAULT 0,
  `published` tinyint(1) NOT NULL DEFAULT 1,
  `created_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(1) NOT NULL DEFAULT 0,
  `modified_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(1) NOT NULL DEFAULT 0,
  `locked_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `locked_by` int(1) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Shopper Groups that users can be assigned to';

--
-- Dumping data for table `xjmw1_virtuemart_shoppergroups`
--

INSERT INTO `xjmw1_virtuemart_shoppergroups` (`virtuemart_shoppergroup_id`, `virtuemart_vendor_id`, `shopper_group_name`, `shopper_group_desc`, `custom_price_display`, `price_display`, `default`, `sgrp_additional`, `ordering`, `shared`, `published`, `created_on`, `created_by`, `modified_on`, `modified_by`, `locked_on`, `locked_by`) VALUES
(2, 1, 'COM_VIRTUEMART_SHOPPERGROUP_DEFAULT', 'COM_VIRTUEMART_SHOPPERGROUP_DEFAULT_TIP', 0, '', 1, 0, 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(1, 1, 'COM_VIRTUEMART_SHOPPERGROUP_GUEST', 'COM_VIRTUEMART_SHOPPERGROUP_GUEST_TIP', 0, '', 2, 0, 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0);

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

--
-- Table structure for table `xjmw1_virtuemart_states`
--

CREATE TABLE `xjmw1_virtuemart_states` (
  `virtuemart_state_id` int(1) UNSIGNED NOT NULL,
  `virtuemart_vendor_id` int(1) UNSIGNED NOT NULL DEFAULT 1,
  `virtuemart_country_id` int(1) UNSIGNED NOT NULL DEFAULT 0,
  `virtuemart_worldzone_id` int(1) UNSIGNED NOT NULL DEFAULT 0,
  `state_name` varchar(64) DEFAULT NULL,
  `state_3_code` char(3) DEFAULT NULL,
  `state_2_code` char(2) DEFAULT NULL,
  `ordering` int(1) NOT NULL DEFAULT 0,
  `shared` tinyint(1) NOT NULL DEFAULT 1,
  `published` tinyint(1) NOT NULL DEFAULT 1,
  `created_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(1) NOT NULL DEFAULT 0,
  `modified_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(1) NOT NULL DEFAULT 0,
  `locked_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `locked_by` int(1) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='States that are assigned to a country';

--
-- Dumping data for table `xjmw1_virtuemart_states`
--

INSERT INTO `xjmw1_virtuemart_states` (`virtuemart_state_id`, `virtuemart_vendor_id`, `virtuemart_country_id`, `virtuemart_worldzone_id`, `state_name`, `state_3_code`, `state_2_code`, `ordering`, `shared`, `published`, `created_on`, `created_by`, `modified_on`, `modified_by`, `locked_on`, `locked_by`) VALUES
(1, 1, 223, 0, 'Alabama', 'ALA', 'AL', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(2, 1, 223, 0, 'Alaska', 'ALK', 'AK', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(3, 1, 223, 0, 'Arizona', 'ARZ', 'AZ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(4, 1, 223, 0, 'Arkansas', 'ARK', 'AR', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(5, 1, 223, 0, 'California', 'CAL', 'CA', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(6, 1, 223, 0, 'Colorado', 'COL', 'CO', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(7, 1, 223, 0, 'Connecticut', 'CCT', 'CT', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(8, 1, 223, 0, 'Delaware', 'DEL', 'DE', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(9, 1, 223, 0, 'District Of Columbia', 'DOC', 'DC', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(10, 1, 223, 0, 'Florida', 'FLO', 'FL', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(11, 1, 223, 0, 'Georgia', 'GEA', 'GA', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(12, 1, 223, 0, 'Hawaii', 'HWI', 'HI', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(13, 1, 223, 0, 'Idaho', 'IDA', 'ID', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(14, 1, 223, 0, 'Illinois', 'ILL', 'IL', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(15, 1, 223, 0, 'Indiana', 'IND', 'IN', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(16, 1, 223, 0, 'Iowa', 'IOA', 'IA', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(17, 1, 223, 0, 'Kansas', 'KAS', 'KS', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(18, 1, 223, 0, 'Kentucky', 'KTY', 'KY', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(19, 1, 223, 0, 'Louisiana', 'LOA', 'LA', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(20, 1, 223, 0, 'Maine', 'MAI', 'ME', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(21, 1, 223, 0, 'Maryland', 'MLD', 'MD', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(22, 1, 223, 0, 'Massachusetts', 'MSA', 'MA', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(23, 1, 223, 0, 'Michigan', 'MIC', 'MI', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(24, 1, 223, 0, 'Minnesota', 'MIN', 'MN', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(25, 1, 223, 0, 'Mississippi', 'MIS', 'MS', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(26, 1, 223, 0, 'Missouri', 'MIO', 'MO', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(27, 1, 223, 0, 'Montana', 'MOT', 'MT', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(28, 1, 223, 0, 'Nebraska', 'NEB', 'NE', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(29, 1, 223, 0, 'Nevada', 'NEV', 'NV', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(30, 1, 223, 0, 'New Hampshire', 'NEH', 'NH', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(31, 1, 223, 0, 'New Jersey', 'NEJ', 'NJ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(32, 1, 223, 0, 'New Mexico', 'NEM', 'NM', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(33, 1, 223, 0, 'New York', 'NEY', 'NY', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(34, 1, 223, 0, 'North Carolina', 'NOC', 'NC', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(35, 1, 223, 0, 'North Dakota', 'NOD', 'ND', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(36, 1, 223, 0, 'Ohio', 'OHI', 'OH', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(37, 1, 223, 0, 'Oklahoma', 'OKL', 'OK', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(38, 1, 223, 0, 'Oregon', 'ORN', 'OR', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(39, 1, 223, 0, 'Pennsylvania', 'PEA', 'PA', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(40, 1, 223, 0, 'Rhode Island', 'RHI', 'RI', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(41, 1, 223, 0, 'South Carolina', 'SOC', 'SC', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(42, 1, 223, 0, 'South Dakota', 'SOD', 'SD', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(43, 1, 223, 0, 'Tennessee', 'TEN', 'TN', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(44, 1, 223, 0, 'Texas', 'TXS', 'TX', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(45, 1, 223, 0, 'Utah', 'UTA', 'UT', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(46, 1, 223, 0, 'Vermont', 'VMT', 'VT', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(47, 1, 223, 0, 'Virginia', 'VIA', 'VA', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(48, 1, 223, 0, 'Washington', 'WAS', 'WA', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(49, 1, 223, 0, 'West Virginia', 'WEV', 'WV', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(50, 1, 223, 0, 'Wisconsin', 'WIS', 'WI', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(51, 1, 223, 0, 'Wyoming', 'WYO', 'WY', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(52, 1, 38, 0, 'Alberta', 'ALB', 'AB', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(53, 1, 38, 0, 'British Columbia', 'BRC', 'BC', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(54, 1, 38, 0, 'Manitoba', 'MAB', 'MB', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(55, 1, 38, 0, 'New Brunswick', 'NEB', 'NB', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(56, 1, 38, 0, 'Newfoundland and Labrador', 'NFL', 'NL', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(57, 1, 38, 0, 'Northwest Territories', 'NWT', 'NT', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(58, 1, 38, 0, 'Nova Scotia', 'NOS', 'NS', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(59, 1, 38, 0, 'Nunavut', 'NUT', 'NU', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(60, 1, 38, 0, 'Ontario', 'ONT', 'ON', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(61, 1, 38, 0, 'Prince Edward Island', 'PEI', 'PE', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(62, 1, 38, 0, 'Quebec', 'QEC', 'QC', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(63, 1, 38, 0, 'Saskatchewan', 'SAK', 'SK', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(64, 1, 38, 0, 'Yukon', 'YUT', 'YT', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(65, 1, 222, 0, 'England', 'ENG', 'EN', 0, 1, 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(66, 1, 222, 0, 'Northern Ireland', 'NOI', 'NI', 0, 1, 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(67, 1, 222, 0, 'Scotland', 'SCO', 'SD', 0, 1, 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(68, 1, 222, 0, 'Wales', 'WLS', 'WS', 0, 1, 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(69, 1, 13, 0, 'Australian Capital Territory', 'ACT', 'AC', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(70, 1, 13, 0, 'New South Wales', 'NSW', 'NS', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(71, 1, 13, 0, 'Northern Territory', 'NOT', 'NT', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(72, 1, 13, 0, 'Queensland', 'QLD', 'QL', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(73, 1, 13, 0, 'South Australia', 'SOA', 'SA', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(74, 1, 13, 0, 'Tasmania', 'TAS', 'TS', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(75, 1, 13, 0, 'Victoria', 'VIC', 'VI', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(76, 1, 13, 0, 'Western Australia', 'WEA', 'WA', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(77, 1, 138, 0, 'Aguascalientes', 'AGS', 'AG', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(78, 1, 138, 0, 'Baja California Norte', 'BCN', 'BN', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(79, 1, 138, 0, 'Baja California Sur', 'BCS', 'BS', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(80, 1, 138, 0, 'Campeche', 'CAM', 'CA', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(81, 1, 138, 0, 'Chiapas', 'CHI', 'CS', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(82, 1, 138, 0, 'Chihuahua', 'CHA', 'CH', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(83, 1, 138, 0, 'Coahuila', 'COA', 'CO', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(84, 1, 138, 0, 'Colima', 'COL', 'CM', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(85, 1, 138, 0, 'Distrito Federal', 'DFM', 'DF', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(86, 1, 138, 0, 'Durango', 'DGO', 'DO', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(87, 1, 138, 0, 'Guanajuato', 'GTO', 'GO', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(88, 1, 138, 0, 'Guerrero', 'GRO', 'GU', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(89, 1, 138, 0, 'Hidalgo', 'HGO', 'HI', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(90, 1, 138, 0, 'Jalisco', 'JAL', 'JA', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(91, 1, 138, 0, 'M', 'EDM', 'EM', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(92, 1, 138, 0, 'Michoac', 'MCN', 'MI', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(93, 1, 138, 0, 'Morelos', 'MOR', 'MO', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(94, 1, 138, 0, 'Nayarit', 'NAY', 'NY', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(95, 1, 138, 0, 'Nuevo Le', 'NUL', 'NL', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(96, 1, 138, 0, 'Oaxaca', 'OAX', 'OA', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(97, 1, 138, 0, 'Puebla', 'PUE', 'PU', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(98, 1, 138, 0, 'Quer', 'QRO', 'QU', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(99, 1, 138, 0, 'Quintana Roo', 'QUR', 'QR', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(100, 1, 138, 0, 'San Luis Potos', 'SLP', 'SP', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(101, 1, 138, 0, 'Sinaloa', 'SIN', 'SI', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(102, 1, 138, 0, 'Sonora', 'SON', 'SO', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(103, 1, 138, 0, 'Tabasco', 'TAB', 'TA', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(104, 1, 138, 0, 'Tamaulipas', 'TAM', 'TM', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(105, 1, 138, 0, 'Tlaxcala', 'TLX', 'TX', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(106, 1, 138, 0, 'Veracruz', 'VER', 'VZ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(107, 1, 138, 0, 'Yucat', 'YUC', 'YU', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(108, 1, 138, 0, 'Zacatecas', 'ZAC', 'ZA', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(109, 1, 30, 0, 'Acre', 'ACR', 'AC', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(110, 1, 30, 0, 'Alagoas', 'ALG', 'AL', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(111, 1, 30, 0, 'Amapá', 'AMP', 'AP', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(112, 1, 30, 0, 'Amazonas', 'AMZ', 'AM', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(113, 1, 30, 0, 'Bahía', 'BAH', 'BA', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(114, 1, 30, 0, 'Ceará', 'CEA', 'CE', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(115, 1, 30, 0, 'Distrito Federal', 'DFB', 'DF', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(116, 1, 30, 0, 'Espírito Santo', 'ESS', 'ES', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(117, 1, 30, 0, 'Goiás', 'GOI', 'GO', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(118, 1, 30, 0, 'Maranhão', 'MAR', 'MA', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(119, 1, 30, 0, 'Mato Grosso', 'MAT', 'MT', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(120, 1, 30, 0, 'Mato Grosso do Sul', 'MGS', 'MS', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(121, 1, 30, 0, 'Minas Gerais', 'MIG', 'MG', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(122, 1, 30, 0, 'Paraná', 'PAR', 'PR', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(123, 1, 30, 0, 'Paraíba', 'PRB', 'PB', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(124, 1, 30, 0, 'Pará', 'PAB', 'PA', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(125, 1, 30, 0, 'Pernambuco', 'PER', 'PE', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(126, 1, 30, 0, 'Piauí', 'PIA', 'PI', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(127, 1, 30, 0, 'Rio Grande do Norte', 'RGN', 'RN', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(128, 1, 30, 0, 'Rio Grande do Sul', 'RGS', 'RS', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(129, 1, 30, 0, 'Rio de Janeiro', 'RDJ', 'RJ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(130, 1, 30, 0, 'Rondônia', 'RON', 'RO', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(131, 1, 30, 0, 'Roraima', 'ROR', 'RR', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(132, 1, 30, 0, 'Santa Catarina', 'SAC', 'SC', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(133, 1, 30, 0, 'Sergipe', 'SER', 'SE', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(134, 1, 30, 0, 'São Paulo', 'SAP', 'SP', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(135, 1, 30, 0, 'Tocantins', 'TOC', 'TO', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(136, 1, 44, 0, 'Anhui', 'ANH', '34', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(137, 1, 44, 0, 'Beijing', 'BEI', '11', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(138, 1, 44, 0, 'Chongqing', 'CHO', '50', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(139, 1, 44, 0, 'Fujian', 'FUJ', '35', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(140, 1, 44, 0, 'Gansu', 'GAN', '62', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(141, 1, 44, 0, 'Guangdong', 'GUA', '44', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(142, 1, 44, 0, 'Guangxi Zhuang', 'GUZ', '45', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(143, 1, 44, 0, 'Guizhou', 'GUI', '52', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(144, 1, 44, 0, 'Hainan', 'HAI', '46', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(145, 1, 44, 0, 'Hebei', 'HEB', '13', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(146, 1, 44, 0, 'Heilongjiang', 'HEI', '23', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(147, 1, 44, 0, 'Henan', 'HEN', '41', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(148, 1, 44, 0, 'Hubei', 'HUB', '42', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(149, 1, 44, 0, 'Hunan', 'HUN', '43', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(150, 1, 44, 0, 'Jiangsu', 'JIA', '32', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(151, 1, 44, 0, 'Jiangxi', 'JIX', '36', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(152, 1, 44, 0, 'Jilin', 'JIL', '22', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(153, 1, 44, 0, 'Liaoning', 'LIA', '21', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(154, 1, 44, 0, 'Nei Mongol', 'NML', '15', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(155, 1, 44, 0, 'Ningxia Hui', 'NIH', '64', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(156, 1, 44, 0, 'Qinghai', 'QIN', '63', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(157, 1, 44, 0, 'Shandong', 'SNG', '37', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(158, 1, 44, 0, 'Shanghai', 'SHH', '31', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(159, 1, 44, 0, 'Shaanxi', 'SHX', '61', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(160, 1, 44, 0, 'Sichuan', 'SIC', '51', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(161, 1, 44, 0, 'Tianjin', 'TIA', '12', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(162, 1, 44, 0, 'Xinjiang Uygur', 'XIU', '65', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(163, 1, 44, 0, 'Xizang', 'XIZ', '54', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(164, 1, 44, 0, 'Yunnan', 'YUN', '53', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(165, 1, 44, 0, 'Zhejiang', 'ZHE', '33', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(166, 1, 104, 0, 'Israel', 'ISL', 'IL', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(167, 1, 104, 0, 'Gaza Strip', 'GZS', 'GZ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(168, 1, 104, 0, 'West Bank', 'WBK', 'WB', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(169, 1, 151, 0, 'St. Maarten', 'STM', 'SM', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(170, 1, 151, 0, 'Bonaire', 'BNR', 'BN', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(171, 1, 151, 0, 'Curacao', 'CUR', 'CR', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(172, 1, 175, 0, 'Alba', 'ABA', 'AB', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(173, 1, 175, 0, 'Arad', 'ARD', 'AR', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(174, 1, 175, 0, 'Arges', 'ARG', 'AG', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(175, 1, 175, 0, 'Bacau', 'BAC', 'BC', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(176, 1, 175, 0, 'Bihor', 'BIH', 'BH', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(177, 1, 175, 0, 'Bistrita-Nasaud', 'BIS', 'BN', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(178, 1, 175, 0, 'Botosani', 'BOT', 'BT', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(179, 1, 175, 0, 'Braila', 'BRL', 'BR', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(180, 1, 175, 0, 'Brasov', 'BRA', 'BV', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(181, 1, 175, 0, 'Bucuresti', 'BUC', 'B', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(182, 1, 175, 0, 'Buzau', 'BUZ', 'BZ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(183, 1, 175, 0, 'Calarasi', 'CAL', 'CL', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(184, 1, 175, 0, 'Caras Severin', 'CRS', 'CS', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(185, 1, 175, 0, 'Cluj', 'CLJ', 'CJ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(186, 1, 175, 0, 'Constanta', 'CST', 'CT', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(187, 1, 175, 0, 'Covasna', 'COV', 'CV', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(188, 1, 175, 0, 'Dambovita', 'DAM', 'DB', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(189, 1, 175, 0, 'Dolj', 'DLJ', 'DJ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(190, 1, 175, 0, 'Galati', 'GAL', 'GL', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(191, 1, 175, 0, 'Giurgiu', 'GIU', 'GR', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(192, 1, 175, 0, 'Gorj', 'GOR', 'GJ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(193, 1, 175, 0, 'Hargita', 'HRG', 'HR', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(194, 1, 175, 0, 'Hunedoara', 'HUN', 'HD', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(195, 1, 175, 0, 'Ialomita', 'IAL', 'IL', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(196, 1, 175, 0, 'Iasi', 'IAS', 'IS', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(197, 1, 175, 0, 'Ilfov', 'ILF', 'IF', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(198, 1, 175, 0, 'Maramures', 'MAR', 'MM', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(199, 1, 175, 0, 'Mehedinti', 'MEH', 'MH', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(200, 1, 175, 0, 'Mures', 'MUR', 'MS', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(201, 1, 175, 0, 'Neamt', 'NEM', 'NT', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(202, 1, 175, 0, 'Olt', 'OLT', 'OT', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(203, 1, 175, 0, 'Prahova', 'PRA', 'PH', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(204, 1, 175, 0, 'Salaj', 'SAL', 'SJ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(205, 1, 175, 0, 'Satu Mare', 'SAT', 'SM', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(206, 1, 175, 0, 'Sibiu', 'SIB', 'SB', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(207, 1, 175, 0, 'Suceava', 'SUC', 'SV', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(208, 1, 175, 0, 'Teleorman', 'TEL', 'TR', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(209, 1, 175, 0, 'Timis', 'TIM', 'TM', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(210, 1, 175, 0, 'Tulcea', 'TUL', 'TL', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(211, 1, 175, 0, 'Valcea', 'VAL', 'VL', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(212, 1, 175, 0, 'Vaslui', 'VAS', 'VS', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(213, 1, 175, 0, 'Vrancea', 'VRA', 'VN', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(214, 1, 105, 0, 'Agrigento', 'AGR', 'AG', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(215, 1, 105, 0, 'Alessandria', 'ALE', 'AL', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(216, 1, 105, 0, 'Ancona', 'ANC', 'AN', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(217, 1, 105, 0, 'Aosta', 'AOS', 'AO', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(218, 1, 105, 0, 'Arezzo', 'ARE', 'AR', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(219, 1, 105, 0, 'Ascoli Piceno', 'API', 'AP', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(220, 1, 105, 0, 'Asti', 'AST', 'AT', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(221, 1, 105, 0, 'Avellino', 'AVE', 'AV', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(222, 1, 105, 0, 'Bari', 'BAR', 'BA', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(223, 1, 105, 0, 'Belluno', 'BEL', 'BL', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(224, 1, 105, 0, 'Benevento', 'BEN', 'BN', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(225, 1, 105, 0, 'Bergamo', 'BEG', 'BG', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(226, 1, 105, 0, 'Biella', 'BIE', 'BI', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(227, 1, 105, 0, 'Bologna', 'BOL', 'BO', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(228, 1, 105, 0, 'Bolzano', 'BOZ', 'BZ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(229, 1, 105, 0, 'Brescia', 'BRE', 'BS', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(230, 1, 105, 0, 'Brindisi', 'BRI', 'BR', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(231, 1, 105, 0, 'Cagliari', 'CAG', 'CA', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(232, 1, 105, 0, 'Caltanissetta', 'CAL', 'CL', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(233, 1, 105, 0, 'Campobasso', 'CBO', 'CB', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(234, 1, 105, 0, 'Carbonia-Iglesias', 'CAR', 'CI', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(235, 1, 105, 0, 'Caserta', 'CAS', 'CE', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(236, 1, 105, 0, 'Catania', 'CAT', 'CT', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(237, 1, 105, 0, 'Catanzaro', 'CTZ', 'CZ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(238, 1, 105, 0, 'Chieti', 'CHI', 'CH', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(239, 1, 105, 0, 'Como', 'COM', 'CO', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(240, 1, 105, 0, 'Cosenza', 'COS', 'CS', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(241, 1, 105, 0, 'Cremona', 'CRE', 'CR', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(242, 1, 105, 0, 'Crotone', 'CRO', 'KR', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(243, 1, 105, 0, 'Cuneo', 'CUN', 'CN', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(244, 1, 105, 0, 'Enna', 'ENN', 'EN', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(245, 1, 105, 0, 'Ferrara', 'FER', 'FE', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(246, 1, 105, 0, 'Firenze', 'FIR', 'FI', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(247, 1, 105, 0, 'Foggia', 'FOG', 'FG', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(248, 1, 105, 0, 'Forli-Cesena', 'FOC', 'FC', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(249, 1, 105, 0, 'Frosinone', 'FRO', 'FR', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(250, 1, 105, 0, 'Genova', 'GEN', 'GE', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(251, 1, 105, 0, 'Gorizia', 'GOR', 'GO', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(252, 1, 105, 0, 'Grosseto', 'GRO', 'GR', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(253, 1, 105, 0, 'Imperia', 'IMP', 'IM', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(254, 1, 105, 0, 'Isernia', 'ISE', 'IS', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(255, 1, 105, 0, 'L\'Aquila', 'AQU', 'AQ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(256, 1, 105, 0, 'La Spezia', 'LAS', 'SP', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(257, 1, 105, 0, 'Latina', 'LAT', 'LT', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(258, 1, 105, 0, 'Lecce', 'LEC', 'LE', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(259, 1, 105, 0, 'Lecco', 'LCC', 'LC', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(260, 1, 105, 0, 'Livorno', 'LIV', 'LI', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(261, 1, 105, 0, 'Lodi', 'LOD', 'LO', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(262, 1, 105, 0, 'Lucca', 'LUC', 'LU', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(263, 1, 105, 0, 'Macerata', 'MAC', 'MC', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(264, 1, 105, 0, 'Mantova', 'MAN', 'MN', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(265, 1, 105, 0, 'Massa-Carrara', 'MAS', 'MS', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(266, 1, 105, 0, 'Matera', 'MAA', 'MT', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(267, 1, 105, 0, 'Medio Campidano', 'MED', 'VS', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(268, 1, 105, 0, 'Messina', 'MES', 'ME', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(269, 1, 105, 0, 'Milano', 'MIL', 'MI', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(270, 1, 105, 0, 'Modena', 'MOD', 'MO', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(271, 1, 105, 0, 'Napoli', 'NAP', 'NA', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(272, 1, 105, 0, 'Novara', 'NOV', 'NO', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(273, 1, 105, 0, 'Nuoro', 'NUR', 'NU', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(274, 1, 105, 0, 'Ogliastra', 'OGL', 'OG', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(275, 1, 105, 0, 'Olbia-Tempio', 'OLB', 'OT', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(276, 1, 105, 0, 'Oristano', 'ORI', 'OR', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(277, 1, 105, 0, 'Padova', 'PDA', 'PD', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(278, 1, 105, 0, 'Palermo', 'PAL', 'PA', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(279, 1, 105, 0, 'Parma', 'PAA', 'PR', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(280, 1, 105, 0, 'Pavia', 'PAV', 'PV', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(281, 1, 105, 0, 'Perugia', 'PER', 'PG', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(282, 1, 105, 0, 'Pesaro e Urbino', 'PES', 'PU', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(283, 1, 105, 0, 'Pescara', 'PSC', 'PE', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(284, 1, 105, 0, 'Piacenza', 'PIA', 'PC', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(285, 1, 105, 0, 'Pisa', 'PIS', 'PI', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(286, 1, 105, 0, 'Pistoia', 'PIT', 'PT', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(287, 1, 105, 0, 'Pordenone', 'POR', 'PN', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(288, 1, 105, 0, 'Potenza', 'PTZ', 'PZ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(289, 1, 105, 0, 'Prato', 'PRA', 'PO', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(290, 1, 105, 0, 'Ragusa', 'RAG', 'RG', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(291, 1, 105, 0, 'Ravenna', 'RAV', 'RA', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(292, 1, 105, 0, 'Reggio Calabria', 'REG', 'RC', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(293, 1, 105, 0, 'Reggio Emilia', 'REE', 'RE', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(294, 1, 105, 0, 'Rieti', 'RIE', 'RI', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(295, 1, 105, 0, 'Rimini', 'RIM', 'RN', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(296, 1, 105, 0, 'Roma', 'ROM', 'RM', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(297, 1, 105, 0, 'Rovigo', 'ROV', 'RO', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(298, 1, 105, 0, 'Salerno', 'SAL', 'SA', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(299, 1, 105, 0, 'Sassari', 'SAS', 'SS', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(300, 1, 105, 0, 'Savona', 'SAV', 'SV', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(301, 1, 105, 0, 'Siena', 'SIE', 'SI', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(302, 1, 105, 0, 'Siracusa', 'SIR', 'SR', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(303, 1, 105, 0, 'Sondrio', 'SOO', 'SO', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(304, 1, 105, 0, 'Taranto', 'TAR', 'TA', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(305, 1, 105, 0, 'Teramo', 'TER', 'TE', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(306, 1, 105, 0, 'Terni', 'TRN', 'TR', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(307, 1, 105, 0, 'Torino', 'TOR', 'TO', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(308, 1, 105, 0, 'Trapani', 'TRA', 'TP', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(309, 1, 105, 0, 'Trento', 'TRE', 'TN', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(310, 1, 105, 0, 'Treviso', 'TRV', 'TV', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(311, 1, 105, 0, 'Trieste', 'TRI', 'TS', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(312, 1, 105, 0, 'Udine', 'UDI', 'UD', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(313, 1, 105, 0, 'Varese', 'VAR', 'VA', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(314, 1, 105, 0, 'Venezia', 'VEN', 'VE', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(315, 1, 105, 0, 'Verbano Cusio Ossola', 'VCO', 'VB', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(316, 1, 105, 0, 'Vercelli', 'VER', 'VC', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(317, 1, 105, 0, 'Verona', 'VRN', 'VR', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(318, 1, 105, 0, 'Vibo Valentia', 'VIV', 'VV', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(319, 1, 105, 0, 'Vicenza', 'VII', 'VI', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(320, 1, 105, 0, 'Viterbo', 'VIT', 'VT', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(321, 1, 195, 0, 'A Coru', 'ACO', '15', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(322, 1, 195, 0, 'Alava', 'ALA', '01', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(323, 1, 195, 0, 'Albacete', 'ALB', '02', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(324, 1, 195, 0, 'Alicante', 'ALI', '03', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(325, 1, 195, 0, 'Almeria', 'ALM', '04', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(326, 1, 195, 0, 'Asturias', 'AST', '33', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(327, 1, 195, 0, 'Avila', 'AVI', '05', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(328, 1, 195, 0, 'Badajoz', 'BAD', '06', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(329, 1, 195, 0, 'Baleares', 'BAL', '07', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(330, 1, 195, 0, 'Barcelona', 'BAR', '08', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(331, 1, 195, 0, 'Burgos', 'BUR', '09', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(332, 1, 195, 0, 'Caceres', 'CAC', '10', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(333, 1, 195, 0, 'Cadiz', 'CAD', '11', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(334, 1, 195, 0, 'Cantabria', 'CAN', '39', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(335, 1, 195, 0, 'Castellon', 'CAS', '12', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(336, 1, 195, 0, 'Ceuta', 'CEU', '51', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(337, 1, 195, 0, 'Ciudad Real', 'CIU', '13', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(338, 1, 195, 0, 'Cordoba', 'COR', '14', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(339, 1, 195, 0, 'Cuenca', 'CUE', '16', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(340, 1, 195, 0, 'Girona', 'GIR', '17', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(341, 1, 195, 0, 'Granada', 'GRA', '18', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(342, 1, 195, 0, 'Guadalajara', 'GUA', '19', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(343, 1, 195, 0, 'Guipuzcoa', 'GUI', '20', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(344, 1, 195, 0, 'Huelva', 'HUL', '21', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(345, 1, 195, 0, 'Huesca', 'HUS', '22', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(346, 1, 195, 0, 'Jaen', 'JAE', '23', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(347, 1, 195, 0, 'La Rioja', 'LRI', '26', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(348, 1, 195, 0, 'Las Palmas', 'LPA', '35', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(349, 1, 195, 0, 'Leon', 'LEO', '24', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(350, 1, 195, 0, 'Lleida', 'LLE', '25', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(351, 1, 195, 0, 'Lugo', 'LUG', '27', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(352, 1, 195, 0, 'Madrid', 'MAD', '28', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(353, 1, 195, 0, 'Malaga', 'MAL', '29', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(354, 1, 195, 0, 'Melilla', 'MEL', '52', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(355, 1, 195, 0, 'Murcia', 'MUR', '30', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(356, 1, 195, 0, 'Navarra', 'NAV', '31', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(357, 1, 195, 0, 'Ourense', 'OUR', '32', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(358, 1, 195, 0, 'Palencia', 'PAL', '34', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(359, 1, 195, 0, 'Pontevedra', 'PON', '36', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(360, 1, 195, 0, 'Salamanca', 'SAL', '37', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(361, 1, 195, 0, 'Santa Cruz de Tenerife', 'SCT', '38', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(362, 1, 195, 0, 'Segovia', 'SEG', '40', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(363, 1, 195, 0, 'Sevilla', 'SEV', '41', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(364, 1, 195, 0, 'Soria', 'SOR', '42', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(365, 1, 195, 0, 'Tarragona', 'TAR', '43', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(366, 1, 195, 0, 'Teruel', 'TER', '44', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(367, 1, 195, 0, 'Toledo', 'TOL', '45', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(368, 1, 195, 0, 'Valencia', 'VAL', '46', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(369, 1, 195, 0, 'Valladolid', 'VLL', '47', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(370, 1, 195, 0, 'Vizcaya', 'VIZ', '48', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(371, 1, 195, 0, 'Zamora', 'ZAM', '49', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(372, 1, 195, 0, 'Zaragoza', 'ZAR', '50', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(373, 1, 10, 0, 'Buenos Aires', 'BAS', 'BA', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(374, 1, 10, 0, 'Ciudad Autonoma De Buenos Aires', 'CBA', 'CB', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(375, 1, 10, 0, 'Catamarca', 'CAT', 'CA', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(376, 1, 10, 0, 'Chaco', 'CHO', 'CH', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(377, 1, 10, 0, 'Chubut', 'CTT', 'CT', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(378, 1, 10, 0, 'Cordoba', 'COD', 'CO', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(379, 1, 10, 0, 'Corrientes', 'CRI', 'CR', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(380, 1, 10, 0, 'Entre Rios', 'ERS', 'ER', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(381, 1, 10, 0, 'Formosa', 'FRM', 'FR', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(382, 1, 10, 0, 'Jujuy', 'JUJ', 'JU', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(383, 1, 10, 0, 'La Pampa', 'LPM', 'LP', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(384, 1, 10, 0, 'La Rioja', 'LRI', 'LR', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(385, 1, 10, 0, 'Mendoza', 'MED', 'ME', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(386, 1, 10, 0, 'Misiones', 'MIS', 'MI', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(387, 1, 10, 0, 'Neuquen', 'NQU', 'NQ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(388, 1, 10, 0, 'Rio Negro', 'RNG', 'RN', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(389, 1, 10, 0, 'Salta', 'SAL', 'SA', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0);
INSERT INTO `xjmw1_virtuemart_states` (`virtuemart_state_id`, `virtuemart_vendor_id`, `virtuemart_country_id`, `virtuemart_worldzone_id`, `state_name`, `state_3_code`, `state_2_code`, `ordering`, `shared`, `published`, `created_on`, `created_by`, `modified_on`, `modified_by`, `locked_on`, `locked_by`) VALUES
(390, 1, 10, 0, 'San Juan', 'SJN', 'SJ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(391, 1, 10, 0, 'San Luis', 'SLU', 'SL', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(392, 1, 10, 0, 'Santa Cruz', 'SCZ', 'SC', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(393, 1, 10, 0, 'Santa Fe', 'SFE', 'SF', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(394, 1, 10, 0, 'Santiago Del Estero', 'SEN', 'SE', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(395, 1, 10, 0, 'Tierra Del Fuego', 'TFE', 'TF', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(396, 1, 10, 0, 'Tucuman', 'TUC', 'TU', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(397, 1, 11, 0, 'Aragatsotn', 'ARG', 'AG', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(398, 1, 11, 0, 'Ararat', 'ARR', 'AR', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(399, 1, 11, 0, 'Armavir', 'ARM', 'AV', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(400, 1, 11, 0, 'Gegharkunik', 'GEG', 'GR', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(401, 1, 11, 0, 'Kotayk', 'KOT', 'KT', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(402, 1, 11, 0, 'Lori', 'LOR', 'LO', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(403, 1, 11, 0, 'Shirak', 'SHI', 'SH', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(404, 1, 11, 0, 'Syunik', 'SYU', 'SU', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(405, 1, 11, 0, 'Tavush', 'TAV', 'TV', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(406, 1, 11, 0, 'Vayots-Dzor', 'VAD', 'VD', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(407, 1, 11, 0, 'Yerevan', 'YER', 'ER', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(408, 1, 99, 0, 'Andaman & Nicobar Islands', 'ANI', 'AI', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(409, 1, 99, 0, 'Andhra Pradesh', 'AND', 'AN', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(410, 1, 99, 0, 'Arunachal Pradesh', 'ARU', 'AR', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(411, 1, 99, 0, 'Assam', 'ASS', 'AS', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(412, 1, 99, 0, 'Bihar', 'BIH', 'BI', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(413, 1, 99, 0, 'Chandigarh', 'CHA', 'CA', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(414, 1, 99, 0, 'Chhatisgarh', 'CHH', 'CH', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(415, 1, 99, 0, 'Dadra & Nagar Haveli', 'DAD', 'DD', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(416, 1, 99, 0, 'Daman & Diu', 'DAM', 'DA', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(417, 1, 99, 0, 'Delhi', 'DEL', 'DE', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(418, 1, 99, 0, 'Goa', 'GOA', 'GO', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(419, 1, 99, 0, 'Gujarat', 'GUJ', 'GU', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(420, 1, 99, 0, 'Haryana', 'HAR', 'HA', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(421, 1, 99, 0, 'Himachal Pradesh', 'HIM', 'HI', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(422, 1, 99, 0, 'Jammu & Kashmir', 'JAM', 'JA', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(423, 1, 99, 0, 'Jharkhand', 'JHA', 'JH', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(424, 1, 99, 0, 'Karnataka', 'KAR', 'KA', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(425, 1, 99, 0, 'Kerala', 'KER', 'KE', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(426, 1, 99, 0, 'Lakshadweep', 'LAK', 'LA', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(427, 1, 99, 0, 'Madhya Pradesh', 'MAD', 'MD', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(428, 1, 99, 0, 'Maharashtra', 'MAH', 'MH', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(429, 1, 99, 0, 'Manipur', 'MAN', 'MN', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(430, 1, 99, 0, 'Meghalaya', 'MEG', 'ME', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(431, 1, 99, 0, 'Mizoram', 'MIZ', 'MI', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(432, 1, 99, 0, 'Nagaland', 'NAG', 'NA', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(433, 1, 99, 0, 'Orissa', 'ORI', 'OR', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(434, 1, 99, 0, 'Pondicherry', 'PON', 'PO', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(435, 1, 99, 0, 'Punjab', 'PUN', 'PU', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(436, 1, 99, 0, 'Rajasthan', 'RAJ', 'RA', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(437, 1, 99, 0, 'Sikkim', 'SIK', 'SI', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(438, 1, 99, 0, 'Tamil Nadu', 'TAM', 'TA', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(439, 1, 99, 0, 'Tripura', 'TRI', 'TR', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(440, 1, 99, 0, 'Uttaranchal', 'UAR', 'UA', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(441, 1, 99, 0, 'Uttar Pradesh', 'UTT', 'UT', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(442, 1, 99, 0, 'West Bengal', 'WES', 'WE', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(443, 1, 101, 0, 'Ahmadi va Kohkiluyeh', 'BOK', 'BO', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(444, 1, 101, 0, 'Ardabil', 'ARD', 'AR', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(445, 1, 101, 0, 'Azarbayjan-e Gharbi', 'AZG', 'AG', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(446, 1, 101, 0, 'Azarbayjan-e Sharqi', 'AZS', 'AS', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(447, 1, 101, 0, 'Bushehr', 'BUS', 'BU', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(448, 1, 101, 0, 'Chaharmahal va Bakhtiari', 'CMB', 'CM', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(449, 1, 101, 0, 'Esfahan', 'ESF', 'ES', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(450, 1, 101, 0, 'Fars', 'FAR', 'FA', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(451, 1, 101, 0, 'Gilan', 'GIL', 'GI', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(452, 1, 101, 0, 'Gorgan', 'GOR', 'GO', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(453, 1, 101, 0, 'Hamadan', 'HAM', 'HA', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(454, 1, 101, 0, 'Hormozgan', 'HOR', 'HO', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(455, 1, 101, 0, 'Ilam', 'ILA', 'IL', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(456, 1, 101, 0, 'Kerman', 'KER', 'KE', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(457, 1, 101, 0, 'Kermanshah', 'BAK', 'BA', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(458, 1, 101, 0, 'Khorasan-e Junoubi', 'KHJ', 'KJ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(459, 1, 101, 0, 'Khorasan-e Razavi', 'KHR', 'KR', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(460, 1, 101, 0, 'Khorasan-e Shomali', 'KHS', 'KS', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(461, 1, 101, 0, 'Khuzestan', 'KHU', 'KH', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(462, 1, 101, 0, 'Kordestan', 'KOR', 'KO', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(463, 1, 101, 0, 'Lorestan', 'LOR', 'LO', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(464, 1, 101, 0, 'Markazi', 'MAR', 'MR', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(465, 1, 101, 0, 'Mazandaran', 'MAZ', 'MZ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(466, 1, 101, 0, 'Qazvin', 'QAS', 'QA', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(467, 1, 101, 0, 'Qom', 'QOM', 'QO', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(468, 1, 101, 0, 'Semnan', 'SEM', 'SE', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(469, 1, 101, 0, 'Sistan va Baluchestan', 'SBA', 'SB', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(470, 1, 101, 0, 'Tehran', 'TEH', 'TE', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(471, 1, 101, 0, 'Yazd', 'YAZ', 'YA', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(472, 1, 101, 0, 'Zanjan', 'ZAN', 'ZA', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(535, 1, 84, 0, 'ΛΕΥΚΑΔΑΣ', 'ΛΕΥ', 'ΛΕ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(532, 1, 84, 0, 'ΛΑΡΙΣΑΣ', 'ΛΑΡ', 'ΛΡ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(504, 1, 84, 0, 'ΑΡΚΑΔΙΑΣ', 'ΑΡΚ', 'ΑΚ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(503, 1, 84, 0, 'ΑΡΓΟΛΙΔΑΣ', 'ΑΡΓ', 'ΑΡ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(533, 1, 84, 0, 'ΛΑΣΙΘΙΟΥ', 'ΛΑΣ', 'ΛΑ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(534, 1, 84, 0, 'ΛΕΣΒΟΥ', 'ΛΕΣ', 'ΛΣ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(530, 1, 84, 0, 'ΚΥΚΛΑΔΩΝ', 'ΚΥΚ', 'ΚΥ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(553, 1, 84, 0, 'ΑΙΤΩΛΟΑΚΑΡΝΑΝΙΑΣ', 'ΑΙΤ', 'ΑΙ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(529, 1, 84, 0, 'ΚΟΡΙΝΘΙΑΣ', 'ΚΟΡ', 'ΚΟ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(531, 1, 84, 0, 'ΛΑΚΩΝΙΑΣ', 'ΛΑΚ', 'ΛK', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(517, 1, 84, 0, 'ΗΜΑΘΙΑΣ', 'ΗΜΑ', 'ΗΜ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(518, 1, 84, 0, 'ΗΡΑΚΛΕΙΟΥ', 'ΗΡΑ', 'ΗΡ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(519, 1, 84, 0, 'ΘΕΣΠΡΩΤΙΑΣ', 'ΘΕΠ', 'ΘΠ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(520, 1, 84, 0, 'ΘΕΣΣΑΛΟΝΙΚΗΣ', 'ΘΕΣ', 'ΘΕ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(521, 1, 84, 0, 'ΙΩΑΝΝΙΝΩΝ', 'ΙΩΑ', 'ΙΩ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(522, 1, 84, 0, 'ΚΑΒΑΛΑΣ', 'ΚΑΒ', 'ΚΒ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(523, 1, 84, 0, 'ΚΑΡΔΙΤΣΑΣ', 'ΚΑΡ', 'ΚΡ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(524, 1, 84, 0, 'ΚΑΣΤΟΡΙΑΣ', 'ΚΑΣ', 'ΚΣ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(525, 1, 84, 0, 'ΚΕΡΚΥΡΑΣ', 'ΚΕΡ', 'ΚΕ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(526, 1, 84, 0, 'ΚΕΦΑΛΛΗΝΙΑΣ', 'ΚΕΦ', 'ΚΦ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(527, 1, 84, 0, 'ΚΙΛΚΙΣ', 'ΚΙΛ', 'ΚΙ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(528, 1, 84, 0, 'ΚΟΖΑΝΗΣ', 'ΚΟΖ', 'ΚZ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(507, 1, 84, 0, 'ΑΧΑΪΑΣ', 'ΑΧΑ', 'ΑΧ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(508, 1, 84, 0, 'ΒΟΙΩΤΙΑΣ', 'ΒΟΙ', 'ΒΟ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(509, 1, 84, 0, 'ΓΡΕΒΕΝΩΝ', 'ΓΡΕ', 'ΓΡ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(510, 1, 84, 0, 'ΔΡΑΜΑΣ', 'ΔΡΑ', 'ΔΡ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(511, 1, 84, 0, 'ΔΩΔΕΚΑΝΗΣΟΥ', 'ΔΩΔ', 'ΔΩ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(512, 1, 84, 0, 'ΕΒΡΟΥ', 'ΕΒΡ', 'ΕΒ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(513, 1, 84, 0, 'ΕΥΒΟΙΑΣ', 'ΕΥΒ', 'ΕΥ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(514, 1, 84, 0, 'ΕΥΡΥΤΑΝΙΑΣ', 'ΕΥΡ', 'ΕΡ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(515, 1, 84, 0, 'ΖΑΚΥΝΘΟΥ', 'ΖΑΚ', 'ΖΑ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(516, 1, 84, 0, 'ΗΛΕΙΑΣ', 'ΗΛΕ', 'ΗΛ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(505, 1, 84, 0, 'ΑΡΤΑΣ', 'ΑΡΤ', 'ΑΑ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(506, 1, 84, 0, 'ΑΤΤΙΚΗΣ', 'ΑΤΤ', 'ΑΤ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(536, 1, 84, 0, 'ΜΑΓΝΗΣΙΑΣ', 'ΜΑΓ', 'ΜΑ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(537, 1, 84, 0, 'ΜΕΣΣΗΝΙΑΣ', 'ΜΕΣ', 'ΜΕ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(538, 1, 84, 0, 'ΞΑΝΘΗΣ', 'ΞΑΝ', 'ΞΑ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(539, 1, 84, 0, 'ΠΕΛΛΗΣ', 'ΠΕΛ', 'ΠΕ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(540, 1, 84, 0, 'ΠΙΕΡΙΑΣ', 'ΠΙΕ', 'ΠΙ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(541, 1, 84, 0, 'ΠΡΕΒΕΖΑΣ', 'ΠΡΕ', 'ΠΡ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(542, 1, 84, 0, 'ΡΕΘΥΜΝΗΣ', 'ΡΕΘ', 'ΡΕ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(543, 1, 84, 0, 'ΡΟΔΟΠΗΣ', 'ΡΟΔ', 'ΡΟ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(544, 1, 84, 0, 'ΣΑΜΟΥ', 'ΣΑΜ', 'ΣΑ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(545, 1, 84, 0, 'ΣΕΡΡΩΝ', 'ΣΕΡ', 'ΣΕ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(546, 1, 84, 0, 'ΤΡΙΚΑΛΩΝ', 'ΤΡΙ', 'ΤΡ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(547, 1, 84, 0, 'ΦΘΙΩΤΙΔΑΣ', 'ΦΘΙ', 'ΦΘ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(548, 1, 84, 0, 'ΦΛΩΡΙΝΑΣ', 'ΦΛΩ', 'ΦΛ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(549, 1, 84, 0, 'ΦΩΚΙΔΑΣ', 'ΦΩΚ', 'ΦΩ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(550, 1, 84, 0, 'ΧΑΛΚΙΔΙΚΗΣ', 'ΧΑΛ', 'ΧΑ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(551, 1, 84, 0, 'ΧΑΝΙΩΝ', 'ΧΑΝ', 'ΧΝ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(552, 1, 84, 0, 'ΧΙΟΥ', 'ΧΙΟ', 'ΧΙ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(569, 1, 81, 0, 'Schleswig-Holstein', 'SHO', 'SH', 0, 1, 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(554, 1, 81, 0, 'Freie und Hansestadt Hamburg', 'HAM', 'HH', 0, 1, 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(555, 1, 81, 0, 'Niedersachsen', 'NIS', 'NI', 0, 1, 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(556, 1, 81, 0, 'Freie Hansestadt Bremen', 'HBR', 'HB', 0, 1, 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(557, 1, 81, 0, 'Nordrhein-Westfalen', 'NRW', 'NW', 0, 1, 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(558, 1, 81, 0, 'Hessen', 'HES', 'HE', 0, 1, 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(559, 1, 81, 0, 'Rheinland-Pfalz', 'RLP', 'RP', 0, 1, 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(560, 1, 81, 0, 'Baden-Württemberg', 'BWÜ', 'BW', 0, 1, 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(561, 1, 81, 0, 'Freistaat Bayern', 'BAV', 'BY', 0, 1, 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(562, 1, 81, 0, 'Saarland', 'SLA', 'SL', 0, 1, 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(563, 1, 81, 0, 'Berlin', 'BER', 'BE', 0, 1, 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(564, 1, 81, 0, 'Brandenburg', 'BRB', 'BB', 0, 1, 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(565, 1, 81, 0, 'Mecklenburg-Vorpommern', 'MVO', 'MV', 0, 1, 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(566, 1, 81, 0, 'Freistaat Sachsen', 'SAC', 'SN', 0, 1, 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(567, 1, 81, 0, 'Sachsen-Anhalt', 'SAA', 'ST', 0, 1, 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(568, 1, 81, 0, 'Freistaat Thüringen', 'THÜ', 'TH', 0, 1, 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(570, 1, 176, 0, 'Адыгея Республика', 'AD', '01', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(571, 1, 176, 0, 'Алтай Республика', 'AL', '04', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(572, 1, 176, 0, 'Алтайский край', 'ALT', '22', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(573, 1, 176, 0, 'Амурская область', 'AMU', '28', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(574, 1, 176, 0, 'Архангельская область', 'ARK', '29', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(575, 1, 176, 0, 'Астраханская область', 'AST', '30', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(576, 1, 176, 0, 'Башкортостан Республика', 'BA', '02', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(577, 1, 176, 0, 'Белгородская область', 'BEL', '31', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(578, 1, 176, 0, 'Брянская область', 'BRY', '32', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(579, 1, 176, 0, 'Бурятия Республика', 'BU', '03', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(580, 1, 176, 0, 'Владимирская область', 'VLA', '33', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(581, 1, 176, 0, 'Волгоградская область', 'VGG', '34', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(582, 1, 176, 0, 'Вологодская область', 'VLG', '35', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(583, 1, 176, 0, 'Воронежская область', 'VOR', '36', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(584, 1, 176, 0, 'Дагестан Республика', 'DA', '05', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(585, 1, 176, 0, 'Еврейская автономная область', 'YEV', '79', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(586, 1, 176, 0, 'Забайкальский край', 'ZAB', '75', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(587, 1, 176, 0, 'Ивановская область', 'IVA', '37', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(588, 1, 176, 0, 'Ингушетия Республика', 'IN', '06', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(589, 1, 176, 0, 'Иркутская область', 'IRK', '38', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(590, 1, 176, 0, 'Кабардино-Балкарская Республика', 'KB', '07', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(591, 1, 176, 0, 'Калининградская область', 'KGD', '39', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(592, 1, 176, 0, 'Калмыкия Республика', 'KL', '08', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(593, 1, 176, 0, 'Калужская область', 'KLU', '40', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(594, 1, 176, 0, 'Камчатский край', 'KAM', '41', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(595, 1, 176, 0, 'Карачаево-Черкесская Республика', 'KC', '09', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(596, 1, 176, 0, 'Карелия Республика', 'KR', '10', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(597, 1, 176, 0, 'Кемеровская область', 'KEM', '42', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(598, 1, 176, 0, 'Кировская область', 'KIR', '43', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(599, 1, 176, 0, 'Коми Республика', 'KO', '11', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(600, 1, 176, 0, 'Костромская область', 'KOS', '44', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(601, 1, 176, 0, 'Краснодарский край', 'KDA', '23', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(602, 1, 176, 0, 'Красноярский край', 'KIA', '24', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(603, 1, 176, 0, 'Курганская область', 'KGN', '45', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(604, 1, 176, 0, 'Курская область', 'KRS', '46', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(605, 1, 176, 0, 'Ленинградская область', 'LEN', '47', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(606, 1, 176, 0, 'Липецкая область', 'LIP', '48', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(607, 1, 176, 0, 'Магаданская область', 'MAG', '49', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(608, 1, 176, 0, 'Марий Эл Республика', 'ME', '12', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(609, 1, 176, 0, 'Мордовия Республика', 'MO', '13', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(610, 1, 176, 0, 'Москва', 'MOW', '77', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(611, 1, 176, 0, 'Московская область', 'MOS', '50', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(612, 1, 176, 0, 'Мурманская область', 'MUR', '51', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(613, 1, 176, 0, 'Ненецкий автономный округ', 'NEN', '83', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(614, 1, 176, 0, 'Нижегородская область', 'NIZ', '52', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(615, 1, 176, 0, 'Новгородская область', 'NGR', '53', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(616, 1, 176, 0, 'Новосибирская область', 'NVS', '54', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(617, 1, 176, 0, 'Омская область', 'OMS', '55', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(618, 1, 176, 0, 'Оренбургская область', 'ORE', '56', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(619, 1, 176, 0, 'Орловская область', 'ORL', '57', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(620, 1, 176, 0, 'Пензенская область', 'PNZ', '58', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(621, 1, 176, 0, 'Пермский край', 'PER', '59', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(622, 1, 176, 0, 'Приморский край', 'PRI', '25', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(623, 1, 176, 0, 'Псковская область', 'PSK', '60', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(624, 1, 176, 0, 'Ростовская область', 'ROS', '61', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(625, 1, 176, 0, 'Рязанская область', 'RYA', '62', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(626, 1, 176, 0, 'Самарская область', 'SAM', '63', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(627, 1, 176, 0, 'Санкт-Петербург', 'SPE', '78', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(628, 1, 176, 0, 'Саратовская область', 'SAR', '64', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(629, 1, 176, 0, 'Саха (Якутия) Республика', 'SA', '14', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(630, 1, 176, 0, 'Сахалинская область', 'SAK', '65', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(631, 1, 176, 0, 'Свердловская область', 'SVE', '66', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(632, 1, 176, 0, 'Северная Осетия-Алания Республика', 'SE', '15', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(633, 1, 176, 0, 'Смоленская область', 'SMO', '67', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(634, 1, 176, 0, 'Ставропольский край', 'STA', '26', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(635, 1, 176, 0, 'Тамбовская область', 'TAM', '68', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(636, 1, 176, 0, 'Татарстан Республика', 'TA', '16', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(637, 1, 176, 0, 'Тверская область', 'TVE', '69', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(638, 1, 176, 0, 'Томская область', 'TOM', '70', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(639, 1, 176, 0, 'Тульская область', 'TUL', '71', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(640, 1, 176, 0, 'Тыва Республика', 'TY', '17', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(641, 1, 176, 0, 'Тюменская область', 'TYU', '72', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(642, 1, 176, 0, 'Удмуртская Республика', 'UD', '18', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(643, 1, 176, 0, 'Ульяновская область', 'ULY', '73', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(644, 1, 176, 0, 'Хакасия Республика', 'KK', '19', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(645, 1, 176, 0, 'Челябинская область', 'CHE', '74', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(646, 1, 176, 0, 'Чеченская Республика', 'CE', '20', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(647, 1, 176, 0, 'Чувашская Республика', 'CU', '21', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(648, 1, 176, 0, 'Чукотский автономный округ', 'CHU', '87', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(649, 1, 176, 0, 'Хабаровский край', 'KHA', '27', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(650, 1, 176, 0, 'Ханты-Мансийский автономный округ', 'KHM', '86', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(651, 1, 176, 0, 'Ямало-Ненецкий автономный округ', 'YAN', '89', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(652, 1, 176, 0, 'Ярославская область', 'YAR', '76', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(653, 1, 209, 0, 'กระบี่', 'กบ', 'กบ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(654, 1, 209, 0, 'กรุงเทพมหานคร', 'กทม', 'กท', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(655, 1, 209, 0, 'กาญจนบุรี', 'กจ', 'กจ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(656, 1, 209, 0, 'กาฬสินธุ์', 'กส', 'กส', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(657, 1, 209, 0, 'กำแพงเพชร', 'กพ', 'กพ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(658, 1, 209, 0, 'ขอนแก่น', 'ขก', 'ขก', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(659, 1, 209, 0, 'จันทบุรี', 'จบ', 'จบ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(660, 1, 209, 0, 'ฉะเชิงเทรา', 'ฉช', 'ฉช', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(661, 1, 209, 0, 'ชลบุรี', 'ชบ', 'ชบ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(662, 1, 209, 0, 'ชัยนาท', 'ชน', 'ชน', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(663, 1, 209, 0, 'ชัยภูมิ', 'ชย', 'ชย', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(664, 1, 209, 0, 'ชุมพร', 'ชพ', 'ชพ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(665, 1, 209, 0, 'เชียงราย', 'ชร', 'ชร', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(666, 1, 209, 0, 'เชียงใหม่', 'ชม', 'ชม', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(667, 1, 209, 0, 'ตรัง', 'ตง', 'ตง', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(668, 1, 209, 0, 'ตราด', 'ตร', 'ตร', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(669, 1, 209, 0, 'ตาก', 'ตก', 'ตก', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(670, 1, 209, 0, 'นครนายก', 'นย', 'นย', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(671, 1, 209, 0, 'นครปฐม', 'นฐ', 'นฐ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(672, 1, 209, 0, 'นครพนม', 'นพ', 'นพ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(673, 1, 209, 0, 'นครราชสีมา', 'นม', 'นม', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(674, 1, 209, 0, 'นครศรีธรรมราช', 'นศ', 'นศ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(675, 1, 209, 0, 'นครสวรรค์', 'นว', 'นว', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(676, 1, 209, 0, 'นนทบุรี', 'นบ', 'นบ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(677, 1, 209, 0, 'นราธิวาส', 'นธ', 'นธ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(678, 1, 209, 0, 'น่าน', 'นน', 'นน', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(679, 1, 209, 0, 'บุรีรัมย์', 'บร', 'บร', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(680, 1, 209, 0, 'บึงกาฬ', 'บก', 'บก', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(681, 1, 209, 0, 'ปทุมธานี', 'ปท', 'ปท', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(682, 1, 209, 0, 'ประจวบคีรีขันธ์', 'ปข', 'ปข', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(683, 1, 209, 0, 'ปราจีนบุรี', 'ปจ', 'ปจ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(684, 1, 209, 0, 'ปัตตานี', 'ปน', 'ปน', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(685, 1, 209, 0, 'พระนครศรีอยุธยา', 'อย', 'อย', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(686, 1, 209, 0, 'พังงา', 'พง', 'พง', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(687, 1, 209, 0, 'พัทลุง', 'พท', 'พท', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(688, 1, 209, 0, 'พิจิตร', 'พจ', 'พจ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(689, 1, 209, 0, 'พิษณุโลก', 'พล', 'พล', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(690, 1, 209, 0, 'เพชรบุรี', 'พบ', 'พบ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(691, 1, 209, 0, 'เพชรบูรณ์', 'พช', 'พช', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(692, 1, 209, 0, 'แพร่', 'พร', 'พร', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(693, 1, 209, 0, 'พะเยา', 'พย', 'พย', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(694, 1, 209, 0, 'ภูเก็ต', 'ภก', 'ภก', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(695, 1, 209, 0, 'มหาสารคาม', 'มค', 'มค', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(696, 1, 209, 0, 'แม่ฮ่องสอน', 'มส', 'มส', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(697, 1, 209, 0, 'มุกดาหาร', 'มห', 'มห', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(698, 1, 209, 0, 'ยะลา', 'ยล', 'ยล', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(699, 1, 209, 0, 'ยโสธร', 'ยส', 'ยส', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(700, 1, 209, 0, 'ร้อยเอ็ด', 'รอ', 'รอ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(701, 1, 209, 0, 'ระนอง', 'รน', 'รน', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(702, 1, 209, 0, 'ระยอง', 'รย', 'รย', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(703, 1, 209, 0, 'ราชบุรี', 'รบ', 'รบ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(704, 1, 209, 0, 'ลพบุรี', 'ลบ', 'ลบ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(705, 1, 209, 0, 'ลำปาง', 'ลป', 'ลป', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(706, 1, 209, 0, 'ลำพูน', 'ลพ', 'ลพ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(707, 1, 209, 0, 'เลย', 'ลย', 'ลย', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(708, 1, 209, 0, 'ศรีสะเกษ', 'ศก', 'ศก', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(709, 1, 209, 0, 'สกลนคร', 'สน', 'สน', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(710, 1, 209, 0, 'สงขลา', 'สข', 'สข', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(711, 1, 209, 0, 'สตูล', 'สต', 'สต', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(712, 1, 209, 0, 'สมุทรปราการ', 'สป', 'สป', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(713, 1, 209, 0, 'สมุทรสงคราม', 'สส', 'สส', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(714, 1, 209, 0, 'สมุทรสาคร', 'สค', 'สค', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(715, 1, 209, 0, 'สระบุรี', 'สบ', 'สบ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(716, 1, 209, 0, 'สระแก้ว', 'สก', 'สก', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(717, 1, 209, 0, 'สิงห์บุรี', 'สห', 'สห', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(718, 1, 209, 0, 'สุโขทัย', 'สท', 'สท', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(719, 1, 209, 0, 'สุพรรณบุรี', 'สพ', 'สพ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(720, 1, 209, 0, 'สุราษฎร์ธานี', 'สฎ', 'สฎ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(721, 1, 209, 0, 'สุรินทร์', 'สร', 'สร', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(722, 1, 209, 0, 'หนองคาย', 'นค', 'นค', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(723, 1, 209, 0, 'หนองบัวลำภู', 'นภ', 'นภ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(724, 1, 209, 0, 'อ่างทอง', 'อท', 'อท', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(725, 1, 209, 0, 'อุดรธานี', 'อด', 'อด', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(726, 1, 209, 0, 'อุตรดิตถ์', 'อต', 'อต', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(727, 1, 209, 0, 'อุทัยธานี', 'อน', 'อน', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(728, 1, 209, 0, 'อุบลราชธานี', 'อบ', 'อบ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(729, 1, 209, 0, 'อำนาจเจริญ', 'อจ', 'อจ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(730, 1, 150, 0, 'Drenthe', 'DR', 'DR', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(731, 1, 150, 0, 'Flevoland', 'FLV', 'FL', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(732, 1, 150, 0, 'Friesland', 'FR', 'FR', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(733, 1, 150, 0, 'Gelderland', 'GLD', 'GL', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(734, 1, 150, 0, 'Groningen', 'GR', 'GR', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(735, 1, 150, 0, 'Limburg', 'LB', 'LB', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(736, 1, 150, 0, 'Noord-Brabant', 'NB', 'NB', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(737, 1, 150, 0, 'Noord-Holland', 'NH', 'NH', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(738, 1, 150, 0, 'Overijssel', 'OVR', 'OV', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(739, 1, 150, 0, 'Utrecht', 'UT', 'UT', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(740, 1, 150, 0, 'Zuid-Holland', 'ZH', 'ZH', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(741, 1, 150, 0, 'Zeeland', 'ZL', 'ZL', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(742, 1, 21, 0, 'Antwerpen', 'ant', 'AW', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(743, 1, 21, 0, 'Limburg', 'lim', 'LI', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(744, 1, 21, 0, 'Oost-Vlaanderen', 'ov', 'OV', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(745, 1, 21, 0, 'Vlaams-Brabant', 'vb', 'VB', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(746, 1, 21, 0, 'West-Vlaanderen', 'wv', 'WV', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(747, 1, 21, 0, 'Waals-Brabant (Brabant wallon)', 'wb', 'WB', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(748, 1, 21, 0, 'Henegouwen (Hainaut),', 'he', 'HE', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(749, 1, 21, 0, 'Luik (Liège/Lüttich)', 'lui', 'LU', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(750, 1, 21, 0, 'Luxemburg (Luxembourg)', 'lux', 'LX', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(751, 1, 215, 0, 'Adana', 'ADN', '01', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(752, 1, 215, 0, 'Adıyaman', 'ADY', '02', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(753, 1, 215, 0, 'Afyon', 'AFN', '03', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(754, 1, 215, 0, 'Ağrı', 'AGR', '04', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(755, 1, 215, 0, 'Amasya', 'AMS', '05', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(756, 1, 215, 0, 'Ankara', 'ANK', '06', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(757, 1, 215, 0, 'Antalya', 'ANT', '07', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(758, 1, 215, 0, 'Artvin', 'ART', '08', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(759, 1, 215, 0, 'Aydın', 'AYD', '09', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(760, 1, 215, 0, 'Balıkesir', 'BLK', '10', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(761, 1, 215, 0, 'Bilecik', 'BLC', '11', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(762, 1, 215, 0, 'Bingöl', 'BIN', '12', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(763, 1, 215, 0, 'Bitlis', 'BIT', '13', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(764, 1, 215, 0, 'Bolu', 'BOL', '14', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(765, 1, 215, 0, 'Burdur', 'DRD', '15', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(766, 1, 215, 0, 'Bursa', 'BUR', '16', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(767, 1, 215, 0, 'Çanakkale', 'CNK', '17', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(768, 1, 215, 0, 'Çankırı', 'CAK', '18', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(769, 1, 215, 0, 'Çorum', 'COR', '19', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(770, 1, 215, 0, 'Denizli', 'DEN', '20', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(771, 1, 215, 0, 'Diyarbakır', 'DYB', '21', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(772, 1, 215, 0, 'Edirne', 'EDR', '22', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(773, 1, 215, 0, 'Elazığ', 'ELZ', '23', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(774, 1, 215, 0, 'Erzincan', 'ERN', '24', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(775, 1, 215, 0, 'Erzurum', 'ERZ', '25', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(776, 1, 215, 0, 'Eskişehir', 'ESK', '26', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(777, 1, 215, 0, 'Gaziantep', 'GZA', '27', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(778, 1, 215, 0, 'Giresun', 'GRS', '28', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(779, 1, 215, 0, 'Gümüşhane', 'GMH', '29', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(780, 1, 215, 0, 'Hakkari', 'HKK', '30', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(781, 1, 215, 0, 'Hatay', 'HTY', '31', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(782, 1, 215, 0, 'Isparta', 'ISP', '32', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(783, 1, 215, 0, 'İçel (Mersin)', 'ICE', '33', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(784, 1, 215, 0, 'İstanbul', 'IST', '34', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(785, 1, 215, 0, 'İzmir', 'IZM', '35', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(786, 1, 215, 0, 'Kars', 'KRS', '36', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(787, 1, 215, 0, 'Kastamonu', 'KST', '37', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(788, 1, 215, 0, 'Kayseri', 'KYS', '38', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(789, 1, 215, 0, 'Kırklareli', 'KIR', '39', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(790, 1, 215, 0, 'Kırşehir', 'KIS', '40', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(791, 1, 215, 0, 'Kocaeli', 'KCL', '41', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(792, 1, 215, 0, 'Konya', 'KNY', '42', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(793, 1, 215, 0, 'Kütahya', 'KTH', '43', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(794, 1, 215, 0, 'Malatya', 'MLT', '44', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(795, 1, 215, 0, 'Manisa', 'MNS', '45', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(796, 1, 215, 0, 'K.maraş', 'KAH', '46', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(797, 1, 215, 0, 'Mardin', 'MRD', '47', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(798, 1, 215, 0, 'Muğla', 'MGL', '48', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(799, 1, 215, 0, 'Muş', 'MUS', '49', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0);
INSERT INTO `xjmw1_virtuemart_states` (`virtuemart_state_id`, `virtuemart_vendor_id`, `virtuemart_country_id`, `virtuemart_worldzone_id`, `state_name`, `state_3_code`, `state_2_code`, `ordering`, `shared`, `published`, `created_on`, `created_by`, `modified_on`, `modified_by`, `locked_on`, `locked_by`) VALUES
(800, 1, 215, 0, 'Nevşehir', 'NEV', '50', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(801, 1, 215, 0, 'Niğde', 'NIG', '51', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(802, 1, 215, 0, 'Ordu', 'ORD', '52', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(803, 1, 215, 0, 'Rize', 'RIZ', '53', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(804, 1, 215, 0, 'Sakarya', 'SKR', '54', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(805, 1, 215, 0, 'Samsun', 'SMS', '55', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(806, 1, 215, 0, 'Siirt', 'SRT', '56', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(807, 1, 215, 0, 'Sinop', 'SNP', '57', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(808, 1, 215, 0, 'Sivas', 'SVS', '58', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(809, 1, 215, 0, 'Tekirdağ', 'TKR', '59', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(810, 1, 215, 0, 'Tokat', 'TKT', '60', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(811, 1, 215, 0, 'Trabzon', 'TRZ', '61', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(812, 1, 215, 0, 'Tunceli', 'TUN', '62', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(813, 1, 215, 0, 'Şanlıurfa', 'SNF', '63', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(814, 1, 215, 0, 'Uşak', 'USK', '64', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(815, 1, 215, 0, 'Van', 'VAN', '65', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(816, 1, 215, 0, 'Yozgat', 'YZT', '66', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(817, 1, 215, 0, 'Zonguldak', 'ZNG', '67', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(818, 1, 215, 0, 'Aksaray', 'AKS', '68', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(819, 1, 215, 0, 'Bayburt', 'BYB', '69', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(820, 1, 215, 0, 'Karaman', 'KRM', '70', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(821, 1, 215, 0, 'Kırıkkale', 'KRK', '71', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(822, 1, 215, 0, 'Batman', 'BTM', '72', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(823, 1, 215, 0, 'Şırnak', 'SRK', '73', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(824, 1, 215, 0, 'Bartın', 'BRT', '74', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(825, 1, 215, 0, 'Ardahan', 'ARH', '75', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(826, 1, 215, 0, 'Iğdır', 'IGD', '76', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(827, 1, 215, 0, 'Yalova', 'TLV', '77', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(828, 1, 215, 0, 'Karabük', 'KRB', '78', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(829, 1, 215, 0, 'Kilis', 'KLS', '79', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(830, 1, 215, 0, 'Osmaniye', 'OSM', '80', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(831, 1, 215, 0, 'Düzce', 'DZC', '81', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(832, 1, 33, 0, 'Благоевград', 'БЛГ', 'БЛ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(833, 1, 33, 0, 'Бургас', 'БРС', 'БС', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(834, 1, 33, 0, 'Варна', 'ВРН', 'ВН', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(835, 1, 33, 0, 'Велико Търново', 'ВТР', 'ВТ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(836, 1, 33, 0, 'Видин', 'ВДН', 'ВД', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(837, 1, 33, 0, 'Враца', 'ВРЦ', 'ВР', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(838, 1, 33, 0, 'Габрово', 'ГБР', 'ГБ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(839, 1, 33, 0, 'Добрич', 'ДБЧ', 'ДЧ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(840, 1, 33, 0, 'Кърджъли', 'КДЖ', 'КД', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(841, 1, 33, 0, 'Кюстендил', 'КДН', 'КН', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(842, 1, 33, 0, 'Ловеч', 'ЛВЧ', 'ЛЧ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(843, 1, 33, 0, 'Монтана', 'МНТ', 'МТ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(844, 1, 33, 0, 'Пазарджик', 'ПЗД', 'ПЗ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(845, 1, 33, 0, 'Перник', 'ПРК', 'ПК', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(846, 1, 33, 0, 'Плевен', 'ПЛН', 'ПН', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(847, 1, 33, 0, 'Пловдив', 'ПЛД', 'ПД', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(848, 1, 33, 0, 'Разград', 'РЗГ', 'РЗ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(849, 1, 33, 0, 'Русе', 'РУС', 'РС', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(850, 1, 33, 0, 'Силистра', 'СЛС', 'СС', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(851, 1, 33, 0, 'Сливен', 'СЛН', 'СН', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(852, 1, 33, 0, 'Смолян', 'СМЛ', 'СМ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(853, 1, 33, 0, 'София', 'СФЯ', 'СФ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(854, 1, 33, 0, 'Стара Загора', 'СТЗ', 'СТ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(855, 1, 33, 0, 'Търговище', 'ТРГ', 'ТГ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(856, 1, 33, 0, 'Хасково', 'ХСВ', 'ХС', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(857, 1, 33, 0, 'Шумен', 'ШМН', 'ШН', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(858, 1, 33, 0, 'Ямбол', 'ЯМБ', 'ЯМ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(859, 1, 47, 0, 'Amazonas', 'AMA', 'AM', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(860, 1, 47, 0, 'Antioquia', 'ANT', 'AN', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(861, 1, 47, 0, 'Arauca', 'ARA', 'AR', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(862, 1, 47, 0, 'Atlantico', 'ATL', 'AT', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(863, 1, 47, 0, 'Boyaca', 'BOY', 'BO', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(864, 1, 47, 0, 'Caldas', 'CAL', 'CA', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(865, 1, 47, 0, 'Caqueta', 'CAQ', 'CQ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(866, 1, 47, 0, 'Cauca', 'CAU', 'CC', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(867, 1, 47, 0, 'Cesar', 'CES', 'CE', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(868, 1, 47, 0, 'Chocó', 'CHO', 'CH', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(869, 1, 47, 0, 'Cordoba', 'COR', 'CO', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(870, 1, 47, 0, 'Guaviare', 'GUA', 'GU', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(871, 1, 47, 0, 'Guainia', 'GUI', 'GI', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(872, 1, 47, 0, 'Huila', 'HUI', 'HU', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(873, 1, 47, 0, 'La Guajira', 'LAG', 'LA', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(874, 1, 47, 0, 'Magdalena', 'MAG', 'MG', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(875, 1, 47, 0, 'Meta', 'MET', 'ME', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(876, 1, 47, 0, 'Nariño', 'NAR', 'NA', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(877, 1, 47, 0, 'Norte de Santander', 'NOR', 'NO', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(878, 1, 47, 0, 'Putumayo', 'PUT', 'PU', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(879, 1, 47, 0, 'Quindio', 'QUI', 'QU', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(880, 1, 47, 0, 'Risaralda', 'RIS', 'RI', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(881, 1, 47, 0, 'San Andres y Providencia', 'SAN', 'SA', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(882, 1, 47, 0, 'Santander', 'STR', 'ST', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(883, 1, 47, 0, 'Sucre', 'SUC', 'SU', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(884, 1, 47, 0, 'Tolima', 'TOL', 'TO', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(885, 1, 47, 0, 'Valle del Cauca', 'VAL', 'VC', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(886, 1, 47, 0, 'Vaupés', 'VAU', 'VA', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(887, 1, 47, 0, 'Vichada', 'VIC', 'VI', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(888, 1, 47, 0, 'Casanare', 'CAS', 'CS', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(889, 1, 47, 0, 'Cundinamarca', 'CUN', 'CU', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(890, 1, 47, 0, 'Bolivar', 'BOL', 'BV', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(891, 1, 47, 0, 'Bogotá D.C.', 'BOG', 'BG', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(892, 1, 105, 0, 'Barletta-Andria-Trani', 'BAT', 'BT', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(893, 1, 225, 0, 'Artigas', 'ART', 'AR', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(894, 1, 225, 0, 'Canelones', 'CAN', 'CA', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(895, 1, 225, 0, 'Cerro Largo', 'CEL', 'CL', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(896, 1, 225, 0, 'Colonia', 'COL', 'CO', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(897, 1, 225, 0, 'Durazno', 'DUR', 'DU', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(898, 1, 225, 0, 'Flores', 'FLO', 'FL', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(899, 1, 225, 0, 'Florida', 'FDA', 'FD', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(900, 1, 225, 0, 'Lavalleja', 'LAV', 'LA', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(901, 1, 225, 0, 'Maldonado', 'MAL', 'MA', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(902, 1, 225, 0, 'Montevideo', 'MON', 'MO', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(903, 1, 225, 0, 'Río Negro', 'RIO', 'RN', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(904, 1, 225, 0, 'Rivera', 'RIV', 'RI', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(905, 1, 225, 0, 'San José', 'SAN', 'SJ', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(906, 1, 225, 0, 'Soriano', 'SOR', 'SO', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(907, 1, 225, 0, 'Tacuarembó', 'TAC', 'TA', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(908, 1, 225, 0, 'Treinta y Tres', 'TYT', 'TT', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(909, 1, 225, 0, 'Paysandú', 'PDU', 'PA', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(910, 1, 225, 0, 'Salto', 'SAL', 'SA', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(911, 1, 225, 0, 'Rocha', 'ROC', 'RO', 0, 1, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0);

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

--
-- Table structure for table `xjmw1_virtuemart_userfields`
--

CREATE TABLE `xjmw1_virtuemart_userfields` (
  `virtuemart_userfield_id` int(1) UNSIGNED NOT NULL,
  `virtuemart_vendor_id` int(1) UNSIGNED NOT NULL DEFAULT 1,
  `userfield_jplugin_id` int(1) NOT NULL DEFAULT 0,
  `name` varchar(250) NOT NULL DEFAULT '',
  `title` varchar(255) NOT NULL DEFAULT '',
  `description` varchar(2048) DEFAULT NULL,
  `type` varchar(70) NOT NULL DEFAULT '',
  `maxlength` int(1) DEFAULT NULL,
  `size` int(1) DEFAULT NULL,
  `required` tinyint(4) NOT NULL DEFAULT 0,
  `cols` int(1) DEFAULT NULL,
  `rows` int(1) DEFAULT NULL,
  `value` varchar(255) DEFAULT NULL,
  `default` varchar(255) DEFAULT NULL,
  `placeholder` varchar(255) DEFAULT NULL,
  `registration` tinyint(1) NOT NULL DEFAULT 0,
  `shipment` tinyint(1) NOT NULL DEFAULT 0,
  `account` tinyint(1) NOT NULL DEFAULT 1,
  `cart` tinyint(1) NOT NULL DEFAULT 0,
  `readonly` tinyint(1) NOT NULL DEFAULT 0,
  `calculated` tinyint(1) NOT NULL DEFAULT 0,
  `sys` tinyint(4) NOT NULL DEFAULT 0,
  `userfield_params` text DEFAULT NULL,
  `ordering` int(1) NOT NULL DEFAULT 0,
  `shared` tinyint(1) NOT NULL DEFAULT 0,
  `published` tinyint(1) NOT NULL DEFAULT 1,
  `created_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(1) NOT NULL DEFAULT 0,
  `modified_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(1) NOT NULL DEFAULT 0,
  `locked_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `locked_by` int(1) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Holds the fields for the user information';

--
-- Dumping data for table `xjmw1_virtuemart_userfields`
--

INSERT INTO `xjmw1_virtuemart_userfields` (`virtuemart_userfield_id`, `virtuemart_vendor_id`, `userfield_jplugin_id`, `name`, `title`, `description`, `type`, `maxlength`, `size`, `required`, `cols`, `rows`, `value`, `default`, `placeholder`, `registration`, `shipment`, `account`, `cart`, `readonly`, `calculated`, `sys`, `userfield_params`, `ordering`, `shared`, `published`, `created_on`, `created_by`, `modified_on`, `modified_by`, `locked_on`, `locked_by`) VALUES
(5, 0, 0, 'email', 'COM_VIRTUEMART_REGISTER_EMAIL', '', 'emailaddress', 100, 30, 1, NULL, NULL, NULL, NULL, NULL, 1, 0, 1, 0, 0, 0, 1, NULL, 4, 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(6, 0, 0, 'name', 'COM_VIRTUEMART_USER_DISPLAYED_NAME', '', 'text', 400, 30, 1, 0, 0, '', NULL, NULL, 1, 0, 1, 0, 0, 0, 1, '', 8, 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(7, 0, 0, 'username', 'COM_VIRTUEMART_USERNAME', '', 'text', 150, 30, 1, 0, 0, '', NULL, NULL, 1, 0, 1, 0, 0, 0, 1, '', 6, 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(8, 0, 0, 'password', 'COM_VIRTUEMART_SHOPPER_FORM_PASSWORD_1', '', 'password', 100, 30, 1, NULL, NULL, NULL, NULL, NULL, 1, 0, 1, 0, 0, 0, 1, NULL, 10, 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(9, 0, 0, 'password2', 'COM_VIRTUEMART_SHOPPER_FORM_PASSWORD_2', '', 'password', 100, 30, 1, NULL, NULL, NULL, NULL, NULL, 1, 0, 1, 0, 0, 0, 1, NULL, 12, 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(15, 0, 0, 'agreed', 'COM_VIRTUEMART_I_AGREE_TO_TOS', '', 'checkbox', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, 1, NULL, 13, 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(16, 0, 0, 'tos', 'COM_VIRTUEMART_STORE_FORM_TOS', '', 'custom', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 1, 0, 0, 1, NULL, 14, 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(17, 0, 0, 'customer_note', 'COM_VIRTUEMART_CNOTES_CART', '', 'textarea', 2500, NULL, 0, 60, 1, NULL, NULL, NULL, 0, 0, 0, 1, 0, 0, 1, NULL, 13, 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(20, 0, 0, 'address_type_name', 'COM_VIRTUEMART_USER_FORM_ADDRESS_LABEL', '', 'text', 32, 30, 1, NULL, NULL, NULL, 'COM_VIRTUEMART_USER_FORM_ST_LABEL', NULL, 0, 1, 0, 0, 0, 0, 1, NULL, 16, 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(21, 0, 0, 'delimiter_billto', 'COM_VIRTUEMART_USER_FORM_BILLTO_LBL', '', 'delimiter', 25, 30, 0, NULL, NULL, NULL, NULL, NULL, 1, 0, 1, 0, 0, 0, 0, NULL, 18, 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(22, 0, 0, 'company', 'COM_VIRTUEMART_SHOPPER_FORM_COMPANY_NAME', '', 'text', 64, 30, 0, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, 0, 0, 0, 1, NULL, 20, 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(23, 0, 0, 'title', 'COM_VIRTUEMART_SHOPPER_FORM_TITLE', '', 'select', 0, 210, 0, NULL, NULL, NULL, NULL, NULL, 1, 0, 1, 0, 0, 0, 1, NULL, 22, 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(24, 0, 0, 'first_name', 'COM_VIRTUEMART_SHOPPER_FORM_FIRST_NAME', '', 'text', 32, 30, 1, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, 0, 0, 0, 1, NULL, 24, 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(25, 0, 0, 'middle_name', 'COM_VIRTUEMART_SHOPPER_FORM_MIDDLE_NAME', '', 'text', 32, 30, 0, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, 0, 0, 0, 1, NULL, 26, 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(26, 0, 0, 'last_name', 'COM_VIRTUEMART_SHOPPER_FORM_LAST_NAME', '', 'text', 32, 30, 1, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, 0, 0, 0, 1, NULL, 28, 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(27, 0, 0, 'address_1', 'COM_VIRTUEMART_SHOPPER_FORM_ADDRESS_1', '', 'text', 64, 30, 1, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, 0, 0, 0, 1, NULL, 30, 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(28, 0, 0, 'address_2', 'COM_VIRTUEMART_SHOPPER_FORM_ADDRESS_2', '', 'text', 64, 30, 0, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, 0, 0, 0, 1, NULL, 32, 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(29, 0, 0, 'zip', 'COM_VIRTUEMART_SHOPPER_FORM_ZIP', '', 'text', 32, 30, 1, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, 0, 0, 0, 1, NULL, 34, 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(35, 0, 0, 'city', 'COM_VIRTUEMART_SHOPPER_FORM_CITY', '', 'text', 32, 30, 1, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, 0, 0, 0, 1, NULL, 36, 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(36, 0, 0, 'virtuemart_country_id', 'COM_VIRTUEMART_SHOPPER_FORM_COUNTRY', '', 'select', 0, 210, 1, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, 0, 0, 0, 1, NULL, 38, 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(37, 0, 0, 'virtuemart_state_id', 'COM_VIRTUEMART_SHOPPER_FORM_STATE', '', 'select', 0, 210, 1, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, 0, 0, 0, 1, NULL, 40, 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(38, 0, 0, 'phone_1', 'COM_VIRTUEMART_SHOPPER_FORM_PHONE', '', 'text', 32, 30, 0, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, 0, 0, 0, 1, NULL, 42, 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(39, 0, 0, 'phone_2', 'COM_VIRTUEMART_SHOPPER_FORM_PHONE2', '', 'text', 32, 30, 0, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, 0, 0, 0, 1, NULL, 44, 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(40, 0, 0, 'fax', 'COM_VIRTUEMART_SHOPPER_FORM_FAX', '', 'text', 32, 30, 0, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, 0, 0, 0, 1, NULL, 46, 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(41, 0, 0, 'delimiter_sendregistration', 'COM_VIRTUEMART_BUTTON_SEND_REG', '', 'delimiter', 25, 30, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, 2, 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(42, 0, 0, 'delimiter_userinfo', 'COM_VIRTUEMART_ORDER_PRINT_CUST_INFO_LBL', '', 'delimiter', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, 1, 0, 1, 0, 0, 0, 0, NULL, 14, 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(50, 0, 0, 'tax_exemption_number', 'COM_VIRTUEMART_SHOPPER_FORM_TAXEXEMPTION_NBR', 'Vendors can set here a tax exemption number for a shopper. This field is only changeable by administrators.', 'text', 10, 0, 0, 0, 0, NULL, NULL, NULL, 0, 0, 1, 1, 0, 0, 0, NULL, 48, 0, 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(51, 0, 0, 'tax_usage_type', 'COM_VIRTUEMART_SHOPPER_FORM_TAX_USAGE', 'Federal, national, educational, public, or similar often get a special tax. This field is only writable by administrators.', 'select', 0, 0, 0, 0, 0, NULL, NULL, NULL, 0, 0, 1, 1, 0, 0, 0, NULL, 50, 0, 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0);

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

--
-- Table structure for table `xjmw1_virtuemart_userfield_values`
--

CREATE TABLE `xjmw1_virtuemart_userfield_values` (
  `virtuemart_userfield_value_id` int(1) UNSIGNED NOT NULL,
  `virtuemart_userfield_id` int(1) UNSIGNED NOT NULL DEFAULT 0,
  `fieldtitle` varchar(255) NOT NULL DEFAULT '',
  `fieldvalue` varchar(255) NOT NULL DEFAULT '',
  `sys` tinyint(4) NOT NULL DEFAULT 0,
  `ordering` int(1) NOT NULL DEFAULT 0,
  `created_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(1) NOT NULL DEFAULT 0,
  `modified_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(1) NOT NULL DEFAULT 0,
  `locked_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `locked_by` int(1) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Holds the different values for dropdown and radio lists';

--
-- Dumping data for table `xjmw1_virtuemart_userfield_values`
--

INSERT INTO `xjmw1_virtuemart_userfield_values` (`virtuemart_userfield_value_id`, `virtuemart_userfield_id`, `fieldtitle`, `fieldvalue`, `sys`, `ordering`, `created_on`, `created_by`, `modified_on`, `modified_by`, `locked_on`, `locked_by`) VALUES
(1, 23, 'COM_VIRTUEMART_SHOPPER_TITLE_MR', 'Mr', 0, 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(2, 23, 'COM_VIRTUEMART_SHOPPER_TITLE_MRS', 'Mrs', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(3, 51, 'None', '', 0, 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(4, 51, 'Non-resident (Canada)', 'R', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(5, 51, 'Federal government (United States)', 'A', 0, 1, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(6, 51, 'State government (United States)', 'B', 0, 2, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(7, 51, 'Tribe / Status Indian / Indian Band (both)', 'C', 0, 3, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(8, 51, 'Foreign diplomat (both)', 'D', 0, 4, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(9, 51, 'Charitable or benevolent org (both)', 'E', 0, 5, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(10, 51, 'Religious or educational org (both)', 'F', 0, 6, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(11, 51, 'Resale (both)', 'G', 0, 7, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(12, 51, 'Commercial agricultural production (both)', 'H', 0, 8, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(13, 51, 'Industrial production / manufacturer (both)', 'I', 0, 9, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(14, 51, 'Direct pay permit (United States)', 'J', 0, 10, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(15, 51, 'Direct mail (United States)', 'K', 0, 11, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(16, 51, 'Other (both)', 'L', 0, 12, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(17, 51, 'Local government (United States)', 'N', 0, 13, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(18, 51, 'Commercial aquaculture (Canada)', 'P', 0, 14, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(19, 51, 'Commercial Fishery (Canada)', 'Q', 0, 15, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0);

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

--
-- Table structure for table `xjmw1_virtuemart_userinfos`
--

CREATE TABLE `xjmw1_virtuemart_userinfos` (
  `virtuemart_userinfo_id` int(1) UNSIGNED NOT NULL,
  `virtuemart_user_id` int(1) UNSIGNED NOT NULL DEFAULT 0,
  `address_type` char(2) NOT NULL DEFAULT '',
  `address_type_name` varchar(32) NOT NULL DEFAULT '',
  `company` varchar(64) DEFAULT NULL,
  `title` varchar(32) DEFAULT NULL,
  `last_name` varchar(96) DEFAULT NULL,
  `first_name` varchar(96) DEFAULT NULL,
  `middle_name` varchar(96) DEFAULT NULL,
  `phone_1` varchar(32) DEFAULT NULL,
  `phone_2` varchar(32) DEFAULT NULL,
  `fax` varchar(32) DEFAULT NULL,
  `address_1` varchar(96) NOT NULL DEFAULT '',
  `address_2` varchar(64) DEFAULT NULL,
  `city` varchar(96) NOT NULL DEFAULT '',
  `virtuemart_state_id` smallint(1) UNSIGNED NOT NULL DEFAULT 0,
  `virtuemart_country_id` smallint(1) UNSIGNED NOT NULL DEFAULT 0,
  `zip` varchar(32) NOT NULL DEFAULT '',
  `agreed` tinyint(1) NOT NULL DEFAULT 0,
  `tos` tinyint(1) NOT NULL DEFAULT 0,
  `customer_note` varchar(5000) NOT NULL DEFAULT '',
  `created_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(1) NOT NULL DEFAULT 0,
  `modified_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(1) NOT NULL DEFAULT 0,
  `locked_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `locked_by` int(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Customer Information, BT = BillTo and ST = ShipTo';

--
-- Dumping data for table `xjmw1_virtuemart_userinfos`
--

INSERT INTO `xjmw1_virtuemart_userinfos` (`virtuemart_userinfo_id`, `virtuemart_user_id`, `address_type`, `address_type_name`, `company`, `title`, `last_name`, `first_name`, `middle_name`, `phone_1`, `phone_2`, `fax`, `address_1`, `address_2`, `city`, `virtuemart_state_id`, `virtuemart_country_id`, `zip`, `agreed`, `tos`, `customer_note`, `created_on`, `created_by`, `modified_on`, `modified_by`, `locked_on`, `locked_by`) VALUES
(1, 215, 'BT', '', 'Pfane Environmental', '', 'Environmental Association', 'Pfane', '', '', '', '', '34 Strada 1 Decembrie 1918', '', 'Simleu Sivaniei', 204, 175, '435280', 0, 0, '', '2021-04-05 21:26:10', 215, '2021-04-06 19:57:30', 215, '0000-00-00 00:00:00', 0);

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

--
-- Table structure for table `xjmw1_virtuemart_vendors`
--

CREATE TABLE `xjmw1_virtuemart_vendors` (
  `virtuemart_vendor_id` int(1) UNSIGNED NOT NULL,
  `vendor_name` varchar(64) DEFAULT NULL,
  `vendor_currency` int(1) DEFAULT NULL,
  `vendor_accepted_currencies` varchar(1536) NOT NULL DEFAULT '',
  `vendor_params` varchar(14335) NOT NULL DEFAULT '',
  `metarobot` varchar(20) DEFAULT NULL,
  `metaauthor` varchar(64) DEFAULT NULL,
  `created_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(1) NOT NULL DEFAULT 0,
  `modified_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(1) NOT NULL DEFAULT 0,
  `locked_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `locked_by` int(1) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Vendors manage their products in your store';

--
-- Dumping data for table `xjmw1_virtuemart_vendors`
--

INSERT INTO `xjmw1_virtuemart_vendors` (`virtuemart_vendor_id`, `vendor_name`, `vendor_currency`, `vendor_accepted_currencies`, `vendor_params`, `metarobot`, `metaauthor`, `created_on`, `created_by`, `modified_on`, `modified_by`, `locked_on`, `locked_by`) VALUES
(1, 'Pzaz', 47, '26,47,144', 'max_cats_per_product=-1|max_products=-1|max_customers=-1|force_product_pattern=-1|vendor_min_pov=\"15\"|vendor_min_poq=1|vendor_freeshipment=0|vendor_address_format=\"\"|vendor_date_format=\"\"|vendor_letter_format=\"A4\"|vendor_letter_orientation=\"P\"|vendor_letter_margin_top=\"55\"|vendor_letter_margin_left=\"25\"|vendor_letter_margin_right=\"25\"|vendor_letter_margin_bottom=\"25\"|vendor_letter_margin_header=\"20\"|vendor_letter_margin_footer=\"20\"|vendor_letter_font=\"helvetica\"|vendor_letter_font_size=\"8\"|vendor_letter_header_font_size=\"7\"|vendor_letter_footer_font_size=\"6\"|vendor_letter_header=\"1\"|vendor_letter_header_line=\"1\"|vendor_letter_header_line_color=\"#000000\"|vendor_letter_header_image=\"1\"|vendor_letter_header_imagesize=\"60\"|vendor_letter_header_cell_height_ratio=\"1\"|vendor_letter_footer=\"1\"|vendor_letter_footer_line=\"1\"|vendor_letter_footer_line_color=\"#000000\"|vendor_letter_footer_cell_height_ratio=\"1\"|vendor_letter_add_tos=\"0\"|vendor_letter_add_tos_newpage=\"1\"|vendor_letter_for_product_pdf=\"0\"|vendor_mail_width=640|vendor_mail_header=1|vendor_mail_tos=1|vendor_mail_logo=1|vendor_mail_logo_width=200|vendor_mail_font=\"helvetica\"|vendor_mail_header_font_size=11|vendor_mail_font_size=12|vendor_mail_footer_font_size=10|', '', 'dale@pfane.com', '0000-00-00 00:00:00', 0, '2021-04-06 19:57:30', 215, '0000-00-00 00:00:00', 0);

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

--
-- Table structure for table `xjmw1_virtuemart_vendors_en_gb`
--

CREATE TABLE `xjmw1_virtuemart_vendors_en_gb` (
  `virtuemart_vendor_id` int(1) UNSIGNED NOT NULL,
  `vendor_store_desc` text NOT NULL,
  `vendor_terms_of_service` mediumtext NOT NULL,
  `vendor_legal_info` text NOT NULL,
  `vendor_letter_css` text NOT NULL,
  `vendor_letter_header_html` varchar(8000) NOT NULL DEFAULT '<h1>{vm:vendorname}</h1><p>{vm:vendoraddress}</p>',
  `vendor_letter_footer_html` varchar(8000) NOT NULL DEFAULT '<p>{vm:vendorlegalinfo}<br />Page {vm:pagenum}/{vm:pagecount}</p>',
  `vendor_store_name` varchar(180) NOT NULL DEFAULT '',
  `vendor_phone` varchar(26) NOT NULL DEFAULT '',
  `vendor_url` varchar(255) NOT NULL DEFAULT '',
  `metadesc` varchar(400) NOT NULL DEFAULT '',
  `metakey` varchar(400) NOT NULL DEFAULT '',
  `customtitle` varchar(255) NOT NULL DEFAULT '',
  `vendor_invoice_free1` varchar(255) NOT NULL DEFAULT '',
  `vendor_invoice_free2` varchar(255) NOT NULL DEFAULT '',
  `vendor_mail_free1` varchar(255) NOT NULL DEFAULT '',
  `vendor_mail_free2` varchar(255) NOT NULL DEFAULT '',
  `vendor_mail_css` varchar(255) NOT NULL DEFAULT '',
  `slug` varchar(192) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `xjmw1_virtuemart_vendors_en_gb`
--

INSERT INTO `xjmw1_virtuemart_vendors_en_gb` (`virtuemart_vendor_id`, `vendor_store_desc`, `vendor_terms_of_service`, `vendor_legal_info`, `vendor_letter_css`, `vendor_letter_header_html`, `vendor_letter_footer_html`, `vendor_store_name`, `vendor_phone`, `vendor_url`, `metadesc`, `metakey`, `customtitle`, `vendor_invoice_free1`, `vendor_invoice_free2`, `vendor_mail_free1`, `vendor_mail_free2`, `vendor_mail_css`, `slug`) VALUES
(1, '', '', '', '', '', '', 'Pzaz - Socially Responsible NFC Business Card', '', '', '', '', '', '', '', '', '', '', 'pzaz-socially-responsible-nfc-business-card');

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

--
-- Table structure for table `xjmw1_virtuemart_vendor_medias`
--

CREATE TABLE `xjmw1_virtuemart_vendor_medias` (
  `id` int(1) UNSIGNED NOT NULL,
  `virtuemart_vendor_id` int(1) UNSIGNED NOT NULL DEFAULT 0,
  `virtuemart_media_id` int(1) UNSIGNED NOT NULL DEFAULT 0,
  `ordering` int(1) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `xjmw1_virtuemart_vendor_medias`
--

INSERT INTO `xjmw1_virtuemart_vendor_medias` (`id`, `virtuemart_vendor_id`, `virtuemart_media_id`, `ordering`) VALUES
(1, 1, 3, 1);

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

--
-- Table structure for table `xjmw1_virtuemart_vendor_users`
--

CREATE TABLE `xjmw1_virtuemart_vendor_users` (
  `id` int(1) UNSIGNED NOT NULL,
  `virtuemart_vendor_user_id` int(1) UNSIGNED NOT NULL DEFAULT 0,
  `virtuemart_user_id` int(1) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `xjmw1_virtuemart_vmusers`
--

CREATE TABLE `xjmw1_virtuemart_vmusers` (
  `virtuemart_user_id` int(1) UNSIGNED NOT NULL,
  `virtuemart_vendor_id` int(1) UNSIGNED NOT NULL DEFAULT 0,
  `user_is_vendor` tinyint(1) NOT NULL DEFAULT 0,
  `customer_number` varchar(32) DEFAULT NULL,
  `virtuemart_paymentmethod_id` int(1) UNSIGNED DEFAULT NULL,
  `virtuemart_shipmentmethod_id` int(1) UNSIGNED DEFAULT NULL,
  `agreed` tinyint(1) NOT NULL DEFAULT 0,
  `created_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(1) NOT NULL DEFAULT 0,
  `modified_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(1) NOT NULL DEFAULT 0,
  `locked_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `locked_by` int(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Holds the unique user data';

--
-- Dumping data for table `xjmw1_virtuemart_vmusers`
--

INSERT INTO `xjmw1_virtuemart_vmusers` (`virtuemart_user_id`, `virtuemart_vendor_id`, `user_is_vendor`, `customer_number`, `virtuemart_paymentmethod_id`, `virtuemart_shipmentmethod_id`, `agreed`, `created_on`, `created_by`, `modified_on`, `modified_by`, `locked_on`, `locked_by`) VALUES
(215, 1, 1, 'AD200ceb2', 0, 0, 0, '2021-04-05 19:24:46', 0, '2021-04-06 19:57:30', 215, '0000-00-00 00:00:00', 0);

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

--
-- Table structure for table `xjmw1_virtuemart_vmuser_shoppergroups`
--

CREATE TABLE `xjmw1_virtuemart_vmuser_shoppergroups` (
  `id` int(1) UNSIGNED NOT NULL,
  `virtuemart_user_id` int(1) UNSIGNED NOT NULL DEFAULT 0,
  `virtuemart_shoppergroup_id` int(1) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='xref table for users to shopper group';

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

--
-- Table structure for table `xjmw1_virtuemart_waitingusers`
--

CREATE TABLE `xjmw1_virtuemart_waitingusers` (
  `virtuemart_waitinguser_id` int(1) UNSIGNED NOT NULL,
  `virtuemart_product_id` int(1) UNSIGNED NOT NULL DEFAULT 0,
  `virtuemart_user_id` int(1) UNSIGNED NOT NULL DEFAULT 0,
  `notify_email` varchar(150) NOT NULL DEFAULT '',
  `notified` tinyint(1) NOT NULL DEFAULT 0,
  `notify_date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `ordering` int(1) NOT NULL DEFAULT 0,
  `created_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(1) NOT NULL DEFAULT 0,
  `modified_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(1) NOT NULL DEFAULT 0,
  `locked_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `locked_by` int(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Stores notifications, users waiting f. products out of stock';

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

--
-- Table structure for table `xjmw1_virtuemart_worldzones`
--

CREATE TABLE `xjmw1_virtuemart_worldzones` (
  `virtuemart_worldzone_id` smallint(1) UNSIGNED NOT NULL,
  `virtuemart_vendor_id` int(1) UNSIGNED DEFAULT NULL,
  `zone_name` varchar(255) DEFAULT NULL,
  `zone_cost` decimal(10,2) DEFAULT NULL,
  `zone_limit` decimal(10,2) DEFAULT NULL,
  `zone_description` varchar(14335) DEFAULT NULL,
  `zone_tax_rate` int(1) UNSIGNED NOT NULL DEFAULT 0,
  `ordering` int(1) NOT NULL DEFAULT 0,
  `shared` tinyint(1) NOT NULL DEFAULT 0,
  `published` tinyint(1) NOT NULL DEFAULT 1,
  `created_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(1) NOT NULL DEFAULT 0,
  `modified_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(1) NOT NULL DEFAULT 0,
  `locked_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `locked_by` int(1) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='The Zones managed by the Zone Shipment Module';

--
-- Indexes for dumped tables
--

--
-- Indexes for table `xjmw1_action_logs`
--
ALTER TABLE `xjmw1_action_logs`
  ADD PRIMARY KEY (`id`),
  ADD KEY `idx_user_id` (`user_id`),
  ADD KEY `idx_user_id_logdate` (`user_id`,`log_date`),
  ADD KEY `idx_user_id_extension` (`user_id`,`extension`),
  ADD KEY `idx_extension_item_id` (`extension`,`item_id`);

--
-- Indexes for table `xjmw1_action_logs_extensions`
--
ALTER TABLE `xjmw1_action_logs_extensions`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `xjmw1_action_logs_users`
--
ALTER TABLE `xjmw1_action_logs_users`
  ADD PRIMARY KEY (`user_id`),
  ADD KEY `idx_notify` (`notify`);

--
-- Indexes for table `xjmw1_action_log_config`
--
ALTER TABLE `xjmw1_action_log_config`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `xjmw1_assets`
--
ALTER TABLE `xjmw1_assets`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `idx_asset_name` (`name`),
  ADD KEY `idx_lft_rgt` (`lft`,`rgt`),
  ADD KEY `idx_parent_id` (`parent_id`);

--
-- Indexes for table `xjmw1_associations`
--
ALTER TABLE `xjmw1_associations`
  ADD PRIMARY KEY (`context`,`id`),
  ADD KEY `idx_key` (`key`);

--
-- Indexes for table `xjmw1_banners`
--
ALTER TABLE `xjmw1_banners`
  ADD PRIMARY KEY (`id`),
  ADD KEY `idx_state` (`state`),
  ADD KEY `idx_own_prefix` (`own_prefix`),
  ADD KEY `idx_metakey_prefix` (`metakey_prefix`(100)),
  ADD KEY `idx_banner_catid` (`catid`),
  ADD KEY `idx_language` (`language`);

--
-- Indexes for table `xjmw1_banner_clients`
--
ALTER TABLE `xjmw1_banner_clients`
  ADD PRIMARY KEY (`id`),
  ADD KEY `idx_own_prefix` (`own_prefix`),
  ADD KEY `idx_metakey_prefix` (`metakey_prefix`(100));

--
-- Indexes for table `xjmw1_banner_tracks`
--
ALTER TABLE `xjmw1_banner_tracks`
  ADD PRIMARY KEY (`track_date`,`track_type`,`banner_id`),
  ADD KEY `idx_track_date` (`track_date`),
  ADD KEY `idx_track_type` (`track_type`),
  ADD KEY `idx_banner_id` (`banner_id`);

--
-- Indexes for table `xjmw1_categories`
--
ALTER TABLE `xjmw1_categories`
  ADD PRIMARY KEY (`id`),
  ADD KEY `cat_idx` (`extension`,`published`,`access`),
  ADD KEY `idx_access` (`access`),
  ADD KEY `idx_checkout` (`checked_out`),
  ADD KEY `idx_path` (`path`(100)),
  ADD KEY `idx_left_right` (`lft`,`rgt`),
  ADD KEY `idx_alias` (`alias`(100)),
  ADD KEY `idx_language` (`language`);

--
-- Indexes for table `xjmw1_contact_details`
--
ALTER TABLE `xjmw1_contact_details`
  ADD PRIMARY KEY (`id`),
  ADD KEY `idx_access` (`access`),
  ADD KEY `idx_checkout` (`checked_out`),
  ADD KEY `idx_state` (`published`),
  ADD KEY `idx_catid` (`catid`),
  ADD KEY `idx_createdby` (`created_by`),
  ADD KEY `idx_featured_catid` (`featured`,`catid`),
  ADD KEY `idx_language` (`language`),
  ADD KEY `idx_xreference` (`xreference`);

--
-- Indexes for table `xjmw1_content`
--
ALTER TABLE `xjmw1_content`
  ADD PRIMARY KEY (`id`),
  ADD KEY `idx_access` (`access`),
  ADD KEY `idx_checkout` (`checked_out`),
  ADD KEY `idx_state` (`state`),
  ADD KEY `idx_catid` (`catid`),
  ADD KEY `idx_createdby` (`created_by`),
  ADD KEY `idx_featured_catid` (`featured`,`catid`),
  ADD KEY `idx_language` (`language`),
  ADD KEY `idx_xreference` (`xreference`),
  ADD KEY `idx_alias` (`alias`(191));

--
-- Indexes for table `xjmw1_contentitem_tag_map`
--
ALTER TABLE `xjmw1_contentitem_tag_map`
  ADD UNIQUE KEY `uc_ItemnameTagid` (`type_id`,`content_item_id`,`tag_id`),
  ADD KEY `idx_tag_type` (`tag_id`,`type_id`),
  ADD KEY `idx_date_id` (`tag_date`,`tag_id`),
  ADD KEY `idx_core_content_id` (`core_content_id`);

--
-- Indexes for table `xjmw1_content_frontpage`
--
ALTER TABLE `xjmw1_content_frontpage`
  ADD PRIMARY KEY (`content_id`);

--
-- Indexes for table `xjmw1_content_rating`
--
ALTER TABLE `xjmw1_content_rating`
  ADD PRIMARY KEY (`content_id`);

--
-- Indexes for table `xjmw1_content_types`
--
ALTER TABLE `xjmw1_content_types`
  ADD PRIMARY KEY (`type_id`),
  ADD KEY `idx_alias` (`type_alias`(100));

--
-- Indexes for table `xjmw1_extensions`
--
ALTER TABLE `xjmw1_extensions`
  ADD PRIMARY KEY (`extension_id`),
  ADD KEY `element_clientid` (`element`,`client_id`),
  ADD KEY `element_folder_clientid` (`element`,`folder`,`client_id`),
  ADD KEY `extension` (`type`,`element`,`folder`,`client_id`);

--
-- Indexes for table `xjmw1_fields`
--
ALTER TABLE `xjmw1_fields`
  ADD PRIMARY KEY (`id`),
  ADD KEY `idx_checkout` (`checked_out`),
  ADD KEY `idx_state` (`state`),
  ADD KEY `idx_created_user_id` (`created_user_id`),
  ADD KEY `idx_access` (`access`),
  ADD KEY `idx_context` (`context`(191)),
  ADD KEY `idx_language` (`language`);

--
-- Indexes for table `xjmw1_fields_categories`
--
ALTER TABLE `xjmw1_fields_categories`
  ADD PRIMARY KEY (`field_id`,`category_id`);

--
-- Indexes for table `xjmw1_fields_groups`
--
ALTER TABLE `xjmw1_fields_groups`
  ADD PRIMARY KEY (`id`),
  ADD KEY `idx_checkout` (`checked_out`),
  ADD KEY `idx_state` (`state`),
  ADD KEY `idx_created_by` (`created_by`),
  ADD KEY `idx_access` (`access`),
  ADD KEY `idx_context` (`context`(191)),
  ADD KEY `idx_language` (`language`);

--
-- Indexes for table `xjmw1_fields_values`
--
ALTER TABLE `xjmw1_fields_values`
  ADD KEY `idx_field_id` (`field_id`),
  ADD KEY `idx_item_id` (`item_id`(191));

--
-- Indexes for table `xjmw1_finder_filters`
--
ALTER TABLE `xjmw1_finder_filters`
  ADD PRIMARY KEY (`filter_id`);

--
-- Indexes for table `xjmw1_finder_links`
--
ALTER TABLE `xjmw1_finder_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `idx_type` (`type_id`),
  ADD KEY `idx_title` (`title`(100)),
  ADD KEY `idx_md5` (`md5sum`),
  ADD KEY `idx_url` (`url`(75)),
  ADD KEY `idx_published_list` (`published`,`state`,`access`,`publish_start_date`,`publish_end_date`,`list_price`),
  ADD KEY `idx_published_sale` (`published`,`state`,`access`,`publish_start_date`,`publish_end_date`,`sale_price`);

--
-- Indexes for table `xjmw1_finder_links_terms0`
--
ALTER TABLE `xjmw1_finder_links_terms0`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `xjmw1_finder_links_terms1`
--
ALTER TABLE `xjmw1_finder_links_terms1`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `xjmw1_finder_links_terms2`
--
ALTER TABLE `xjmw1_finder_links_terms2`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `xjmw1_finder_links_terms3`
--
ALTER TABLE `xjmw1_finder_links_terms3`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `xjmw1_finder_links_terms4`
--
ALTER TABLE `xjmw1_finder_links_terms4`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `xjmw1_finder_links_terms5`
--
ALTER TABLE `xjmw1_finder_links_terms5`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `xjmw1_finder_links_terms6`
--
ALTER TABLE `xjmw1_finder_links_terms6`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `xjmw1_finder_links_terms7`
--
ALTER TABLE `xjmw1_finder_links_terms7`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `xjmw1_finder_links_terms8`
--
ALTER TABLE `xjmw1_finder_links_terms8`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `xjmw1_finder_links_terms9`
--
ALTER TABLE `xjmw1_finder_links_terms9`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `xjmw1_finder_links_termsa`
--
ALTER TABLE `xjmw1_finder_links_termsa`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `xjmw1_finder_links_termsb`
--
ALTER TABLE `xjmw1_finder_links_termsb`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `xjmw1_finder_links_termsc`
--
ALTER TABLE `xjmw1_finder_links_termsc`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `xjmw1_finder_links_termsd`
--
ALTER TABLE `xjmw1_finder_links_termsd`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `xjmw1_finder_links_termse`
--
ALTER TABLE `xjmw1_finder_links_termse`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `xjmw1_finder_links_termsf`
--
ALTER TABLE `xjmw1_finder_links_termsf`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `xjmw1_finder_taxonomy`
--
ALTER TABLE `xjmw1_finder_taxonomy`
  ADD PRIMARY KEY (`id`),
  ADD KEY `parent_id` (`parent_id`),
  ADD KEY `state` (`state`),
  ADD KEY `ordering` (`ordering`),
  ADD KEY `access` (`access`),
  ADD KEY `idx_parent_published` (`parent_id`,`state`,`access`);

--
-- Indexes for table `xjmw1_finder_taxonomy_map`
--
ALTER TABLE `xjmw1_finder_taxonomy_map`
  ADD PRIMARY KEY (`link_id`,`node_id`),
  ADD KEY `link_id` (`link_id`),
  ADD KEY `node_id` (`node_id`);

--
-- Indexes for table `xjmw1_finder_terms`
--
ALTER TABLE `xjmw1_finder_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD UNIQUE KEY `idx_term` (`term`),
  ADD KEY `idx_term_phrase` (`term`,`phrase`),
  ADD KEY `idx_stem_phrase` (`stem`,`phrase`),
  ADD KEY `idx_soundex_phrase` (`soundex`,`phrase`);

--
-- Indexes for table `xjmw1_finder_terms_common`
--
ALTER TABLE `xjmw1_finder_terms_common`
  ADD KEY `idx_word_lang` (`term`,`language`),
  ADD KEY `idx_lang` (`language`);

--
-- Indexes for table `xjmw1_finder_tokens`
--
ALTER TABLE `xjmw1_finder_tokens`
  ADD KEY `idx_word` (`term`),
  ADD KEY `idx_context` (`context`);

--
-- Indexes for table `xjmw1_finder_tokens_aggregate`
--
ALTER TABLE `xjmw1_finder_tokens_aggregate`
  ADD KEY `token` (`term`),
  ADD KEY `keyword_id` (`term_id`);

--
-- Indexes for table `xjmw1_finder_types`
--
ALTER TABLE `xjmw1_finder_types`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `title` (`title`);

--
-- Indexes for table `xjmw1_hikashop_address`
--
ALTER TABLE `xjmw1_hikashop_address`
  ADD PRIMARY KEY (`address_id`),
  ADD KEY `address_user_id` (`address_user_id`);

--
-- Indexes for table `xjmw1_hikashop_badge`
--
ALTER TABLE `xjmw1_hikashop_badge`
  ADD PRIMARY KEY (`badge_id`);

--
-- Indexes for table `xjmw1_hikashop_banner`
--
ALTER TABLE `xjmw1_hikashop_banner`
  ADD PRIMARY KEY (`banner_id`);

--
-- Indexes for table `xjmw1_hikashop_cart`
--
ALTER TABLE `xjmw1_hikashop_cart`
  ADD PRIMARY KEY (`cart_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `session_id` (`session_id`);

--
-- Indexes for table `xjmw1_hikashop_cart_product`
--
ALTER TABLE `xjmw1_hikashop_cart_product`
  ADD PRIMARY KEY (`cart_product_id`),
  ADD KEY `cart_id` (`cart_id`);

--
-- Indexes for table `xjmw1_hikashop_category`
--
ALTER TABLE `xjmw1_hikashop_category`
  ADD PRIMARY KEY (`category_id`),
  ADD UNIQUE KEY `category_namekey` (`category_namekey`);

--
-- Indexes for table `xjmw1_hikashop_characteristic`
--
ALTER TABLE `xjmw1_hikashop_characteristic`
  ADD PRIMARY KEY (`characteristic_id`);

--
-- Indexes for table `xjmw1_hikashop_click`
--
ALTER TABLE `xjmw1_hikashop_click`
  ADD PRIMARY KEY (`click_id`),
  ADD KEY `click_partner_id` (`click_partner_id`);

--
-- Indexes for table `xjmw1_hikashop_config`
--
ALTER TABLE `xjmw1_hikashop_config`
  ADD PRIMARY KEY (`config_namekey`);

--
-- Indexes for table `xjmw1_hikashop_currency`
--
ALTER TABLE `xjmw1_hikashop_currency`
  ADD PRIMARY KEY (`currency_id`),
  ADD UNIQUE KEY `currency_code` (`currency_code`);

--
-- Indexes for table `xjmw1_hikashop_discount`
--
ALTER TABLE `xjmw1_hikashop_discount`
  ADD PRIMARY KEY (`discount_id`),
  ADD UNIQUE KEY `discount_code` (`discount_code`);

--
-- Indexes for table `xjmw1_hikashop_download`
--
ALTER TABLE `xjmw1_hikashop_download`
  ADD PRIMARY KEY (`file_id`,`order_id`,`file_pos`);

--
-- Indexes for table `xjmw1_hikashop_entry`
--
ALTER TABLE `xjmw1_hikashop_entry`
  ADD PRIMARY KEY (`entry_id`),
  ADD KEY `order_id` (`order_id`);

--
-- Indexes for table `xjmw1_hikashop_field`
--
ALTER TABLE `xjmw1_hikashop_field`
  ADD PRIMARY KEY (`field_id`),
  ADD UNIQUE KEY `field_namekey` (`field_namekey`);

--
-- Indexes for table `xjmw1_hikashop_file`
--
ALTER TABLE `xjmw1_hikashop_file`
  ADD PRIMARY KEY (`file_id`),
  ADD KEY `file_type` (`file_type`);

--
-- Indexes for table `xjmw1_hikashop_filter`
--
ALTER TABLE `xjmw1_hikashop_filter`
  ADD PRIMARY KEY (`filter_id`),
  ADD UNIQUE KEY `filter_namekey` (`filter_namekey`);

--
-- Indexes for table `xjmw1_hikashop_geolocation`
--
ALTER TABLE `xjmw1_hikashop_geolocation`
  ADD PRIMARY KEY (`geolocation_id`),
  ADD KEY `geolocation_type` (`geolocation_type`,`geolocation_ref_id`);

--
-- Indexes for table `xjmw1_hikashop_history`
--
ALTER TABLE `xjmw1_hikashop_history`
  ADD PRIMARY KEY (`history_id`),
  ADD KEY `history_order_id` (`history_order_id`);

--
-- Indexes for table `xjmw1_hikashop_limit`
--
ALTER TABLE `xjmw1_hikashop_limit`
  ADD PRIMARY KEY (`limit_id`);

--
-- Indexes for table `xjmw1_hikashop_massaction`
--
ALTER TABLE `xjmw1_hikashop_massaction`
  ADD PRIMARY KEY (`massaction_id`),
  ADD KEY `massaction_table` (`massaction_table`);

--
-- Indexes for table `xjmw1_hikashop_order`
--
ALTER TABLE `xjmw1_hikashop_order`
  ADD PRIMARY KEY (`order_id`),
  ADD KEY `order_user_id` (`order_user_id`);

--
-- Indexes for table `xjmw1_hikashop_orderstatus`
--
ALTER TABLE `xjmw1_hikashop_orderstatus`
  ADD PRIMARY KEY (`orderstatus_id`),
  ADD UNIQUE KEY `orderstatus_namekey` (`orderstatus_namekey`);

--
-- Indexes for table `xjmw1_hikashop_order_product`
--
ALTER TABLE `xjmw1_hikashop_order_product`
  ADD PRIMARY KEY (`order_product_id`),
  ADD KEY `order_id` (`order_id`),
  ADD KEY `product_id` (`product_id`);

--
-- Indexes for table `xjmw1_hikashop_payment`
--
ALTER TABLE `xjmw1_hikashop_payment`
  ADD PRIMARY KEY (`payment_id`);

--
-- Indexes for table `xjmw1_hikashop_plugin`
--
ALTER TABLE `xjmw1_hikashop_plugin`
  ADD PRIMARY KEY (`plugin_id`);

--
-- Indexes for table `xjmw1_hikashop_price`
--
ALTER TABLE `xjmw1_hikashop_price`
  ADD PRIMARY KEY (`price_id`),
  ADD KEY `price_product_id` (`price_product_id`);

--
-- Indexes for table `xjmw1_hikashop_product`
--
ALTER TABLE `xjmw1_hikashop_product`
  ADD PRIMARY KEY (`product_id`),
  ADD UNIQUE KEY `product_code` (`product_code`),
  ADD KEY `product_parent_id` (`product_parent_id`),
  ADD KEY `product_main_index` (`product_type`,`product_quantity`,`product_published`);

--
-- Indexes for table `xjmw1_hikashop_product_category`
--
ALTER TABLE `xjmw1_hikashop_product_category`
  ADD PRIMARY KEY (`product_category_id`),
  ADD UNIQUE KEY `category_id` (`category_id`,`product_id`),
  ADD KEY `product_id` (`product_id`);

--
-- Indexes for table `xjmw1_hikashop_product_related`
--
ALTER TABLE `xjmw1_hikashop_product_related`
  ADD PRIMARY KEY (`product_id`,`product_related_id`,`product_related_type`);

--
-- Indexes for table `xjmw1_hikashop_shipping`
--
ALTER TABLE `xjmw1_hikashop_shipping`
  ADD PRIMARY KEY (`shipping_id`);

--
-- Indexes for table `xjmw1_hikashop_shipping_price`
--
ALTER TABLE `xjmw1_hikashop_shipping_price`
  ADD PRIMARY KEY (`shipping_price_id`);

--
-- Indexes for table `xjmw1_hikashop_tax`
--
ALTER TABLE `xjmw1_hikashop_tax`
  ADD PRIMARY KEY (`tax_namekey`);

--
-- Indexes for table `xjmw1_hikashop_taxation`
--
ALTER TABLE `xjmw1_hikashop_taxation`
  ADD PRIMARY KEY (`taxation_id`);

--
-- Indexes for table `xjmw1_hikashop_user`
--
ALTER TABLE `xjmw1_hikashop_user`
  ADD PRIMARY KEY (`user_id`),
  ADD UNIQUE KEY `user_email` (`user_email`),
  ADD KEY `user_cms_id` (`user_cms_id`);

--
-- Indexes for table `xjmw1_hikashop_variant`
--
ALTER TABLE `xjmw1_hikashop_variant`
  ADD PRIMARY KEY (`variant_characteristic_id`,`variant_product_id`),
  ADD KEY `variant_product_id` (`variant_product_id`);

--
-- Indexes for table `xjmw1_hikashop_vote`
--
ALTER TABLE `xjmw1_hikashop_vote`
  ADD PRIMARY KEY (`vote_id`);

--
-- Indexes for table `xjmw1_hikashop_vote_user`
--
ALTER TABLE `xjmw1_hikashop_vote_user`
  ADD PRIMARY KEY (`vote_user_id`,`vote_user_user_id`);

--
-- Indexes for table `xjmw1_hikashop_waitlist`
--
ALTER TABLE `xjmw1_hikashop_waitlist`
  ADD PRIMARY KEY (`waitlist_id`);

--
-- Indexes for table `xjmw1_hikashop_warehouse`
--
ALTER TABLE `xjmw1_hikashop_warehouse`
  ADD PRIMARY KEY (`warehouse_id`);

--
-- Indexes for table `xjmw1_hikashop_widget`
--
ALTER TABLE `xjmw1_hikashop_widget`
  ADD PRIMARY KEY (`widget_id`);

--
-- Indexes for table `xjmw1_hikashop_zone`
--
ALTER TABLE `xjmw1_hikashop_zone`
  ADD PRIMARY KEY (`zone_id`),
  ADD UNIQUE KEY `zone_namekey` (`zone_namekey`),
  ADD KEY `zone_code_3` (`zone_code_3`);

--
-- Indexes for table `xjmw1_hikashop_zone_link`
--
ALTER TABLE `xjmw1_hikashop_zone_link`
  ADD PRIMARY KEY (`zone_parent_namekey`(150),`zone_child_namekey`(150));

--
-- Indexes for table `xjmw1_languages`
--
ALTER TABLE `xjmw1_languages`
  ADD PRIMARY KEY (`lang_id`),
  ADD UNIQUE KEY `idx_sef` (`sef`),
  ADD UNIQUE KEY `idx_langcode` (`lang_code`),
  ADD KEY `idx_access` (`access`),
  ADD KEY `idx_ordering` (`ordering`);

--
-- Indexes for table `xjmw1_menu`
--
ALTER TABLE `xjmw1_menu`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `idx_client_id_parent_id_alias_language` (`client_id`,`parent_id`,`alias`(100),`language`),
  ADD KEY `idx_componentid` (`component_id`,`menutype`,`published`,`access`),
  ADD KEY `idx_menutype` (`menutype`),
  ADD KEY `idx_left_right` (`lft`,`rgt`),
  ADD KEY `idx_alias` (`alias`(100)),
  ADD KEY `idx_path` (`path`(100)),
  ADD KEY `idx_language` (`language`);

--
-- Indexes for table `xjmw1_menu_types`
--
ALTER TABLE `xjmw1_menu_types`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `idx_menutype` (`menutype`);

--
-- Indexes for table `xjmw1_messages`
--
ALTER TABLE `xjmw1_messages`
  ADD PRIMARY KEY (`message_id`),
  ADD KEY `useridto_state` (`user_id_to`,`state`);

--
-- Indexes for table `xjmw1_messages_cfg`
--
ALTER TABLE `xjmw1_messages_cfg`
  ADD UNIQUE KEY `idx_user_var_name` (`user_id`,`cfg_name`);

--
-- Indexes for table `xjmw1_modules`
--
ALTER TABLE `xjmw1_modules`
  ADD PRIMARY KEY (`id`),
  ADD KEY `published` (`published`,`access`),
  ADD KEY `newsfeeds` (`module`,`published`),
  ADD KEY `idx_language` (`language`);

--
-- Indexes for table `xjmw1_modules_menu`
--
ALTER TABLE `xjmw1_modules_menu`
  ADD PRIMARY KEY (`moduleid`,`menuid`);

--
-- Indexes for table `xjmw1_newsfeeds`
--
ALTER TABLE `xjmw1_newsfeeds`
  ADD PRIMARY KEY (`id`),
  ADD KEY `idx_access` (`access`),
  ADD KEY `idx_checkout` (`checked_out`),
  ADD KEY `idx_state` (`published`),
  ADD KEY `idx_catid` (`catid`),
  ADD KEY `idx_createdby` (`created_by`),
  ADD KEY `idx_language` (`language`),
  ADD KEY `idx_xreference` (`xreference`);

--
-- Indexes for table `xjmw1_overrider`
--
ALTER TABLE `xjmw1_overrider`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `xjmw1_postinstall_messages`
--
ALTER TABLE `xjmw1_postinstall_messages`
  ADD PRIMARY KEY (`postinstall_message_id`);

--
-- Indexes for table `xjmw1_privacy_consents`
--
ALTER TABLE `xjmw1_privacy_consents`
  ADD PRIMARY KEY (`id`),
  ADD KEY `idx_user_id` (`user_id`);

--
-- Indexes for table `xjmw1_privacy_requests`
--
ALTER TABLE `xjmw1_privacy_requests`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `xjmw1_redirect_links`
--
ALTER TABLE `xjmw1_redirect_links`
  ADD PRIMARY KEY (`id`),
  ADD KEY `idx_old_url` (`old_url`(100)),
  ADD KEY `idx_link_modifed` (`modified_date`);

--
-- Indexes for table `xjmw1_schemas`
--
ALTER TABLE `xjmw1_schemas`
  ADD PRIMARY KEY (`extension_id`,`version_id`);

--
-- Indexes for table `xjmw1_session`
--
ALTER TABLE `xjmw1_session`
  ADD PRIMARY KEY (`session_id`),
  ADD KEY `userid` (`userid`),
  ADD KEY `time` (`time`),
  ADD KEY `client_id_guest` (`client_id`,`guest`);

--
-- Indexes for table `xjmw1_smartforms`
--
ALTER TABLE `xjmw1_smartforms`
  ADD PRIMARY KEY (`form_id`);

--
-- Indexes for table `xjmw1_smartforms_entry`
--
ALTER TABLE `xjmw1_smartforms_entry`
  ADD PRIMARY KEY (`entry_id`);

--
-- Indexes for table `xjmw1_smart_forms_entry_detail`
--
ALTER TABLE `xjmw1_smart_forms_entry_detail`
  ADD PRIMARY KEY (`entry_detail_id`);

--
-- Indexes for table `xjmw1_smart_forms_options`
--
ALTER TABLE `xjmw1_smart_forms_options`
  ADD PRIMARY KEY (`option_id`);

--
-- Indexes for table `xjmw1_smart_forms_plugins`
--
ALTER TABLE `xjmw1_smart_forms_plugins`
  ADD PRIMARY KEY (`plugin_id`);

--
-- Indexes for table `xjmw1_smart_forms_uploaded_files`
--
ALTER TABLE `xjmw1_smart_forms_uploaded_files`
  ADD PRIMARY KEY (`uploaded_file_id`);

--
-- Indexes for table `xjmw1_tags`
--
ALTER TABLE `xjmw1_tags`
  ADD PRIMARY KEY (`id`),
  ADD KEY `tag_idx` (`published`,`access`),
  ADD KEY `idx_access` (`access`),
  ADD KEY `idx_checkout` (`checked_out`),
  ADD KEY `idx_path` (`path`(100)),
  ADD KEY `idx_left_right` (`lft`,`rgt`),
  ADD KEY `idx_alias` (`alias`(100)),
  ADD KEY `idx_language` (`language`);

--
-- Indexes for table `xjmw1_template_styles`
--
ALTER TABLE `xjmw1_template_styles`
  ADD PRIMARY KEY (`id`),
  ADD KEY `idx_template` (`template`),
  ADD KEY `idx_client_id` (`client_id`),
  ADD KEY `idx_client_id_home` (`client_id`,`home`);

--
-- Indexes for table `xjmw1_ucm_base`
--
ALTER TABLE `xjmw1_ucm_base`
  ADD PRIMARY KEY (`ucm_id`),
  ADD KEY `idx_ucm_item_id` (`ucm_item_id`),
  ADD KEY `idx_ucm_type_id` (`ucm_type_id`),
  ADD KEY `idx_ucm_language_id` (`ucm_language_id`);

--
-- Indexes for table `xjmw1_ucm_content`
--
ALTER TABLE `xjmw1_ucm_content`
  ADD PRIMARY KEY (`core_content_id`),
  ADD KEY `tag_idx` (`core_state`,`core_access`),
  ADD KEY `idx_access` (`core_access`),
  ADD KEY `idx_alias` (`core_alias`(100)),
  ADD KEY `idx_language` (`core_language`),
  ADD KEY `idx_title` (`core_title`(100)),
  ADD KEY `idx_modified_time` (`core_modified_time`),
  ADD KEY `idx_created_time` (`core_created_time`),
  ADD KEY `idx_content_type` (`core_type_alias`(100)),
  ADD KEY `idx_core_modified_user_id` (`core_modified_user_id`),
  ADD KEY `idx_core_checked_out_user_id` (`core_checked_out_user_id`),
  ADD KEY `idx_core_created_user_id` (`core_created_user_id`),
  ADD KEY `idx_core_type_id` (`core_type_id`);

--
-- Indexes for table `xjmw1_ucm_history`
--
ALTER TABLE `xjmw1_ucm_history`
  ADD PRIMARY KEY (`version_id`),
  ADD KEY `idx_ucm_item_id` (`ucm_type_id`,`ucm_item_id`),
  ADD KEY `idx_save_date` (`save_date`);

--
-- Indexes for table `xjmw1_updates`
--
ALTER TABLE `xjmw1_updates`
  ADD PRIMARY KEY (`update_id`);

--
-- Indexes for table `xjmw1_update_sites`
--
ALTER TABLE `xjmw1_update_sites`
  ADD PRIMARY KEY (`update_site_id`);

--
-- Indexes for table `xjmw1_update_sites_extensions`
--
ALTER TABLE `xjmw1_update_sites_extensions`
  ADD PRIMARY KEY (`update_site_id`,`extension_id`);

--
-- Indexes for table `xjmw1_usergroups`
--
ALTER TABLE `xjmw1_usergroups`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `idx_usergroup_parent_title_lookup` (`parent_id`,`title`),
  ADD KEY `idx_usergroup_title_lookup` (`title`),
  ADD KEY `idx_usergroup_adjacency_lookup` (`parent_id`),
  ADD KEY `idx_usergroup_nested_set_lookup` (`lft`,`rgt`) USING BTREE;

--
-- Indexes for table `xjmw1_users`
--
ALTER TABLE `xjmw1_users`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `idx_username` (`username`),
  ADD KEY `idx_name` (`name`(100)),
  ADD KEY `idx_block` (`block`),
  ADD KEY `email` (`email`);

--
-- Indexes for table `xjmw1_user_keys`
--
ALTER TABLE `xjmw1_user_keys`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `series` (`series`),
  ADD KEY `user_id` (`user_id`);

--
-- Indexes for table `xjmw1_user_notes`
--
ALTER TABLE `xjmw1_user_notes`
  ADD PRIMARY KEY (`id`),
  ADD KEY `idx_user_id` (`user_id`),
  ADD KEY `idx_category_id` (`catid`);

--
-- Indexes for table `xjmw1_user_profiles`
--
ALTER TABLE `xjmw1_user_profiles`
  ADD UNIQUE KEY `idx_user_id_profile_key` (`user_id`,`profile_key`);

--
-- Indexes for table `xjmw1_user_usergroup_map`
--
ALTER TABLE `xjmw1_user_usergroup_map`
  ADD PRIMARY KEY (`user_id`,`group_id`);

--
-- Indexes for table `xjmw1_viewlevels`
--
ALTER TABLE `xjmw1_viewlevels`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `idx_assetgroup_title_lookup` (`title`);

--
-- Indexes for table `xjmw1_virtuemart_adminmenuentries`
--
ALTER TABLE `xjmw1_virtuemart_adminmenuentries`
  ADD PRIMARY KEY (`id`),
  ADD KEY `module_id` (`module_id`),
  ADD KEY `published` (`published`),
  ADD KEY `ordering` (`ordering`);

--
-- Indexes for table `xjmw1_virtuemart_calcs`
--
ALTER TABLE `xjmw1_virtuemart_calcs`
  ADD PRIMARY KEY (`virtuemart_calc_id`),
  ADD KEY `virtuemart_vendor_id` (`virtuemart_vendor_id`),
  ADD KEY `published` (`published`),
  ADD KEY `calc_kind` (`calc_kind`),
  ADD KEY `shared` (`shared`),
  ADD KEY `publish_up` (`publish_up`),
  ADD KEY `publish_down` (`publish_down`);

--
-- Indexes for table `xjmw1_virtuemart_calc_categories`
--
ALTER TABLE `xjmw1_virtuemart_calc_categories`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `virtuemart_calc_id` (`virtuemart_calc_id`,`virtuemart_category_id`);

--
-- Indexes for table `xjmw1_virtuemart_calc_countries`
--
ALTER TABLE `xjmw1_virtuemart_calc_countries`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `virtuemart_calc_id` (`virtuemart_calc_id`,`virtuemart_country_id`);

--
-- Indexes for table `xjmw1_virtuemart_calc_manufacturers`
--
ALTER TABLE `xjmw1_virtuemart_calc_manufacturers`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `virtuemart_calc_id` (`virtuemart_calc_id`,`virtuemart_manufacturer_id`);

--
-- Indexes for table `xjmw1_virtuemart_calc_shoppergroups`
--
ALTER TABLE `xjmw1_virtuemart_calc_shoppergroups`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `virtuemart_calc_id` (`virtuemart_calc_id`,`virtuemart_shoppergroup_id`);

--
-- Indexes for table `xjmw1_virtuemart_calc_states`
--
ALTER TABLE `xjmw1_virtuemart_calc_states`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `virtuemart_calc_id` (`virtuemart_calc_id`,`virtuemart_state_id`);

--
-- Indexes for table `xjmw1_virtuemart_carts`
--
ALTER TABLE `xjmw1_virtuemart_carts`
  ADD PRIMARY KEY (`virtuemart_cart_id`),
  ADD KEY `virtuemart_vendor_id` (`virtuemart_vendor_id`),
  ADD KEY `virtuemart_user_id` (`virtuemart_user_id`);

--
-- Indexes for table `xjmw1_virtuemart_categories`
--
ALTER TABLE `xjmw1_virtuemart_categories`
  ADD PRIMARY KEY (`virtuemart_category_id`),
  ADD KEY `virtuemart_vendor_id` (`virtuemart_vendor_id`),
  ADD KEY `published` (`published`),
  ADD KEY `shared` (`shared`),
  ADD KEY `ordering` (`ordering`);

--
-- Indexes for table `xjmw1_virtuemart_categories_en_gb`
--
ALTER TABLE `xjmw1_virtuemart_categories_en_gb`
  ADD PRIMARY KEY (`virtuemart_category_id`),
  ADD UNIQUE KEY `slug` (`slug`);

--
-- Indexes for table `xjmw1_virtuemart_category_categories`
--
ALTER TABLE `xjmw1_virtuemart_category_categories`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `category_parent_id` (`category_parent_id`,`category_child_id`),
  ADD KEY `category_child_id` (`category_child_id`),
  ADD KEY `ordering` (`ordering`);

--
-- Indexes for table `xjmw1_virtuemart_category_medias`
--
ALTER TABLE `xjmw1_virtuemart_category_medias`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `virtuemart_category_id` (`virtuemart_category_id`,`virtuemart_media_id`),
  ADD KEY `ordering` (`virtuemart_category_id`,`ordering`);

--
-- Indexes for table `xjmw1_virtuemart_configs`
--
ALTER TABLE `xjmw1_virtuemart_configs`
  ADD PRIMARY KEY (`virtuemart_config_id`);

--
-- Indexes for table `xjmw1_virtuemart_countries`
--
ALTER TABLE `xjmw1_virtuemart_countries`
  ADD PRIMARY KEY (`virtuemart_country_id`),
  ADD UNIQUE KEY `country_3_code` (`country_3_code`),
  ADD UNIQUE KEY `country_2_code` (`country_2_code`),
  ADD KEY `country_name` (`country_name`),
  ADD KEY `ordering` (`ordering`),
  ADD KEY `published` (`published`);

--
-- Indexes for table `xjmw1_virtuemart_coupons`
--
ALTER TABLE `xjmw1_virtuemart_coupons`
  ADD PRIMARY KEY (`virtuemart_coupon_id`),
  ADD KEY `virtuemart_vendor_id` (`virtuemart_vendor_id`),
  ADD KEY `coupon_code` (`coupon_code`),
  ADD KEY `coupon_type` (`coupon_type`),
  ADD KEY `published` (`published`);

--
-- Indexes for table `xjmw1_virtuemart_currencies`
--
ALTER TABLE `xjmw1_virtuemart_currencies`
  ADD PRIMARY KEY (`virtuemart_currency_id`),
  ADD UNIQUE KEY `currency_code_3` (`currency_code_3`),
  ADD KEY `ordering` (`ordering`),
  ADD KEY `currency_name` (`currency_name`),
  ADD KEY `published` (`published`),
  ADD KEY `shared` (`shared`),
  ADD KEY `virtuemart_vendor_id` (`virtuemart_vendor_id`),
  ADD KEY `currency_numeric_code` (`currency_numeric_code`);

--
-- Indexes for table `xjmw1_virtuemart_customs`
--
ALTER TABLE `xjmw1_virtuemart_customs`
  ADD PRIMARY KEY (`virtuemart_custom_id`),
  ADD KEY `custom_parent_id` (`custom_parent_id`),
  ADD KEY `virtuemart_vendor_id` (`virtuemart_vendor_id`),
  ADD KEY `custom_element` (`custom_element`),
  ADD KEY `field_type` (`field_type`),
  ADD KEY `is_cart_attribute` (`is_cart_attribute`),
  ADD KEY `is_input` (`is_input`),
  ADD KEY `searchable` (`searchable`),
  ADD KEY `shared` (`shared`),
  ADD KEY `published` (`published`),
  ADD KEY `ordering` (`ordering`);

--
-- Indexes for table `xjmw1_virtuemart_invoices`
--
ALTER TABLE `xjmw1_virtuemart_invoices`
  ADD PRIMARY KEY (`virtuemart_invoice_id`),
  ADD UNIQUE KEY `invoice_number` (`invoice_number`,`virtuemart_vendor_id`),
  ADD KEY `virtuemart_order_id` (`virtuemart_order_id`),
  ADD KEY `virtuemart_vendor_id` (`virtuemart_vendor_id`);

--
-- Indexes for table `xjmw1_virtuemart_manufacturercategories`
--
ALTER TABLE `xjmw1_virtuemart_manufacturercategories`
  ADD PRIMARY KEY (`virtuemart_manufacturercategories_id`),
  ADD KEY `published` (`published`);

--
-- Indexes for table `xjmw1_virtuemart_manufacturercategories_en_gb`
--
ALTER TABLE `xjmw1_virtuemart_manufacturercategories_en_gb`
  ADD PRIMARY KEY (`virtuemart_manufacturercategories_id`),
  ADD UNIQUE KEY `slug` (`slug`);

--
-- Indexes for table `xjmw1_virtuemart_manufacturers`
--
ALTER TABLE `xjmw1_virtuemart_manufacturers`
  ADD PRIMARY KEY (`virtuemart_manufacturer_id`),
  ADD UNIQUE KEY `virtuemart_manufacturercategories_id` (`virtuemart_manufacturer_id`,`virtuemart_manufacturercategories_id`),
  ADD KEY `published` (`published`);

--
-- Indexes for table `xjmw1_virtuemart_manufacturers_en_gb`
--
ALTER TABLE `xjmw1_virtuemart_manufacturers_en_gb`
  ADD PRIMARY KEY (`virtuemart_manufacturer_id`),
  ADD UNIQUE KEY `slug` (`slug`);

--
-- Indexes for table `xjmw1_virtuemart_manufacturer_medias`
--
ALTER TABLE `xjmw1_virtuemart_manufacturer_medias`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `virtuemart_manufacturer_id` (`virtuemart_manufacturer_id`,`virtuemart_media_id`),
  ADD KEY `ordering` (`ordering`);

--
-- Indexes for table `xjmw1_virtuemart_medias`
--
ALTER TABLE `xjmw1_virtuemart_medias`
  ADD PRIMARY KEY (`virtuemart_media_id`),
  ADD KEY `virtuemart_vendor_id` (`virtuemart_vendor_id`),
  ADD KEY `published` (`published`),
  ADD KEY `file_type` (`file_type`),
  ADD KEY `shared` (`shared`);

--
-- Indexes for table `xjmw1_virtuemart_migration_oldtonew_ids`
--
ALTER TABLE `xjmw1_virtuemart_migration_oldtonew_ids`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `xjmw1_virtuemart_modules`
--
ALTER TABLE `xjmw1_virtuemart_modules`
  ADD PRIMARY KEY (`module_id`),
  ADD KEY `module_name` (`module_name`),
  ADD KEY `ordering` (`ordering`),
  ADD KEY `published` (`published`);

--
-- Indexes for table `xjmw1_virtuemart_orders`
--
ALTER TABLE `xjmw1_virtuemart_orders`
  ADD PRIMARY KEY (`virtuemart_order_id`),
  ADD KEY `virtuemart_user_id` (`virtuemart_user_id`),
  ADD KEY `virtuemart_vendor_id` (`virtuemart_vendor_id`),
  ADD KEY `order_number` (`order_number`),
  ADD KEY `virtuemart_paymentmethod_id` (`virtuemart_paymentmethod_id`),
  ADD KEY `virtuemart_shipmentmethod_id` (`virtuemart_shipmentmethod_id`),
  ADD KEY `created_on` (`created_on`);

--
-- Indexes for table `xjmw1_virtuemart_orderstates`
--
ALTER TABLE `xjmw1_virtuemart_orderstates`
  ADD PRIMARY KEY (`virtuemart_orderstate_id`),
  ADD KEY `ordering` (`ordering`),
  ADD KEY `virtuemart_vendor_id` (`virtuemart_vendor_id`),
  ADD KEY `published` (`published`);

--
-- Indexes for table `xjmw1_virtuemart_order_calc_rules`
--
ALTER TABLE `xjmw1_virtuemart_order_calc_rules`
  ADD PRIMARY KEY (`virtuemart_order_calc_rule_id`),
  ADD KEY `virtuemart_calc_id` (`virtuemart_calc_id`),
  ADD KEY `virtuemart_order_id` (`virtuemart_order_id`),
  ADD KEY `virtuemart_vendor_id` (`virtuemart_vendor_id`);

--
-- Indexes for table `xjmw1_virtuemart_order_histories`
--
ALTER TABLE `xjmw1_virtuemart_order_histories`
  ADD PRIMARY KEY (`virtuemart_order_history_id`),
  ADD KEY `virtuemart_order_id` (`virtuemart_order_id`);

--
-- Indexes for table `xjmw1_virtuemart_order_items`
--
ALTER TABLE `xjmw1_virtuemart_order_items`
  ADD PRIMARY KEY (`virtuemart_order_item_id`),
  ADD KEY `virtuemart_product_id` (`virtuemart_product_id`),
  ADD KEY `virtuemart_order_id` (`virtuemart_order_id`),
  ADD KEY `virtuemart_vendor_id` (`virtuemart_vendor_id`),
  ADD KEY `order_status` (`order_status`);

--
-- Indexes for table `xjmw1_virtuemart_order_item_histories`
--
ALTER TABLE `xjmw1_virtuemart_order_item_histories`
  ADD PRIMARY KEY (`virtuemart_order_item_history_id`),
  ADD KEY `virtuemart_order_id` (`virtuemart_order_id`);

--
-- Indexes for table `xjmw1_virtuemart_order_userinfos`
--
ALTER TABLE `xjmw1_virtuemart_order_userinfos`
  ADD PRIMARY KEY (`virtuemart_order_userinfo_id`),
  ADD KEY `virtuemart_order_id` (`virtuemart_order_id`),
  ADD KEY `virtuemart_user_id` (`virtuemart_user_id`,`address_type`),
  ADD KEY `address_type` (`address_type`);

--
-- Indexes for table `xjmw1_virtuemart_paymentmethods`
--
ALTER TABLE `xjmw1_virtuemart_paymentmethods`
  ADD PRIMARY KEY (`virtuemart_paymentmethod_id`),
  ADD KEY `payment_jplugin_id` (`payment_jplugin_id`),
  ADD KEY `virtuemart_vendor_id` (`virtuemart_vendor_id`),
  ADD KEY `payment_element` (`payment_element`,`virtuemart_vendor_id`),
  ADD KEY `ordering` (`ordering`);

--
-- Indexes for table `xjmw1_virtuemart_paymentmethods_en_gb`
--
ALTER TABLE `xjmw1_virtuemart_paymentmethods_en_gb`
  ADD PRIMARY KEY (`virtuemart_paymentmethod_id`),
  ADD UNIQUE KEY `slug` (`slug`);

--
-- Indexes for table `xjmw1_virtuemart_paymentmethod_shoppergroups`
--
ALTER TABLE `xjmw1_virtuemart_paymentmethod_shoppergroups`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `virtuemart_paymentmethod_id` (`virtuemart_paymentmethod_id`,`virtuemart_shoppergroup_id`);

--
-- Indexes for table `xjmw1_virtuemart_payment_plg_paypal`
--
ALTER TABLE `xjmw1_virtuemart_payment_plg_paypal`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `xjmw1_virtuemart_products`
--
ALTER TABLE `xjmw1_virtuemart_products`
  ADD PRIMARY KEY (`virtuemart_product_id`),
  ADD KEY `virtuemart_vendor_id` (`virtuemart_vendor_id`),
  ADD KEY `product_parent_id` (`product_parent_id`),
  ADD KEY `product_special` (`product_special`),
  ADD KEY `product_discontinued` (`product_discontinued`),
  ADD KEY `product_in_stock` (`product_in_stock`),
  ADD KEY `product_ordered` (`product_ordered`),
  ADD KEY `product_sku` (`product_sku`),
  ADD KEY `published` (`published`),
  ADD KEY `pordering` (`pordering`),
  ADD KEY `created_on` (`created_on`),
  ADD KEY `modified_on` (`modified_on`);

--
-- Indexes for table `xjmw1_virtuemart_products_en_gb`
--
ALTER TABLE `xjmw1_virtuemart_products_en_gb`
  ADD PRIMARY KEY (`virtuemart_product_id`),
  ADD UNIQUE KEY `slug` (`slug`);

--
-- Indexes for table `xjmw1_virtuemart_product_categories`
--
ALTER TABLE `xjmw1_virtuemart_product_categories`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `virtuemart_product_id` (`virtuemart_product_id`,`virtuemart_category_id`),
  ADD KEY `ordering` (`ordering`);

--
-- Indexes for table `xjmw1_virtuemart_product_customfields`
--
ALTER TABLE `xjmw1_virtuemart_product_customfields`
  ADD PRIMARY KEY (`virtuemart_customfield_id`),
  ADD UNIQUE KEY `unique_custf_prd_value` (`virtuemart_customfield_id`,`virtuemart_product_id`,`virtuemart_custom_id`,`customfield_value`(50)),
  ADD KEY `unique_cust_prd_value` (`virtuemart_custom_id`,`virtuemart_product_id`,`customfield_value`(50)),
  ADD KEY `customfield_value` (`customfield_value`(50)),
  ADD KEY `virtuemart_product_id` (`virtuemart_product_id`,`ordering`),
  ADD KEY `virtuemart_custom_id` (`virtuemart_custom_id`),
  ADD KEY `published` (`published`),
  ADD KEY `ordering` (`ordering`);

--
-- Indexes for table `xjmw1_virtuemart_product_manufacturers`
--
ALTER TABLE `xjmw1_virtuemart_product_manufacturers`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `virtuemart_product_id` (`virtuemart_product_id`,`virtuemart_manufacturer_id`);

--
-- Indexes for table `xjmw1_virtuemart_product_medias`
--
ALTER TABLE `xjmw1_virtuemart_product_medias`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `virtuemart_product_id` (`virtuemart_product_id`,`virtuemart_media_id`),
  ADD KEY `virtuemart_media_id` (`virtuemart_media_id`),
  ADD KEY `ordering` (`virtuemart_product_id`,`ordering`);

--
-- Indexes for table `xjmw1_virtuemart_product_prices`
--
ALTER TABLE `xjmw1_virtuemart_product_prices`
  ADD PRIMARY KEY (`virtuemart_product_price_id`),
  ADD KEY `virtuemart_product_id` (`virtuemart_product_id`),
  ADD KEY `product_price` (`product_price`),
  ADD KEY `virtuemart_shoppergroup_id` (`virtuemart_shoppergroup_id`),
  ADD KEY `product_price_publish_up` (`product_price_publish_up`),
  ADD KEY `product_price_publish_down` (`product_price_publish_down`),
  ADD KEY `price_quantity_start` (`price_quantity_start`),
  ADD KEY `price_quantity_end` (`price_quantity_end`);

--
-- Indexes for table `xjmw1_virtuemart_product_shoppergroups`
--
ALTER TABLE `xjmw1_virtuemart_product_shoppergroups`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `virtuemart_product_id` (`virtuemart_product_id`,`virtuemart_shoppergroup_id`);

--
-- Indexes for table `xjmw1_virtuemart_ratings`
--
ALTER TABLE `xjmw1_virtuemart_ratings`
  ADD PRIMARY KEY (`virtuemart_rating_id`),
  ADD UNIQUE KEY `virtuemart_product_id` (`virtuemart_product_id`,`virtuemart_rating_id`),
  ADD KEY `published` (`published`);

--
-- Indexes for table `xjmw1_virtuemart_rating_reviews`
--
ALTER TABLE `xjmw1_virtuemart_rating_reviews`
  ADD PRIMARY KEY (`virtuemart_rating_review_id`),
  ADD KEY `virtuemart_rating_vote_id` (`virtuemart_rating_vote_id`),
  ADD KEY `virtuemart_product_id` (`virtuemart_product_id`,`created_by`),
  ADD KEY `created_on` (`created_on`),
  ADD KEY `created_by` (`created_by`),
  ADD KEY `published` (`published`);

--
-- Indexes for table `xjmw1_virtuemart_rating_votes`
--
ALTER TABLE `xjmw1_virtuemart_rating_votes`
  ADD PRIMARY KEY (`virtuemart_rating_vote_id`),
  ADD KEY `virtuemart_product_id` (`virtuemart_product_id`,`created_by`),
  ADD KEY `created_by` (`created_by`),
  ADD KEY `created_on` (`created_on`);

--
-- Indexes for table `xjmw1_virtuemart_shipmentmethods`
--
ALTER TABLE `xjmw1_virtuemart_shipmentmethods`
  ADD PRIMARY KEY (`virtuemart_shipmentmethod_id`),
  ADD KEY `shipment_jplugin_id` (`shipment_jplugin_id`),
  ADD KEY `shipment_element` (`shipment_element`,`virtuemart_vendor_id`),
  ADD KEY `ordering` (`ordering`);

--
-- Indexes for table `xjmw1_virtuemart_shipmentmethods_en_gb`
--
ALTER TABLE `xjmw1_virtuemart_shipmentmethods_en_gb`
  ADD PRIMARY KEY (`virtuemart_shipmentmethod_id`),
  ADD UNIQUE KEY `slug` (`slug`);

--
-- Indexes for table `xjmw1_virtuemart_shipmentmethod_shoppergroups`
--
ALTER TABLE `xjmw1_virtuemart_shipmentmethod_shoppergroups`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `virtuemart_shipmentmethod_id` (`virtuemart_shipmentmethod_id`,`virtuemart_shoppergroup_id`);

--
-- Indexes for table `xjmw1_virtuemart_shipment_plg_weight_countries`
--
ALTER TABLE `xjmw1_virtuemart_shipment_plg_weight_countries`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `xjmw1_virtuemart_shoppergroups`
--
ALTER TABLE `xjmw1_virtuemart_shoppergroups`
  ADD PRIMARY KEY (`virtuemart_shoppergroup_id`),
  ADD KEY `virtuemart_vendor_id` (`virtuemart_vendor_id`),
  ADD KEY `shopper_group_name` (`shopper_group_name`),
  ADD KEY `ordering` (`ordering`),
  ADD KEY `shared` (`shared`),
  ADD KEY `published` (`published`);

--
-- Indexes for table `xjmw1_virtuemart_states`
--
ALTER TABLE `xjmw1_virtuemart_states`
  ADD PRIMARY KEY (`virtuemart_state_id`),
  ADD UNIQUE KEY `state_3_code` (`virtuemart_vendor_id`,`virtuemart_country_id`,`state_3_code`),
  ADD UNIQUE KEY `state_2_code` (`virtuemart_vendor_id`,`virtuemart_country_id`,`state_2_code`),
  ADD KEY `virtuemart_vendor_id` (`virtuemart_vendor_id`),
  ADD KEY `virtuemart_country_id` (`virtuemart_country_id`),
  ADD KEY `ordering` (`ordering`),
  ADD KEY `shared` (`shared`),
  ADD KEY `published` (`published`);

--
-- Indexes for table `xjmw1_virtuemart_userfields`
--
ALTER TABLE `xjmw1_virtuemart_userfields`
  ADD PRIMARY KEY (`virtuemart_userfield_id`),
  ADD UNIQUE KEY `name` (`name`),
  ADD KEY `virtuemart_vendor_id` (`virtuemart_vendor_id`),
  ADD KEY `ordering` (`ordering`),
  ADD KEY `shared` (`shared`),
  ADD KEY `published` (`published`),
  ADD KEY `account` (`account`),
  ADD KEY `shipment` (`shipment`),
  ADD KEY `cart` (`cart`);

--
-- Indexes for table `xjmw1_virtuemart_userfield_values`
--
ALTER TABLE `xjmw1_virtuemart_userfield_values`
  ADD PRIMARY KEY (`virtuemart_userfield_value_id`),
  ADD KEY `virtuemart_userfield_id` (`virtuemart_userfield_id`);

--
-- Indexes for table `xjmw1_virtuemart_userinfos`
--
ALTER TABLE `xjmw1_virtuemart_userinfos`
  ADD PRIMARY KEY (`virtuemart_userinfo_id`),
  ADD KEY `i_virtuemart_user_id` (`virtuemart_userinfo_id`,`virtuemart_user_id`),
  ADD KEY `virtuemart_user_id` (`virtuemart_user_id`,`address_type`),
  ADD KEY `address_type` (`address_type`),
  ADD KEY `address_type_name` (`address_type_name`);

--
-- Indexes for table `xjmw1_virtuemart_vendors`
--
ALTER TABLE `xjmw1_virtuemart_vendors`
  ADD PRIMARY KEY (`virtuemart_vendor_id`),
  ADD KEY `vendor_name` (`vendor_name`),
  ADD KEY `vendor_currency` (`vendor_currency`);

--
-- Indexes for table `xjmw1_virtuemart_vendors_en_gb`
--
ALTER TABLE `xjmw1_virtuemart_vendors_en_gb`
  ADD PRIMARY KEY (`virtuemart_vendor_id`),
  ADD UNIQUE KEY `slug` (`slug`);

--
-- Indexes for table `xjmw1_virtuemart_vendor_medias`
--
ALTER TABLE `xjmw1_virtuemart_vendor_medias`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `virtuemart_vendor_id` (`virtuemart_vendor_id`,`virtuemart_media_id`);

--
-- Indexes for table `xjmw1_virtuemart_vendor_users`
--
ALTER TABLE `xjmw1_virtuemart_vendor_users`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `virtuemart_vendor_user_id` (`virtuemart_vendor_user_id`,`virtuemart_user_id`);

--
-- Indexes for table `xjmw1_virtuemart_vmusers`
--
ALTER TABLE `xjmw1_virtuemart_vmusers`
  ADD PRIMARY KEY (`virtuemart_user_id`),
  ADD UNIQUE KEY `u_virtuemart_user_id` (`virtuemart_user_id`,`virtuemart_vendor_id`),
  ADD KEY `virtuemart_vendor_id` (`virtuemart_vendor_id`),
  ADD KEY `user_is_vendor` (`user_is_vendor`);

--
-- Indexes for table `xjmw1_virtuemart_vmuser_shoppergroups`
--
ALTER TABLE `xjmw1_virtuemart_vmuser_shoppergroups`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `virtuemart_user_id` (`virtuemart_user_id`,`virtuemart_shoppergroup_id`);

--
-- Indexes for table `xjmw1_virtuemart_waitingusers`
--
ALTER TABLE `xjmw1_virtuemart_waitingusers`
  ADD PRIMARY KEY (`virtuemart_waitinguser_id`),
  ADD KEY `virtuemart_product_id` (`virtuemart_product_id`),
  ADD KEY `notify_email` (`notify_email`);

--
-- Indexes for table `xjmw1_virtuemart_worldzones`
--
ALTER TABLE `xjmw1_virtuemart_worldzones`
  ADD PRIMARY KEY (`virtuemart_worldzone_id`),
  ADD KEY `virtuemart_vendor_id` (`virtuemart_vendor_id`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `xjmw1_action_logs`
--
ALTER TABLE `xjmw1_action_logs`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_action_logs_extensions`
--
ALTER TABLE `xjmw1_action_logs_extensions`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19;

--
-- AUTO_INCREMENT for table `xjmw1_action_log_config`
--
ALTER TABLE `xjmw1_action_log_config`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20;

--
-- AUTO_INCREMENT for table `xjmw1_assets`
--
ALTER TABLE `xjmw1_assets`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary Key', AUTO_INCREMENT=722;

--
-- AUTO_INCREMENT for table `xjmw1_banners`
--
ALTER TABLE `xjmw1_banners`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_banner_clients`
--
ALTER TABLE `xjmw1_banner_clients`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_categories`
--
ALTER TABLE `xjmw1_categories`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;

--
-- AUTO_INCREMENT for table `xjmw1_contact_details`
--
ALTER TABLE `xjmw1_contact_details`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `xjmw1_content`
--
ALTER TABLE `xjmw1_content`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=25;

--
-- AUTO_INCREMENT for table `xjmw1_content_types`
--
ALTER TABLE `xjmw1_content_types`
  MODIFY `type_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10001;

--
-- AUTO_INCREMENT for table `xjmw1_extensions`
--
ALTER TABLE `xjmw1_extensions`
  MODIFY `extension_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10297;

--
-- AUTO_INCREMENT for table `xjmw1_fields`
--
ALTER TABLE `xjmw1_fields`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_fields_groups`
--
ALTER TABLE `xjmw1_fields_groups`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_finder_filters`
--
ALTER TABLE `xjmw1_finder_filters`
  MODIFY `filter_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_finder_links`
--
ALTER TABLE `xjmw1_finder_links`
  MODIFY `link_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_finder_taxonomy`
--
ALTER TABLE `xjmw1_finder_taxonomy`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `xjmw1_finder_terms`
--
ALTER TABLE `xjmw1_finder_terms`
  MODIFY `term_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_finder_types`
--
ALTER TABLE `xjmw1_finder_types`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `xjmw1_hikashop_address`
--
ALTER TABLE `xjmw1_hikashop_address`
  MODIFY `address_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_hikashop_badge`
--
ALTER TABLE `xjmw1_hikashop_badge`
  MODIFY `badge_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `xjmw1_hikashop_banner`
--
ALTER TABLE `xjmw1_hikashop_banner`
  MODIFY `banner_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_hikashop_cart`
--
ALTER TABLE `xjmw1_hikashop_cart`
  MODIFY `cart_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_hikashop_cart_product`
--
ALTER TABLE `xjmw1_hikashop_cart_product`
  MODIFY `cart_product_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_hikashop_category`
--
ALTER TABLE `xjmw1_hikashop_category`
  MODIFY `category_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=41;

--
-- AUTO_INCREMENT for table `xjmw1_hikashop_characteristic`
--
ALTER TABLE `xjmw1_hikashop_characteristic`
  MODIFY `characteristic_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=27;

--
-- AUTO_INCREMENT for table `xjmw1_hikashop_click`
--
ALTER TABLE `xjmw1_hikashop_click`
  MODIFY `click_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_hikashop_currency`
--
ALTER TABLE `xjmw1_hikashop_currency`
  MODIFY `currency_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=183;

--
-- AUTO_INCREMENT for table `xjmw1_hikashop_discount`
--
ALTER TABLE `xjmw1_hikashop_discount`
  MODIFY `discount_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_hikashop_entry`
--
ALTER TABLE `xjmw1_hikashop_entry`
  MODIFY `entry_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_hikashop_field`
--
ALTER TABLE `xjmw1_hikashop_field`
  MODIFY `field_id` smallint(5) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=58;

--
-- AUTO_INCREMENT for table `xjmw1_hikashop_file`
--
ALTER TABLE `xjmw1_hikashop_file`
  MODIFY `file_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=168;

--
-- AUTO_INCREMENT for table `xjmw1_hikashop_filter`
--
ALTER TABLE `xjmw1_hikashop_filter`
  MODIFY `filter_id` smallint(5) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_hikashop_geolocation`
--
ALTER TABLE `xjmw1_hikashop_geolocation`
  MODIFY `geolocation_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_hikashop_history`
--
ALTER TABLE `xjmw1_hikashop_history`
  MODIFY `history_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `xjmw1_hikashop_limit`
--
ALTER TABLE `xjmw1_hikashop_limit`
  MODIFY `limit_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_hikashop_massaction`
--
ALTER TABLE `xjmw1_hikashop_massaction`
  MODIFY `massaction_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_hikashop_order`
--
ALTER TABLE `xjmw1_hikashop_order`
  MODIFY `order_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `xjmw1_hikashop_orderstatus`
--
ALTER TABLE `xjmw1_hikashop_orderstatus`
  MODIFY `orderstatus_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `xjmw1_hikashop_order_product`
--
ALTER TABLE `xjmw1_hikashop_order_product`
  MODIFY `order_product_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_hikashop_payment`
--
ALTER TABLE `xjmw1_hikashop_payment`
  MODIFY `payment_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;

--
-- AUTO_INCREMENT for table `xjmw1_hikashop_plugin`
--
ALTER TABLE `xjmw1_hikashop_plugin`
  MODIFY `plugin_id` int(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_hikashop_price`
--
ALTER TABLE `xjmw1_hikashop_price`
  MODIFY `price_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=129;

--
-- AUTO_INCREMENT for table `xjmw1_hikashop_product`
--
ALTER TABLE `xjmw1_hikashop_product`
  MODIFY `product_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=127;

--
-- AUTO_INCREMENT for table `xjmw1_hikashop_product_category`
--
ALTER TABLE `xjmw1_hikashop_product_category`
  MODIFY `product_category_id` int(255) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=94;

--
-- AUTO_INCREMENT for table `xjmw1_hikashop_shipping`
--
ALTER TABLE `xjmw1_hikashop_shipping`
  MODIFY `shipping_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `xjmw1_hikashop_shipping_price`
--
ALTER TABLE `xjmw1_hikashop_shipping_price`
  MODIFY `shipping_price_id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_hikashop_taxation`
--
ALTER TABLE `xjmw1_hikashop_taxation`
  MODIFY `taxation_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `xjmw1_hikashop_user`
--
ALTER TABLE `xjmw1_hikashop_user`
  MODIFY `user_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;

--
-- AUTO_INCREMENT for table `xjmw1_hikashop_vote`
--
ALTER TABLE `xjmw1_hikashop_vote`
  MODIFY `vote_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;

--
-- AUTO_INCREMENT for table `xjmw1_hikashop_waitlist`
--
ALTER TABLE `xjmw1_hikashop_waitlist`
  MODIFY `waitlist_id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_hikashop_warehouse`
--
ALTER TABLE `xjmw1_hikashop_warehouse`
  MODIFY `warehouse_id` int(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_hikashop_widget`
--
ALTER TABLE `xjmw1_hikashop_widget`
  MODIFY `widget_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;

--
-- AUTO_INCREMENT for table `xjmw1_hikashop_zone`
--
ALTER TABLE `xjmw1_hikashop_zone`
  MODIFY `zone_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4591;

--
-- AUTO_INCREMENT for table `xjmw1_languages`
--
ALTER TABLE `xjmw1_languages`
  MODIFY `lang_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `xjmw1_menu`
--
ALTER TABLE `xjmw1_menu`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=292;

--
-- AUTO_INCREMENT for table `xjmw1_menu_types`
--
ALTER TABLE `xjmw1_menu_types`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22;

--
-- AUTO_INCREMENT for table `xjmw1_messages`
--
ALTER TABLE `xjmw1_messages`
  MODIFY `message_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_modules`
--
ALTER TABLE `xjmw1_modules`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=717;

--
-- AUTO_INCREMENT for table `xjmw1_newsfeeds`
--
ALTER TABLE `xjmw1_newsfeeds`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_overrider`
--
ALTER TABLE `xjmw1_overrider`
  MODIFY `id` int(10) NOT NULL AUTO_INCREMENT COMMENT 'Primary Key';

--
-- AUTO_INCREMENT for table `xjmw1_postinstall_messages`
--
ALTER TABLE `xjmw1_postinstall_messages`
  MODIFY `postinstall_message_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;

--
-- AUTO_INCREMENT for table `xjmw1_privacy_consents`
--
ALTER TABLE `xjmw1_privacy_consents`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_privacy_requests`
--
ALTER TABLE `xjmw1_privacy_requests`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_redirect_links`
--
ALTER TABLE `xjmw1_redirect_links`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_smartforms`
--
ALTER TABLE `xjmw1_smartforms`
  MODIFY `form_id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_smartforms_entry`
--
ALTER TABLE `xjmw1_smartforms_entry`
  MODIFY `entry_id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_smart_forms_entry_detail`
--
ALTER TABLE `xjmw1_smart_forms_entry_detail`
  MODIFY `entry_detail_id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_smart_forms_options`
--
ALTER TABLE `xjmw1_smart_forms_options`
  MODIFY `option_id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_smart_forms_plugins`
--
ALTER TABLE `xjmw1_smart_forms_plugins`
  MODIFY `plugin_id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_smart_forms_uploaded_files`
--
ALTER TABLE `xjmw1_smart_forms_uploaded_files`
  MODIFY `uploaded_file_id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_tags`
--
ALTER TABLE `xjmw1_tags`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `xjmw1_template_styles`
--
ALTER TABLE `xjmw1_template_styles`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=167;

--
-- AUTO_INCREMENT for table `xjmw1_ucm_content`
--
ALTER TABLE `xjmw1_ucm_content`
  MODIFY `core_content_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_ucm_history`
--
ALTER TABLE `xjmw1_ucm_history`
  MODIFY `version_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;

--
-- AUTO_INCREMENT for table `xjmw1_updates`
--
ALTER TABLE `xjmw1_updates`
  MODIFY `update_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3636;

--
-- AUTO_INCREMENT for table `xjmw1_update_sites`
--
ALTER TABLE `xjmw1_update_sites`
  MODIFY `update_site_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=53;

--
-- AUTO_INCREMENT for table `xjmw1_usergroups`
--
ALTER TABLE `xjmw1_usergroups`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary Key', AUTO_INCREMENT=10;

--
-- AUTO_INCREMENT for table `xjmw1_users`
--
ALTER TABLE `xjmw1_users`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=222;

--
-- AUTO_INCREMENT for table `xjmw1_user_keys`
--
ALTER TABLE `xjmw1_user_keys`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_user_notes`
--
ALTER TABLE `xjmw1_user_notes`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_viewlevels`
--
ALTER TABLE `xjmw1_viewlevels`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary Key', AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `xjmw1_virtuemart_adminmenuentries`
--
ALTER TABLE `xjmw1_virtuemart_adminmenuentries`
  MODIFY `id` tinyint(1) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=30;

--
-- AUTO_INCREMENT for table `xjmw1_virtuemart_calcs`
--
ALTER TABLE `xjmw1_virtuemart_calcs`
  MODIFY `virtuemart_calc_id` int(1) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_virtuemart_calc_categories`
--
ALTER TABLE `xjmw1_virtuemart_calc_categories`
  MODIFY `id` int(1) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_virtuemart_calc_countries`
--
ALTER TABLE `xjmw1_virtuemart_calc_countries`
  MODIFY `id` int(1) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_virtuemart_calc_manufacturers`
--
ALTER TABLE `xjmw1_virtuemart_calc_manufacturers`
  MODIFY `id` int(1) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_virtuemart_calc_shoppergroups`
--
ALTER TABLE `xjmw1_virtuemart_calc_shoppergroups`
  MODIFY `id` int(1) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_virtuemart_calc_states`
--
ALTER TABLE `xjmw1_virtuemart_calc_states`
  MODIFY `id` int(1) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_virtuemart_carts`
--
ALTER TABLE `xjmw1_virtuemart_carts`
  MODIFY `virtuemart_cart_id` int(1) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_virtuemart_categories`
--
ALTER TABLE `xjmw1_virtuemart_categories`
  MODIFY `virtuemart_category_id` int(1) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `xjmw1_virtuemart_category_categories`
--
ALTER TABLE `xjmw1_virtuemart_category_categories`
  MODIFY `id` int(1) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `xjmw1_virtuemart_category_medias`
--
ALTER TABLE `xjmw1_virtuemart_category_medias`
  MODIFY `id` int(1) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_virtuemart_configs`
--
ALTER TABLE `xjmw1_virtuemart_configs`
  MODIFY `virtuemart_config_id` tinyint(1) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `xjmw1_virtuemart_countries`
--
ALTER TABLE `xjmw1_virtuemart_countries`
  MODIFY `virtuemart_country_id` int(1) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=250;

--
-- AUTO_INCREMENT for table `xjmw1_virtuemart_coupons`
--
ALTER TABLE `xjmw1_virtuemart_coupons`
  MODIFY `virtuemart_coupon_id` int(1) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_virtuemart_currencies`
--
ALTER TABLE `xjmw1_virtuemart_currencies`
  MODIFY `virtuemart_currency_id` int(1) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=202;

--
-- AUTO_INCREMENT for table `xjmw1_virtuemart_customs`
--
ALTER TABLE `xjmw1_virtuemart_customs`
  MODIFY `virtuemart_custom_id` int(1) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `xjmw1_virtuemart_invoices`
--
ALTER TABLE `xjmw1_virtuemart_invoices`
  MODIFY `virtuemart_invoice_id` int(1) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_virtuemart_manufacturercategories`
--
ALTER TABLE `xjmw1_virtuemart_manufacturercategories`
  MODIFY `virtuemart_manufacturercategories_id` int(1) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_virtuemart_manufacturers`
--
ALTER TABLE `xjmw1_virtuemart_manufacturers`
  MODIFY `virtuemart_manufacturer_id` int(1) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `xjmw1_virtuemart_manufacturer_medias`
--
ALTER TABLE `xjmw1_virtuemart_manufacturer_medias`
  MODIFY `id` int(1) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_virtuemart_medias`
--
ALTER TABLE `xjmw1_virtuemart_medias`
  MODIFY `virtuemart_media_id` int(1) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;

--
-- AUTO_INCREMENT for table `xjmw1_virtuemart_migration_oldtonew_ids`
--
ALTER TABLE `xjmw1_virtuemart_migration_oldtonew_ids`
  MODIFY `id` smallint(1) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `xjmw1_virtuemart_modules`
--
ALTER TABLE `xjmw1_virtuemart_modules`
  MODIFY `module_id` int(1) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;

--
-- AUTO_INCREMENT for table `xjmw1_virtuemart_orders`
--
ALTER TABLE `xjmw1_virtuemart_orders`
  MODIFY `virtuemart_order_id` int(1) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_virtuemart_orderstates`
--
ALTER TABLE `xjmw1_virtuemart_orderstates`
  MODIFY `virtuemart_orderstate_id` tinyint(1) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;

--
-- AUTO_INCREMENT for table `xjmw1_virtuemart_order_calc_rules`
--
ALTER TABLE `xjmw1_virtuemart_order_calc_rules`
  MODIFY `virtuemart_order_calc_rule_id` int(1) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_virtuemart_order_histories`
--
ALTER TABLE `xjmw1_virtuemart_order_histories`
  MODIFY `virtuemart_order_history_id` int(1) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_virtuemart_order_items`
--
ALTER TABLE `xjmw1_virtuemart_order_items`
  MODIFY `virtuemart_order_item_id` int(1) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_virtuemart_order_item_histories`
--
ALTER TABLE `xjmw1_virtuemart_order_item_histories`
  MODIFY `virtuemart_order_item_history_id` int(1) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_virtuemart_order_userinfos`
--
ALTER TABLE `xjmw1_virtuemart_order_userinfos`
  MODIFY `virtuemart_order_userinfo_id` int(1) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_virtuemart_paymentmethods`
--
ALTER TABLE `xjmw1_virtuemart_paymentmethods`
  MODIFY `virtuemart_paymentmethod_id` int(1) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `xjmw1_virtuemart_paymentmethod_shoppergroups`
--
ALTER TABLE `xjmw1_virtuemart_paymentmethod_shoppergroups`
  MODIFY `id` int(1) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_virtuemart_payment_plg_paypal`
--
ALTER TABLE `xjmw1_virtuemart_payment_plg_paypal`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_virtuemart_products`
--
ALTER TABLE `xjmw1_virtuemart_products`
  MODIFY `virtuemart_product_id` int(1) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `xjmw1_virtuemart_product_categories`
--
ALTER TABLE `xjmw1_virtuemart_product_categories`
  MODIFY `id` int(1) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `xjmw1_virtuemart_product_customfields`
--
ALTER TABLE `xjmw1_virtuemart_product_customfields`
  MODIFY `virtuemart_customfield_id` int(1) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'field id', AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `xjmw1_virtuemart_product_manufacturers`
--
ALTER TABLE `xjmw1_virtuemart_product_manufacturers`
  MODIFY `id` int(1) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `xjmw1_virtuemart_product_medias`
--
ALTER TABLE `xjmw1_virtuemart_product_medias`
  MODIFY `id` int(1) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `xjmw1_virtuemart_product_prices`
--
ALTER TABLE `xjmw1_virtuemart_product_prices`
  MODIFY `virtuemart_product_price_id` int(1) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `xjmw1_virtuemart_product_shoppergroups`
--
ALTER TABLE `xjmw1_virtuemart_product_shoppergroups`
  MODIFY `id` int(1) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_virtuemart_ratings`
--
ALTER TABLE `xjmw1_virtuemart_ratings`
  MODIFY `virtuemart_rating_id` int(1) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_virtuemart_rating_reviews`
--
ALTER TABLE `xjmw1_virtuemart_rating_reviews`
  MODIFY `virtuemart_rating_review_id` int(1) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_virtuemart_rating_votes`
--
ALTER TABLE `xjmw1_virtuemart_rating_votes`
  MODIFY `virtuemart_rating_vote_id` int(1) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_virtuemart_shipmentmethods`
--
ALTER TABLE `xjmw1_virtuemart_shipmentmethods`
  MODIFY `virtuemart_shipmentmethod_id` int(1) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `xjmw1_virtuemart_shipmentmethod_shoppergroups`
--
ALTER TABLE `xjmw1_virtuemart_shipmentmethod_shoppergroups`
  MODIFY `id` int(1) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_virtuemart_shipment_plg_weight_countries`
--
ALTER TABLE `xjmw1_virtuemart_shipment_plg_weight_countries`
  MODIFY `id` int(1) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_virtuemart_shoppergroups`
--
ALTER TABLE `xjmw1_virtuemart_shoppergroups`
  MODIFY `virtuemart_shoppergroup_id` int(1) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `xjmw1_virtuemart_states`
--
ALTER TABLE `xjmw1_virtuemart_states`
  MODIFY `virtuemart_state_id` int(1) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=912;

--
-- AUTO_INCREMENT for table `xjmw1_virtuemart_userfields`
--
ALTER TABLE `xjmw1_virtuemart_userfields`
  MODIFY `virtuemart_userfield_id` int(1) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=52;

--
-- AUTO_INCREMENT for table `xjmw1_virtuemart_userfield_values`
--
ALTER TABLE `xjmw1_virtuemart_userfield_values`
  MODIFY `virtuemart_userfield_value_id` int(1) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20;

--
-- AUTO_INCREMENT for table `xjmw1_virtuemart_userinfos`
--
ALTER TABLE `xjmw1_virtuemart_userinfos`
  MODIFY `virtuemart_userinfo_id` int(1) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `xjmw1_virtuemart_vendors`
--
ALTER TABLE `xjmw1_virtuemart_vendors`
  MODIFY `virtuemart_vendor_id` int(1) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `xjmw1_virtuemart_vendor_medias`
--
ALTER TABLE `xjmw1_virtuemart_vendor_medias`
  MODIFY `id` int(1) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `xjmw1_virtuemart_vendor_users`
--
ALTER TABLE `xjmw1_virtuemart_vendor_users`
  MODIFY `id` int(1) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_virtuemart_vmusers`
--
ALTER TABLE `xjmw1_virtuemart_vmusers`
  MODIFY `virtuemart_user_id` int(1) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=216;

--
-- AUTO_INCREMENT for table `xjmw1_virtuemart_vmuser_shoppergroups`
--
ALTER TABLE `xjmw1_virtuemart_vmuser_shoppergroups`
  MODIFY `id` int(1) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_virtuemart_waitingusers`
--
ALTER TABLE `xjmw1_virtuemart_waitingusers`
  MODIFY `virtuemart_waitinguser_id` int(1) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `xjmw1_virtuemart_worldzones`
--
ALTER TABLE `xjmw1_virtuemart_worldzones`
  MODIFY `virtuemart_worldzone_id` smallint(1) UNSIGNED NOT NULL AUTO_INCREMENT;
COMMIT;

/*!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 */;
