/**ABDB**/CREATE TABLE `q4zq8_acymailing_tagmail` ( `tagid` smallint(5) unsigned NOT NULL, `mailid` mediumint(8) unsigned NOT NULL, PRIMARY KEY (`tagid`,`mailid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /**ABDB**/CREATE TABLE `q4zq8_acymailing_tag` ( `tagid` smallint(5) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(250) NOT NULL, `userid` int(10) unsigned DEFAULT NULL, PRIMARY KEY (`tagid`), KEY `useridindex` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /**ABDB**/CREATE TABLE `q4zq8_acymailing_subscriber` ( `subid` int(10) unsigned NOT NULL AUTO_INCREMENT, `email` varchar(200) NOT NULL, `userid` int(10) unsigned NOT NULL DEFAULT '0', `name` varchar(250) NOT NULL DEFAULT '', `created` int(10) unsigned DEFAULT NULL, `confirmed` tinyint(4) NOT NULL DEFAULT '0', `enabled` tinyint(4) NOT NULL DEFAULT '1', `accept` tinyint(4) NOT NULL DEFAULT '1', `ip` varchar(100) DEFAULT NULL, `html` tinyint(4) NOT NULL DEFAULT '1', `key` varchar(250) DEFAULT NULL, `confirmed_date` int(10) unsigned NOT NULL DEFAULT '0', `confirmed_ip` varchar(100) DEFAULT NULL, `lastopen_date` int(10) unsigned NOT NULL DEFAULT '0', `lastopen_ip` varchar(100) DEFAULT NULL, `lastclick_date` int(10) unsigned NOT NULL DEFAULT '0', `lastsent_date` int(10) unsigned NOT NULL DEFAULT '0', `source` varchar(250) NOT NULL DEFAULT '', `filterflags` varchar(50) NOT NULL DEFAULT '', PRIMARY KEY (`subid`), UNIQUE KEY `email` (`email`), KEY `userid` (`userid`), KEY `queueindex` (`enabled`,`accept`,`confirmed`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /**ABDB**/CREATE TABLE `q4zq8_acymailing_stats` ( `mailid` mediumint(8) unsigned NOT NULL, `senthtml` int(10) unsigned NOT NULL DEFAULT '0', `senttext` int(10) unsigned NOT NULL DEFAULT '0', `senddate` int(10) unsigned NOT NULL, `openunique` mediumint(8) unsigned NOT NULL DEFAULT '0', `opentotal` int(10) unsigned NOT NULL DEFAULT '0', `bounceunique` mediumint(8) unsigned NOT NULL DEFAULT '0', `fail` mediumint(8) unsigned NOT NULL DEFAULT '0', `clicktotal` int(10) unsigned NOT NULL DEFAULT '0', `clickunique` mediumint(8) unsigned NOT NULL DEFAULT '0', `unsub` mediumint(8) unsigned NOT NULL DEFAULT '0', `forward` mediumint(8) unsigned NOT NULL DEFAULT '0', `bouncedetails` text, PRIMARY KEY (`mailid`), KEY `senddateindex` (`senddate`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /**ABDB**/CREATE TABLE `q4zq8_acymailing_rules` ( `ruleid` smallint(5) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(250) NOT NULL, `ordering` smallint(6) DEFAULT NULL, `regex` text NOT NULL, `executed_on` text NOT NULL, `action_message` text NOT NULL, `action_user` text NOT NULL, `published` tinyint(3) unsigned NOT NULL, PRIMARY KEY (`ruleid`), KEY `ordering` (`published`,`ordering`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /**ABDB**/CREATE TABLE `q4zq8_acymailing_queue` ( `senddate` int(10) unsigned NOT NULL, `subid` int(10) unsigned NOT NULL, `mailid` mediumint(8) unsigned NOT NULL, `priority` tinyint(3) unsigned DEFAULT '3', `try` tinyint(3) unsigned NOT NULL DEFAULT '0', `paramqueue` varchar(250) DEFAULT NULL, PRIMARY KEY (`subid`,`mailid`), KEY `listingindex` (`senddate`,`subid`), KEY `mailidindex` (`mailid`), KEY `orderingindex` (`priority`,`senddate`,`subid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /**ABDB**/CREATE TABLE `q4zq8_acymailing_mail` ( `mailid` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `subject` varchar(250) NOT NULL, `body` longtext NOT NULL, `altbody` longtext NOT NULL, `published` tinyint(4) DEFAULT '1', `senddate` int(10) unsigned DEFAULT NULL, `created` int(10) unsigned DEFAULT NULL, `lastupdate` int(10) unsigned DEFAULT NULL, `userlastupdate` int(10) unsigned DEFAULT NULL, `fromname` varchar(250) DEFAULT NULL, `fromemail` varchar(250) DEFAULT NULL, `replyname` varchar(250) DEFAULT NULL, `replyemail` varchar(250) DEFAULT NULL, `bccaddresses` varchar(250) DEFAULT NULL, `type` enum('news','autonews','followup','unsub','welcome','notification','joomlanotification','action','article') NOT NULL DEFAULT 'news', `visible` tinyint(4) NOT NULL DEFAULT '1', `userid` int(10) unsigned DEFAULT NULL, `alias` varchar(250) DEFAULT NULL, `attach` text, `favicon` text, `html` tinyint(4) NOT NULL DEFAULT '1', `tempid` smallint(6) NOT NULL DEFAULT '0', `key` varchar(200) DEFAULT NULL, `frequency` varchar(50) DEFAULT NULL, `params` text, `sentby` int(10) unsigned DEFAULT NULL, `metakey` text, `metadesc` text, `filter` text, `language` varchar(50) NOT NULL DEFAULT '', `abtesting` varchar(250) DEFAULT NULL, `thumb` varchar(250) DEFAULT NULL, `summary` text NOT NULL, PRIMARY KEY (`mailid`), KEY `senddate` (`senddate`), KEY `typemailidindex` (`type`,`mailid`), KEY `useridindex` (`userid`) ) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8; /**ABDB**/INSERT INTO `q4zq8_acymailing_mail` VALUES ('1', 'New Subscriber on your website : {user:email}', '

Hello {subtag:name},

A new user has been created in AcyMailing :

Name : {user:name}

Email : {user:email}

IP : {user:ip}

Subscription : {user:subscription}

', '', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'notification', '0', NULL, 'notification_created', NULL, NULL, '1', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, ''), ('2', 'A User unsubscribed from all your lists : {user:email}', '

Hello {subtag:name},

The user {user:name} : {user:email} unsubscribed from all your lists

Subscription : {user:subscription}

{survey}

', '', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'notification', '0', NULL, 'notification_unsuball', NULL, NULL, '1', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, ''), ('3', 'A User unsubscribed : {user:email}', '

Hello {subtag:name},

The user {user:name} : {user:email} unsubscribed from your list

Subscription : {user:subscription}

{survey}

', '', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'notification', '0', NULL, 'notification_unsub', NULL, NULL, '1', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, ''), ('4', 'A User refuses to receive e-mails from your website : {user:email}', '

The User {user:name} : {user:email} refuses to receive any e-mail anymore from your website.

Subscription : {user:subscription}

{survey}

', '', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'notification', '0', NULL, 'notification_refuse', NULL, NULL, '1', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, ''), ('5', 'New contact from your website : {user:email}', '

Hello {subtag:name},

A user submitted the form :

Name : {user:name}

Email : {user:email}

IP : {user:ip}

Subscription : {user:subscription}

', '', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'notification', '0', NULL, 'notification_contact', NULL, NULL, '1', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, ''), ('6', 'A user subscribed or modified his subscription : {user:email}', '

Hello {subtag:name},

A user submitted the form :

Name : {user:name}

Email : {user:email}

IP : {user:ip}

Subscription : {user:subscription}

', '', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'notification', '0', NULL, 'notification_contact_menu', NULL, NULL, '1', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, ''), ('7', 'A user confirmed his subscription : {user:email}', '

Hello {subtag:name},

A user confirmed his subscription :

Name : {user:name}

Email : {user:email}

IP : {user:ip}

Subscription : {user:subscription}

', '', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'notification', '0', NULL, 'notification_confirm', NULL, NULL, '1', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, ''), ('8', '{subtag:name|ucfirst}, {trans:PLEASE_CONFIRM_SUB}', '
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\"
​​​​​​​​\"-\"\r\n

{subtag:name|ucfirst}, {trans:PLEASE_CONFIRM_SUB} 

\r\n

Hello {subtag:name|ucfirst},

\r\n

{trans:CONFIRM_MSG}

{trans:CONFIRM_MSG_ACTIVATE}

\r\n
\r\n

{confirm}{trans:CONFIRM_SUBSCRIPTION}{/confirm}

\"
\r\n
', '', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'notification', '0', NULL, 'confirmation', NULL, NULL, '1', '1', NULL, NULL, 'a:3:{s:6:\"action\";s:7:\"confirm\";s:13:\"actionbtntext\";s:28:\"{trans:CONFIRM_SUBSCRIPTION}\";s:9:\"actionurl\";s:19:\"{confirm}{/confirm}\";}', NULL, NULL, NULL, NULL, '', NULL, NULL, ''), ('9', 'AcyMailing Cron Report {mainreport}', '

{report}

{detailreport}

', '', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'notification', '0', NULL, 'report', NULL, NULL, '1', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, ''), ('10', 'Modify your subscription', '

Hello {subtag:name},

You requested some changes on your subscription,

Please {modify}click here{/modify} to be identified as the owner of this account and then modify your subscription.

', '', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'notification', '0', NULL, 'modif', NULL, NULL, '1', '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, ''), ('11', '{joomlacontent:current| type:title}', '
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\"
​​​​​​​​\"-\"\r\n

{joomlacontent:current| type:title} 

\r\n
{joomlacontent:current| type:intro| format:TOP_LEFT| pict:1| link}
\"
\r\n
', '', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'article', '0', NULL, 'send-in-article', NULL, NULL, '1', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, ''); /**ABDB**/CREATE TABLE `q4zq8_acymailing_listsub` ( `listid` smallint(5) unsigned NOT NULL, `subid` int(10) unsigned NOT NULL, `subdate` int(10) unsigned DEFAULT NULL, `unsubdate` int(10) unsigned DEFAULT NULL, `status` tinyint(4) NOT NULL, PRIMARY KEY (`listid`,`subid`), KEY `subidindex` (`subid`), KEY `listidstatusindex` (`listid`,`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /**ABDB**/CREATE TABLE `q4zq8_acymailing_listmail` ( `listid` smallint(5) unsigned NOT NULL, `mailid` mediumint(8) unsigned NOT NULL, PRIMARY KEY (`listid`,`mailid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /**ABDB**/CREATE TABLE `q4zq8_acymailing_listcampaign` ( `campaignid` smallint(5) unsigned NOT NULL, `listid` smallint(5) unsigned NOT NULL, PRIMARY KEY (`campaignid`,`listid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /**ABDB**/CREATE TABLE `q4zq8_acymailing_list` ( `name` varchar(250) NOT NULL, `description` text, `ordering` smallint(5) unsigned DEFAULT '0', `listid` smallint(5) unsigned NOT NULL AUTO_INCREMENT, `published` tinyint(4) DEFAULT NULL, `userid` int(10) unsigned DEFAULT NULL, `alias` varchar(250) DEFAULT NULL, `color` varchar(30) DEFAULT NULL, `visible` tinyint(4) NOT NULL DEFAULT '1', `welmailid` mediumint(9) DEFAULT NULL, `unsubmailid` mediumint(9) DEFAULT NULL, `type` enum('list','campaign') NOT NULL DEFAULT 'list', `access_sub` varchar(250) NOT NULL DEFAULT 'all', `access_manage` varchar(250) NOT NULL DEFAULT 'none', `languages` varchar(250) NOT NULL DEFAULT 'all', `startrule` varchar(50) NOT NULL DEFAULT '0', `category` varchar(250) NOT NULL DEFAULT '', PRIMARY KEY (`listid`), KEY `typeorderingindex` (`type`,`ordering`), KEY `useridindex` (`userid`), KEY `typeuseridindex` (`type`,`userid`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /**ABDB**/INSERT INTO `q4zq8_acymailing_list` VALUES ('Newsletters', 'Receive our latest news', '1', '1', '1', '55', 'mailing_list', '#3366ff', '1', NULL, NULL, 'list', 'all', 'none', 'all', '0', ''); /**ABDB**/CREATE TABLE `q4zq8_acymailing_history` ( `subid` int(10) unsigned NOT NULL, `date` int(10) unsigned NOT NULL, `ip` varchar(50) DEFAULT NULL, `action` varchar(50) NOT NULL COMMENT 'different actions: created,modified,confirmed', `data` text, `source` text, `mailid` mediumint(8) unsigned DEFAULT NULL, PRIMARY KEY (`subid`,`date`), KEY `dateindex` (`date`), KEY `actionindex` (`action`,`mailid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /**ABDB**/CREATE TABLE `q4zq8_acymailing_geolocation` ( `geolocation_id` int(10) unsigned NOT NULL AUTO_INCREMENT, `geolocation_subid` int(10) unsigned NOT NULL DEFAULT '0', `geolocation_type` varchar(255) NOT NULL DEFAULT 'subscription', `geolocation_ip` varchar(255) NOT NULL DEFAULT '', `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 '', `geolocation_continent` varchar(255) NOT NULL DEFAULT '', `geolocation_timezone` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`geolocation_id`), KEY `geolocation_type` (`geolocation_subid`,`geolocation_type`), KEY `geolocation_ip_created` (`geolocation_ip`,`geolocation_created`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /**ABDB**/CREATE TABLE `q4zq8_acymailing_forward` ( `subid` int(10) unsigned NOT NULL, `mailid` mediumint(8) unsigned NOT NULL, `date` int(10) unsigned NOT NULL, `ip` varchar(50) DEFAULT NULL, `nbforwarded` int(10) unsigned NOT NULL, PRIMARY KEY (`subid`,`mailid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /**ABDB**/CREATE TABLE `q4zq8_acymailing_filter` ( `filid` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(250) DEFAULT NULL, `description` text, `published` tinyint(3) unsigned DEFAULT NULL, `lasttime` int(10) unsigned DEFAULT NULL, `trigger` text, `report` text, `action` text, `filter` text, `daycron` int(10) unsigned DEFAULT NULL, PRIMARY KEY (`filid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /**ABDB**/CREATE TABLE `q4zq8_acymailing_fields` ( `fieldid` smallint(5) unsigned NOT NULL AUTO_INCREMENT, `fieldname` varchar(250) NOT NULL, `namekey` varchar(50) NOT NULL, `type` varchar(50) DEFAULT NULL, `value` text NOT NULL, `published` tinyint(3) unsigned NOT NULL DEFAULT '1', `ordering` smallint(5) unsigned DEFAULT '99', `options` text, `core` tinyint(3) unsigned NOT NULL DEFAULT '0', `required` tinyint(3) unsigned NOT NULL DEFAULT '0', `backend` tinyint(3) unsigned NOT NULL DEFAULT '1', `frontcomp` tinyint(3) unsigned NOT NULL DEFAULT '0', `frontform` tinyint(3) unsigned NOT NULL DEFAULT '1', `default` longtext, `listing` tinyint(3) unsigned DEFAULT NULL, `frontlisting` tinyint(3) unsigned NOT NULL DEFAULT '0', `frontjoomlaprofile` tinyint(3) unsigned NOT NULL DEFAULT '0', `frontjoomlaregistration` tinyint(3) unsigned NOT NULL DEFAULT '0', `joomlaprofile` tinyint(3) unsigned NOT NULL DEFAULT '0', `access` varchar(250) NOT NULL DEFAULT 'all', `fieldcat` int(11) NOT NULL DEFAULT '0', `listingfilter` tinyint(3) unsigned NOT NULL DEFAULT '0', `frontlistingfilter` tinyint(3) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`fieldid`), UNIQUE KEY `namekey` (`namekey`), KEY `orderingindex` (`published`,`ordering`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; /**ABDB**/INSERT INTO `q4zq8_acymailing_fields` VALUES ('1', 'NAMECAPTION', 'name', 'text', '', '1', '1', '', '1', '0', '1', '1', '1', '', '1', '1', '0', '0', '0', 'all', '0', '0', '0'), ('2', 'EMAILCAPTION', 'email', 'text', '', '1', '2', '', '1', '1', '1', '1', '1', '', '1', '1', '0', '0', '0', 'all', '0', '0', '0'), ('3', 'RECEIVE', 'html', 'radio', '0::JOOMEXT_TEXT\n1::HTML', '1', '3', '', '1', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', 'all', '0', '0', '0'); /**ABDB**/CREATE TABLE `q4zq8_acymailing_config` ( `namekey` varchar(200) NOT NULL, `value` text, PRIMARY KEY (`namekey`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /**ABDB**/INSERT INTO `q4zq8_acymailing_config` VALUES ('add_names', '1'), ('allowedfiles', 'zip,doc,docx,pdf,xls,txt,gzip,rar,jpg,jpeg,gif,xlsx,pps,csv,bmp,ico,odg,odp,ods,odt,png,ppt,swf,xcf,mp3,wma'), ('allow_visitor', '1'), ('anonymizeold', '0'), ('anonymous_tracking', '0'), ('bootstrap_frontend', '0'), ('bounce_email', 'example@gmail.com'), ('Business', '2'), ('charset', 'UTF-8'), ('confirmation_message', '1'), ('confirm_redirect', ''), ('cron_frequency', '900'), ('cron_fromip', ''), ('cron_fullreport', '1'), ('cron_last', '0'), ('cron_next', '1251990901'), ('cron_report', ''), ('cron_savepath', 'media/com_acymailing/logs/report_{year}_{month}.log'), ('cron_savereport', '2'), ('cron_sendreport', '2'), ('cron_sendto', 'example@gmail.com'), ('css_backend', ''), ('css_frontend', 'default'), ('css_module', 'default'), ('editor', 'acyeditor'), ('embed_files', '1'), ('embed_images', '0'), ('encoding_format', '8bit'), ('Enterprise', '3'), ('Essential', '1'), ('expirationdate', '0'), ('export_excelsecurity', '1'), ('forward', '0'), ('from_email', 'example@gmail.com'), ('from_name', 'AT Factory'), ('gdpr_export', '0'), ('hostname', ''), ('installcomplete', '1'), ('itemid', '0'), ('lastlicensecheck', '1577736919'), ('last_maxexec_check', '1555579928'), ('latestversion', '5.10.11'), ('level', 'Starter'), ('mailer_method', 'mail'), ('max_execution_time', '480'), ('multiple_part', '1'), ('notification_accept', ''), ('notification_created', ''), ('notification_refuse', ''), ('notification_unsuball', ''), ('pluginNeedUpdate', ''), ('priority_followup', '2'), ('priority_newsletter', '3'), ('queue_nbmail', '40'), ('queue_nbmail_auto', '70'), ('queue_pause', '120'), ('queue_try', '3'), ('queue_type', 'auto'), ('reply_email', 'example@gmail.com'), ('reply_name', 'AT Factory'), ('require_confirmation', '1'), ('security_key', 'G3HeXoTNmeAauARc1rQzTnBOgzI4jI'), ('sendmail_path', '/usr/sbin/sendmail'), ('Sidekick', '4'), ('smtp_auth', '0'), ('smtp_host', 'localhost'), ('smtp_password', ''), ('smtp_port', '25'), ('smtp_secured', ''), ('smtp_username', ''), ('Starter', '0'), ('subscription_message', '1'), ('unsub_message', '1'), ('unsub_reasons', 'a:2:{i:0;s:21:\"UNSUB_SURVEY_FREQUENT\";i:1;s:21:\"UNSUB_SURVEY_RELEVANT\";}'), ('unsub_redirect', ''), ('uploadfolder', 'media/com_acymailing/upload'), ('use_sef', '0'), ('version', '5.10.7'), ('website', 'http://localhost/at_joomla/T4/at_factory/'), ('welcome_message', '1'), ('word_wrapping', '150'); /**ABDB**/CREATE TABLE `q4zq8_acymailing_action` ( `action_id` int(10) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(255) DEFAULT NULL, `frequency` int(10) unsigned NOT NULL, `nextdate` int(10) unsigned NOT NULL, `description` text, `server` varchar(255) NOT NULL, `port` varchar(50) NOT NULL, `connection_method` varchar(10) NOT NULL DEFAULT '0', `secure_method` varchar(10) NOT NULL DEFAULT '0', `self_signed` tinyint(4) NOT NULL DEFAULT '0', `username` varchar(255) NOT NULL, `password` varchar(50) NOT NULL, `userid` int(10) unsigned DEFAULT NULL, `conditions` text, `actions` text, `report` text, `delete_wrong_emails` tinyint(4) NOT NULL DEFAULT '0', `senderfrom` tinyint(4) NOT NULL DEFAULT '0', `senderto` tinyint(4) NOT NULL DEFAULT '0', `published` tinyint(4) NOT NULL DEFAULT '0', `ordering` smallint(5) unsigned DEFAULT '0', PRIMARY KEY (`action_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /**ABDB**/CREATE TABLE `q4zq8_acym_user` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) DEFAULT NULL, `email` varchar(255) NOT NULL, `creation_date` datetime NOT NULL, `active` tinyint(1) NOT NULL DEFAULT '1', `cms_id` int(11) NOT NULL DEFAULT '0', `source` varchar(255) DEFAULT NULL, `confirmed` tinyint(1) NOT NULL DEFAULT '0', `key` varchar(255) DEFAULT NULL, `automation` varchar(50) NOT NULL, `confirmation_date` datetime DEFAULT NULL, `confirmation_ip` varchar(16) DEFAULT NULL, `tracking` tinyint(1) NOT NULL DEFAULT '1', `language` varchar(10) NOT NULL DEFAULT '', PRIMARY KEY (`id`), UNIQUE KEY `email_UNIQUE` (`email`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; /**ABDB**/INSERT INTO `q4zq8_acym_user` VALUES ('2', 'Moderator', 'webmaster@quatuora.nl', '2019-12-31 14:02:37', '1', '55', NULL, '1', 'NrSZalOpqvsvlm', '', NULL, NULL, '1', ''), ('3', 'SysOp', 'no-replay@schumm.nl', '2020-01-24 13:40:09', '1', '56', 'joomla', '0', 'BW43GpR5lTn02W', '', NULL, NULL, '1', ''), ('4', 'arno', 'a.schumm@burgindustries.com', '2020-02-04 15:36:40', '1', '0', 'Module n°153', '0', 'LQQm1z6eMNtrol', '', NULL, NULL, '1', ''); /**ABDB**/CREATE TABLE `q4zq8_acym_url` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` longtext, `url` longtext NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /**ABDB**/CREATE TABLE `q4zq8_acym_tag` ( `name` varchar(50) NOT NULL, `type` varchar(20) NOT NULL, `id_element` int(11) NOT NULL, PRIMARY KEY (`name`,`type`,`id_element`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /**ABDB**/CREATE TABLE `q4zq8_acym_segment` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `creation_date` datetime NOT NULL, `active` tinyint(1) NOT NULL DEFAULT '1', `filters` longtext, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /**ABDB**/CREATE TABLE `q4zq8_acym_rule` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(250) NOT NULL, `ordering` smallint(6) DEFAULT NULL, `regex` text NOT NULL, `executed_on` text NOT NULL, `action_message` text NOT NULL, `action_user` text NOT NULL, `active` tinyint(3) NOT NULL, `increment_stats` tinyint(3) NOT NULL, `execute_action_after` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=utf8; /**ABDB**/INSERT INTO `q4zq8_acym_rule` VALUES ('1', 'ACYM_ACTION_REQUIRED', '1', 'action *requ|verif', '[\"subject\"]', '{\"0\":\"delete_message\",\"1\":\"forward_message\",\"forward_to\":\"webmaster@quatuora.nl\"}', '[]', '1', '0', '0'), ('2', 'ACYM_ACKNOWLEDGMENT_RECEIPT_SUBJECT', '2', '(out|away) *(of|from)|vacation|holiday|absen|congés|recept|acknowledg|thank you for', '[\"subject\"]', '[\"delete_message\"]', '[]', '1', '0', '0'), ('3', 'ACYM_FEEDBACK_LOOP', '3', 'feedback|staff@hotmail.com|complaints@.{0,15}email-abuse.amazonses.com|complaint about message', '[\"senderInfo\",\"subject\"]', '[\"save_message\",\"delete_message\"]', '[\"unsubscribe_user\"]', '1', '0', '0'), ('4', 'ACYM_FEEDBACK_LOOP_BODY', '4', 'Feedback-Type.{1,5}abuse', '[\"body\"]', '[\"save_message\",\"delete_message\"]', '[\"unsubscribe_user\"]', '1', '1', '0'), ('5', 'ACYM_MAILBOX_FULL', '5', '((mailbox|mailfolder|storage|quota|space|inbox) *(is)? *(over)? *(exceeded|size|storage|allocation|full|quota|maxi))|status(-code)? *(:|=)? *5.2.2|quota-issue|not *enough.{1,20}space|((over|exceeded|full|exhausted) *(allowed)? *(mail|storage|quota))', '[\"subject\",\"body\"]', '[\"save_message\",\"delete_message\"]', '[\"block_user\"]', '1', '1', '0'), ('6', 'ACYM_BLOCKED_GOOGLE_GROUPS', '6', 'message *rejected *by *Google *Groups', '[\"body\"]', '[\"delete_message\"]', '[]', '1', '1', '0'), ('7', 'ACYM_MAILBOX_DOESNT_EXIST_1', '7', '(Invalid|no such|unknown|bad|des?activated|inactive|unrouteable) *(mail|destination|recipient|user|address|person)|bad-mailbox|inactive-mailbox|not listed in.{1,20}directory|RecipNotFound|(user|mailbox|address|recipients?|host|account|domain) *(is|has been)? *(error|disabled|failed|unknown|unavailable|not *(found|available)|.{1,30}inactiv)|no *mailbox *here|user does.?n.t have.{0,30}account', '[\"subject\",\"body\"]', '[\"save_message\",\"delete_message\"]', '[\"block_user\"]', '1', '1', '0'), ('8', 'ACYM_MESSAGE_BLOCKED_RECIPIENTS', '8', 'blocked *by|block *list|look(ed)? *like *spam|spam-related|spam *detected| CXBL | CDRBL | IPBL | URLBL |(unacceptable|banned|offensive|filtered|blocked|unsolicited) *(content|message|e?-?mail)|service refused|(status(-code)?|554) *(:|=)? *5.7.1|administratively *denied|blacklisted *IP|policy *reasons|rejected.{1,10}spam|junkmail *rejected|throttling *constraints|exceeded.{1,10}max.{1,40}hour|comply with required standards|421 RP-00|550 SC-00|550 DY-00|550 OU-00', '[\"body\"]', '{\"0\":\"delete_message\",\"1\":\"forward_message\",\"forward_to\":\"webmaster@quatuora.nl\"}', '[]', '1', '1', '0'), ('9', 'ACYM_MAILBOX_DOESNT_EXIST_2', '9', 'status(-code)? *(:|=)? *5.(1.[1-6]|0.0|4.[0123467])|recipient *address *rejected|does *not *like *recipient', '[\"subject\",\"body\"]', '[\"save_message\",\"delete_message\"]', '[\"block_user\"]', '1', '1', '0'), ('10', 'ACYM_DOMAIN_NOT_EXIST', '10', 'No.{1,10}MX *(record|host)|host *does *not *receive *any *mail|bad-domain|connection.{1,10}mail.{1,20}fail|domain.{1,10}not *exist|fail.{1,10}establish *connection', '[\"subject\",\"body\"]', '[\"save_message\",\"delete_message\"]', '[\"block_user\"]', '1', '1', '0'), ('11', 'ACYM_TEMPORARY_FAILURES', '11', 'has.*been.*delayed|delayed *mail|message *delayed|message-expired|temporar(il)?y *(failure|unavailable|disable|offline|unable)|deferred|delayed *([0-9]*) *(hour|minut)|possible *mail *loop|too *many *hops|delivery *time *expired|Action: *delayed|status(-code)? *(:|=)? *4.4.6|will continue to be attempted|unable to deliver in.*Status: 4.4.7', '[\"subject\",\"body\"]', '[\"save_message\",\"delete_message\"]', '[\"block_user\"]', '1', '1', '0'), ('12', 'ACYM_FAILED_PERM', '12', 'failed *permanently|permanent.{1,20}(failure|error)|not *accepting *(any)? *mail|does *not *exist|no *valid *route|delivery *failure', '[\"subject\",\"body\"]', '[\"save_message\",\"delete_message\"]', '[\"block_user\"]', '1', '1', '0'), ('13', 'ACYM_ACKNOWLEDGMENT_RECEIPT_BODY', '13', 'vacances|holiday|vacation|absen|urlaub', '[\"body\"]', '[\"delete_message\"]', '[]', '1', '0', '0'), ('14', 'ACYM_FINAL_RULE', '14', '.', '[\"senderInfo\",\"subject\"]', '{\"0\":\"delete_message\",\"1\":\"forward_message\",\"forward_to\":\"webmaster@quatuora.nl\"}', '[]', '1', '1', '0'); /**ABDB**/CREATE TABLE `q4zq8_acym_plugin` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(100) NOT NULL, `folder_name` varchar(100) NOT NULL, `version` varchar(10) DEFAULT NULL, `active` int(11) NOT NULL, `category` varchar(100) NOT NULL, `level` varchar(50) NOT NULL, `uptodate` int(11) NOT NULL, `features` varchar(255) NOT NULL, `description` longtext NOT NULL, `latest_version` varchar(10) NOT NULL, `settings` longtext, `type` varchar(20) NOT NULL DEFAULT 'ADDON', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /**ABDB**/INSERT INTO `q4zq8_acym_plugin` VALUES ('1', 'Artikel', 'article', '6.18.3', '1', 'Content management', 'starter', '1', '[\"content\"]', '- Insert Joomla articles in your emails
- Insert the latest articles of a category in an automatic email', '6.18.3', NULL, 'CORE'); /**ABDB**/CREATE TABLE `q4zq8_acym_mail` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `creation_date` datetime NOT NULL, `thumbnail` longtext, `drag_editor` tinyint(1) DEFAULT NULL, `library` tinyint(1) DEFAULT NULL, `type` varchar(30) NOT NULL, `body` longtext NOT NULL, `subject` varchar(255) DEFAULT NULL, `from_name` varchar(255) DEFAULT NULL, `from_email` varchar(255) DEFAULT NULL, `reply_to_name` varchar(255) DEFAULT NULL, `reply_to_email` varchar(255) DEFAULT NULL, `bcc` varchar(255) DEFAULT NULL, `settings` text, `stylesheet` text, `attachments` text, `creator_id` int(11) NOT NULL, `mail_settings` text, `headers` text, `autosave` longtext, `preheader` text, `links_language` varchar(10) NOT NULL, `access` varchar(50) NOT NULL DEFAULT '', `tracking` tinyint(1) NOT NULL DEFAULT '1', `language` varchar(10) NOT NULL DEFAULT '', `parent_id` int(11) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=42 DEFAULT CHARSET=utf8; /**ABDB**/INSERT INTO `q4zq8_acym_mail` VALUES ('9', 'Notification template', '2019-12-31 13:02:10', NULL, '0', '0', 'template', '
\r\n
{readonline}This email contains graphics, so if you don\'t see them, view it in your browser{/readonline}
\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\"
\"-\"\r\n

Topic of your message

\r\n\r\n

Subtitle for your message

\r\n
\r\n

Dear {subtag:name},

\r\n Your message here...
\r\n
\"
\r\n\r\n
Not interested any more? {unsubscribe}Unsubscribe{/unsubscribe}
\r\n
', '', '', '', '', '', NULL, NULL, 'div,table,p,td{font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px; text-align:justify; color:#8c8c8c; margin:0px}\r\ndiv.info{text-align:center;padding:10px;font-size:11px;color:#a3a3a3;}\r\n\r\n@media (min-width:10px){\r\n .w600 { width: 320px !important;}\r\n .w520 { width: 280px !important;}\r\n .w480 { width: 260px !important;}\r\n .w40 { width: 20px !important;}\r\n .w20 { width: 10px !important;}\r\n .w600 img {max-width:320px; height:auto !important}\r\n .w480 img {max-width:260px; height:auto !important;}\r\n}\r\n\r\n@media (min-width:480px) {\r\n .w600 { width: 480px !important;}\r\n .w520 { width: 440px !important;}\r\n .w480 { width: 420px !important;}\r\n .w40 { width: 20px !important;}\r\n .w20 { width: 10px !important;}\r\n .w600 img {max-width:480px; height:auto !important}\r\n .w480 img {max-width:420px; height:auto !important;}\r\n}\r\n\r\n@media (min-width:600px){\r\n .w600 { width: 600px !important;}\r\n .w520 { width: 520px !important;}\r\n .w480 { width: 480px !important;}\r\n .w40 { width: 40px !important;}\r\n .w20 { width: 20px !important;}\r\n .w600 img {max-width:600px; height:auto !important}\r\n .w480 img {max-width:480px; height:auto !important;}\r\n}\r\nh1{color:#393939 !important; font-size:14px; font-weight:bold; margin:10px 0px;}h2{color: #309fb3 !important; font-size: 14px; font-weight: normal; text-align:left; margin:0px; padding:0px;}h3{color: #393939 !important; font-size: 18px; font-weight: bold; text-align:left; margin:0px; padding-bottom:5px; border-bottom:1px solid #bdbdbd;}h4{color: #309fb3 !important; font-size: 14px; font-weight: bold; text-align:left; margin:0px; padding: 5px 0px 0px 0px;}a{color:#309FB3; text-decoration:none; font-style:italic; cursor:pointer;}.acymailing_readmore{font-size: 12px; color: #fff; background-color:#309fb3; font-weight:bold; padding:3px 5px;}.acymailing_online{color:#a3a3a3; text-decoration:none; font-size:11px;}.acymailing_unsub{color:#a3a3a3; text-decoration:none; font-size:11px;}.acymailing_content{text-align:justify;}', NULL, '55', NULL, NULL, NULL, NULL, '', '', '1', '', NULL), ('10', 'Newspaper', '2019-12-31 13:02:10', NULL, '0', '0', 'template', '
\r\n
{readonline}This e-mail contains graphics, if you don\'t see them » view it online.{/readonline}
\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
 \r\n

\"logo\"

\r\n\r\n

Your title here

\r\n\r\n

your subtitle

\r\n
\"---\"
\"banner\"
\"---\"
\r\n
This issue will present the 5 last articles.
\r\n {tableofcontents}
\r\n {autocontent:|max:5|order:id,DESC|type:intro|link|pict:1}
\r\n
\"--\"
www.mywebsite.com | contact | Facebook | Twitter
\"--\"
\r\n\r\n
{unsubscribe}If you\'re not interested any more » unsubscribe{/unsubscribe}
\r\n
\r\n', '', '', '', '', '', NULL, NULL, '.acyfooter a{\r\n color:#454545;\r\n}\r\n.dark{\r\n color:#454545;\r\n font-weight:bold;\r\n}\r\ndiv,table,p,td{font-family:\"Times New Roman\", Times, serif;font-size:13px;color:#575757;}\r\n\r\n\r\n\r\n@media (min-width:10px){\r\n .w600 { width:320px !important; }\r\n .w540 { width:260px !important; }\r\n .w30 { width:30px !important; }\r\n .w600 img {max-width:320px; height:auto !important; }\r\n .w540 img {max-width:260px; height:auto !important; }\r\n}\r\n\r\n@media (min-width: 480px){\r\n .w600 { width:480px !important; }\r\n .w540 { width:420px !important; }\r\n .w30 { width:30px !important; }\r\n .w600 img {max-width:480px; height:auto !important; }\r\n .w540 img {max-width:420px; height:auto !important; }\r\n}\r\n\r\n@media (min-width:600px){\r\n .w600 { width:600px !important; }\r\n .w540 { width:540px !important; }\r\n .w30 { width:30px !important; }\r\n .w600 img {max-width:600px; height:auto !important; }\r\n .w540 img {max-width:540px; height:auto !important; }\r\n}\r\nh1{color:#454545 !important; font-size:24px; font-weight:bold; margin:0px;}h2{color:#b20000 !important; font-size:18px; font-weight:bold; margin:0px; margin-bottom:10px; padding-bottom:4px; border-bottom: 1px solid #d6d6d6;}h3{color:#b20101 !important; font-weight:bold; font-size:18px; margin:10px 0px;}h4{color:#e52323 !important; font-weight:bold; margin:0px; padding:0px}a{cursor:pointer; color:#9d0000; text-decoration:none; border:none;}.acymailing_readmore{cursor:pointer; color:#ffffff; background-color:#9d0000; border-top:1px solid #9d0000; border-bottom:1px solid #9d0000; padding:3px 5px; font-size:13px;}.acymailing_online{color:#dddddd; text-decoration:none; font-size:13px; margin:10px; text-align:center; font-family:Times New Roman, Times, serif; padding-bottom:10px;}.acymailing_content{}.acymailing_unsub{color:#dddddd; text-decoration:none; font-size:13px; text-align:center; font-family:Times New Roman, Times, serif; padding-top:10px}', NULL, '55', NULL, NULL, NULL, NULL, '', '', '1', '', NULL), ('11', 'Build Bio', '2019-12-31 13:02:10', NULL, '0', '0', 'template', '
\r\n
{readonline}This e-mail contains graphics, if you don\'t see them » view it online.{/readonline}
\r\n\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\"mail\"
\"\"
Newsletter {date:3}
Hello {subtag:name},
\r\n
\r\n Your introduction text here\r\n
\r\n

Your title

\r\n Your catchphrase
\r\n Your content here with some link
\r\n
\r\n More content
\r\n
\r\n Read More\r\n\r\n

Another title

\r\n \"picture\" Another catchphrase Some content and another link
\r\n
\r\n More content
\r\n
\r\n Read More
\"--\"
www.mywebsite.com | Contact\"message\"
\"--\"
\r\n\r\n
{unsubscribe}If you\'re not interested any more » unsubscribe{/unsubscribe}
\r\n
', '', '', '', '', '', NULL, NULL, 'table, div, p,td{\r\n font-family: Verdana, Arial, Helvetica, sans-serif;\r\n font-size:11px;\r\n color:#575757;\r\n}\r\n.intro{\r\n font-weight:bold;\r\n font-size:12px;}\r\n\r\n.acyfooter a{\r\n color:#575757;}\r\n\r\n@media (min-width: 10px){\r\n .w600 { width:320px !important; }\r\n .w540 { width:260px !important; }\r\n .w30 { width:30px !important; }\r\n .w600 img{max-width:320px; height:auto !important}\r\n .w540 img{max-width:260px; height:auto !important}\r\n}\r\n\r\n@media (min-width: 480px){\r\n .w600 { width:480px !important; }\r\n .w540 { width:420px !important; }\r\n .w30 { width:30px !important; }\r\n .w600 img{max-width:480px; height:auto !important}\r\n .w540 img{max-width:420px; height:auto !important}\r\n}\r\n\r\n@media (min-width:600px){\r\n .w600 { width:600px !important; }\r\n .w540 { width:540px !important; }\r\n .w30 { width:30px !important; }\r\n .w600 img{max-width:600px; height:auto !important}\r\n .w540 img{max-width:540px; height:auto !important}\r\n}\r\nh1{font-weight:bold; font-size:14px;color:#3c3c3c !important;margin:0px;}h2{color:#b9cf00 !important; font-size:14px; font-weight:bold; margin-top:20px; border-bottom:1px solid #d6d6d6; padding-bottom:4px;}h3{color:#7e7e7e !important; font-size:14px; font-weight:bold; margin:20px 0px 0px 0px; border-bottom:1px solid #d6d6d6; padding-bottom:0px 0px 4px 0px;}h4{color:#879700 !important; font-size:12px; font-weight:bold; margin:0px; padding:0px;}a{cursor:pointer; color:#a2b500; text-decoration:none; border:none;}.acymailing_online{color:#dddddd; text-decoration:none; font-size:11px; text-align:center; padding-bottom:10px}.acymailing_unsub{color:#dddddd; text-decoration:none; font-size:11px; text-align:center; padding-top:10px}.acymailing_readmore{cursor:pointer; color:#ffffff; background-color:#b9cf00; padding:3px 5px;}', NULL, '55', NULL, NULL, NULL, NULL, '', '', '1', '', NULL), ('12', 'Technology', '2019-12-31 13:02:10', NULL, '0', '0', 'template', '
\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
{readonline}If you can\'t see this e-mail properly, view it online{/readonline}
\"--\"
\"--\"
\"mail\" Newsletter {mailid} | {date:%B %Y} |  www.acyba.com |
\"picture\"\r\n

Your title !

\r\n\r\n

Your catchphrase

\r\n Your introduction content here
\"---\"
\r\n

Your subtitle

\r\n \"picture\"\r\n

Your catchphrase

\r\n Your content here
\r\n Some link and some content
\r\n
\r\n \"buy
\r\n
\r\n
\r\n
\r\n  \r\n

Another subtitle

\r\n \"picture\"\r\n

Another catchphrase

\r\n Other content
\r\n
\r\n \"buy
\"---\"
\r\n

Best product of the month

\r\n\r\n

Lorem ipsum dolor sit amet.

\r\n Liget, volutpat esvft sem. Praesent auctor posuere orci, sit amet molee. Integer nec scelerisque quam. Lore uctor posum ipsum doLiget, volutpat esvft sem. Praesent auctor posuere orci, sit amet molee. Integer nec scelerisque quam. Lore uctor posum ipsum dolor sit amesent.
\r\n
\r\n \"read
Follow us | \"facebook\" \"twitter\" \"pinterest\" \"rss\"
\"--\"
\"--\"
{unsubscribe}If you don\'t want to receive our news anymore, unsubscribe{/unsubscribe}
\r\n
', '', '', '', '', '', NULL, NULL, 'table, div, p, td {\r\n font-family:Arial, Helvetica, sans-serif;\r\n font-size:12px;\r\n}\r\np{margin:0px; padding:0px}\r\n\r\n.special h2{font-size:18px;\r\n margin:0px;\r\n margin-bottom:15px;\r\n padding:0px;\r\n font-weight:bold;\r\n color:#01bbe5 !important;\r\n text-transform:none;\r\n border:none}\r\n\r\n.links a{color:#ababab}\r\n\r\n@media (min-width:10px){\r\n .w600 { width:320px !important;}\r\n .w540 { width:260px !important;}\r\n .w30 { width:30px !important;}\r\n .w600 img {max-width:320px; height:auto !important}\r\n .w540 img {max-width:260px; height:auto !important}\r\n}\r\n\r\n@media (min-width: 480px){\r\n .w600 { width:480px !important;}\r\n .w540 { width:420px !important;}\r\n .w30 { width:30px !important;}\r\n .w600 img {max-width:480px; height:auto !important}\r\n .w540 img {max-width:420px; height:auto !important}\r\n}\r\n\r\n@media (min-width:600px){\r\n .w600 { width:600px !important;}\r\n .w540 { width:540px !important;}\r\n .w30 { width:30px !important;}\r\n .w600 img {max-width:600px; height:auto !important}\r\n .w540 img {max-width:540px; height:auto !important}\r\n}\r\nh1{font-size:20px; margin:0px; margin-bottom:15px; padding:0px; font-weight:bold; color:#01bbe5 !important;}h2{font-size:12px; font-weight:bold; color:#565656 !important; text-transform:uppercase; margin:10px 0px; padding:0px; padding-bottom:5px; border-bottom:1px solid #ddd;}h3{color:#565656 !important; font-weight:bold; font-size:12px; margin:0px; margin-bottom:10px; padding:0px;}h4{}a{cursor:pointer;color:#01bbe5;text-decoration:none;border:none;}.acymailing_online{color:#d2d1d1; cursor:pointer;}.acymailing_unsub{color:#d2d1d1; cursor:pointer;}.acymailing_readmore{cursor:pointer; font-weight:bold; color:#fff; background-color:#01bbe5; padding:2px 5px;}', NULL, '55', NULL, NULL, NULL, NULL, '', '', '1', '', NULL), ('13', 'acy_report', '2019-12-31 13:02:37', '', '1', '1', 'notification', '

{report}

{detailreport}

', 'AcyMailing Cron Report {mainreport}', NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, '55', NULL, NULL, NULL, NULL, '', '', '1', '', NULL), ('14', 'acy_confirm', '2019-12-31 13:02:37', '', '1', '1', 'notification', '

Hello {subtag:name|ucfirst},

\r\n

{trans:ACYM_CONFIRM_MESSAGE}

\r\n

{trans:ACYM_CONFIRM_MESSAGE_ACTIVATE}

\r\n

{confirm}{trans:ACYM_CONFIRM_SUBSCRIPTION}{/confirm}

', '{subtag:name|ucfirst}, {trans:ACYM_PLEASE_CONFIRM_SUBSCRIPTION}', NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, '55', NULL, NULL, NULL, NULL, '', '', '1', '', NULL), ('15', 'AcyMailing first email', '2019-12-31 14:02:37', 'thumbnail_first_email.png', '1', '1', 'template', '

We need your feedback!

Having trouble seeing this email? View it online‍‍ 

\"logo_acymailing_step_email.png\"


Dear Admin‍‍ 

Amazing, you are going to send your first email!

 

Feel free to drag & drop some content and try the AcyMailing editor.

Once it is done, click on the \"Apply\" button.

\"image_mailing_step_email.jpg\"

Unsubscribe‍‍

', 'Your first email', NULL, NULL, NULL, NULL, NULL, '{\"p\":{\"font-family\":\"Helvetica\",\"font-size\":\"16px\"},\"#acym__wysid__background-colorpicker\":{\"background-color\":\"#f5f5f5\"}}', NULL, NULL, '55', NULL, NULL, NULL, NULL, '', '', '1', '', NULL), ('16', 'christmas', '2019-12-31 13:02:37', 'christmas.png', '1', '1', 'template', '

www.mywebsite.com | View the newsletter online‍‍ 

\"shadow1\"

\"banner\"

Merry Christmas

Accenderat super his incitatum propositum ad nocendum aliqua mulier vilis, quae ad palatium ut poposcerat intromissa insidias ei latenter obtendi prodiderat a militibus obscurissimis.

\"separator\"

& Happy New Year

Accenderat super his incitatum propositum ad nocendum aliqua mulier vilis, quae ad palatium ut poposcerat intromissa insidias ei latenter obtendi prodiderat a militibus obscurissimis. obscurissimis. d nocendum aliqua mulier vilis, quae ad palatium ut poposcerat intromissa ias ei latenter obtendi prodiderat a militibus obscr his incitatum propositum ad nocendum aliqua mulier vilis, quae ad palatium ut poposcerat intromissa insidias ei latenter.

\"footer\"

\"shadow2\"

www.mywebsite.com | Contact | Unsubscribe‍‍ 

\n', '', NULL, NULL, NULL, NULL, NULL, '{\"p\":{\"font-family\":\"Helvetica\",\"font-size\":\"12px\",\"color\":\"#8b747a\"},\"#acym__wysid__background-colorpicker\":{\"background-color\":\"#4c3950\"},\"h1\":{\"font-family\":\"Helvetica\",\"font-size\":\"36px\",\"color\":\"#a44b57\"},\"h2\":{\"font-family\":\"Helvetica\",\"font-size\":\"30px\",\"color\":\"#d0756b\"},\"h3\":{\"font-family\":\"Helvetica\",\"font-size\":\"14px\",\"font-weight\":\"bold\",\"color\":\"#d0756b\"}}', 'h1, h2 {\n text-align: center;\n}\n#acym__wysid__template a {\n cursor: pointer;\n color: #df8a5e;\n text-decoration: none;\n border: none;\n}\n#acym__wysid__template a.acymailing_readmore_link {\n cursor: pointer;\n font-weight: bold;\n color: #df8a5e;\n}\n#acym__wysid__template span a .acym_online, #acym__wysid__template span a .acym_unsubscribe {\n color: #b9acb0;\n cursor: pointer;\n}', NULL, '55', NULL, NULL, NULL, NULL, '', '', '1', '', NULL), ('17', 'snow', '2019-12-31 13:02:37', 'snow.png', '1', '1', 'template', '

\"top.jpg\"

November 2019‍‍  

\"banner.jpg\"

My winter newsletter

News and events this month

Hello Admin‍‍,

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec at consectetur nisi. Fusce mattis, leo sit amet dictum facilisis, dui sem laoreet neque, et semper eros purus aliquam erat. Cras vitae augue neque, ac condimentum justo. Curabitur et felis vel nibh faucibus cursus eget nec tellus. Sed urna enim, viverra ac blandit ac, porttitor ac diam. Praesent ut eros erat, nec lobortis felis.

\"middle.jpg\"

My first article

Fusce mattis, leo sit amet dictum facilisis, dui sem laoreet neque, et semper eros purus aliquam erat. Cras vitae augue neque, ac condimentum justo. Curabitur et felis vel nibh faucibus cursus eget nec tellus. Sed urna enim, viverra ac blandit ac, porttitor ac diam. Praesent ut eros erat, nec lobortis felis. Curabitur et nunc ut leo semper convallis ac ut purus. Nulla sodales condimentum augue.

My first article

Fusce mattis, leo sit amet dictum facilisis, dui sem laoreet neque, et semper eros purus aliquam erat. Cras vitae augue neque, ac condimentum justo. Curabitur et felis vel nibh faucibus cursus eget nec tellus. Sed urna enim, viverra ac blandit ac, porttitor ac diam. Praesent ut eros erat, nec lobortis felis. Curabitur et nunc ut leo semper convallis ac ut purus. Nulla sodales condimentum augue.

\"bottom.jpg\"

www.example.php | Contact

\n', '', NULL, NULL, NULL, NULL, NULL, '{\"p\":{\"font-family\":\"Helvetica\",\"font-size\":\"12px\",\"color\":\"#7b7769\"},\"#acym__wysid__background-colorpicker\":{\"background-color\":\"#ebebeb\"},\"h1\":{\"font-family\":\"Helvetica\",\"font-size\":\"20px\",\"font-weight\":\"bold\",\"color\":\"#1267ff\"},\"h2\":{\"font-family\":\"Helvetica\",\"font-size\":\"14px\",\"color\":\"#1267ff\",\"font-weight\":\"bold\"},\"h3\":{\"font-family\":\"Helvetica\",\"font-size\":\"20px\",\"color\":\"#343538\"},\"h4\":{\"font-family\":\"Helvetica\",\"font-size\":\"14px\",\"color\":\"#f1f1f1\"}}', 'h1, h2 {\n text-transform: uppercase;\n}\nh2 {\n border-bottom: 1px solid #b1b1b1;\n}\n#acym__wysid__template a {\n cursor: pointer;\n color: #df8a5e;\n text-decoration: none;\n border: none;\n}\n#acym__wysid__template a.acymailing_readmore_link {\n cursor: pointer;\n font-weight: bold;\n color: #ffffff;\n background-color: #2c2c2c;\n}\n#acym__wysid__template span a .acym_online, #acym__wysid__template span a .acym_unsubscribe {\n color: #858585;\n cursor: pointer;\n}', NULL, '55', NULL, NULL, NULL, NULL, '', '', '1', '', NULL); /**ABDB**/INSERT INTO `q4zq8_acym_mail` VALUES ('18', 'white', '2019-12-31 13:02:37', 'white.png', '1', '1', 'template', '

\"shadowtop.jpg\"

\"mail.jpg\"

November 2019‍‍  | www.yourwebsite.com

FRESH AND TECHNOLOGIC NEWS!

 

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris massa quam, eleifend at ornare.

Liget, volutpat esvft sem. Praesent auctor posuere orci, sit amet molutpat esvft sem. Praesent auctor poslee. Integer nec scelerisque quam. Lore uctor posum ipsum dolor sit amesent auc posum ipsum dolor sit amesent auctor.

\"pic1.jpg\"

\"separator.jpg\"

\"pic2.jpg\"

BEST APPLICATIONS ON YOUR LAPTOP

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris massa quam, eleifend at ornare.

Liget, volutpat esvft sem. Praesent auctor posuere orci, sit amet molee. Integer nec scelerisque quam. Lore uctor posum ipsum dolor sit amesent auctor.

\"separator.jpg\"

BEST APPLICATIONS ON YOUR SMARTPHONE

 

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris massa quam, eleifend at ornare.

Liget, volutpat esvft sem. Praesent auctor posuere orci, sit amet molutpat esvft sem. Praesent auctor poslee. Integer nec scelerisque quam. Lore uctor posum ipsum dolor sit amesent auc posum ipsum dolor sit amesent auctor.

\"pic3.jpg\"

Contact us

\"shadowbottom.jpg\"

\n', '', NULL, NULL, NULL, NULL, NULL, '{\"p\":{\"font-family\":\"Helvetica\",\"font-size\":\"12px\",\"color\":\"#999999\"},\"#acym__wysid__background-colorpicker\":{\"background-color\":\"#fafafa\"},\"h1\":{\"font-family\":\"Helvetica\",\"font-size\":\"18px\",\"font-weight\":\"bold\",\"color\":\"#5eb4d1\"},\"h2\":{\"font-family\":\"Helvetica\",\"font-size\":\"14px\",\"font-weight\":\"bold\",\"color\":\"#5eb4d1\"},\"h3\":{\"font-family\":\"Helvetica\",\"font-size\":\"12px\",\"font-weight\":\"bold\",\"color\":\"#565656\"}}', 'h2 {\n text-transform: uppercase;\n}\n#acym__wysid__template a {\n cursor: pointer;\n color: #5eb4d1;\n text-decoration: none;\n border: none;\n}\n#acym__wysid__template span a .acym_online, #acym__wysid__template span a .acym_unsubscribe {\n color: #cecece;\n}\n#acym__wysid__template a.acymailing_readmore_link {\n cursor: pointer;\n font-weight: bold;\n font-size: 12px;\n color: #5eb4d1;\n text-decoration: underline;\n}', NULL, '55', NULL, NULL, NULL, NULL, '', '', '1', '', NULL), ('19', 'acy_notification_create', '2020-02-04 14:47:50', NULL, '1', '1', 'notification', '

Hello Marc,

\r\n

A new user has been created in AcyMailing:

\r\n

Naam: Julia

\r\n

E-mail: julia@example.com

\r\n

Bron: registration_form

\r\n

Abonnement: Newsletters - 2020-11-02 14:38:24

', 'New subscriber on your website: {user:email}', NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, '55', NULL, NULL, NULL, NULL, '', '', '1', '', NULL), ('20', 'acy_notification_unsub', '2020-02-04 14:47:50', NULL, '1', '1', 'notification', '

Hello Marc,

\r\n

The following user unsubscribed from your list(s):

\r\n

Naam: Julia

\r\n

E-mail: julia@example.com

\r\n

Lijsten: Newsletters, Tips

', 'A user unsubscribed: {user:email}', NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, '55', NULL, NULL, NULL, NULL, '', '', '1', '', NULL), ('21', 'acy_notification_unsuball', '2020-02-04 14:47:50', NULL, '1', '1', 'notification', '

Hello Marc,

\r\n

The following user unsubscribed from all your lists:

\r\n

Naam: Julia

\r\n

E-mail: julia@example.com

', 'A user unsubscribed from all your lists: {user:email}', NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, '55', NULL, NULL, NULL, NULL, '', '', '1', '', NULL), ('22', 'acy_notification_subform', '2020-02-04 14:47:50', NULL, '1', '1', 'notification', '

Hello Marc,

\r\n

A user submitted the subscription form:

\r\n

Naam: Julia

\r\n

E-mail: julia@example.com

\r\n

Abonnement: Newsletters - 2020-11-02 14:38:24

', 'New contact from your website: {user:email}', NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, '55', NULL, NULL, NULL, NULL, '', '', '1', '', NULL), ('23', 'acy_notification_profile', '2020-02-04 14:47:50', NULL, '1', '1', 'notification', '

Hello Marc,

\r\n

A user changed their profile:

\r\n

Naam: Julia

\r\n

E-mail: julia@example.com

\r\n

Abonnement: Newsletters - 2020-11-02 14:38:24

', 'A user subscribed or modified their subscription: {user:email}', NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, '55', NULL, NULL, NULL, NULL, '', '', '1', '', NULL), ('24', 'acy_notification_confirm', '2020-02-04 14:47:50', NULL, '1', '1', 'notification', '

Hello Marc,

\r\n

The following user confirmed their subscription:

\r\n

Naam: Julia

\r\n

E-mail: julia@example.com

\r\n

IP: 127.0.0.1

\r\n

Abonnement: Newsletters - 2020-11-02 14:38:24

', 'A user confirmed their subscription: {user:email}', NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, '55', NULL, NULL, NULL, NULL, '', '', '1', '', NULL), ('25', 'AcyMailing eerste e-mail', '2020-05-20 12:02:40', 'thumbnail_first_email.png', '1', '1', 'template', '

We need your feedback!

Having trouble seeing this email? View it online‍‍ 

\"logo_acymailing_step_email.png\"


Dear Admin‍‍ 

Amazing, you are going to send your first email!

 

Feel free to drag & drop some content and try the AcyMailing editor.

Once it is done, click on the \"Apply\" button.

\"image_mailing_step_email.jpg\"

Unsubscribe‍‍

', 'Je eerste e-mail', NULL, NULL, NULL, NULL, NULL, '{\"p\":{\"font-family\":\"Helvetica\",\"font-size\":\"16px\"},\"#acym__wysid__background-colorpicker\":{\"background-color\":\"#f5f5f5\"}}', NULL, NULL, '55', NULL, NULL, NULL, NULL, '', '', '1', '', NULL), ('26', 'christmas', '2020-05-29 14:15:48', 'christmas.png', '1', '1', 'template', '

www.example.com | View the newsletter online‍‍ 

\"shadow1\"

\"banner\"

Merry Christmas

Accenderat super his incitatum propositum ad nocendum aliqua mulier vilis, quae ad palatium ut poposcerat intromissa insidias ei latenter obtendi prodiderat a militibus obscurissimis.

\"separator\"

& Happy New Year

Accenderat super his incitatum propositum ad nocendum aliqua mulier vilis, quae ad palatium ut poposcerat intromissa insidias ei latenter obtendi prodiderat a militibus obscurissimis. obscurissimis. d nocendum aliqua mulier vilis, quae ad palatium ut poposcerat intromissa ias ei latenter obtendi prodiderat a militibus obscr his incitatum propositum ad nocendum aliqua mulier vilis, quae ad palatium ut poposcerat intromissa insidias ei latenter.

\"footer\"

\"shadow2\"

www.mywebsite.com | Contact | Unsubscribe‍‍ 

\n', '', NULL, NULL, NULL, NULL, NULL, '{\"p\":{\"font-family\":\"Helvetica\",\"font-size\":\"12px\",\"color\":\"#8b747a\"},\"#acym__wysid__background-colorpicker\":{\"background-color\":\"#4c3950\"},\"h1\":{\"font-family\":\"Helvetica\",\"font-size\":\"36px\",\"color\":\"#a44b57\"},\"h2\":{\"font-family\":\"Helvetica\",\"font-size\":\"30px\",\"color\":\"#d0756b\"},\"h3\":{\"font-family\":\"Helvetica\",\"font-size\":\"14px\",\"font-weight\":\"bold\",\"color\":\"#d0756b\"}}', 'h1, h2 {\n text-align: center;\n}\n#acym__wysid__template a {\n cursor: pointer;\n color: #df8a5e;\n text-decoration: none;\n border: none;\n}\n#acym__wysid__template a.acymailing_readmore_link {\n cursor: pointer;\n font-weight: bold;\n color: #df8a5e;\n}\n#acym__wysid__template span a .acym_online, #acym__wysid__template span a .acym_unsubscribe {\n color: #b9acb0;\n cursor: pointer;\n}', NULL, '55', NULL, NULL, NULL, NULL, '', '', '1', '', NULL); /**ABDB**/INSERT INTO `q4zq8_acym_mail` VALUES ('27', 'snow', '2020-05-29 14:15:48', 'snow.png', '1', '1', 'template', '

\"top.jpg\"

November 2019‍‍  

\"banner.jpg\"

My winter newsletter

News and events this month

Hello Admin‍‍,

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec at consectetur nisi. Fusce mattis, leo sit amet dictum facilisis, dui sem laoreet neque, et semper eros purus aliquam erat. Cras vitae augue neque, ac condimentum justo. Curabitur et felis vel nibh faucibus cursus eget nec tellus. Sed urna enim, viverra ac blandit ac, porttitor ac diam. Praesent ut eros erat, nec lobortis felis.

\"middle.jpg\"

My first article

Fusce mattis, leo sit amet dictum facilisis, dui sem laoreet neque, et semper eros purus aliquam erat. Cras vitae augue neque, ac condimentum justo. Curabitur et felis vel nibh faucibus cursus eget nec tellus. Sed urna enim, viverra ac blandit ac, porttitor ac diam. Praesent ut eros erat, nec lobortis felis. Curabitur et nunc ut leo semper convallis ac ut purus. Nulla sodales condimentum augue.

My first article

Fusce mattis, leo sit amet dictum facilisis, dui sem laoreet neque, et semper eros purus aliquam erat. Cras vitae augue neque, ac condimentum justo. Curabitur et felis vel nibh faucibus cursus eget nec tellus. Sed urna enim, viverra ac blandit ac, porttitor ac diam. Praesent ut eros erat, nec lobortis felis. Curabitur et nunc ut leo semper convallis ac ut purus. Nulla sodales condimentum augue.

\"bottom.jpg\"

www.example.php | Contact

\n', '', NULL, NULL, NULL, NULL, NULL, '{\"p\":{\"font-family\":\"Helvetica\",\"font-size\":\"12px\",\"color\":\"#7b7769\"},\"#acym__wysid__background-colorpicker\":{\"background-color\":\"#ebebeb\"},\"h1\":{\"font-family\":\"Helvetica\",\"font-size\":\"20px\",\"font-weight\":\"bold\",\"color\":\"#1267ff\"},\"h2\":{\"font-family\":\"Helvetica\",\"font-size\":\"14px\",\"color\":\"#1267ff\",\"font-weight\":\"bold\"},\"h3\":{\"font-family\":\"Helvetica\",\"font-size\":\"20px\",\"color\":\"#343538\"},\"h4\":{\"font-family\":\"Helvetica\",\"font-size\":\"14px\",\"color\":\"#f1f1f1\"}}', 'h1, h2 {\n text-transform: uppercase;\n}\nh2 {\n border-bottom: 1px solid #b1b1b1;\n}\n#acym__wysid__template a {\n cursor: pointer;\n color: #df8a5e;\n text-decoration: none;\n border: none;\n}\n#acym__wysid__template a.acymailing_readmore_link {\n cursor: pointer;\n font-weight: bold;\n color: #ffffff;\n background-color: #2c2c2c;\n}\n#acym__wysid__template span a .acym_online, #acym__wysid__template span a .acym_unsubscribe {\n color: #858585;\n cursor: pointer;\n}', NULL, '55', NULL, NULL, NULL, NULL, '', '', '1', '', NULL), ('28', 'white', '2020-05-29 14:15:48', 'white.png', '1', '1', 'template', '

\"shadowtop.jpg\"

\"mail.jpg\"

November 2019‍‍  | www.yourwebsite.com

FRESH AND TECHNOLOGIC NEWS!

 

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris massa quam, eleifend at ornare.

Liget, volutpat esvft sem. Praesent auctor posuere orci, sit amet molutpat esvft sem. Praesent auctor poslee. Integer nec scelerisque quam. Lore uctor posum ipsum dolor sit amesent auc posum ipsum dolor sit amesent auctor.

\"pic1.jpg\"

\"separator.jpg\"

\"pic2.jpg\"

BEST APPLICATIONS ON YOUR LAPTOP

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris massa quam, eleifend at ornare.

Liget, volutpat esvft sem. Praesent auctor posuere orci, sit amet molee. Integer nec scelerisque quam. Lore uctor posum ipsum dolor sit amesent auctor.

\"separator.jpg\"

BEST APPLICATIONS ON YOUR SMARTPHONE

 

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris massa quam, eleifend at ornare.

Liget, volutpat esvft sem. Praesent auctor posuere orci, sit amet molutpat esvft sem. Praesent auctor poslee. Integer nec scelerisque quam. Lore uctor posum ipsum dolor sit amesent auc posum ipsum dolor sit amesent auctor.

\"pic3.jpg\"

Contact us

\"shadowbottom.jpg\"

\n', '', NULL, NULL, NULL, NULL, NULL, '{\"p\":{\"font-family\":\"Helvetica\",\"font-size\":\"12px\",\"color\":\"#999999\"},\"#acym__wysid__background-colorpicker\":{\"background-color\":\"#fafafa\"},\"h1\":{\"font-family\":\"Helvetica\",\"font-size\":\"18px\",\"font-weight\":\"bold\",\"color\":\"#5eb4d1\"},\"h2\":{\"font-family\":\"Helvetica\",\"font-size\":\"14px\",\"font-weight\":\"bold\",\"color\":\"#5eb4d1\"},\"h3\":{\"font-family\":\"Helvetica\",\"font-size\":\"12px\",\"font-weight\":\"bold\",\"color\":\"#565656\"}}', 'h2 {\n text-transform: uppercase;\n}\n#acym__wysid__template a {\n cursor: pointer;\n color: #5eb4d1;\n text-decoration: none;\n border: none;\n}\n#acym__wysid__template span a .acym_online, #acym__wysid__template span a .acym_unsubscribe {\n color: #cecece;\n}\n#acym__wysid__template a.acymailing_readmore_link {\n cursor: pointer;\n font-weight: bold;\n font-size: 12px;\n color: #5eb4d1;\n text-decoration: underline;\n}', NULL, '55', NULL, NULL, NULL, NULL, '', '', '1', '', NULL), ('29', 'joomla-resetPwd', '2020-11-27 15:29:36', NULL, '1', NULL, 'override', '
{trans:COM_USERS_EMAIL_PASSWORD_RESET_BODY|param2|param3|param4}
', '{trans:COM_USERS_EMAIL_PASSWORD_RESET_SUBJECT|param1}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '55', NULL, NULL, NULL, NULL, '', '', '1', '', NULL), ('30', 'joomla-usernameReminder', '2020-11-27 15:29:36', NULL, '1', NULL, 'override', '
{trans:COM_USERS_EMAIL_USERNAME_REMINDER_BODY|param2|param3|param4}
', '{trans:COM_USERS_EMAIL_USERNAME_REMINDER_SUBJECT|param1}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '55', NULL, NULL, NULL, NULL, '', '', '1', '', NULL), ('31', 'joomla-directRegNoPwd', '2020-11-27 15:29:36', NULL, '1', NULL, 'override', '
{trans:COM_USERS_EMAIL_REGISTERED_BODY_NOPW|param3|param4|param5}
', '{trans:COM_USERS_EMAIL_ACCOUNT_DETAILS|param1|param2}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '55', NULL, NULL, NULL, NULL, '', '', '1', '', NULL), ('32', 'joomla-directReg', '2020-11-27 15:29:36', NULL, '1', NULL, 'override', '
{trans:COM_USERS_EMAIL_REGISTERED_BODY|param3|param4|param5|param6|param7}
', '{trans:COM_USERS_EMAIL_ACCOUNT_DETAILS|param1|param2}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '55', NULL, NULL, NULL, NULL, '', '', '1', '', NULL), ('33', 'joomla-ownActivReg', '2020-11-27 15:29:36', NULL, '1', NULL, 'override', '
{trans:COM_USERS_EMAIL_REGISTERED_WITH_ACTIVATION_BODY|param3|param4|param5|param6|param7|param8}
', '{trans:COM_USERS_EMAIL_ACCOUNT_DETAILS|param1|param2}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '55', NULL, NULL, NULL, NULL, '', '', '1', '', NULL), ('34', 'joomla-ownActivRegNoPwd', '2020-11-27 15:29:36', NULL, '1', NULL, 'override', '
{trans:COM_USERS_EMAIL_REGISTERED_WITH_ACTIVATION_BODY_NOPW|param3|param4|param5|param6|param7}
', '{trans:COM_USERS_EMAIL_ACCOUNT_DETAILS|param1|param2}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '55', NULL, NULL, NULL, NULL, '', '', '1', '', NULL), ('35', 'joomla-adminActivReg', '2020-11-27 15:29:36', NULL, '1', NULL, 'override', '
{trans:COM_USERS_EMAIL_REGISTERED_WITH_ADMIN_ACTIVATION_BODY|param3|param4|param5|param6|param7|param8}
', '{trans:COM_USERS_EMAIL_ACCOUNT_DETAILS|param1|param2}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '55', NULL, NULL, NULL, NULL, '', '', '1', '', NULL), ('36', 'joomla-adminActivRegNoPwd', '2020-11-27 15:29:36', NULL, '1', NULL, 'override', '
{trans:COM_USERS_EMAIL_REGISTERED_WITH_ADMIN_ACTIVATION_BODY_NOPW|param3|param4|param5|param6|param7}
', '{trans:COM_USERS_EMAIL_ACCOUNT_DETAILS|param1|param2}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '55', NULL, NULL, NULL, NULL, '', '', '1', '', NULL), ('37', 'joomla-confirmActiv', '2020-11-27 15:29:36', NULL, '1', NULL, 'override', '
{trans:COM_USERS_EMAIL_ACTIVATED_BY_ADMIN_ACTIVATION_BODY|param3|param4|param5}
', '{trans:COM_USERS_EMAIL_ACTIVATED_BY_ADMIN_ACTIVATION_SUBJECT|param1|param2}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '55', NULL, NULL, NULL, NULL, '', '', '1', '', NULL), ('38', 'joomla-regByAdmin', '2020-11-27 15:29:36', NULL, '1', NULL, 'override', '
{trans:PLG_USER_JOOMLA_NEW_USER_EMAIL_BODY|param1|param2|param3|param4|param5}
', '{trans:PLG_USER_JOOMLA_NEW_USER_EMAIL_SUBJECT}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '55', NULL, NULL, NULL, NULL, '', '', '1', '', NULL), ('39', 'joomla-regNotifAdmin', '2020-11-27 15:29:36', NULL, '1', NULL, 'override', '
{trans:COM_USERS_EMAIL_REGISTERED_NOTIFICATION_TO_ADMIN_BODY|param3|param4|param5}
', '{trans:COM_USERS_EMAIL_ACCOUNT_DETAILS|param1|param2}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '55', NULL, NULL, NULL, NULL, '', '', '1', '', NULL), ('40', 'joomla-regNotifAdminActiv', '2020-11-27 15:29:36', NULL, '1', NULL, 'override', '
{trans:COM_USERS_EMAIL_ACTIVATE_WITH_ADMIN_ACTIVATION_BODY|param3|param4|param5|param6|param7}
', '{trans:COM_USERS_EMAIL_ACTIVATE_WITH_ADMIN_ACTIVATION_SUBJECT|param1|param2}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '55', NULL, NULL, NULL, NULL, '', '', '1', '', NULL), ('41', 'joomla-frontsendarticle', '2020-11-27 15:29:36', NULL, '1', NULL, 'override', '
{trans:COM_MAILTO_EMAIL_MSG|param1|param2|param3|param4}
', '{senderSubject}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '55', NULL, NULL, NULL, NULL, '', '', '1', '', NULL); /**ABDB**/CREATE TABLE `q4zq8_acym_campaign` ( `id` int(11) NOT NULL AUTO_INCREMENT, `sending_date` datetime DEFAULT NULL, `draft` tinyint(1) DEFAULT NULL, `active` tinyint(1) NOT NULL DEFAULT '1', `mail_id` int(11) DEFAULT NULL, `sent` tinyint(1) NOT NULL DEFAULT '0', `sending_type` varchar(16) DEFAULT NULL, `sending_params` text, `parent_id` int(11) DEFAULT NULL, `last_generated` int(11) DEFAULT NULL, `next_trigger` int(11) DEFAULT NULL, `visible` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`id`), KEY `fk_sjt1i_acym_campaign_has_mail1` (`mail_id`), KEY `fk_q4zq8_acym_campaign_has_mail1` (`mail_id`), CONSTRAINT `fk_sjt1i_acym_campaign_has_mail1` FOREIGN KEY (`mail_id`) REFERENCES `q4zq8_acym_mail` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /**ABDB**/CREATE TABLE `q4zq8_acym_list` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `active` tinyint(1) NOT NULL DEFAULT '1', `visible` tinyint(1) NOT NULL DEFAULT '1', `clean` tinyint(1) DEFAULT NULL, `color` varchar(30) DEFAULT NULL, `creation_date` datetime DEFAULT NULL, `welcome_id` int(11) DEFAULT NULL, `unsubscribe_id` int(11) DEFAULT NULL, `cms_user_id` int(11) NOT NULL, `access` varchar(50) NOT NULL DEFAULT '', `description` text NOT NULL, `tracking` tinyint(1) NOT NULL DEFAULT '1', `type` varchar(20) NOT NULL DEFAULT 'standard', PRIMARY KEY (`id`), KEY `fk_sjt1i_acym_list_has_mail1` (`welcome_id`), KEY `fk_sjt1i_acym_list_has_mail2` (`unsubscribe_id`), KEY `fk_q4zq8_acym_list_has_mail1` (`welcome_id`), KEY `fk_q4zq8_acym_list_has_mail2` (`unsubscribe_id`), CONSTRAINT `fk_sjt1i_acym_list_has_mail1` FOREIGN KEY (`welcome_id`) REFERENCES `q4zq8_acym_mail` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION, CONSTRAINT `fk_sjt1i_acym_list_has_mail2` FOREIGN KEY (`unsubscribe_id`) REFERENCES `q4zq8_acym_mail` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; /**ABDB**/INSERT INTO `q4zq8_acym_list` VALUES ('1', 'Newsletters', '1', '1', NULL, '#3366ff', '2019-12-31 09:43:35', NULL, NULL, '55', '', '', '1', 'standard'), ('2', 'Testing list', '1', '0', NULL, '#94d4a6', '2019-12-31 12:46:15', NULL, NULL, '55', '', '', '1', 'standard'); /**ABDB**/CREATE TABLE `q4zq8_acym_followup` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `display_name` varchar(255) NOT NULL, `creation_date` datetime NOT NULL, `trigger` varchar(50) DEFAULT NULL, `condition` longtext, `active` tinyint(1) NOT NULL DEFAULT '1', `send_once` tinyint(1) NOT NULL DEFAULT '1', `list_id` int(11) DEFAULT NULL, `last_trigger` int(11) DEFAULT NULL, PRIMARY KEY (`id`), KEY `fk_q4zq8_acym_followup_has_list` (`list_id`), CONSTRAINT `fk_q4zq8_acym_followup_has_list` FOREIGN KEY (`list_id`) REFERENCES `q4zq8_acym_list` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /**ABDB**/CREATE TABLE `q4zq8_acym_followup_has_mail` ( `mail_id` int(11) NOT NULL, `followup_id` int(11) NOT NULL, `delay` int(11) NOT NULL, `delay_unit` int(11) NOT NULL, PRIMARY KEY (`mail_id`,`followup_id`), KEY `fk_q4zq8_acym_mail_has_followup1` (`followup_id`), KEY `fk_q4zq8_acym_mail_has_followup2` (`mail_id`), CONSTRAINT `fk_q4zq8_acym_mail_has_followup1` FOREIGN KEY (`mail_id`) REFERENCES `q4zq8_acym_mail` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION, CONSTRAINT `fk_q4zq8_acym_mail_has_followup2` FOREIGN KEY (`followup_id`) REFERENCES `q4zq8_acym_followup` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /**ABDB**/CREATE TABLE `q4zq8_acym_user_has_list` ( `user_id` int(11) NOT NULL, `list_id` int(11) NOT NULL, `status` tinyint(1) NOT NULL, `subscription_date` datetime NOT NULL, `unsubscribe_date` datetime DEFAULT NULL, PRIMARY KEY (`user_id`,`list_id`), KEY `fk_sjt1i_acym_user_has_list1` (`list_id`), KEY `fk_sjt1i_acym_user_has_list2` (`user_id`), KEY `fk_q4zq8_acym_user_has_list1` (`list_id`), KEY `fk_q4zq8_acym_user_has_list2` (`user_id`), CONSTRAINT `fk_sjt1i_acym_user_has_list1` FOREIGN KEY (`user_id`) REFERENCES `q4zq8_acym_user` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION, CONSTRAINT `fk_sjt1i_acym_user_has_list2` FOREIGN KEY (`list_id`) REFERENCES `q4zq8_acym_list` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /**ABDB**/INSERT INTO `q4zq8_acym_user_has_list` VALUES ('4', '1', '1', '2020-02-04 15:36:41', NULL); /**ABDB**/CREATE TABLE `q4zq8_acym_user_stat` ( `user_id` int(11) NOT NULL, `mail_id` int(11) NOT NULL, `send_date` datetime DEFAULT NULL, `fail` int(11) NOT NULL DEFAULT '0', `sent` int(11) NOT NULL DEFAULT '0', `open` int(11) NOT NULL DEFAULT '0', `open_date` datetime DEFAULT NULL, `bounce` tinyint(4) NOT NULL DEFAULT '0', `bounce_rule` varchar(255) DEFAULT NULL, `tracking_sale` float DEFAULT NULL, `currency` varchar(10) DEFAULT NULL, `unsubscribe` int(11) NOT NULL DEFAULT '0', `device` varchar(50) DEFAULT NULL, `opened_with` varchar(50) DEFAULT NULL, PRIMARY KEY (`user_id`,`mail_id`), KEY `fk_sjt1i_acym_user_stat1` (`mail_id`), CONSTRAINT `fk_sjt1i_acym_user_stat1` FOREIGN KEY (`mail_id`) REFERENCES `q4zq8_acym_mail` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /**ABDB**/CREATE TABLE `q4zq8_acym_url_click` ( `mail_id` int(11) NOT NULL, `url_id` int(11) NOT NULL, `user_id` int(11) NOT NULL, `click` int(11) NOT NULL DEFAULT '0', `date_click` datetime DEFAULT NULL, PRIMARY KEY (`mail_id`,`url_id`,`user_id`), KEY `fk_sjt1i_acym_url_has_url1` (`url_id`), KEY `fk_q4zq8_acym_url_has_url1` (`url_id`), CONSTRAINT `fk_sjt1i_acym_url_click_has_mail` FOREIGN KEY (`mail_id`) REFERENCES `q4zq8_acym_mail` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION, CONSTRAINT `fk_sjt1i_acym_url_has_url` FOREIGN KEY (`url_id`) REFERENCES `q4zq8_acym_url` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /**ABDB**/CREATE TABLE `q4zq8_acym_queue` ( `mail_id` int(11) NOT NULL, `user_id` int(11) NOT NULL, `sending_date` datetime NOT NULL, `priority` int(11) NOT NULL DEFAULT '2', `try` tinyint(4) NOT NULL DEFAULT '0', PRIMARY KEY (`mail_id`,`user_id`), KEY `fk_sjt1i_acym_queue1` (`mail_id`), KEY `fk_sjt1i_acym_queue2` (`user_id`), KEY `fk_q4zq8_acym_queue1` (`mail_id`), KEY `fk_q4zq8_acym_queue2` (`user_id`), CONSTRAINT `fk_sjt1i_acym_queue1` FOREIGN KEY (`mail_id`) REFERENCES `q4zq8_acym_mail` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION, CONSTRAINT `fk_sjt1i_acym_queue2` FOREIGN KEY (`user_id`) REFERENCES `q4zq8_acym_user` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /**ABDB**/CREATE TABLE `q4zq8_acym_mail_stat` ( `mail_id` int(11) NOT NULL, `total_subscribers` int(11) NOT NULL DEFAULT '0', `sent` int(11) DEFAULT '0', `send_date` datetime DEFAULT NULL, `fail` int(11) DEFAULT '0', `open_unique` int(11) NOT NULL DEFAULT '0', `open_total` int(11) NOT NULL DEFAULT '0', `bounce_unique` mediumint(8) NOT NULL DEFAULT '0', `bounce_details` longtext, `unsubscribe_total` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`mail_id`), CONSTRAINT `fk_sjt1i_acym_mail_stat1` FOREIGN KEY (`mail_id`) REFERENCES `q4zq8_acym_mail` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /**ABDB**/CREATE TABLE `q4zq8_acym_mail_override` ( `id` int(11) NOT NULL AUTO_INCREMENT, `mail_id` int(11) NOT NULL, `description` varchar(255) NOT NULL, `source` varchar(20) NOT NULL, `active` tinyint(1) NOT NULL DEFAULT '1', `base_subject` text NOT NULL, `base_body` text NOT NULL, PRIMARY KEY (`id`), KEY `fk_q4zq8_acym_mail_override1` (`mail_id`), CONSTRAINT `fk_q4zq8_acym_mail_override1` FOREIGN KEY (`mail_id`) REFERENCES `q4zq8_acym_mail` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION ) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=latin1; /**ABDB**/INSERT INTO `q4zq8_acym_mail_override` VALUES ('1', '29', 'ACYM_OVERRIDE_DESC_RESET_PASSWORD', 'joomla', '0', '[\"COM_USERS_EMAIL_PASSWORD_RESET_SUBJECT\"]', '[\"COM_USERS_EMAIL_PASSWORD_RESET_BODY\"]'), ('2', '30', 'ACYM_OVERRIDE_DESC_REMIND_USERNAME', 'joomla', '0', '[\"COM_USERS_EMAIL_USERNAME_REMINDER_SUBJECT\"]', '[\"COM_USERS_EMAIL_USERNAME_REMINDER_BODY\"]'), ('3', '31', 'ACYM_OVERRIDE_DESC_DIRECT_REG_NO_PWD', 'joomla', '0', '[\"COM_USERS_EMAIL_ACCOUNT_DETAILS\"]', '[\"COM_USERS_EMAIL_REGISTERED_BODY_NOPW\"]'), ('4', '32', 'ACYM_OVERRIDE_DESC_DIRECT_REG', 'joomla', '0', '[\"COM_USERS_EMAIL_ACCOUNT_DETAILS\"]', '[\"COM_USERS_EMAIL_REGISTERED_BODY\"]'), ('5', '33', 'ACYM_OVERRIDE_DESC_REG_ACTIVATION', 'joomla', '0', '[\"COM_USERS_EMAIL_ACCOUNT_DETAILS\"]', '[\"COM_USERS_EMAIL_REGISTERED_WITH_ACTIVATION_BODY\"]'), ('6', '34', 'ACYM_OVERRIDE_DESC_REG_ACTIVATION_NO_PWD', 'joomla', '0', '[\"COM_USERS_EMAIL_ACCOUNT_DETAILS\"]', '[\"COM_USERS_EMAIL_REGISTERED_WITH_ACTIVATION_BODY_NOPW\"]'), ('7', '35', 'ACYM_OVERRIDE_DESC_REG_ADMIN_ACTIVATION', 'joomla', '0', '[\"COM_USERS_EMAIL_ACCOUNT_DETAILS\"]', '[\"COM_USERS_EMAIL_REGISTERED_WITH_ADMIN_ACTIVATION_BODY\"]'), ('8', '36', 'ACYM_OVERRIDE_DESC_REG_ADMIN_ACTIVATION_NO_PWD', 'joomla', '0', '[\"COM_USERS_EMAIL_ACCOUNT_DETAILS\"]', '[\"COM_USERS_EMAIL_REGISTERED_WITH_ADMIN_ACTIVATION_BODY_NOPW\"]'), ('9', '37', 'ACYM_OVERRIDE_DESC_REG_ADMIN_ACTIVATED', 'joomla', '0', '[\"COM_USERS_EMAIL_ACTIVATED_BY_ADMIN_ACTIVATION_SUBJECT\"]', '[\"COM_USERS_EMAIL_ACTIVATED_BY_ADMIN_ACTIVATION_BODY\"]'), ('10', '38', 'ACYM_OVERRIDE_DESC_ADMIN_CREATED', 'joomla', '0', '[\"PLG_USER_JOOMLA_NEW_USER_EMAIL_SUBJECT\"]', '[\"PLG_USER_JOOMLA_NEW_USER_EMAIL_BODY\"]'), ('11', '39', 'ACYM_OVERRIDE_DESC_REG_ADMIN_NOTIFICATION', 'joomla', '0', '[\"COM_USERS_EMAIL_ACCOUNT_DETAILS\"]', '[\"COM_USERS_EMAIL_REGISTERED_NOTIFICATION_TO_ADMIN_BODY\"]'), ('12', '40', 'ACYM_OVERRIDE_DESC_ADMIN_ACTIVATION_NOTIFICATION', 'joomla', '0', '[\"COM_USERS_EMAIL_ACTIVATE_WITH_ADMIN_ACTIVATION_SUBJECT\"]', '[\"COM_USERS_EMAIL_ACTIVATE_WITH_ADMIN_ACTIVATION_BODY\"]'), ('13', '41', 'ACYM_OVERRIDE_DESC_ARTICLE_SHARE', 'joomla', '0', '\"\"', '[\"COM_MAILTO_EMAIL_MSG\"]'); /**ABDB**/CREATE TABLE `q4zq8_acym_mail_has_list` ( `mail_id` int(11) NOT NULL, `list_id` int(11) NOT NULL, PRIMARY KEY (`mail_id`,`list_id`), KEY `fk_sjt1i_acym_mail_has_list1` (`list_id`), KEY `fk_sjt1i_acym_mail_has_list2` (`mail_id`), KEY `fk_q4zq8_acym_mail_has_list1` (`list_id`), KEY `fk_q4zq8_acym_mail_has_list2` (`mail_id`), CONSTRAINT `fk_sjt1i_acym_mail_has_list1` FOREIGN KEY (`mail_id`) REFERENCES `q4zq8_acym_mail` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION, CONSTRAINT `fk_sjt1i_acym_mail_has_list2` FOREIGN KEY (`list_id`) REFERENCES `q4zq8_acym_list` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /**ABDB**/CREATE TABLE `q4zq8_acym_history` ( `user_id` int(11) NOT NULL, `date` int(11) NOT NULL, `ip` varchar(16) DEFAULT NULL, `action` varchar(50) NOT NULL, `data` text, `source` text, `mail_id` mediumint(9) DEFAULT NULL, PRIMARY KEY (`user_id`,`date`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /**ABDB**/INSERT INTO `q4zq8_acym_history` VALUES ('1', '1577785416', '10.32.1.232', 'created', 'EXECUTED_BY::55 ( Super User )', 'HTTP_REFERER::https://cloud.schumm.nl/portal/ultimate/administrator/index.php?option=com_installer&view=install\nHTTP_USER_AGENT::Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko/20100101 Firefox/72.0\nHTTP_HOST::cloud.schumm.nl\nSERVER_ADDR::10.32.1.250\nREMOTE_ADDR::10.32.1.232\nREQUEST_URI::/portal/ultimate/administrator/index.php?option=com_installer&task=install.ajax_upload\nQUERY_STRING::option=com_installer&task=install.ajax_upload', '0'), ('1', '1577796376', '10.32.1.232', 'subscribed', 'Lists n° 2\nEXECUTED_BY::55 ( Arno Schumm )', 'HTTP_REFERER::https://cloud.schumm.nl/portal/ultimate/administrator/index.php?option=com_acym&ctrl=dashboard\nHTTP_USER_AGENT::Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko/20100101 Firefox/72.0\nHTTP_HOST::cloud.schumm.nl\nSERVER_ADDR::10.32.1.250\nREMOTE_ADDR::10.32.1.232\nREQUEST_URI::/portal/ultimate/administrator/index.php?option=com_acym&ctrl=dashboard\nQUERY_STRING::option=com_acym&ctrl=dashboard', '0'), ('2', '1577797358', '10.32.1.232', 'created', 'EXECUTED_BY::55 ( Arno Schumm )', 'HTTP_REFERER::https://cloud.schumm.nl/portal/ultimate/administrator/index.php?option=com_acym&ctrl=dashboard\nHTTP_USER_AGENT::Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko/20100101 Firefox/72.0\nHTTP_HOST::cloud.schumm.nl\nSERVER_ADDR::10.32.1.250\nREMOTE_ADDR::10.32.1.232\nREQUEST_URI::/portal/ultimate/administrator/index.php?option=com_acym&ctrl=dashboard\nQUERY_STRING::option=com_acym&ctrl=dashboard', '0'), ('2', '1579869548', '62.177.236.142', 'modified', 'EXECUTED_BY::55 ( Arno Schumm )', 'HTTP_REFERER::https://cloud.schumm.nl/portal/ultimate/administrator/index.php?option=com_users&view=user&layout=edit&id=55\nHTTP_USER_AGENT::Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36 Edg/79.0.309.71\nHTTP_HOST::cloud.schumm.nl\nSERVER_ADDR::10.32.1.250\nREMOTE_ADDR::62.177.236.142\nREQUEST_URI::/portal/ultimate/administrator/index.php?option=com_users&layout=edit&id=55\nQUERY_STRING::option=com_users&layout=edit&id=55', '0'), ('2', '1579869558', '62.177.236.142', 'modified', 'EXECUTED_BY::55 ( Arno Schumm )', 'HTTP_REFERER::https://cloud.schumm.nl/portal/ultimate/administrator/index.php?option=com_users&view=user&layout=edit&id=55\nHTTP_USER_AGENT::Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36 Edg/79.0.309.71\nHTTP_HOST::cloud.schumm.nl\nSERVER_ADDR::10.32.1.250\nREMOTE_ADDR::62.177.236.142\nREQUEST_URI::/portal/ultimate/administrator/index.php?option=com_users&layout=edit&id=55\nQUERY_STRING::option=com_users&layout=edit&id=55', '0'), ('2', '1582028960', '10.32.1.232', 'modified', 'EXECUTED_BY::55 ( Arno Schumm )', 'HTTP_REFERER::https://cloud.schumm.nl/portal/ultimate/administrator/index.php?option=com_installer&view=install\nHTTP_USER_AGENT::Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.87 Safari/537.36 Edg/80.0.361.50\nHTTP_HOST::cloud.schumm.nl\nSERVER_ADDR::10.32.1.250\nREMOTE_ADDR::10.32.1.232\nREQUEST_URI::/portal/ultimate/administrator/index.php?option=com_virtuemart&view=updatesmigration&task=installSampleData&cb6440d3f1aa629adad39615abe2de29=1\nQUERY_STRING::option=com_virtuemart&view=updatesmigration&task=installSampleData&cb6440d3f1aa629adad39615abe2de29=1', '0'), ('2', '1582111304', '10.32.1.232', 'modified', 'EXECUTED_BY::55 ( Arno Schumm )', 'HTTP_REFERER::https://cloud.schumm.nl/portal/ultimate/administrator/index.php?option=com_virtuemart&view=user&task=editshop\nHTTP_USER_AGENT::Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36 Edg/80.0.361.54\nHTTP_HOST::cloud.schumm.nl\nSERVER_ADDR::10.32.1.250\nREMOTE_ADDR::10.32.1.232\nREQUEST_URI::/portal/ultimate/administrator/index.php', '0'), ('2', '1582111314', '10.32.1.232', 'modified', 'EXECUTED_BY::55 ( Arno Schumm )', 'HTTP_REFERER::https://cloud.schumm.nl/portal/ultimate/administrator/index.php?option=com_virtuemart&view=user&task=editshop\nHTTP_USER_AGENT::Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36 Edg/80.0.361.54\nHTTP_HOST::cloud.schumm.nl\nSERVER_ADDR::10.32.1.250\nREMOTE_ADDR::10.32.1.232\nREQUEST_URI::/portal/ultimate/administrator/index.php', '0'), ('2', '1582111386', '10.32.1.232', 'modified', 'EXECUTED_BY::55 ( Arno Schumm )', 'HTTP_REFERER::https://cloud.schumm.nl/portal/ultimate/administrator/index.php?option=com_virtuemart&view=user&task=editshop\nHTTP_USER_AGENT::Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36 Edg/80.0.361.54\nHTTP_HOST::cloud.schumm.nl\nSERVER_ADDR::10.32.1.250\nREMOTE_ADDR::10.32.1.232\nREQUEST_URI::/portal/ultimate/administrator/index.php', '0'), ('2', '1582111408', '10.32.1.232', 'modified', 'EXECUTED_BY::55 ( Arno Schumm )', 'HTTP_REFERER::https://cloud.schumm.nl/portal/ultimate/administrator/index.php?option=com_virtuemart&view=user&task=editshop\nHTTP_USER_AGENT::Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36 Edg/80.0.361.54\nHTTP_HOST::cloud.schumm.nl\nSERVER_ADDR::10.32.1.250\nREMOTE_ADDR::10.32.1.232\nREQUEST_URI::/portal/ultimate/administrator/index.php', '0'), ('2', '1582129861', '10.32.1.232', 'modified', 'EXECUTED_BY::55 ( Arno Schumm )', 'HTTP_REFERER::https://cloud.schumm.nl/portal/ultimate/administrator/index.php?option=com_virtuemart&view=user&task=editshop\nHTTP_USER_AGENT::Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36 Edg/80.0.361.54\nHTTP_HOST::cloud.schumm.nl\nSERVER_ADDR::10.32.1.250\nREMOTE_ADDR::10.32.1.232\nREQUEST_URI::/portal/ultimate/administrator/index.php', '0'), ('2', '1587119215', '10.32.1.232', 'modified', 'EXECUTED_BY::55 ( Arno )', 'HTTP_REFERER::https://cloud.schumm.nl/portal/ultimate/administrator/index.php?option=com_users&view=user&layout=edit&id=55\nHTTP_USER_AGENT::Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.92 Safari/537.36 Edg/81.0.416.53\nHTTP_HOST::cloud.schumm.nl\nSERVER_ADDR::10.32.1.250\nREMOTE_ADDR::10.32.1.232\nREQUEST_URI::/portal/ultimate/administrator/index.php?option=com_users&layout=edit&id=55\nQUERY_STRING::option=com_users&layout=edit&id=55', '0'), ('2', '1587127752', '10.32.1.232', 'modified', 'EXECUTED_BY::55 ( Arno )', 'HTTP_REFERER::https://cloud.schumm.nl/portal/ultimate/administrator/index.php?option=com_virtuemart&view=user&task=editshop\nHTTP_USER_AGENT::Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.92 Safari/537.36 Edg/81.0.416.53\nHTTP_HOST::cloud.schumm.nl\nSERVER_ADDR::10.32.1.250\nREMOTE_ADDR::10.32.1.232\nREQUEST_URI::/portal/ultimate/administrator/index.php', '0'), ('2', '1587127754', '10.32.1.232', 'modified', 'EXECUTED_BY::55 ( Arno )', 'HTTP_REFERER::https://cloud.schumm.nl/portal/ultimate/administrator/index.php?option=com_virtuemart&view=user&task=editshop\nHTTP_USER_AGENT::Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.92 Safari/537.36 Edg/81.0.416.53\nHTTP_HOST::cloud.schumm.nl\nSERVER_ADDR::10.32.1.250\nREMOTE_ADDR::10.32.1.232\nREQUEST_URI::/portal/ultimate/administrator/index.php', '0'), ('2', '1590752853', '10.32.1.232', 'modified', 'EXECUTED_BY::55 ( Moderator )', 'HTTP_REFERER::https://cloud.schumm.nl/portal/quatuora/administrator/index.php?option=com_users&view=user&layout=edit&id=55\nHTTP_USER_AGENT::Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36 Edg/83.0.478.37\nHTTP_HOST::cloud.schumm.nl\nSERVER_ADDR::10.32.1.250\nREMOTE_ADDR::10.32.1.232\nREQUEST_URI::/portal/quatuora/administrator/index.php?option=com_users&layout=edit&id=55\nQUERY_STRING::option=com_users&layout=edit&id=55', '0'), ('2', '1607977996', '90.145.170.115', 'modified', 'EXECUTED_BY::55 ( Super User )', 'HTTP_REFERER::https://joomla4all.nl/portal/quatuora/administrator/index.php?option=com_users&view=user&layout=edit&id=55\nHTTP_USER_AGENT::Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36 Edg/87.0.664.60\nHTTP_HOST::joomla4all.nl\nSERVER_ADDR::149.210.170.59\nREMOTE_ADDR::90.145.170.115\nREQUEST_URI::/portal/quatuora/administrator/index.php?option=com_users&layout=edit&id=55\nQUERY_STRING::option=com_users&layout=edit&id=55', '0'), ('2', '1612525403', '90.145.170.115', 'modified', 'EXECUTED_BY::55 ( Moderator )', 'HTTP_REFERER::https://joomla4all.nl/portal/quatuora/administrator/index.php?option=com_users&view=user&layout=edit&id=55\nHTTP_USER_AGENT::Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 Edg/88.0.705.56\nHTTP_HOST::joomla4all.nl\nSERVER_ADDR::149.210.170.59\nREMOTE_ADDR::90.145.170.115\nREQUEST_URI::/portal/quatuora/administrator/index.php?option=com_users&layout=edit&id=55\nQUERY_STRING::option=com_users&layout=edit&id=55', '0'), ('3', '1579869610', '62.177.236.142', 'created', 'EXECUTED_BY::55 ( Arno Schumm )', 'HTTP_REFERER::https://cloud.schumm.nl/portal/ultimate/administrator/index.php?option=com_users&view=user&layout=edit&id=56\nHTTP_USER_AGENT::Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36 Edg/79.0.309.71\nHTTP_HOST::cloud.schumm.nl\nSERVER_ADDR::10.32.1.250\nREMOTE_ADDR::62.177.236.142\nREQUEST_URI::/portal/ultimate/administrator/index.php?option=com_users&layout=edit&id=56\nQUERY_STRING::option=com_users&layout=edit&id=56', '0'), ('4', '1580827001', '10.32.1.232', 'created', '', 'HTTP_REFERER::https://cloud.schumm.nl/portal/ultimate/index.php/mega/core-features/responsive-layout\nHTTP_USER_AGENT::Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36 Edg/79.0.309.71\nHTTP_HOST::cloud.schumm.nl\nSERVER_ADDR::10.32.1.250\nREMOTE_ADDR::10.32.1.232\nREQUEST_URI::/portal/ultimate/index.php/component/acym/frontusers?tmpl=component\nQUERY_STRING::tmpl=component', '0'), ('4', '1580827002', '10.32.1.232', 'subscribed', 'Lists n° 1', 'HTTP_REFERER::https://cloud.schumm.nl/portal/ultimate/index.php/mega/core-features/responsive-layout\nHTTP_USER_AGENT::Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36 Edg/79.0.309.71\nHTTP_HOST::cloud.schumm.nl\nSERVER_ADDR::10.32.1.250\nREMOTE_ADDR::10.32.1.232\nREQUEST_URI::/portal/ultimate/index.php/component/acym/frontusers?tmpl=component\nQUERY_STRING::tmpl=component', '0'); /**ABDB**/CREATE TABLE `q4zq8_acym_form` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `creation_date` datetime NOT NULL, `active` tinyint(1) NOT NULL DEFAULT '1', `type` varchar(20) NOT NULL, `lists_options` longtext, `fields_options` longtext, `style_options` longtext, `button_options` longtext, `image_options` longtext, `delay` smallint(10) DEFAULT NULL, `pages` text, `termspolicy_options` longtext, `cookie` varchar(30) DEFAULT NULL, `redirection_options` text, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /**ABDB**/CREATE TABLE `q4zq8_acym_field` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `type` varchar(255) NOT NULL, `value` longtext, `active` tinyint(3) NOT NULL, `default_value` longtext, `required` tinyint(3) DEFAULT NULL, `ordering` int(11) NOT NULL, `option` longtext, `core` tinyint(3) DEFAULT NULL, `backend_edition` tinyint(3) DEFAULT NULL, `backend_listing` tinyint(3) DEFAULT NULL, `frontend_edition` tinyint(3) DEFAULT NULL, `frontend_listing` tinyint(3) DEFAULT NULL, `access` varchar(255) DEFAULT NULL, `namekey` varchar(255) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; /**ABDB**/INSERT INTO `q4zq8_acym_field` VALUES ('1', 'ACYM_NAME', 'text', NULL, '1', NULL, '0', '1', '{\"editable_user_creation\":\"1\",\"editable_user_modification\":\"1\",\"error_message\":\"\",\"error_message_invalid\":\"\",\"size\":\"\",\"rows\":\"\",\"columns\":\"\",\"format\":\"\",\"custom_text\":\"\",\"css_class\":\"\",\"authorized_content\":{\"0\":\"all\",\"regex\":\"\"}}', '1', '1', '1', '1', '1', 'all', 'acym_name'), ('2', 'ACYM_EMAIL', 'text', NULL, '1', NULL, '1', '2', '{\"editable_user_creation\":\"1\",\"editable_user_modification\":\"1\",\"error_message\":\"\",\"error_message_invalid\":\"\",\"size\":\"\",\"rows\":\"\",\"columns\":\"\",\"format\":\"\",\"custom_text\":\"\",\"css_class\":\"\",\"authorized_content\":{\"0\":\"all\",\"regex\":\"\"}}', '1', '1', '1', '1', '1', 'all', 'acym_name'), ('3', 'ACYM_LANGUAGE', 'language', NULL, '1', NULL, '1', '3', '{\"editable_user_creation\":\"1\",\"editable_user_modification\":\"1\"}', '1', '1', '0', '1', '0', 'all', 'acym_language'); /**ABDB**/CREATE TABLE `q4zq8_acym_user_has_field` ( `user_id` int(11) NOT NULL, `field_id` int(11) NOT NULL, `value` longtext, PRIMARY KEY (`user_id`,`field_id`), KEY `fk_sjt1i_acym_user_has_field1` (`field_id`), KEY `fk_sjt1i_acym_user_has_field2` (`user_id`), KEY `fk_q4zq8_acym_user_has_field1` (`field_id`), KEY `fk_q4zq8_acym_user_has_field2` (`user_id`), CONSTRAINT `fk_sjt1i_acym_user_has_field1` FOREIGN KEY (`user_id`) REFERENCES `q4zq8_acym_user` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION, CONSTRAINT `fk_sjt1i_acym_user_has_field2` FOREIGN KEY (`field_id`) REFERENCES `q4zq8_acym_field` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /**ABDB**/CREATE TABLE `q4zq8_acym_configuration` ( `name` varchar(255) NOT NULL, `value` text NOT NULL, PRIMARY KEY (`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /**ABDB**/INSERT INTO `q4zq8_acym_configuration` VALUES ('active_cron', '0'), ('acy_notification_confirm', ''), ('acy_notification_create', ''), ('acy_notification_profile', ''), ('acy_notification_subform', ''), ('acy_notification_unsub', ''), ('acy_notification_unsuball', ''), ('add_names', '1'), ('allowed_files', 'zip,doc,docx,pdf,xls,txt,gzip,rar,jpg,jpeg,gif,xlsx,pps,csv,bmp,ico,odg,odp,ods,odt,png,ppt,swf,xcf,mp3,wma'), ('allow_modif', 'data'), ('allow_visitor', '1'), ('anonymizeold', '0'), ('anonymous_tracking', '0'), ('bounceVersion', '1'), ('bounce_action_lists_maxtry', '1'), ('bounce_action_maxtry', 'noaction'), ('bounce_email', 'webmaster@quatuora.nl'), ('captcha', '1'), ('charset', 'UTF-8'), ('confirmation_message', '1'), ('confirm_redirect', ''), ('cron_frequency', '900'), ('cron_fromip', ''), ('cron_fullreport', '1'), ('cron_last', '0'), ('cron_next', '1251990901'), ('cron_report', ''), ('cron_savepath', 'media/com_acym/logs/report{year}_{month}.log'), ('cron_savereport', '2'), ('cron_sendreport', '2'), ('cron_sendto', 'webmaster@quatuora.nl'), ('cron_updateme_frequency', '1800'), ('css_backend', ''), ('css_frontend', ''), ('daily_hour', '12'), ('daily_minute', '00'), ('delete_stats', '31104000'), ('display_splashscreen', '{\"bounces\":1}'), ('dkim', '1'), ('dkim_domain', 'www.joomla4all.nl'), ('dkim_private', '-----BEGIN PRIVATE KEY-----\r\nMIICeAIBADANBgkqhkiG9w0BAQEFAASCAmIwggJeAgEAAoGBALVD+GXtp0GGJBsV\r\nH0vXa/WZ0uzplwA8GX4CrKQ/U3hj6+zlY5D3KUplg6X5J14LjO/XlZQD+uxbZTqP\r\n1Y0eSzJx4P5+EE+X6LuMwvJEQ3CXbY3edycMDRJIKIvUdjKE7midVIfkj71ncO0Q\r\n/zupxPrtg79YEJBntmJky2MR8Ki/AgMBAAECgYEAndutzYakLEoX04YXlULsAB2Q\r\nNUZQfKHaSYUmuHt1w9ixM8OpbCvzR5kUh0xuXlaMzKrg1uCIe6I0jEWK4rTJIpK1\r\ndhrPkAWMiTIYMYDOLhQ0TM8YTPjjhEV0209xI9MHNWy45+/Dd4yjWwpd6e0IXk+g\r\nz2qirYA4hMlQv0YxNaECQQDqzULEJtVvdUAvoJxPdgdV4pwQ7PiIw9jk5/wFPbJ4\r\nzgitrrtdrO2uEXitKmiOP5mmhRVfHNr/gOgSRX1WC3/3AkEAxaFg9VYOXmYoKmp4\r\ny14dhdFg+M0PC/+9M06f4kE20WGHGBGSP+AvoWz77BWuqfC1rwY0Jv+s0WaI365K\r\nUcb7eQJBALjKVnN9hJi1lJBnPN2krF1BfUYs2eT5DagJk2Ski+Nbc6UNUVSGFoDa\r\nKzlNmP/qugg90PYMBab0UrCek+e2IT0CQQCh6Hsho1X0OmcvkLjTi5BOQGHck0p/\r\nfw3HCePsnZbGZMsjicmyMP10l2+wU3cb3ItMD54MUSyJBSKfdg+G/aipAkBkibqo\r\n+UYfrEdW0XhKTkzWL+LUVA82EqmHMNbHmUHqqP5FJwALtaZipoa5g6tQb+uinJi8\r\nMXF1h2EwY9Sqf+Nz\r\n-----END PRIVATE KEY-----\r\n'), ('dkim_public', 'MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC1Q/hl7adBhiQbFR9L12v1mdLs6ZcAPBl+AqykP1N4Y+vs5WOQ9ylKZYOl+SdeC4zv15WUA/rsW2U6j9WNHksyceD+fhBPl+i7jMLyRENwl22N3ncnDA0SSCiL1HYyhO5onVSH5I+9Z3DtEP87qcT67YO/WBCQZ7ZiZMtjEfCovwIDAQAB'), ('editor', 'codemirror'), ('elasticemail_password', ''), ('elasticemail_port', 'rest'), ('elasticemail_username', ''), ('email_checkdomain', '1'), ('embed_files', '1'), ('embed_images', '0'), ('encoding_format', '8bit'), ('Enterprise', '2'), ('Essential', '1'), ('expirationdate', '-2'), ('export_excelsecurity', '1'), ('forward', '0'), ('from_as_replyto', '1'), ('from_email', 'info@quatuora.nl'), ('from_name', 'Joomla4All | QuotuorA Internet Services'), ('gdpr_delete', '0'), ('gdpr_export', '0'), ('generate_name', '1'), ('hostname', ''), ('installcomplete', '1'), ('install_date', '1577785415'), ('introjs', '{\"mail_editor_dtext\":1,\"configuration__mail-settings\":1,\"configuration__dkim\":1,\"configuration__cron\":1,\"configuration__subscription\":1,\"mail_editor_content\":1,\"configuration__check-database\":1}'), ('language_field_id', '3'), ('lastlicensecheck', '1608068825'), ('last_import', ''), ('latestversion', '6.19.2'), ('level', 'Essential'), ('license_key', 'dae2bf31aa4a15a6231a7d8ba55d1c0aaf6fa066'), ('mailer_method', 'phpmail'), ('max_execution_time', '0'), ('migration', '1'), ('multilingual', '0'), ('multiple_part', '1'), ('notifications', '[{\"message\":\"Het opgegeven Bounce e-mail adres webmaster@schumm.nl kan het probleem veroorzaken, verwijdert u het (laat het veld Bounce adres leeg) en probeer het opnieuw.\",\"date\":1591871382,\"read\":false,\"level\":\"info\",\"id\":\"5ee2079677d94\"},{\"message\":\"Fout bij verzenden van bericht Test e-mail from https:\\/\\/joomla4all.nl\\/portal\\/quatuora\\/ naar webmaster@joomla4all.nl \\n\\n Could not instantiate mail function.\",\"date\":1591871382,\"read\":false,\"level\":\"error\",\"id\":\"5ee20796772fd\"},{\"message\":\"Your license is well attached to this website\",\"date\":1590777773,\"read\":false,\"level\":\"info\",\"id\":\"5ed157add8e46\"},{\"message\":\"Fout bij verzenden van bericht Test e-mail from https:\\/\\/www.schumm.nl\\/portal\\/quatuora\\/ naar webmaster@quatuora.nl \\n\\n Could not instantiate mail function.\",\"date\":1590777762,\"read\":false,\"level\":\"error\",\"id\":\"5ed157a25fbef\"},{\"message\":\"We couldn\'t set the license key attached to this website, try to assign it in the configuration\",\"date\":1590761748,\"read\":false,\"level\":\"warning\",\"id\":\"5ed119149a97a\"},{\"message\":\"Your license has been successfully unlinked from this website\",\"date\":1589969046,\"read\":false,\"level\":\"info\",\"id\":\"5ec5009646deb\"},{\"message\":\"The automatic send process has been deactivated on this website\",\"date\":1589969045,\"read\":false,\"level\":\"info\",\"id\":\"5ec50095c025a\"},{\"message\":\"Uw cron lijkt niet te worden ingeschakeld, vergeet niet om het te cre\\u00ebren! Go to the configuration\",\"date\":1581869128,\"read\":true,\"level\":\"warning\",\"id\":\"5e4968486b60e\"},{\"message\":\"Bericht Test e-mail from https:\\/\\/cloud.schumm.nl\\/portal\\/ultimate\\/ succesvol verstuurd naar webmaster@quatuora.nl\",\"date\":1580827983,\"read\":true,\"level\":\"info\",\"id\":\"5e39854ff1b29\"},{\"message\":\"Could not delete folder \\/volume1\\/web\\/portal\\/ultimate\\/administrator\\/components\\/com_acym\\/extensions\\/mod_acym\\/tmpl\",\"date\":1578067121,\"read\":true,\"level\":\"error\",\"id\":\"5e0f64b18fdd0\"}]'), ('notification_accept', ''), ('notification_created', ''), ('notification_refuse', ''), ('notification_unsuball', ''), ('numberThumbnail', '3'), ('prevent_hyphens', ''), ('priority_followup', '2'), ('priority_newsletter', '3'), ('queue_nbmail', '40'), ('queue_nbmail_auto', '70'), ('queue_pause', '120'), ('queue_try', '3'), ('queue_type', 'auto'), ('recaptcha_secretkey', '6LeKP6MZAAAAAHaVVUVJit7FTdhQPBAw_tIpVrbB'), ('recaptcha_sitekey', '6LeKP6MZAAAAAC-UDzaqPYJvHGywRpIWLz-5jTm1'), ('regacy', '1'), ('regacy_autolists', ''), ('regacy_checkedlists', ''), ('regacy_delete', '1'), ('regacy_forceconf', '1'), ('regacy_lists', ''), ('regacy_listsposition', 'password'), ('regacy_listspositioncustom', ''), ('regacy_text', ''), ('remindme', '[]'), ('replyto_email', 'info@quatuora.nl'), ('replyto_name', 'Joomla4All | QuotuorA Internet Services'), ('require_confirmation', '1'), ('security_key', 'eFfkz2aIDyiLFUUhW9okip3eUznVIH'), ('sending_platform', 'server'), ('sendmail_path', '/usr/sbin/sendmail'), ('sendorder', 'user_id, ASC'), ('smtp_auth', '0'), ('smtp_host', 'localhost'), ('smtp_keepalive', ''), ('smtp_password', ''), ('smtp_port', '25'), ('smtp_secured', ''), ('smtp_username', ''), ('social_icons', '{\"facebook\":\"https:\\/\\/cloud.schumm.nl\\/portal\\/ultimate\\/media\\/com_acym\\/images\\/logo\\/facebook.png\",\"twitter\":\"https:\\/\\/cloud.schumm.nl\\/portal\\/ultimate\\/media\\/com_acym\\/images\\/logo\\/twitter.png\",\"instagram\":\"https:\\/\\/cloud.schumm.nl\\/portal\\/ultimate\\/media\\/com_acym\\/images\\/logo\\/instagram.png\",\"linkedin\":\"https:\\/\\/cloud.schumm.nl\\/portal\\/ultimate\\/media\\/com_acym\\/images\\/logo\\/linkedin.png\",\"pinterest\":\"https:\\/\\/cloud.schumm.nl\\/portal\\/ultimate\\/media\\/com_acym\\/images\\/logo\\/pinterest.png\",\"vimeo\":\"https:\\/\\/cloud.schumm.nl\\/portal\\/ultimate\\/media\\/com_acym\\/images\\/logo\\/vimeo.png\",\"wordpress\":\"https:\\/\\/cloud.schumm.nl\\/portal\\/ultimate\\/media\\/com_acym\\/images\\/logo\\/wordpress.png\",\"youtube\":\"https:\\/\\/cloud.schumm.nl\\/portal\\/ultimate\\/media\\/com_acym\\/images\\/logo\\/youtube.png\"}'), ('special_chars', ''), ('Starter', '0'), ('subscription_message', '1'), ('templates_installed', '0'), ('trackingsystem', 'google,1'), ('trackingsystemexternalwebsite', '1'), ('unsubscribe_page', '1'), ('unsub_message', '1'), ('unsub_reasons', 'a:2:{i:0;s:21:\"UNSUB_SURVEY_FREQUENT\";i:1;s:21:\"UNSUB_SURVEY_RELEVANT\";}'), ('unsub_redirect', ''), ('uploadfolder', 'media/com_acym/upload/'), ('use_https', '1'), ('use_sef', '0'), ('version', '7.1.2'), ('walkthrough_params', '{\"step\":\"stepSuccess\",\"mail_id\":\"3\",\"list_id\":2}'), ('walk_through', '0'), ('website', 'https://joomla4all.nl/portal/quatuora/'), ('welcome_message', '1'), ('word_wrapping', '150'), ('wp_access', ''); /**ABDB**/CREATE TABLE `q4zq8_acym_automation` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `description` longtext, `active` tinyint(3) NOT NULL, `report` text, `tree` longtext, `admin` tinyint(3) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; /**ABDB**/INSERT INTO `q4zq8_acym_automation` VALUES ('1', 'ACYM_ADMIN_USER_CREATE', 'ACYM_ADMIN_USER_CREATE_DESC', '0', NULL, NULL, '1'), ('2', 'ACYM_ADMIN_USER_MODIFICATION', 'ACYM_ADMIN_USER_MODIFICATION_DESC', '0', NULL, NULL, '1'); /**ABDB**/CREATE TABLE `q4zq8_acym_step` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `triggers` longtext, `automation_id` int(11) NOT NULL, `last_execution` int(11) DEFAULT NULL, `next_execution` int(11) DEFAULT NULL, PRIMARY KEY (`id`), KEY `fksjt1i_acym__step1` (`automation_id`), CONSTRAINT `fksjt1i_acym__step1` FOREIGN KEY (`automation_id`) REFERENCES `q4zq8_acym_automation` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; /**ABDB**/INSERT INTO `q4zq8_acym_step` VALUES ('1', 'ACYM_ADMIN_USER_CREATE', '{\"user_creation\":[\"\"],\"type_trigger\":\"user\"}', '1', NULL, NULL), ('2', 'ACYM_ADMIN_USER_CREATE', '{\"user_modification\":[\"\"],\"type_trigger\":\"user\"}', '2', NULL, NULL); /**ABDB**/CREATE TABLE `q4zq8_acym_condition` ( `id` int(11) NOT NULL AUTO_INCREMENT, `step_id` int(11) NOT NULL, `conditions` longtext, PRIMARY KEY (`id`), KEY `fk_sjt1i_acym_condition1` (`step_id`), CONSTRAINT `fk_sjt1i_acym_condition1` FOREIGN KEY (`step_id`) REFERENCES `q4zq8_acym_step` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; /**ABDB**/INSERT INTO `q4zq8_acym_condition` VALUES ('1', '1', '{\"type_condition\":\"user\"}'), ('2', '2', '{\"type_condition\":\"user\"}'); /**ABDB**/CREATE TABLE `q4zq8_acym_action` ( `id` int(11) NOT NULL AUTO_INCREMENT, `condition_id` int(11) NOT NULL, `actions` longtext, `filters` longtext, `order` int(11) NOT NULL, PRIMARY KEY (`id`), KEY `fk_sjt1i_acym_action1` (`condition_id`), CONSTRAINT `fk_sjt1i_acym_action1` FOREIGN KEY (`condition_id`) REFERENCES `q4zq8_acym_condition` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; /**ABDB**/INSERT INTO `q4zq8_acym_action` VALUES ('1', '1', '[{\"acy_add_queue\":{\"mail_id\":\"7\",\"time\":\"[time]\"}}]', '{\"0\":{\"1\":{\"acy_field\":{\"field\":\"email\",\"operator\":\"=\",\"value\":\"webmaster@quatuora.nl\"}}},\"type_filter\":\"classic\"}', '1'), ('2', '2', '[{\"acy_add_queue\":{\"mail_id\":\"8\",\"time\":\"[time]\"}}]', '{\"0\":{\"1\":{\"acy_field\":{\"field\":\"email\",\"operator\":\"=\",\"value\":\"webmaster@quatuora.nl\"}}},\"type_filter\":\"classic\"}', '1'); /**ABDB**/CREATE TABLE `q4zq8_action_logs_users` ( `user_id` int(11) unsigned NOT NULL, `notify` tinyint(1) unsigned NOT NULL, `extensions` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`user_id`), KEY `idx_notify` (`notify`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /**ABDB**/CREATE TABLE `q4zq8_action_logs_extensions` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `extension` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /**ABDB**/INSERT INTO `q4zq8_action_logs_extensions` 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'), ('19', 'com_jdownloads'); /**ABDB**/CREATE TABLE `q4zq8_action_logs` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `message_language_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `message` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `log_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `extension` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_id` int(11) NOT NULL DEFAULT '0', `item_id` int(11) NOT NULL DEFAULT '0', `ip_address` varchar(40) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0.0.0.0', PRIMARY KEY (`id`), KEY `idx_user_id` (`user_id`), KEY `idx_user_id_logdate` (`user_id`,`log_date`), KEY `idx_user_id_extension` (`user_id`,`extension`), KEY `idx_extension_item_id` (`extension`,`item_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /**ABDB**/CREATE TABLE `q4zq8_action_log_config` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `type_title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `type_alias` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `id_holder` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `title_holder` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `table_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `text_prefix` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /**ABDB**/INSERT INTO `q4zq8_action_log_config` 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'), ('20', 'download', 'com_jdownloads.download', 'id', 'title', '#__jdownloads_files', 'COM_JDOWNLOADS_ACTIONLOG'), ('21', 'category', 'com_jdownloads.category', 'id', 'title', '#__jdownloads_categories', 'COM_JDOWNLOADS_ACTIONLOG'), ('22', 'license', 'com_jdownloads.license', 'id', 'title', '#__jdownloads_licenses', 'COM_JDOWNLOADS_ACTIONLOG'), ('23', 'layout', 'com_jdownloads.template', 'id', 'template_name', '#__jdownloads_templates', 'COM_JDOWNLOADS_ACTIONLOG'), ('24', 'group', 'com_jdownloads.group', 'id', 'group_id', '#__jdownloads_usergroups_limits', 'COM_JDOWNLOADS_ACTIONLOG'); /**ABDB**/CREATE TABLE `#__weblinks` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `catid` int(11) NOT NULL DEFAULT '0', `title` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '', `url` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` text COLLATE utf8mb4_unicode_ci NOT NULL, `hits` int(11) NOT NULL DEFAULT '0', `state` tinyint(1) NOT NULL DEFAULT '0', `checked_out` int(11) NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `ordering` int(11) NOT NULL DEFAULT '0', `access` int(11) NOT NULL DEFAULT '1', `params` text COLLATE utf8mb4_unicode_ci NOT NULL, `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `created_by` int(10) unsigned NOT NULL DEFAULT '0', `created_by_alias` varchar(255) COLLATE utf8mb4_unicode_ci 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 COLLATE utf8mb4_unicode_ci NOT NULL, `metadesc` text COLLATE utf8mb4_unicode_ci NOT NULL, `metadata` text COLLATE utf8mb4_unicode_ci NOT NULL, `featured` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT 'Set if link is featured.', `xreference` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'A reference to enable linkages to external data sets.', `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `version` int(10) unsigned NOT NULL DEFAULT '1', `images` text COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`id`), KEY `idx_access` (`access`), KEY `idx_checkout` (`checked_out`), KEY `idx_state` (`state`), KEY `idx_catid` (`catid`), KEY `idx_createdby` (`created_by`), KEY `idx_featured_catid` (`featured`,`catid`), KEY `idx_language` (`language`), KEY `idx_xreference` (`xreference`) ) ENGINE=InnoDB AUTO_INCREMENT=52 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /**ABDB**/INSERT INTO `#__weblinks` VALUES ('1', '31', 'Age Themes | Free Joomla Templates', 'age-themes', 'https://agethemes.com/free-joomla-templates/', '

Age-Thema's heeft een groot aantal sjablonen die beschikbaar zijn in zowel de gratis versie als de betaalde versie, maar met extra voordelen.

\r\n', '1', '1', '0', '0000-00-00 00:00:00', '1', '1', '{\"target\":\"1\",\"width\":\"\",\"height\":\"\",\"count_clicks\":\"\"}', '*', '2021-02-13 18:05:26', '524', '', '2021-05-29 09:36:11', '524', 'Joomla4All, Age Themes, Free Joomla!, Templates', 'Age Themes Free Joomla Templates', '{\"robots\":\"\",\"rights\":\"\"}', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '9', '{\"image_first\":\"\",\"float_first\":\"\",\"image_first_alt\":\"\",\"image_first_caption\":\"\",\"image_second\":\"\",\"float_second\":\"\",\"image_second_alt\":\"\",\"image_second_caption\":\"\"}'), ('2', '33', 'CSS Tricks | Het bouwen van websites en alles wat daarbij komt kijken', 'css-tricks-het-bouwen-van-websites-en-alles-wat-daarbij-komt-kijken', 'https://css-tricks.com/', '

Het spijt me van de cheezy-naam. Toen ik op 4 juli 2007 met deze site begon, schreef ik vooral echt over CSS. Maar dat betekent natuurlijk ook over HTML schrijven. En toen JavaScript toen ik dat begon te leren. De site is WordPress, dus daarover schrijven werd erin gestrooid. Naarmate mijn ervaring als front-end ontwikkelaar en ontwerper groeide en mijn kennis werd verbreed, namen ook de onderwerpen van de site toe. Tegenwoordig gaat CSS-

\r\n\r\n

Tricks eigenlijk over het bouwen van websites en alles wat daarbij komt kijken, meestal vanuit een front-end perspectief. We hebben stafschrijvers (zie hieronder) en heel veel gastauteurs, dus de inhoud die u hier vindt, zal net zo divers zijn als zij.

\r\n', '4', '1', '0', '0000-00-00 00:00:00', '2', '1', '{\"target\":\"\",\"width\":\"\",\"height\":\"\",\"count_clicks\":\"\"}', '*', '2021-02-13 18:05:54', '524', '', '2021-05-29 09:36:36', '524', 'Joomla4All, Joomla!, Website Bouwen', 'Het bouwen van websites en alles wat daarbij komt kijken', '{\"robots\":\"\",\"rights\":\"\"}', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '4', '{\"image_first\":\"\",\"float_first\":\"\",\"image_first_alt\":\"\",\"image_first_caption\":\"\",\"image_second\":\"\",\"float_second\":\"\",\"image_second_alt\":\"\",\"image_second_caption\":\"\"}'), ('3', '33', 'CSS-in-JS or CSS-and-JS | Gebouwd met CSS en JS en met CSS-in-JS', 'css-in-js-or-css-and-js-gebouwd-met-css-en-js-en-met-css-in-js', 'https://johnpolacek.github.io/css-in-js-or-css-and-js/', '

Iets gebouwd met CSS en JS en hetzelfde gebouwd met CSS-in-JS.

\r\n', '0', '1', '0', '0000-00-00 00:00:00', '3', '1', '{\"target\":\"\",\"width\":\"\",\"height\":\"\",\"count_clicks\":\"\"}', '*', '2021-02-13 18:06:29', '524', '', '2021-05-29 09:30:58', '524', 'Joomla4All, Joomla!, CSS, JS', 'CSS-in-JS or CSS-and-JS ', '{\"robots\":\"\",\"rights\":\"\"}', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '3', '{\"image_first\":\"\",\"float_first\":\"\",\"image_first_alt\":\"\",\"image_first_caption\":\"\",\"image_second\":\"\",\"float_second\":\"\",\"image_second_alt\":\"\",\"image_second_caption\":\"\"}'), ('4', '33', 'Design System Playground (Netlify)', 'design-system-playground-netlify', 'https://design-system-playground.netlify.com/', '

Speel met typografie en kleuren om een ontwerpsysteemthema te genereren.

\r\n', '3', '1', '0', '0000-00-00 00:00:00', '4', '1', '{\"target\":\"\",\"width\":\"\",\"height\":\"\",\"count_clicks\":\"\"}', '*', '2021-02-13 18:07:02', '524', '', '2021-05-29 09:32:44', '524', 'Joomla4All, Joomla!, Design System Playground', 'Design System Playground', '{\"robots\":\"\",\"rights\":\"\"}', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '3', '{\"image_first\":\"\",\"float_first\":\"\",\"image_first_alt\":\"\",\"image_first_caption\":\"\",\"image_second\":\"\",\"float_second\":\"\",\"image_second_alt\":\"\",\"image_second_caption\":\"\"}'), ('6', '33', 'Extra Strength Responsive Grids', 'extra-strength-responsive-grids', 'http://johnpolacek.github.io/extra-strength-responsive-grids/', '', '0', '1', '0', '0000-00-00 00:00:00', '6', '1', '{\"target\":\"\",\"width\":\"\",\"height\":\"\",\"count_clicks\":\"\"}', '*', '2021-02-13 18:07:58', '524', '', '2021-05-29 09:34:22', '524', 'Joomla4All, Joomla!', 'Extra Strength Responsive Grids', '{\"robots\":\"\",\"rights\":\"\"}', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '3', '{\"image_first\":\"\",\"float_first\":\"\",\"image_first_alt\":\"\",\"image_first_caption\":\"\",\"image_second\":\"\",\"float_second\":\"\",\"image_second_alt\":\"\",\"image_second_caption\":\"\"}'), ('7', '33', 'FitVids JS | Een lichtgewicht plug-in voor het insluiten van video\'s', 'fitvids-js', 'http://fitvidsjs.com/', '

Een lichtgewicht, gebruiksvriendelijke jQuery-plug-in voor het insluiten van video's met vloeiende breedte.

\r\n\r\n

 

\r\n\r\n

 

\r\n', '0', '1', '0', '0000-00-00 00:00:00', '7', '1', '{\"target\":\"\",\"width\":\"\",\"height\":\"\",\"count_clicks\":\"\"}', '*', '2021-02-13 18:08:27', '524', '', '2021-05-29 09:34:55', '524', 'Joomla4All, Joomla!', 'Een lichtgewicht plug-in voor het insluiten van video\'s', '{\"robots\":\"\",\"rights\":\"\"}', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '3', '{\"image_first\":\"\",\"float_first\":\"\",\"image_first_alt\":\"\",\"image_first_caption\":\"\",\"image_second\":\"\",\"float_second\":\"\",\"image_second_alt\":\"\",\"image_second_caption\":\"\"}'), ('8', '32', 'Joomla! Extensions on GitHub', 'githup-joomla-extensions', 'https://github.com/joomla-extensions', '

Joomla extenetions on GitHup

\r\n\r\n', '1', '1', '0', '0000-00-00 00:00:00', '8', '1', '{\"target\":\"\",\"width\":\"\",\"height\":\"\",\"count_clicks\":\"\"}', '*', '2021-02-13 18:08:59', '524', '', '2021-08-03 09:35:39', '524', 'Joomla4All, Joomla!, GitHub', 'Joomla! Extensions on GitHub', '{\"robots\":\"\",\"rights\":\"\"}', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '4', '{\"image_first\":\"\",\"float_first\":\"\",\"image_first_alt\":\"\",\"image_first_caption\":\"\",\"image_second\":\"\",\"float_second\":\"\",\"image_second_alt\":\"\",\"image_second_caption\":\"\"}'), ('9', '31', 'Rocket Theme | Joomla Templates', 'rocket-theme', 'http://www.rockettheme.com/joomla/templates', '

RocketTheme is een beroemde ontwikkelaar voor Joomla. Hun templates zijn gebouwd op hun eigen framework RocketTheme - Gantry.

\r\n', '0', '1', '0', '0000-00-00 00:00:00', '9', '1', '{\"target\":\"\",\"width\":\"\",\"height\":\"\",\"count_clicks\":\"\"}', '*', '2021-02-13 18:09:36', '524', '', '2021-05-29 09:53:33', '524', 'Joomla4All, Joomla!, Rocket Theme, Templates', 'Rocket Theme Joomla Templates', '{\"robots\":\"\",\"rights\":\"\"}', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '3', '{\"image_first\":\"\",\"float_first\":\"\",\"image_first_alt\":\"\",\"image_first_caption\":\"\",\"image_second\":\"\",\"float_second\":\"\",\"image_second_alt\":\"\",\"image_second_caption\":\"\"}'), ('10', '33', 'Google Bootstrap', 'google-bootstrap', 'https://getbootstrap.com/', '\r\n

Build responsive, mobile-first projects on the web with the world’s most popular front-end component library

\r\n\r\n

 

\r\n\r\n

Bouw snelle, responsieve sites met Bootstrap Ontwerp en pas snel responsieve mobile-first sites aan met Bootstrap, 's werelds meest populaire front-end open source toolkit, met Sass-variabelen en mixins, responsief grid-systeem, uitgebreide vooraf gebouwde componenten en krachtige JavaScript-plug-ins.

\r\n', '0', '1', '0', '0000-00-00 00:00:00', '10', '1', '{\"target\":\"\",\"width\":\"\",\"height\":\"\",\"count_clicks\":\"\"}', '*', '2021-02-13 18:59:20', '524', '', '2021-05-29 09:40:15', '524', 'Joomla4All, Joomla!, Google Bootstrap', 'Google Bootstrap', '{\"robots\":\"\",\"rights\":\"\"}', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '3', '{\"image_first\":\"\",\"float_first\":\"\",\"image_first_alt\":\"\",\"image_first_caption\":\"\",\"image_second\":\"\",\"float_second\":\"\",\"image_second_alt\":\"\",\"image_second_caption\":\"\"}'), ('11', '32', 'Joomla! Milestones on GitHub', 'joomla-cms-milestones-github', 'https://github.com/joomla/joomla-cms/milestones', '

Joomla CMS Milestones on GitHub

\r\n', '5', '1', '0', '0000-00-00 00:00:00', '11', '1', '{\"target\":\"\",\"width\":\"\",\"height\":\"\",\"count_clicks\":\"\"}', '*', '2021-02-13 19:00:03', '524', '', '2021-05-29 09:47:30', '524', 'Joomla4All, Joomla!, GitHub', 'Joomla! Milestones on GitHub', '{\"robots\":\"\",\"rights\":\"\"}', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '5', '{\"image_first\":\"\",\"float_first\":\"\",\"image_first_alt\":\"\",\"image_first_caption\":\"\",\"image_second\":\"\",\"float_second\":\"\",\"image_second_alt\":\"\",\"image_second_caption\":\"\"}'), ('12', '29', 'Joomla! Extensions Directory (JED)', 'joomla-extensions-directory-jed', 'https://extensions.joomla.org/', '\r\n

 

\r\n', '0', '-2', '0', '0000-00-00 00:00:00', '12', '1', '{\"target\":\"\",\"width\":\"\",\"height\":\"\",\"count_clicks\":\"\"}', '*', '2021-02-13 19:00:45', '524', '', '2021-03-03 11:57:17', '524', '', '', '{\"robots\":\"\",\"rights\":\"\"}', '0', '', '2021-05-29 09:44:58', '0000-00-00 00:00:00', '3', '{\"image_first\":\"\",\"float_first\":\"\",\"image_first_alt\":\"\",\"image_first_caption\":\"\",\"image_second\":\"\",\"float_second\":\"\",\"image_second_alt\":\"\",\"image_second_caption\":\"\"}'), ('13', '31', 'Joomla Perfect ', 'joomla-perfect', 'http://www.joomlaperfect.com/joomla30', '

Eenvoudige gratis sjablonen voor Joomla 2.5 en Joomla 3

\r\n', '1', '1', '0', '0000-00-00 00:00:00', '13', '1', '{\"target\":\"\",\"width\":\"\",\"height\":\"\",\"count_clicks\":\"\"}', '*', '2021-02-13 19:01:25', '524', '', '2021-05-29 09:42:06', '524', 'Joomla4All, Joomla!, Perfect', 'Joomla Perfect ', '{\"robots\":\"\",\"rights\":\"\"}', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '3', '{\"image_first\":\"\",\"float_first\":\"\",\"image_first_alt\":\"\",\"image_first_caption\":\"\",\"image_second\":\"\",\"float_second\":\"\",\"image_second_alt\":\"\",\"image_second_caption\":\"\"}'), ('14', '29', 'Joomla! Training', 'joomla-training', 'https://community.joomla.org/joomla-training.html', '', '1', '1', '0', '0000-00-00 00:00:00', '14', '1', '{\"target\":\"\",\"width\":\"\",\"height\":\"\",\"count_clicks\":\"\"}', '*', '2021-02-13 19:02:02', '524', '', '2021-05-29 09:48:35', '524', 'Joomla4All, Joomla!, Training', 'Joomla! Training', '{\"robots\":\"\",\"rights\":\"\"}', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '4', '{\"image_first\":\"\",\"float_first\":\"\",\"image_first_alt\":\"\",\"image_first_caption\":\"\",\"image_second\":\"\",\"float_second\":\"\",\"image_second_alt\":\"\",\"image_second_caption\":\"\"}'), ('15', '29', 'Joomla! Announcements | Nieuws en aankondigingen van projectrelease ', 'joomla-announcements-nieuws-en-aankondigingen-van-projectrelease', 'https://www.joomla.org/announcements.html', '

Officieel Joomla! nieuws  en aankondigingen van projectrelease 

\r\n', '1', '1', '0', '0000-00-00 00:00:00', '15', '1', '{\"target\":\"\",\"width\":\"\",\"height\":\"\",\"count_clicks\":\"\"}', '*', '2021-02-13 19:32:40', '524', '', '2021-05-29 09:43:39', '524', 'Joomla4All, Joomla!, Nieuws, Announcements, Aankondigingen', 'Nieuws en aankondigingen van Joomla! projectrelease ', '{\"robots\":\"\",\"rights\":\"\"}', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '3', '{\"image_first\":\"\",\"float_first\":\"\",\"image_first_alt\":\"\",\"image_first_caption\":\"\",\"image_second\":\"\",\"float_second\":\"\",\"image_second_alt\":\"\",\"image_second_caption\":\"\"}'), ('16', '29', 'Joomla! Extensions Directory', 'joomla-extensions-directory', 'https://extensions.joomla.org/', '', '1', '1', '0', '0000-00-00 00:00:00', '16', '1', '{\"target\":\"\",\"width\":\"\",\"height\":\"\",\"count_clicks\":\"\"}', '*', '2021-02-13 19:33:10', '524', '', '2021-05-29 09:44:07', '524', 'Joomla4All, Joomla!, Extensions, Director', 'Joomla! Extensions Directory', '{\"robots\":\"\",\"rights\":\"\"}', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '3', '{\"image_first\":\"\",\"float_first\":\"\",\"image_first_alt\":\"\",\"image_first_caption\":\"\",\"image_second\":\"\",\"float_second\":\"\",\"image_second_alt\":\"\",\"image_second_caption\":\"\"}'), ('17', '29', 'Joomla! Issue Tracker', 'joomla-issue-tracker', 'https://issues.joomla.org/', '', '6', '1', '0', '0000-00-00 00:00:00', '17', '1', '{\"target\":\"1\",\"width\":\"\",\"height\":\"\",\"count_clicks\":\"\"}', '*', '2021-02-13 19:33:47', '524', '', '2021-05-30 12:31:31', '524', 'Joomla4All, Joomla!', 'Joomla! Issue Tracker', '{\"robots\":\"\",\"rights\":\"\"}', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '8', '{\"image_first\":\"\",\"float_first\":\"\",\"image_first_alt\":\"\",\"image_first_caption\":\"\",\"image_second\":\"\",\"float_second\":\"\",\"image_second_alt\":\"\",\"image_second_caption\":\"\"}'), ('18', '29', 'JoomlaGov | Verken websites gebouwd met Joomla', 'joomlagov-verken-websites-gebouwd-met-joomla', 'https://joomlagov.info/', '

Ontdek meer dan 3300+ overheidswebsites die zijn gebouwd met behulp van Joomla

\r\n', '2', '1', '0', '0000-00-00 00:00:00', '18', '1', '{\"target\":\"\",\"width\":\"\",\"height\":\"\",\"count_clicks\":\"\"}', '*', '2021-02-13 19:34:20', '524', '', '2021-05-29 09:49:36', '524', 'Joomla4All, Joomla!', 'Verken websites gebouwd met Joomla', '{\"robots\":\"\",\"rights\":\"\"}', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '3', '{\"image_first\":\"\",\"float_first\":\"\",\"image_first_alt\":\"\",\"image_first_caption\":\"\",\"image_second\":\"\",\"float_second\":\"\",\"image_second_alt\":\"\",\"image_second_caption\":\"\"}'), ('19', '31', 'JoomShaper | Joomla Templates', 'joomshaper', 'https://www.joomshaper.com/joomla-templates', '

Templates van JoomShaper  hebben geen presentatie nodig. De zeer populaire Helix en Ultimate templates verdienen speciale aandacht. Bijna alle sjablonen werken op PageBuilder.

\r\n', '1', '1', '0', '0000-00-00 00:00:00', '19', '1', '{\"target\":\"\",\"width\":\"\",\"height\":\"\",\"count_clicks\":\"\"}', '*', '2021-02-13 19:35:09', '524', '', '2021-05-29 09:45:46', '524', 'Joomla4All, Joomla!, JoomShaper, Templates', 'JoomShaper Joomla Templates', '{\"robots\":\"\",\"rights\":\"\"}', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '4', '{\"image_first\":\"\",\"float_first\":\"\",\"image_first_alt\":\"\",\"image_first_caption\":\"\",\"image_second\":\"\",\"float_second\":\"\",\"image_second_alt\":\"\",\"image_second_caption\":\"\"}'), ('20', '33', 'Masonry | Cascading grid layout-bibliotheek ', 'masonry', 'https://masonry.desandro.com/', '

Masonry is een JavaScript-rasterlay-outbibliotheek. Het werkt door elementen in een optimale positie te plaatsen op basis van de beschikbare verticale ruimte, zoals een metselaar die stenen in een muur past. U heeft het waarschijnlijk overal op internet in gebruik gezien.

\r\n', '1', '1', '0', '0000-00-00 00:00:00', '20', '1', '{\"target\":\"\",\"width\":\"\",\"height\":\"\",\"count_clicks\":\"\"}', '*', '2021-02-13 19:35:41', '524', '', '2021-05-29 09:52:26', '524', 'Joomla4All, Joomla!', 'Cascading grid layout-bibliotheek ', '{\"robots\":\"\",\"rights\":\"\"}', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '3', '{\"image_first\":\"\",\"float_first\":\"\",\"image_first_alt\":\"\",\"image_first_caption\":\"\",\"image_second\":\"\",\"float_second\":\"\",\"image_second_alt\":\"\",\"image_second_caption\":\"\"}'), ('21', '33', 'Greensock | De nieuwe standaard voor web animatie', 'greensock', 'https://greensock.com/', '

https://mdx-deck-greensock-demo.netlify.com/

\r\n\r\n

A Demo of MDX Deck with Greensock Animation

\r\n', '0', '1', '0', '0000-00-00 00:00:00', '21', '1', '{\"target\":\"\",\"width\":\"\",\"height\":\"\",\"count_clicks\":\"\"}', '*', '2021-02-13 19:36:18', '524', '', '2021-05-29 09:40:43', '524', 'Joomla4All, Joomla!', 'De nieuwe standaard voor web animatie', '{\"robots\":\"\",\"rights\":\"\"}', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '3', '{\"image_first\":\"\",\"float_first\":\"\",\"image_first_alt\":\"\",\"image_first_caption\":\"\",\"image_second\":\"\",\"float_second\":\"\",\"image_second_alt\":\"\",\"image_second_caption\":\"\"}'), ('22', '33', 'Responsive Images', 'responsive-images', 'http://responsiveimages.org/', '

We zijn een groep ontwikkelaars die werken aan een client-side oplossing voor het leveren van alternatieve afbeeldingsgegevens op basis van apparaatcapaciteiten om verspilling van bandbreedte te voorkomen en de weergave voor zowel scherm als print te optimaliseren.

\r\n', '1', '1', '0', '0000-00-00 00:00:00', '22', '1', '{\"target\":\"\",\"width\":\"\",\"height\":\"\",\"count_clicks\":\"\"}', '*', '2021-02-13 19:37:09', '524', '', '2021-05-29 09:52:37', '524', 'Joomla4All, Joomla!', 'Responsive Images', '{\"robots\":\"\",\"rights\":\"\"}', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '3', '{\"image_first\":\"\",\"float_first\":\"\",\"image_first_alt\":\"\",\"image_first_caption\":\"\",\"image_second\":\"\",\"float_second\":\"\",\"image_second_alt\":\"\",\"image_second_caption\":\"\"}'), ('23', '33', 'Style Tiles', 'style-tiles', 'http://styletil.es/', '

Style Tiles is een ontwerp dat bestaat uit lettertypen, kleuren en interface-elementen die de essentie van een visueel merk voor het web overbrengen.

\r\n', '0', '1', '0', '0000-00-00 00:00:00', '23', '1', '{\"target\":\"\",\"width\":\"\",\"height\":\"\",\"count_clicks\":\"\"}', '*', '2021-02-13 19:37:32', '524', '', '2021-05-29 09:54:38', '524', 'Joomla4All, Joomla!', 'Style Tiles', '{\"robots\":\"\",\"rights\":\"\"}', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '3', '{\"image_first\":\"\",\"float_first\":\"\",\"image_first_alt\":\"\",\"image_first_caption\":\"\",\"image_second\":\"\",\"float_second\":\"\",\"image_second_alt\":\"\",\"image_second_caption\":\"\"}'), ('24', '32', 'This Is Responsive | Patronen en Modules voor responsieve ontwerpen ', 'this-is-responsive', 'http://bradfrost.github.io/this-is-responsive/', '\r\n

Patterns, resources and news

\r\n\r\n

Een verzameling patronen en modules voor responsieve ontwerpen

\r\n\r\n

 

\r\n', '0', '1', '0', '0000-00-00 00:00:00', '24', '1', '{\"target\":\"\",\"width\":\"\",\"height\":\"\",\"count_clicks\":\"\"}', '*', '2021-02-13 19:38:02', '524', '', '2021-08-03 09:29:41', '524', 'Joomla4All, Joomla!, Modules Responsieve, Ontwerpen', 'Verzameling patronen en modules voor responsieve ontwerpen ', '{\"robots\":\"\",\"rights\":\"\"}', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '7', '{\"image_first\":\"\",\"float_first\":\"\",\"image_first_alt\":\"\",\"image_first_caption\":\"\",\"image_second\":\"\",\"float_second\":\"\",\"image_second_alt\":\"\",\"image_second_caption\":\"\"}'), ('25', '33', 'Webflow | De moderne manier om voor het web te bouwen ', 'webflow', 'https://webflow.com/', '\r\n

Build better business websites, faster. Without coding

\r\n\r\n

 

\r\n\r\n

De moderne manier om voor het web te bouwen Webflow stelt ontwerpers in staat professionele, aangepaste websites te bouwen in een volledig visueel canvas zonder code.

\r\n', '1', '1', '0', '0000-00-00 00:00:00', '25', '1', '{\"target\":\"\",\"width\":\"\",\"height\":\"\",\"count_clicks\":\"\"}', '*', '2021-02-13 19:38:35', '524', '', '2021-05-29 09:57:01', '524', 'Joomla4All, Joomla!', 'Webflow De moderne manier om voor het web te bouwen ', '{\"robots\":\"\",\"rights\":\"\"}', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '3', '{\"image_first\":\"\",\"float_first\":\"\",\"image_first_alt\":\"\",\"image_first_caption\":\"\",\"image_second\":\"\",\"float_second\":\"\",\"image_second_alt\":\"\",\"image_second_caption\":\"\"}'), ('26', '29', 'JoomlaNL | Gebruikers helpen gebruikers', 'joomlanl', 'https://joomlanl.nl/', '', '1', '1', '0', '0000-00-00 00:00:00', '26', '1', '{\"target\":\"\",\"width\":\"\",\"height\":\"\",\"count_clicks\":\"\"}', '*', '2021-02-13 21:28:42', '524', '', '2021-05-29 09:50:16', '524', 'Joomla4All, Joomla!, Help, Gebruikers', 'Gebruikers helpen gebruikers', '{\"robots\":\"\",\"rights\":\"\"}', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '3', '{\"image_first\":\"\",\"float_first\":\"\",\"image_first_alt\":\"\",\"image_first_caption\":\"\",\"image_second\":\"\",\"float_second\":\"\",\"image_second_alt\":\"\",\"image_second_caption\":\"\"}'), ('27', '29', 'Joomla Community NL', 'joomla-community-nl', 'https://www.joomlacommunity.nl/', '

JoomlaCommunity is een Nederlandstalige Joomla community website voor en door de Nederlandse en Belgische community. Het is de plaats voor het laatste Joomla nieuws en een behulpzaam forum om je wegwijs te maken in de Joomla wereld.

\r\n', '7', '1', '0', '0000-00-00 00:00:00', '27', '1', '{\"target\":\"1\",\"width\":\"\",\"height\":\"\",\"count_clicks\":\"\"}', '*', '2021-02-13 21:34:16', '524', '', '2021-05-29 09:41:30', '524', 'Joomla4All, Joomla!, Community', 'Joomla Community NL', '{\"robots\":\"\",\"rights\":\"\"}', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '4', '{\"image_first\":\"\",\"float_first\":\"\",\"image_first_alt\":\"\",\"image_first_caption\":\"\",\"image_second\":\"\",\"float_second\":\"\",\"image_second_alt\":\"\",\"image_second_caption\":\"\"}'), ('28', '33', 'Tiny PNG | Afbeeldingen optimaliseren', 'tiny-png-afbeeldingen-optimaliseren', 'https://tinypng.com/', '

TinyPNG gebruikt slimme compressietechnieken met verlies om de bestandsgrootte van uw PNG-bestanden te verkleinen . Door het aantal kleuren in de afbeelding selectief te verminderen, zijn er minder bytes nodig om de gegevens op te slaan. Het effect is bijna onzichtbaar, maar het scheelt enorm in bestandsgrootte!

\r\n', '2', '1', '0', '0000-00-00 00:00:00', '28', '1', '{\"target\":\"\",\"width\":\"\",\"height\":\"\",\"count_clicks\":\"\"}', '*', '2021-02-20 18:12:03', '524', '', '2021-05-29 09:55:51', '524', 'Joomla4All, Joomla!, Tiny PNG, Afbeeldingen optimaliseren', 'Tiny PNG Afbeeldingen optimaliseren', '{\"robots\":\"\",\"rights\":\"\"}', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '6', '{\"image_first\":\"images\\/weblinks\\/contents\\/tinypng.jpg\",\"float_first\":\"\",\"image_first_alt\":\"\",\"image_first_caption\":\"\",\"image_second\":\"\",\"float_second\":\"\",\"image_second_alt\":\"\",\"image_second_caption\":\"\"}'), ('29', '30', 'JoomShaper | Joomla Extensions', 'joomshaper', 'https://www.joomshaper.com/joomla-extensions', '

Templates van JoomShaper  hebben geen presentatie nodig. De zeer populaire Helix en Ultimate templates verdienen speciale aandacht. Bijna alle sjablonen werken op PageBuilder.

\r\n', '2', '1', '0', '0000-00-00 00:00:00', '29', '1', '{\"target\":\"\",\"width\":\"\",\"height\":\"\",\"count_clicks\":\"\"}', '*', '2021-02-13 19:35:09', '524', '', '2021-05-29 09:50:47', '524', 'Joomla4All, Joomla!, JoomShaper, Extensions', 'JoomShaper | Joomla Extensions', '{\"robots\":\"\",\"rights\":\"\"}', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '5', '{\"image_first\":\"\",\"float_first\":\"\",\"image_first_alt\":\"\",\"image_first_caption\":\"\",\"image_second\":\"\",\"float_second\":\"\",\"image_second_alt\":\"\",\"image_second_caption\":\"\"}'), ('30', '30', 'Rocket Theme | Joomla Extentions', 'rocket-theme', 'https://rockettheme.com/joomla/extensions', '

RocketTheme is een beroemde ontwikkelaar voor Joomla. Hun templates zijn gebouwd op hun eigen framework RocketTheme - Gantry.

\r\n', '0', '1', '0', '0000-00-00 00:00:00', '30', '1', '{\"target\":\"\",\"width\":\"\",\"height\":\"\",\"count_clicks\":\"\"}', '*', '2021-02-13 18:09:36', '524', '', '2021-05-29 09:53:06', '524', 'Joomla4All, Joomla!, Rocket Theme, Extentions', 'Rocket Theme Joomla Extentions', '{\"robots\":\"\",\"rights\":\"\"}', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '3', '{\"image_first\":\"\",\"float_first\":\"\",\"image_first_alt\":\"\",\"image_first_caption\":\"\",\"image_second\":\"\",\"float_second\":\"\",\"image_second_alt\":\"\",\"image_second_caption\":\"\"}'), ('31', '33', 'Font Awesome | Vectorpictogrammen en sociale logo\'s op uw website', 'font-awesome-vectorpictogrammen-en-sociale-logo-s-op-uw-website', 'https://fontawesome.com/icons', '

Plaats vectorpictogrammen en sociale logo's op uw website met Font Awesome, de populairste pictogrammenset en toolkit van het web.

\r\n', '0', '1', '0', '0000-00-00 00:00:00', '31', '1', '{\"target\":\"\",\"width\":\"\",\"height\":\"\",\"count_clicks\":\"\"}', '*', '2021-03-03 12:47:47', '524', '', '2021-05-29 09:39:51', '524', 'Joomla4All, Joomla!', 'Font Awesome | Vectorpictogrammen en sociale logo\'s op uw website', '{\"robots\":\"\",\"rights\":\"\"}', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '2', '{\"image_first\":\"\",\"float_first\":\"\",\"image_first_alt\":\"\",\"image_first_caption\":\"\",\"image_second\":\"\",\"float_second\":\"\",\"image_second_alt\":\"\",\"image_second_caption\":\"\"}'), ('32', '33', 'Flat UI Colors', 'flat-ui-colors', 'https://flatuicolors.com/', '', '0', '1', '0', '0000-00-00 00:00:00', '32', '1', '{\"target\":\"\",\"width\":\"\",\"height\":\"\",\"count_clicks\":\"\"}', '*', '2021-03-03 12:48:42', '524', '', '2021-05-29 09:38:54', '524', 'Joomla4All, Joomla!, Flat UI Colors', '', '{\"robots\":\"\",\"rights\":\"\"}', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '3', '{\"image_first\":\"\",\"float_first\":\"\",\"image_first_alt\":\"\",\"image_first_caption\":\"\",\"image_second\":\"\",\"float_second\":\"\",\"image_second_alt\":\"\",\"image_second_caption\":\"\"}'), ('33', '37', 'Webshop Checker | Kom er direct achter of de webwinkel wel veilig is!', 'webshop-checker', 'https://webshopchecker.nl/', '

Kom er direct achter of de webwinkel wel veilig is!

\r\n', '5', '1', '0', '0000-00-00 00:00:00', '33', '1', '{\"target\":\"\",\"width\":\"\",\"height\":\"\",\"count_clicks\":\"\"}', '*', '2021-03-03 12:52:54', '524', '', '2021-05-29 09:57:41', '524', 'Joomla4All, Joomla!, Webshop Checker, Webwinkel, Veilig', 'Webshop Checker | Kom er direct achter of de webwinkel wel veilig is!', '{\"robots\":\"\",\"rights\":\"\"}', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '2', '{\"image_first\":\"\",\"float_first\":\"\",\"image_first_alt\":\"\",\"image_first_caption\":\"\",\"image_second\":\"\",\"float_second\":\"\",\"image_second_alt\":\"\",\"image_second_caption\":\"\"}'), ('34', '31', 'SmartAddons | Joomla Templates', 'smartaddons', 'https://www.smartaddons.com/joomla-templates', '', '0', '1', '0', '0000-00-00 00:00:00', '34', '1', '{\"target\":\"\",\"width\":\"\",\"height\":\"\",\"count_clicks\":\"\"}', '*', '2021-03-03 13:09:06', '524', '', '2021-05-29 09:54:29', '524', 'Joomla4All, Joomla!, SmartAddons, Templates', 'SmartAddons Joomla Templates', '{\"robots\":\"\",\"rights\":\"\"}', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '2', '{\"image_first\":\"\",\"float_first\":\"\",\"image_first_alt\":\"\",\"image_first_caption\":\"\",\"image_second\":\"\",\"float_second\":\"\",\"image_second_alt\":\"\",\"image_second_caption\":\"\"}'), ('35', '30', 'SmartAddons | Joomla Extentions', 'smartaddons', 'https://www.smartaddons.com/joomla-extensions', '', '0', '1', '0', '0000-00-00 00:00:00', '35', '1', '{\"target\":\"\",\"width\":\"\",\"height\":\"\",\"count_clicks\":\"\"}', '*', '2021-03-03 13:09:06', '524', '', '2021-05-29 09:53:55', '524', 'Joomla4All, Joomla!, SmartAddons, Extentions', 'SmartAddons | Joomla Extentions', '{\"robots\":\"\",\"rights\":\"\"}', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '3', '{\"image_first\":\"\",\"float_first\":\"\",\"image_first_alt\":\"\",\"image_first_caption\":\"\",\"image_second\":\"\",\"float_second\":\"\",\"image_second_alt\":\"\",\"image_second_caption\":\"\"}'), ('36', '33', 'Unminify | Gratis tool om CSS te verkleinen, uitpakken en verduidelijken', 'unminify', 'https://unminify.com/', '

Gratis tool om JavaScript-, CSS-, HTML-, XML- en JSON-code te verkleinen (uitpakken, verduidelijken), waardoor het leesbaar en mooi wordt.

\r\n', '0', '1', '0', '0000-00-00 00:00:00', '36', '1', '{\"target\":\"\",\"width\":\"\",\"height\":\"\",\"count_clicks\":\"\"}', '*', '2021-03-04 10:18:35', '524', '', '2021-05-29 09:56:20', '524', 'Joomla4All, Joomla!, Gratis Tool', 'Gratis tool om CSS te verkleinen, uitpakken en verduidelijken', '{\"robots\":\"\",\"rights\":\"\"}', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '2', '{\"image_first\":\"\",\"float_first\":\"\",\"image_first_alt\":\"\",\"image_first_caption\":\"\",\"image_second\":\"\",\"float_second\":\"\",\"image_second_alt\":\"\",\"image_second_caption\":\"\"}'), ('37', '35', 'Download Windows 10 NL', 'download-windows-10', 'https://www.microsoft.com/nl-nl/software-download/windows10', '

Download Windows 10

\r\n\r\n

Controleer voor je gaat updaten de Windows release-informatie op bekende problemen die op jouw apparaat van toepassing kunnen zijn.

\r\n', '6', '1', '0', '0000-00-00 00:00:00', '37', '1', '{\"target\":\"\",\"width\":\"\",\"height\":\"\",\"count_clicks\":\"\"}', '*', '2021-03-07 11:44:08', '524', '', '2021-09-20 07:57:14', '524', 'Joomla4All, Joomla!, Download, Microsoft, Windows 10', 'Download Windows 10', '{\"robots\":\"\",\"rights\":\"\"}', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '3', '{\"image_first\":\"\",\"float_first\":\"\",\"image_first_alt\":\"\",\"image_first_caption\":\"\",\"image_second\":\"\",\"float_second\":\"\",\"image_second_alt\":\"\",\"image_second_caption\":\"\"}'), ('38', '29', 'Joomla! Translations', 'joomla-translations', 'https://community.joomla.org/translations/joomla-3-translations.html', '', '4', '1', '0', '0000-00-00 00:00:00', '38', '1', '{\"target\":\"1\",\"width\":\"\",\"height\":\"\",\"count_clicks\":\"\"}', '*', '2021-03-28 10:42:16', '524', '', '2021-05-29 09:49:00', '524', 'Joomla4All, Joomla!, Translations', 'Joomla! Translations', '{\"robots\":\"\",\"rights\":\"\"}', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '3', '{\"image_first\":\"\",\"float_first\":\"\",\"image_first_alt\":\"\",\"image_first_caption\":\"\",\"image_second\":\"\",\"float_second\":\"\",\"image_second_alt\":\"\",\"image_second_caption\":\"\"}'), ('39', '33', 'Lorem Ipsum – Generator, Origins and Meaning', 'lorem-ipsum-generator-origins-and-meaning', 'https://loremipsum.io/', '', '0', '1', '0', '0000-00-00 00:00:00', '39', '1', '{\"target\":\"\",\"width\":\"\",\"height\":\"\",\"count_clicks\":\"\"}', '*', '2021-04-13 09:39:11', '524', '', '2021-05-29 09:51:30', '524', 'Joomla4All, Joomla!, Lorem Ipsum', '', '{\"robots\":\"\",\"rights\":\"\"}', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '3', '{\"image_first\":\"\",\"float_first\":\"\",\"image_first_alt\":\"\",\"image_first_caption\":\"\",\"image_second\":\"\",\"float_second\":\"\",\"image_second_alt\":\"\",\"image_second_caption\":\"\"}'), ('40', '33', 'Lorem Ipsum – Star Wars en Meer ..', 'lorem-ipsum-star-wars-en-meer', 'https://www.loremipsums.nl/lorem-ipsum-origineel/star-wars-ipsum/', '', '0', '1', '0', '0000-00-00 00:00:00', '40', '1', '{\"target\":\"\",\"width\":\"\",\"height\":\"\",\"count_clicks\":\"\"}', '*', '2021-04-13 09:41:10', '524', '', '2021-05-29 09:52:02', '524', 'Joomla4All, Joomla!, Lorem Ipsum, Star Wars', 'Lorem Ipsum – Star Wars en Meer', '{\"robots\":\"\",\"rights\":\"\"}', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '2', '{\"image_first\":\"\",\"float_first\":\"\",\"image_first_alt\":\"\",\"image_first_caption\":\"\",\"image_second\":\"\",\"float_second\":\"\",\"image_second_alt\":\"\",\"image_second_caption\":\"\"}'), ('41', '29', 'Joomla! Production Department (translation)', 'joomla-production-department-crowdin', 'https://crowdin.com/project/joomla-cms', '

Crowdin is a cloud-based solution that streamlines localization management for your team. It's the perfect place to effectively manage all of your multilingual content.

\r\n', '0', '1', '0', '0000-00-00 00:00:00', '41', '1', '{\"target\":\"\",\"width\":\"\",\"height\":\"\",\"count_clicks\":\"\"}', '*', '2021-05-23 11:24:42', '524', '', '2021-05-29 09:48:10', '524', 'Joomla4All, Joomla!, Translation', 'Joomla! Production Department (translation)', '{\"robots\":\"\",\"rights\":\"\"}', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '2', '{\"image_first\":\"\",\"float_first\":\"\",\"image_first_alt\":\"\",\"image_first_caption\":\"\",\"image_second\":\"\",\"float_second\":\"\",\"image_second_alt\":\"\",\"image_second_caption\":\"\"}'), ('42', '30', 'VirtueMart - The Documentation Center', 'virtuemart-the-documentation-center', 'https://docs.virtuemart.net/manual/general-concepts.html', '', '0', '1', '0', '0000-00-00 00:00:00', '42', '1', '{\"target\":\"1\",\"width\":\"\",\"height\":\"\",\"count_clicks\":\"\"}', '*', '2021-05-29 09:23:27', '524', '', '2021-05-29 09:56:34', '524', 'Joomla4all, joomla!, VirtueMart, Documentation', 'VirtueMart The Documentation Center', '{\"robots\":\"\",\"rights\":\"\"}', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '3', '{\"image_first\":\"\",\"float_first\":\"\",\"image_first_alt\":\"\",\"image_first_caption\":\"\",\"image_second\":\"\",\"float_second\":\"\",\"image_second_alt\":\"\",\"image_second_caption\":\"\"}'), ('43', '35', 'Systeembeheer', 'systeembeheer', 'https://www.schoonepc.nl/diverseonderwerpen.html', '', '2', '1', '0', '0000-00-00 00:00:00', '43', '1', '{\"target\":\"\",\"width\":\"\",\"height\":\"\",\"count_clicks\":\"\"}', '*', '2021-06-05 08:43:53', '524', '', '2021-06-05 08:43:53', '0', '', '', '{\"robots\":\"\",\"rights\":\"\"}', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', '{\"image_first\":\"\",\"float_first\":\"\",\"image_first_alt\":\"\",\"image_first_caption\":\"\",\"image_second\":\"\",\"float_second\":\"\",\"image_second_alt\":\"\",\"image_second_caption\":\"\"}'), ('44', '32', 'Joomla! CMS Releases on GitHup', 'joomla-cms-releases', 'https://github.com/joomla/joomla-cms/releases', '', '0', '1', '0', '0000-00-00 00:00:00', '44', '1', '{\"target\":\"\",\"width\":\"\",\"height\":\"\",\"count_clicks\":\"\"}', '*', '2021-08-03 09:32:40', '524', '', '2021-08-03 09:36:01', '524', '', '', '{\"robots\":\"\",\"rights\":\"\"}', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '4', '{\"image_first\":\"\",\"float_first\":\"\",\"image_first_alt\":\"\",\"image_first_caption\":\"\",\"image_second\":\"\",\"float_second\":\"\",\"image_second_alt\":\"\",\"image_second_caption\":\"\"}'), ('45', '29', 'Joomla! | API Documentation', 'joomla-api-documentation', 'https://api.joomla.org/', '', '0', '1', '0', '0000-00-00 00:00:00', '45', '1', '{\"target\":\"\",\"width\":\"\",\"height\":\"\",\"count_clicks\":\"\"}', '*', '2021-08-03 09:34:03', '524', '', '2021-08-03 09:34:03', '0', '', '', '{\"robots\":\"\",\"rights\":\"\"}', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', '{\"image_first\":\"\",\"float_first\":\"\",\"image_first_alt\":\"\",\"image_first_caption\":\"\",\"image_second\":\"\",\"float_second\":\"\",\"image_second_alt\":\"\",\"image_second_caption\":\"\"}'), ('46', '29', 'Joomla! 4.0', 'joomla4-features', 'https://www.joomla.org/4/nl/#features', '', '0', '1', '0', '0000-00-00 00:00:00', '46', '1', '{\"target\":\"\",\"width\":\"\",\"height\":\"\",\"count_clicks\":\"\"}', '*', '2021-09-17 18:57:37', '524', '', '2021-09-17 18:58:09', '524', '', '', '{\"robots\":\"\",\"rights\":\"\"}', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '2', '{\"image_first\":\"\",\"float_first\":\"\",\"image_first_alt\":\"\",\"image_first_caption\":\"\",\"image_second\":\"\",\"float_second\":\"\",\"image_second_alt\":\"\",\"image_second_caption\":\"\"}'), ('47', '36', 'Ubuntu NL', 'ubuntu-nl', 'https://www.ubuntu-nl.org/', '', '0', '1', '0', '0000-00-00 00:00:00', '47', '1', '{\"target\":\"\",\"width\":\"\",\"height\":\"\",\"count_clicks\":\"\"}', '*', '2021-09-17 19:02:34', '524', '', '2021-09-17 19:04:02', '524', '', '', '{\"robots\":\"\",\"rights\":\"\"}', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '2', '{\"image_first\":\"\",\"float_first\":\"\",\"image_first_alt\":\"\",\"image_first_caption\":\"\",\"image_second\":\"\",\"float_second\":\"\",\"image_second_alt\":\"\",\"image_second_caption\":\"\"}'), ('48', '36', 'Ubuntu', 'ubuntu', 'https://ubuntu.com/', '', '0', '1', '0', '0000-00-00 00:00:00', '48', '1', '{\"target\":\"\",\"width\":\"\",\"height\":\"\",\"count_clicks\":\"\"}', '*', '2021-09-17 19:04:22', '524', '', '2021-09-17 19:04:22', '0', '', '', '{\"robots\":\"\",\"rights\":\"\"}', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', '{\"image_first\":\"\",\"float_first\":\"\",\"image_first_alt\":\"\",\"image_first_caption\":\"\",\"image_second\":\"\",\"float_second\":\"\",\"image_second_alt\":\"\",\"image_second_caption\":\"\"}'), ('49', '36', 'Zorin OS', 'zorin-os', 'https://zorin.com/os/', '

Zorin OS is the alternative to Windows and macOS designed to make your computer faster, more powerful, secure, and privacy-respecting.

\r\n', '0', '1', '0', '0000-00-00 00:00:00', '49', '1', '{\"target\":\"\",\"width\":\"\",\"height\":\"\",\"count_clicks\":\"\"}', '*', '2021-09-17 19:05:18', '524', '', '2021-09-17 19:05:18', '0', '', '', '{\"robots\":\"\",\"rights\":\"\"}', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', '{\"image_first\":\"\",\"float_first\":\"\",\"image_first_alt\":\"\",\"image_first_caption\":\"\",\"image_second\":\"\",\"float_second\":\"\",\"image_second_alt\":\"\",\"image_second_caption\":\"\"}'), ('50', '30', 'RegularLabs | Extentions for Joomla!', 'regularlabs', 'https://regularlabs.com/', '', '1', '1', '0', '0000-00-00 00:00:00', '50', '1', '{\"target\":\"\",\"width\":\"\",\"height\":\"\",\"count_clicks\":\"\"}', '*', '2021-09-21 16:47:08', '524', '', '2021-09-21 16:47:08', '0', '', '', '{\"robots\":\"\",\"rights\":\"\"}', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', '{\"image_first\":\"\",\"float_first\":\"\",\"image_first_alt\":\"\",\"image_first_caption\":\"\",\"image_second\":\"\",\"float_second\":\"\",\"image_second_alt\":\"\",\"image_second_caption\":\"\"}'), ('51', '44', 'Joomla! kanaal op YouTube', 'joomla-youtube', 'https://www.youtube.com/channel/UCZ5e4pbTFTF_Rtin9fh3_Zw', '', '1', '1', '0', '0000-00-00 00:00:00', '51', '1', '{\"target\":\"\",\"width\":\"\",\"height\":\"\",\"count_clicks\":\"\"}', '*', '2021-10-09 08:17:13', '524', '', '2021-10-09 08:18:26', '524', '', '', '{\"robots\":\"\",\"rights\":\"\"}', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '2', '{\"image_first\":\"\",\"float_first\":\"\",\"image_first_alt\":\"\",\"image_first_caption\":\"\",\"image_second\":\"\",\"float_second\":\"\",\"image_second_alt\":\"\",\"image_second_caption\":\"\"}'); /**ABDB**/CREATE TABLE `#__virtuemart_worldzones` ( `virtuemart_worldzone_id` smallint(1) unsigned NOT NULL AUTO_INCREMENT, `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', PRIMARY KEY (`virtuemart_worldzone_id`), KEY `virtuemart_vendor_id` (`virtuemart_vendor_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='The Zones managed by the Zone Shipment Module'; /**ABDB**/CREATE TABLE `#__virtuemart_waitingusers` ( `virtuemart_waitinguser_id` int(1) unsigned NOT NULL AUTO_INCREMENT, `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', PRIMARY KEY (`virtuemart_waitinguser_id`), KEY `virtuemart_product_id` (`virtuemart_product_id`), KEY `notify_email` (`notify_email`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores notifications, users waiting f. products out of stock'; /**ABDB**/CREATE TABLE `#__virtuemart_vmusers` ( `virtuemart_user_id` int(1) unsigned NOT NULL AUTO_INCREMENT, `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', PRIMARY KEY (`virtuemart_user_id`), UNIQUE KEY `u_virtuemart_user_id` (`virtuemart_user_id`,`virtuemart_vendor_id`), KEY `virtuemart_vendor_id` (`virtuemart_vendor_id`), KEY `user_is_vendor` (`user_is_vendor`) ) ENGINE=InnoDB AUTO_INCREMENT=525 DEFAULT CHARSET=utf8 COMMENT='Holds the unique user data'; /**ABDB**/INSERT INTO `#__virtuemart_vmusers` VALUES ('524', '1', '1', 'JOd9441b8', '0', '0', '0', '2021-03-03 09:30:25', '0', '2021-09-18 11:05:09', '524', '0000-00-00 00:00:00', '0'); /**ABDB**/CREATE TABLE `#__virtuemart_vmuser_shoppergroups` ( `id` int(1) unsigned NOT NULL AUTO_INCREMENT, `virtuemart_user_id` int(1) unsigned NOT NULL DEFAULT '0', `virtuemart_shoppergroup_id` int(1) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `virtuemart_user_id` (`virtuemart_user_id`,`virtuemart_shoppergroup_id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COMMENT='xref table for users to shopper group'; /**ABDB**/INSERT INTO `#__virtuemart_vmuser_shoppergroups` VALUES ('1', '524', '2'), ('2', '524', '1'), ('3', '524', '4'), ('4', '524', '3'); /**ABDB**/CREATE TABLE `#__virtuemart_vendors_nl_nl` ( `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 '

{vm:vendorname}

{vm:vendoraddress}

', `vendor_letter_footer_html` varchar(8000) NOT NULL DEFAULT '

{vm:vendorlegalinfo}
Page {vm:pagenum}/{vm:pagecount}

', `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 '', PRIMARY KEY (`virtuemart_vendor_id`), UNIQUE KEY `slug` (`slug`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /**ABDB**/INSERT INTO `#__virtuemart_vendors_nl_nl` VALUES ('1', '

Welkom bij de Joomla4All WebShop

\r\n\r\n

In dit voorbeeld krijgt u een goed inzicht in de mogelijkheden die Joomla4All u kan bieden bij het opzetten en inrichten van een webshop.

\r\n\r\n

 

\r\n', '

Dit is een demo-winkel. Uw bestellingen zullen niet doorgaan. U heeft nog geen servicevoorwaarden geconfigureerd. Klik hier om deze tekst te wijzigen.

\r\n', '

VAT-ID: XYZ-DEMO
\r\nReg.Nr: DEMONUMBER

\r\n', '.vmdoc-header { }\r\n.vmdoc-footer { }\r\n', '

{vm:vendorname}

\r\n\r\n

{vm:vendoraddress}

\r\n', '

{vm:vendorlegalinfo}
\r\nPage {vm:pagenum}/{vm:pagecount}

\r\n', 'Jooml4aAll', '', 'https://joomla4all.nl/portal/quatuora/', '', '', '', '', '', '', '', '', 'jooml4aall'); /**ABDB**/CREATE TABLE `#__virtuemart_vendors` ( `virtuemart_vendor_id` int(1) unsigned NOT NULL AUTO_INCREMENT, `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', PRIMARY KEY (`virtuemart_vendor_id`), KEY `vendor_name` (`vendor_name`), KEY `vendor_currency` (`vendor_currency`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='Vendors manage their products in your store'; /**ABDB**/INSERT INTO `#__virtuemart_vendors` VALUES ('1', 'QuatuorA WebDesign', '47', '47', 'max_cats_per_product=-1|max_products=-1|max_customers=-1|force_product_pattern=-1|vendor_min_pov=\"0\"|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|', '', '', '0000-00-00 00:00:00', '0', '2021-08-03 18:21:33', '524', '0000-00-00 00:00:00', '0'); /**ABDB**/CREATE TABLE `#__virtuemart_vendor_users` ( `id` int(1) unsigned NOT NULL AUTO_INCREMENT, `virtuemart_vendor_user_id` int(1) unsigned NOT NULL DEFAULT '0', `virtuemart_user_id` int(1) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `virtuemart_vendor_user_id` (`virtuemart_vendor_user_id`,`virtuemart_user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /**ABDB**/CREATE TABLE `#__virtuemart_vendor_medias` ( `id` int(1) unsigned NOT NULL AUTO_INCREMENT, `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', PRIMARY KEY (`id`), UNIQUE KEY `virtuemart_vendor_id` (`virtuemart_vendor_id`,`virtuemart_media_id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; /**ABDB**/INSERT INTO `#__virtuemart_vendor_medias` VALUES ('2', '1', '30', '1'); /**ABDB**/CREATE TABLE `#__virtuemart_userinfos` ( `virtuemart_userinfo_id` int(1) unsigned NOT NULL AUTO_INCREMENT, `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', PRIMARY KEY (`virtuemart_userinfo_id`), KEY `i_virtuemart_user_id` (`virtuemart_userinfo_id`,`virtuemart_user_id`), KEY `virtuemart_user_id` (`virtuemart_user_id`,`address_type`), KEY `address_type` (`address_type`), KEY `address_type_name` (`address_type_name`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='Customer Information, BT = BillTo and ST = ShipTo'; /**ABDB**/INSERT INTO `#__virtuemart_userinfos` VALUES ('1', '524', 'BT', '', 'QuatuorA', 'Mr', 'Schumm', 'Arno', '', '015-7090900', '06-22807488', '', 'Prinsenhof 32', '', 'Pijnacker', '740', '150', '2641 RP', '0', '0', '', '2021-03-03 09:30:25', '524', '2021-08-03 18:21:33', '524', '0000-00-00 00:00:00', '0'); /**ABDB**/CREATE TABLE `#__virtuemart_userfields` ( `virtuemart_userfield_id` int(1) unsigned NOT NULL AUTO_INCREMENT, `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, `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', PRIMARY KEY (`virtuemart_userfield_id`), UNIQUE KEY `name` (`name`), KEY `virtuemart_vendor_id` (`virtuemart_vendor_id`), KEY `ordering` (`ordering`), KEY `shared` (`shared`), KEY `published` (`published`), KEY `account` (`account`), KEY `shipment` (`shipment`), KEY `cart` (`cart`) ) ENGINE=MyISAM AUTO_INCREMENT=52 DEFAULT CHARSET=utf8 COMMENT='Holds the fields for the user information'; /**ABDB**/INSERT INTO `#__virtuemart_userfields` 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'); /**ABDB**/CREATE TABLE `#__virtuemart_userfield_values` ( `virtuemart_userfield_value_id` int(1) unsigned NOT NULL AUTO_INCREMENT, `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', PRIMARY KEY (`virtuemart_userfield_value_id`), KEY `virtuemart_userfield_id` (`virtuemart_userfield_id`) ) ENGINE=MyISAM AUTO_INCREMENT=20 DEFAULT CHARSET=utf8 COMMENT='Holds the different values for dropdown and radio lists'; /**ABDB**/INSERT INTO `#__virtuemart_userfield_values` 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'); /**ABDB**/CREATE TABLE `#__virtuemart_states` ( `virtuemart_state_id` int(1) unsigned NOT NULL AUTO_INCREMENT, `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', PRIMARY KEY (`virtuemart_state_id`), UNIQUE KEY `state_3_code` (`virtuemart_vendor_id`,`virtuemart_country_id`,`state_3_code`), UNIQUE KEY `state_2_code` (`virtuemart_vendor_id`,`virtuemart_country_id`,`state_2_code`), KEY `virtuemart_vendor_id` (`virtuemart_vendor_id`), KEY `virtuemart_country_id` (`virtuemart_country_id`), KEY `ordering` (`ordering`), KEY `shared` (`shared`), KEY `published` (`published`) ) ENGINE=MyISAM AUTO_INCREMENT=912 DEFAULT CHARSET=utf8 COMMENT='States that are assigned to a country'; /**ABDB**/INSERT INTO `#__virtuemart_states` 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'), ('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'), ('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'), ('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'), ('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'), ('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'), ('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'), ('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'), ('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'), ('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'), ('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'), ('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'), ('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'), ('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'), ('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'), ('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'), ('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'), ('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'), ('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');